messages from 2025-05-12 14:15:38 to 2025-06-26 14:48:48 UTC [more...]
[PATCH 0/1] um: MSI parent domain conversion
2025-06-26 14:47 UTC (2+ messages)
` [PATCH 1/1] um: virt-pci: Switch to msi_create_parent_irq_domain()
[GIT PULL] uml-for-6.16-rc4
2025-06-26 14:18 UTC (6+ messages)
[PATCH 0/9] kasan: unify kasan_arch_is_ready with kasan_enabled
2025-06-26 13:52 UTC (21+ messages)
` [PATCH 1/9] kasan: unify static kasan_flag_enabled across modes
` [PATCH 2/9] kasan: replace kasan_arch_is_ready with kasan_enabled
` [PATCH 3/9] kasan/arm64: call kasan_init_generic in kasan_init
` [PATCH 4/9] kasan/xtensa: "
` [PATCH 5/9] kasan/loongarch: "
` [PATCH 6/9] kasan/um: "
` [PATCH 7/9] kasan/x86: "
` [PATCH 8/9] kasan/s390: "
` [PATCH 9/9] kasan/powerpc: "
[PATCH RFC] um: time: fix userspace detection during tick accounting
2025-06-25 12:31 UTC (2+ messages)
[PATCH 0/7] printk cleanup - part 2
2025-06-25 8:48 UTC (29+ 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 v10 00/13] nommu UML
2025-06-24 23:20 UTC (15+ 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] um: vector: Reduce stack usage in vector_eth_configure()
2025-06-23 11:08 UTC
[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] 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 (2+ 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
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).