messages from 2025-03-03 12:33:30 to 2025-04-11 06:47:06 UTC [more...]
[PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
2025-04-11 6:46 UTC (8+ messages)
` [PATCH v1 1/4] kasan: Avoid sleepable page allocation from atomic context
` [PATCH v1 2/4] mm: Cleanup apply_to_pte_range() routine
` [PATCH v1 3/4] mm: Protect kernel pgtables in apply_to_pte_range()
` [PATCH v1 4/4] mm: Allow detection of wrong arch_enter_lazy_mmu_mode() context
[PATCH v2 0/3] mm: Fix apply_to_pte_range() vs lazy MMU mode
2025-04-10 22:47 UTC (10+ messages)
` [PATCH v2 1/3] kasan: Avoid sleepable page allocation from atomic context
` [PATCH v2 2/3] mm: Cleanup apply_to_pte_range() routine
` [PATCH v2 3/3] mm: Protect kernel pgtables in apply_to_pte_range()
[PATCH v2 0/5] Fix lazy mmu mode
2025-04-10 16:07 UTC (8+ messages)
` [PATCH v2 1/5] mm: Fix lazy mmu docs and usage
` [PATCH v2 2/5] fs/proc/task_mmu: Reduce scope of lazy mmu region
` [PATCH v2 3/5] sparc/mm: Disable preemption in lazy mmu mode
` [PATCH v2 4/5] sparc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes
` [PATCH v2 5/5] Revert "x86/xen: allow nesting of same lazy mode"
[PATCH v2 00/12] Always call constructor for kernel page tables
2025-04-09 14:50 UTC (19+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
` [PATCH v2 04/12] m68k: "
` [PATCH v2 05/12] powerpc: "
` [PATCH v2 06/12] sparc64: "
` [PATCH v2 07/12] mm: Skip ptlock_init() for kernel PMDs
` [PATCH v2 08/12] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH v2 09/12] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH v2 10/12] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH v2 11/12] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH v2 12/12] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc
[PATCH] sparc: pci: Fix memory leak in pci_bus_slot_names()
2025-04-09 12:51 UTC (3+ messages)
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-04-08 5:48 UTC (20+ messages)
` [PATCH v2 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH v2 02/13] csky: move setup_initrd() to setup.c
` [PATCH v2 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH v2 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH v2 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH v2 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH v2 07/13] s390: make setup_zero_pages() use memblock
` [PATCH v2 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH v2 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH v2 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH v2 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH v2 13/13] arch, mm: make releasing of memory to page allocator more explicit
[PATCH v2 0/1] mm: pgtable: fix pte_swp_exclusive
2025-04-07 8:06 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH RESEND] sparc: fix error handling in scan_one_device()
2025-04-07 7:41 UTC
[PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
2025-04-05 17:09 UTC (2+ messages)
[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-03-28 14:09 UTC (20+ messages)
` [PATCH v4 1/3] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v4 2/3] fs: split fileattr/fsxattr converters into helpers
` [PATCH v4 3/3] fs: introduce getfsxattrat and setfsxattrat syscalls
[PATCH] sparc: fix error handling in scan_one_device()
2025-03-27 2:29 UTC
[PATCH 00/11] Always call constructor for kernel page tables
2025-03-24 8:37 UTC (15+ messages)
` [PATCH 01/11] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH 02/11] mm: Call ctor/dtor for kernel PTEs
` [PATCH 03/11] m68k: "
` [PATCH 04/11] powerpc: "
` [PATCH 05/11] sparc64: "
` [PATCH 06/11] mm: Skip ptlock_init() for kernel PMDs
` [PATCH 07/11] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
` [PATCH 08/11] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
` [PATCH 09/11] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
` [PATCH 10/11] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
` [PATCH 11/11] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc
[akpm-mm:mm-stable] [arch, mm] 8268af309d: kernel_BUG_at_include/linux/page-flags.h
2025-03-24 6:14 UTC
[PATCH v3 0/5] sysctl: Move sysctls from kern_table into their respective subsystems
2025-03-22 9:12 UTC (9+ messages)
` [PATCH v3 1/5] panic: Move panic ctl tables into panic.c
` [PATCH v3 2/5] signal: Move signal ctl tables into signal.c
` [PATCH v3 3/5] tracing: Move trace sysctls into trace.c
` [PATCH v3 4/5] stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
` [PATCH v3 5/5] sparc: mv sparc sysctls into their own file under arch/sparc/kernel
[PATCH v2] tools/nolibc: Add support for SPARC
2025-03-22 8:32 UTC (2+ messages)
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-03-20 10:44 UTC (8+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
[PATCH] tools/nolibc: Add support for SPARC
2025-03-18 4:10 UTC (6+ messages)
[PATCH linux-next] sparc/vio: use sysfs_emit() instead of scnprintf()
2025-03-17 13:54 UTC (2+ messages)
[PATCH linux-next] sparc: use sysfs_emit() instead of scnprintf()
2025-03-17 7:58 UTC
[PATCH v2 23/31] tty: sunsu: drop serial_{in,out}p()
2025-03-17 7:03 UTC (3+ messages)
` [PATCH v2 24/31] tty: sunsu: remove unused serial_icr_read()
` [PATCH v2 00/31] tty: cleanup no. 99
[PATCH 00/29] tty: cleanup no. 99
2025-03-17 7:00 UTC (4+ messages)
[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-15 14:55 UTC (32+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
` Soekris crypto 1411, where to find ?
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit
[PATCH 33/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
2025-03-14 7:10 UTC (2+ messages)
` [PATCH 34/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
[PATCH v2 0/6] sysctl: Move sysctls from kern_table into their respective subsystems
2025-03-13 16:19 UTC (13+ messages)
` [PATCH v2 1/6] panic: Move panic ctl tables into panic.c
` [PATCH v2 2/6] signal: Move signal ctl tables into signal.c
` [PATCH v2 3/6] tracing: Move trace sysctls into trace.c
` [PATCH v2 4/6] stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
` [PATCH v2 5/6] sparc: mv sparc sysctls into their own file under arch/sparc/kernel
` [PATCH v2 6/6] s390: mv s390 sysctls into their own file under arch/s390 dir
[RESEND PATCH] sbus: envctrl: Fix typo in comment
2025-03-11 11:36 UTC
[PATCH v2 0/2] vDSO: Always reject undefined references during linking
2025-03-06 14:07 UTC (3+ messages)
` [PATCH v2 1/2] x86: vdso: "
` [PATCH v2 2/2] sparc: "
[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
2025-03-06 10:37 UTC (7+ messages)
` [PATCH 3/8] ftrace: Move trace sysctls into trace.c
` [PATCH 4/8] stack_tracer: move sysctl registration to kernel/trace/trace.c
[PATCH RESEND] bbc_i2c: Fix exception handling in attach_one_i2c()
2025-03-04 19:50 UTC
[PATCH v1 0/4] Fix lazy mmu mode
2025-03-03 13:39 UTC (15+ messages)
` [PATCH v1 1/4] mm: Fix lazy mmu docs and usage
` [PATCH v1 2/4] sparc/mm: Disable preemption in lazy mmu mode
` [PATCH v1 3/4] sparc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes
` [PATCH v1 4/4] Revert "x86/xen: allow nesting of same lazy mode"
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).