messages from 2025-05-06 06:13:57 to 2025-06-24 08:59:51 UTC [more...]
[PATCH 0/7] printk cleanup - part 2
2025-06-24 8:40 UTC (27+ messages)
` [PATCH 1/7] printk: Make console_{suspend,resume} handle CON_SUSPENDED
` [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
` [PATCH 3/7] drivers: tty: Check CON_SUSPENDED instead of CON_ENABLED
` [PATCH 4/7] drivers: serial: kgdboc: "
` [PATCH 5/7] arch: um: kmsg_dump: Don't check for CON_ENABLED
` [PATCH 6/7] debug: kgd_io: "
` [PATCH 7/7] printk: Don't check for CON_ENABLED on console_unblank
[PATCH] um: vector: Reduce stack usage in vector_eth_configure()
2025-06-23 11:08 UTC
[PATCH v10 00/13] nommu UML
2025-06-22 21:33 UTC (14+ messages)
` [PATCH v10 01/13] x86/um: nommu: elf loader for fdpic
` [PATCH v10 02/13] um: decouple MMU specific code from the common part
` [PATCH v10 03/13] um: nommu: memory handling
` [PATCH v10 04/13] x86/um: nommu: syscall handling
` [PATCH v10 05/13] um: nommu: seccomp syscalls hook
` [PATCH v10 06/13] x86/um: nommu: process/thread handling
` [PATCH v10 07/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v10 08/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v10 09/13] x86/um: nommu: signal handling
` [PATCH v10 10/13] um: nommu: a work around for MMU dependency to PCI driver
` [PATCH v10 11/13] um: change machine name for uname output
` [PATCH v10 12/13] um: nommu: add documentation of nommu UML
` [PATCH v10 13/13] um: nommu: plug nommu code into build system
[PATCH v9 00/13] nommu UML
2025-06-21 12:40 UTC (22+ messages)
` [PATCH v9 01/13] x86/um: nommu: elf loader for fdpic
` [PATCH v9 02/13] um: decouple MMU specific code from the common part
` [PATCH v9 03/13] um: nommu: memory handling
` [PATCH v9 04/13] x86/um: nommu: syscall handling
` [PATCH v9 05/13] um: nommu: seccomp syscalls hook
` [PATCH v9 06/13] x86/um: nommu: process/thread handling
` [PATCH v9 07/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v9 08/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v9 09/13] x86/um: nommu: signal handling
` [PATCH v9 10/13] um: nommu: a work around for MMU dependency to PCI driver
` [PATCH v9 11/13] um: change machine name for uname output
` [PATCH v9 12/13] um: nommu: add documentation of nommu UML
` [PATCH v9 13/13] um: nommu: plug nommu code into build system
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-19 17:47 UTC (49+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
[PATCH v7 00/13] nommu UML
2025-06-19 12:55 UTC (4+ messages)
` [PATCH v7 10/13] x86/um: nommu: signal handling
[PATCH RFC] um: time: fix userspace detection during tick accounting
2025-06-17 13:52 UTC
[PATCH] sonypi: add depends on HAS_IOPORT
2025-06-17 6:37 UTC (2+ messages)
[RFC PATCH] um: replace deprecated strncpy with strscpy
2025-06-12 16:09 UTC (3+ messages)
[PATCH 2/2] arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
2025-06-10 16:28 UTC (4+ messages)
[PATCH] um: fix execve stub execution on old host OSs
2025-06-09 17:23 UTC (6+ messages)
[PATCH 0/4] um: Misc fixes
2025-06-06 12:44 UTC (5+ messages)
` [PATCH 1/4] um: ubd: Add missing error check in start_io_thread()
` [PATCH 2/4] um: virtio_pcidev: Rename UM_PCI_STAT_WAITING
` [PATCH 3/4] um: vfio: Prevent duplicate device assignments
` [PATCH 4/4] um: Use correct data source in fpregs_legacy_set()
[PATCH 35/41] um: Replace __ASSEMBLY__ with __ASSEMBLER__ in the usermode headers
2025-06-06 7:27 UTC (2+ messages)
[GIT PULL] uml 6.16-rc1
2025-06-05 18:53 UTC (2+ messages)
[PATCH 1/2] um: fix unused variable warning
2025-06-05 5:03 UTC (2+ messages)
` [PATCH 2/2] um: remove "extern" from implementation of sigchld_handler
[PATCH] um: fix SECCOMP 32bit xstate register restore
2025-06-04 8:17 UTC
[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
2025-06-02 15:16 UTC (4+ messages)
[PATCH v3 0/7] SECCOMP based userspace for UML
2025-06-02 13:00 UTC (8+ messages)
` [PATCH v3 1/7] um: Move faultinfo extraction into userspace routine
` [PATCH v3 2/7] um: Add stub side of SECCOMP/futex based process handling
` [PATCH v3 3/7] um: Add helper functions to get/set state for SECCOMP
` [PATCH v3 4/7] um: Track userspace children dying in SECCOMP mode
` [PATCH v3 5/7] um: Implement kernel side of SECCOMP based process handling
` [PATCH v3 6/7] um: Add SECCOMP support detection and initialization
` [PATCH v3 7/7] um: pass FD for memory operations when needed
[PATCH] um: Fix tgkill compile error on old host OSes
2025-05-27 15:12 UTC
[PATCH AUTOSEL 5.4 4/5] um: let 'make clean' properly clean underlying SUBARCH as well
2025-05-19 21:23 UTC
[PATCH AUTOSEL 5.10 4/6] um: let 'make clean' properly clean underlying SUBARCH as well
2025-05-19 21:23 UTC
[PATCH AUTOSEL 5.15 4/7] um: let 'make clean' properly clean underlying SUBARCH as well
2025-05-19 21:23 UTC
[PATCH AUTOSEL 6.1 4/8] um: let 'make clean' properly clean underlying SUBARCH as well
2025-05-19 21:22 UTC
[PATCH AUTOSEL 6.6 05/11] um: let 'make clean' properly clean underlying SUBARCH as well
2025-05-19 21:22 UTC
[PATCH AUTOSEL 6.12 05/18] um: let 'make clean' properly clean underlying SUBARCH as well
2025-05-19 21:21 UTC
[PATCH AUTOSEL 6.14 07/23] um: let 'make clean' properly clean underlying SUBARCH as well
2025-05-19 21:21 UTC
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-05-19 17:19 UTC (6+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
[PATCH v2 0/3] Detect changed compiler dependencies for full rebuild
2025-05-13 14:52 UTC (8+ messages)
[PATCH v2 00/57] irqdomain: Cleanups and Documentation
2025-05-12 9:55 UTC (3+ messages)
[PATCH 6.12] Revert "um: work around sched_yield not yielding in time-travel mode"
2025-05-12 13:30 UTC (5+ messages)
` Patch "[PATCH 6.12] Revert "um: work around sched_yield not yielding in time-travel mode"" has been added to the 6.12-stable tree
[PATCH] um: stop using PCI port I/O
2025-05-09 8:40 UTC
[PATCH] um: let 'make clean' properly clean underlying SUBARCH as well
2025-05-08 23:43 UTC (11+ messages)
[PATCH] um: work around sched_yield not yielding in time-travel mode
2025-05-08 17:12 UTC (3+ messages)
` Missing patch in 6.12.27 - breaks UM target builds
[tip: x86/msr] um: Add UML version of <asm/tsc.h> to define rdtsc()
2025-05-08 9:03 UTC (4+ messages)
` [PATCH -v2] accel/habanalabs: Don't build the driver on UML
[PATCH] MAINTAINERS: remove obsolete file entry in TUN/TAP DRIVER
2025-05-07 11:52 UTC (2+ messages)
[PATCH] um: Include linux/types.h in asm/fpu/api.h
2025-05-07 5:41 UTC (2+ messages)
[PATCH] kbuild: introduce include/generated/global-rebuild.h
2025-05-06 10:52 UTC (2+ messages)
[PATCH 0/2] um: Misc cleanups for vector
2025-05-06 4:51 UTC (3+ messages)
` [PATCH 1/2] um: vector: Clean up and modernize log messages
` [PATCH 2/2] um: vector: Use mac_pton() for MAC address parsing
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).