messages from 2026-08-29 21:12:50 to 2026-09-08 20:10:33 UTC [more...]
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-08 20:01 UTC (18+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
2026-09-08 12:32 UTC (13+ messages)
` [PATCH v2 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v2 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v2 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v2 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v2 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v2 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v2 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v2 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v2 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v2 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v2 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH 00/12] mm: make userland page table freeing RCU-safe
2026-09-08 11:29 UTC (35+ 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 11/12] mm: make userland page table freeing RCU-safe
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs
[PATCH bpf-next v4 0/7] bpf: fix typos and repeated words in comments
2026-09-08 5:48 UTC (8+ messages)
` [PATCH bpf-next v4 1/7] ARM: net: fix typo "arithmatic" in comment
` [PATCH bpf-next v4 2/7] bpf: fix typos in comments
` [PATCH bpf-next v4 3/7] powerpc: net: fix typo "upto" "
` [PATCH bpf-next v4 4/7] selftests/bpf: fix typos "
` [PATCH bpf-next v4 5/7] sparc: net: fix typo "evalute" in comment
` [PATCH bpf-next v4 6/7] libbpf: Fix typos in comments
` [PATCH bpf-next v4 7/7] selftests/bpf: fix repeated words "
[PATCH 0/2] sparc32: fix SuperSPARC SMP synchronization
2026-09-07 19:36 UTC (4+ messages)
` [PATCH 1/2] sparc32: serialize SuperSPARC demap operations
` [PATCH 2/2] sparc32: synchronize SuperSPARC instruction updates
[PATCH bpf-next v3 0/7] bpf: fix typos and repeated words in comments
2026-09-07 12:00 UTC (8+ messages)
` [PATCH bpf-next v3 1/7] ARM: net: fix typo "arithmatic" in comment
` [PATCH bpf-next v3 2/7] bpf: fix typos in comments
` [PATCH bpf-next v3 3/7] powerpc: net: fix typo "upto" "
` [PATCH bpf-next v3 4/7] selftests/bpf: fix typos "
` [PATCH bpf-next v3 5/7] sparc: net: fix typo "evalute" in comment
` [PATCH bpf-next v3 6/7] libbpf: Fix typos in comments
` [PATCH bpf-next v3 7/7] selftests/bpf: fix repeated words "
[PATCH 06/14] sparc: kernel: fix typo "upto" in comment
2026-09-07 6:55 UTC
[PATCH v2 0/7] bpf: fix typos and repeated words in comments
2026-09-07 4:51 UTC (8+ messages)
` [PATCH v2 1/7] ARM: net: fix typo "arithmatic" in comment
` [PATCH v2 2/7] bpf: fix typos in comments
` [PATCH v2 3/7] powerpc: net: fix typo "upto" "
` [PATCH v2 4/7] selftests/bpf: fix typos "
` [PATCH v2 5/7] sparc: net: fix typo "evalute" in comment
` [PATCH v2 6/7] libbpf: Fix typos in comments
` [PATCH v2 7/7] selftests/bpf: fix repeated words "
[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
2026-09-04 17:21 UTC (17+ 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 v2 05/13] csky: "
` [PATCH v2 06/13] microblaze: "
` [PATCH v2 07/13] mips: "
` [PATCH v2 08/13] openrisc: "
` [PATCH v2 09/13] parisc: "
` [PATCH v2 10/13] sh: "
` [PATCH v2 11/13] sparc64: "
` [PATCH v2 12/13] um: "
` [PATCH v2 13/13] xtensa: "
[PATCH 1/2] sparc: fix typos in comments
2026-09-04 11:12 UTC (2+ messages)
` [PATCH 2/2] sparc: fix repeated words "
[PATCH 5/7] sparc: net: fix typo "evalute" in comment
2026-09-04 10:57 UTC
[PATCH 0/3] alpha: fix floating-point exception state handling
2026-09-04 6:13 UTC (4+ messages)
` [PATCH 3/3] alpha: determine tininess after rounding in the FP emulation
[PATCH v2 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
2026-09-03 7:41 UTC (16+ messages)
` [PATCH v2 01/15] MAINTAINERS: exec: Add more auxvec.h variants
` [PATCH v2 02/15] auxvec.h: Move AT_VECTOR_SIZE definitions to linux/auxvec.h
` [PATCH v2 03/15] asm-generic: add an in-kernel auxvec.h header
` [PATCH v2 04/15] ARM: drop custom asm/auxvec.h
` [PATCH v2 05/15] x86: Remove AT_VECTOR_SIZE_ARCH from UAPI
` [PATCH v2 06/15] arm64: "
` [PATCH v2 07/15] RISC-V: "
` [PATCH v2 08/15] LoongArch: "
` [PATCH v2 09/15] s390: "
` [PATCH v2 10/15] powerpc: "
` [PATCH v2 11/15] MIPS: "
` [PATCH v2 12/15] sparc: "
` [PATCH v2 13/15] sh: "
` [PATCH v2 14/15] alpha: remove "
` [PATCH v2 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH
[PATCH v2] sparc: NMI: Remove obsolete comment
2026-09-02 17:05 UTC (2+ messages)
[PATCH v2 0/2] sparc64: add seccomp filter support
2026-09-02 7:27 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/seccomp: add sparc64 support
[PATCH 0/2] sparc64: add seccomp filter support
2026-09-02 7:21 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/seccomp: add sparc64 support
[PATCH v3 0/6] sparc32: replace sp_banks with memblock
2026-09-02 5:38 UTC (10+ messages)
` [PATCH v3 1/6] sparc32: use memblock when mapping the kernel
` [PATCH v3 2/6] sparc32: use memblock to find available system memory
` [PATCH v3 3/6] sparc32: populate memblock from the PROM memory map
` [PATCH v3 4/6] sparc32: drop unused valid address bitmap
` [PATCH v3 5/6] sparc32: move early memory setup to setup_arch
` [PATCH v3 6/6] sparc32: drop sp_banks
[PATCH 0/1] sparc64: unify thread stack sizing and add explicit 32KB stack
2026-09-02 3:30 UTC (7+ messages)
` [PATCH v2] sparc64: increase kernel thread stack size to 32K
[PATCH v2] Revert "sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN"
2026-09-01 17:39 UTC (4+ messages)
` [PATCH 0/2] sunvdc: fix silent data loss under LDC congestion
` [PATCH 1/2] sunvdc: unmap LDC cookies when the descriptor send fails
` [PATCH 2/2] sunvdc: fix -EIO issue due to lack of retries
[PATCH v2 0/6] sparc32: replace sp_banks with memblock
2026-09-01 13:54 UTC (10+ messages)
` [PATCH v2 1/6] sparc32: use memblock when mapping the kernel
` [PATCH v2 2/6] sparc32: use memblock to find available system memory
` [PATCH v2 3/6] sparc32: populate memblock from the PROM memory map
` [PATCH v2 4/6] sparc32: drop unused valid address bitmap
` [PATCH v2 5/6] sparc32: move early memory setup to setup_arch
` [PATCH v2 6/6] sparc32: drop sp_banks
[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 v6 0/3] Introduce arch_do_panic
2026-09-01 0:19 UTC (5+ messages)
` [PATCH v6 1/3] panic: "
` [PATCH v6 2/3] s390: Implement arch_do_panic
` [PATCH v6 3/3] sparc: "
[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 v2] sparc64: increase kernel thread stack size to 32K
2026-08-31 19:04 UTC
[PATCH v2 1/1] sparc64: Fix comparator problem with timer interrupts
2026-08-31 18:07 UTC (2+ messages)
` [PATCH v3] "
[PATCH 0/1] sparc64: unify thread stack sizing and add explicit 32KB stack
2026-08-31 17:27 UTC (2+ messages)
[PATCH AUTOSEL 6.18-5.10] sparc: Disable compat support with LLD
2026-08-31 13:27 UTC (2+ messages)
` [PATCH AUTOSEL 6.18-5.10] sparc64: uprobes: add missing break
[PATCH] sparc: NMI: Remove obsolete comment
2026-08-30 12:55 UTC
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