linux-um archives
 help / color / mirror / Atom feed
 messages from 2026-08-10 13:52:09 to 2026-09-02 14:45:19 UTC [more...]

[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-09-02 14:43 UTC  (5+ messages)
` [PATCH v2 01/13] "
` [PATCH v2 02/13] alpha: pass pt_regs to audit_syscall_entry()
` [PATCH v2 03/13] arm: "
` [PATCH v2 04/13] arm64: "

[PATCH] x86: uapi: ptrace: guard register offset macros with __ASSEMBLER__ or __FRAME_OFFSETS
 2026-09-02 13:43 UTC  (3+ messages)

[PATCH 00/12] mm: make userland page table freeing RCU-safe
 2026-09-01 17:47 UTC  (30+ messages)
` [PATCH 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs
  ` [PATCH 11/12] mm: make userland page table freeing RCU-safe

[PATCH v5 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-09-01 14:57 UTC  (9+ messages)
` [PATCH v5 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
` [PATCH v5 2/8] um: "
` [PATCH v5 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
` [PATCH v5 4/8] lib/crypto: x86: "
` [PATCH v5 5/8] lib/crc: "
` [PATCH v5 6/8] x86/fpu: Remove cpu_has_xfeatures()
` [PATCH v5 7/8] xor: Remove redundant X86_FEATURE_OSXSAVE check
` [PATCH v5 8/8] xor: Add AVX-512 optimized xor_gen()

[PATCH v2 0/2] support kselftest on nommu platform
 2026-09-01 14:44 UTC  (15+ messages)
` [PATCH v2 1/2] selftests: run tests on nommu architecture
` [PATCH v2 2/2] selftests/mm: add nommu mmap and mremap behavior tests

[PATCH 0/8] mm: Drop pxd_ERROR()
 2026-09-01  2:48 UTC  (14+ messages)
` [PATCH 1/8] mm: Make ptval_to_str() generally available
` [PATCH 2/8] mm: Stop using pxd_ERROR()
` [PATCH 3/8] loongarch/mm: Stop using pte_ERROR()
` [PATCH 4/8] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [PATCH 5/8] sh/mm: Stop using pte_ERROR()
` [PATCH 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [PATCH 7/8] sh/mm: Stop using pgd_ERROR()
` [PATCH 8/8] mm: Drop pxd_ERROR()

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-08-31 19:57 UTC  (7+ messages)
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()

[PATCH] um: Use asm-generic/timex.h over the host architecture one
 2026-08-30 15:52 UTC  (3+ messages)

[RFC V3 0/8] mm: Drop pxd_ERROR()
 2026-08-27  6:06 UTC  (21+ messages)
` [RFC V3 1/8] mm: Make ptrval_to_str() generally available
` [RFC V3 2/8] mm: Stop using pxd_ERROR()
` [RFC V3 3/8] loongarch/mm: Stop using pte_ERROR()
` [RFC V3 4/8] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [RFC V3 5/8] sh/mm: Stop using pte_ERROR()
` [RFC V3 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [RFC V3 7/8] sh/mm: Stop using pgd_ERROR()
` [RFC V3 8/8] mm: Drop pxd_ERROR()

[PATCH REGRESSION] um: Fix cpu_feature_enabled() build breakage
 2026-08-24 14:28 UTC  (6+ messages)

[PATCH] um: fix CONFIG_GCOV for built-in code
 2026-08-21 15:25 UTC  (3+ messages)

[PATCH v1 1/1] um: vector: Use %pM format specifier for MAC addresses
 2026-08-17 19:18 UTC  (2+ messages)

[RFC] um: an arm64 subarch for User Mode Linux
 2026-08-16 19:46 UTC 

[RFC PATCH 4/6] selftests: fix build errors on alpine linux
 2026-08-15 21:58 UTC  (13+ messages)
` [RFC PATCH 5/6] selftests: run tests on nommu architecture
` [RFC PATCH 6/6] selftests/mm: add nommu mmap and mremap behavior tests

[PATCH v4 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-08-15 18:10 UTC  (9+ messages)
` [PATCH v4 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
` [PATCH v4 2/8] um: "
` [PATCH v4 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
` [PATCH v4 4/8] lib/crypto: x86: "
` [PATCH v4 5/8] lib/crc: "
` [PATCH v4 6/8] x86/fpu: Remove cpu_has_xfeatures()
` [PATCH v4 7/8] xor: Remove redundant X86_FEATURE_OSXSAVE check
` [PATCH v4 8/8] xor: Add AVX-512 optimized xor_gen()

[PATCH v3 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-08-14 19:59 UTC  (11+ messages)
` [PATCH v3 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits
` [PATCH v3 2/8] um: "
` [PATCH v3 3/8] crypto: x86 - Stop using cpu_has_xfeatures()
` [PATCH v3 4/8] lib/crypto: x86: "
` [PATCH v3 5/8] lib/crc: "
` [PATCH v3 6/8] x86/fpu: Remove cpu_has_xfeatures()
` [PATCH v3 7/8] xor: Remove redundant X86_FEATURE_OSXSAVE check
` [PATCH v3 8/8] xor: Add AVX-512 optimized xor_gen()

[PATCH 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-08-14 18:37 UTC  (16+ messages)
` [PATCH 01/13] "
` [PATCH 02/13] alpha: pass all six syscall args to audit_syscall_entry()
` [PATCH 03/13] arm: "
` [PATCH 04/13] arm64: "
` [PATCH 05/13] csky: "
` [PATCH 06/13] microblaze: "
` [PATCH 07/13] mips: "
` [PATCH 08/13] openrisc: "
` [PATCH 09/13] parisc: "
` [PATCH 10/13] sh: "
` [PATCH 11/13] sparc64: "
` [PATCH 12/13] um: "
` [PATCH 13/13] xtensa: "

[RFC V2 0/6] mm: Drop pxd_ERROR()
 2026-08-13  7:18 UTC  (22+ messages)
` [RFC V2 1/6] loongarch/mm: Stop using pte_ERROR()
` [RFC V2 2/6] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [RFC V2 3/6] sh/mm: Stop using pte_ERROR()
` [RFC V2 4/6] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [RFC V2 5/6] sh/mm: Stop using pgd_ERROR()
` [RFC V2 6/6] mm: Drop pxd_ERROR()

[PATCH v2 0/8] x86: Remove cpu_has_xfeatures() and add AVX-512 xor_gen()
 2026-08-12 20:04 UTC  (12+ messages)
` [PATCH v2 1/8] x86/fpu: Check for missing AVX and AVX-512 xstate bits

[PATCH] um: Add definition of __NR_close_range for older host OSs
 2026-08-12 17:32 UTC 

[PATCH RESEND] um: virtio_uml: switch to dynamic root device
 2026-08-12 14:22 UTC 

[PATCH v3 9/9] x86: re-enable EXECMEM_ROX support
 2026-08-12 13:20 UTC  (4+ messages)

[PATCH 00/22] Simplify special kernel page table handling
 2026-08-11 16:47 UTC  (10+ messages)
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox