[PATCH RESEND v3 00/10] mm: add and use vma_assert_stabilised() helper
2026-01-22 19:32 UTC (23+ messages)
` [PATCH RESEND v3 01/10] mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAG
` [PATCH RESEND v3 02/10] mm/vma: document possible vma->vm_refcnt values and reference comment
` [PATCH RESEND v3 03/10] mm/vma: rename is_vma_write_only(), separate out shared refcount put
` [PATCH RESEND v3 04/10] mm/vma: add+use vma lockdep acquire/release defines
` [PATCH RESEND v3 05/10] mm/vma: de-duplicate __vma_enter_locked() error path
` [PATCH v3 06/10] mm/vma: clean up __vma_enter/exit_locked()
` [PATCH RESEND v3 07/10] mm/vma: introduce helper struct + thread through exclusive lock fns
` [PATCH RESEND v3 08/10] mm/vma: improve and document __is_vma_write_locked()
` [PATCH RESEND v3 09/10] mm/vma: update vma_assert_locked() to use lockdep
` [PATCH RESEND v3 10/10] mm/vma: add and use vma_assert_stabilised()
[PATCH v3] mm/mm_init: Don't cond_resched() in deferred_init_memmap_chunk() if called from deferred_grow_zone()
2026-01-22 19:29 UTC (2+ messages)
[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
2026-01-22 19:28 UTC (15+ messages)
` [PATCH mm-unstable v14 01/16] mm: introduce is_pmd_order helper
` [PATCH mm-unstable v14 02/16] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH mm-unstable v14 03/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH mm-unstable v14 04/16] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH mm-unstable v14 05/16] khugepaged: generalize alloc_charge_folio()
` [PATCH mm-unstable v14 06/16] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v14 07/16] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH mm-unstable v14 08/16] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v14 09/16] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v14 10/16] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v14 11/16] khugepaged: improve tracepoints for mTHP orders
` [PATCH mm-unstable v14 12/16] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v14 13/16] khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v14 14/16] khugepaged: avoid unnecessary mTHP collapse attempts
[PATCH v3 00/10] mm: add and use vma_assert_stabilised() helper
2026-01-22 19:25 UTC (12+ messages)
` [PATCH v3 1/8] mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAG
` [PATCH v3 2/8] mm/vma: document possible vma->vm_refcnt values and reference comment
` [PATCH v3 3/8] mm/vma: rename is_vma_write_only(), separate out shared refcount put
` [PATCH v3 4/8] mm/vma: add+use vma lockdep acquire/release defines
` [PATCH v3 5/8] mm/vma: de-duplicate __vma_enter_locked() error path
` [PATCH v3 6/8] mm/vma: clean up __vma_enter/exit_locked()
` [PATCH v3 7/8] mm/vma: introduce helper struct + thread through exclusive lock fns
` [PATCH v3 8/8] mm/vma: improve and document __is_vma_write_locked()
[PATCH] selftests/mm: Have the harness run each test category separately
2026-01-22 19:13 UTC (2+ messages)
[PATCH v2 0/2] kho: clean up page initialization logic
2026-01-22 19:11 UTC (5+ messages)
` [PATCH v2 1/2] kho: use unsigned long for nr_pages
` [PATCH v2 2/2] kho: simplify page initialization in kho_restore_page()
[PATCH v4 0/3] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
2026-01-22 18:52 UTC (6+ messages)
` [PATCH v5 "
` [PATCH v5 1/3] tracing: Add __event_in_*irq() helpers
` [PATCH v5 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
` [PATCH v5 3/3] mm: vmscan: add PIDs "
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-22 18:47 UTC (15+ messages)
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
kernel/liveupdate/kexec_handover.c:994 kho_preserve_vmalloc() warn: missing error code 'err'
2026-01-22 18:42 UTC (6+ messages)
[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
2026-01-22 18:34 UTC (9+ messages)
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier
[PATCH 0/6] kho: ABI headers and Documentation updates
2026-01-22 18:29 UTC (16+ messages)
` [PATCH 1/6] kho/abi: luo: make generated documentation more coherent
` [PATCH 2/6] kho/abi: memfd: "
` [PATCH 3/6] kho: docs: combine concepts and FDT documentation
` [PATCH 4/6] kho: Introduce KHO FDT ABI header
` [PATCH 5/6] kho: Relocate vmalloc preservation structure to KHO "
` [PATCH 6/6] kho/abi: add memblock "
[PATCH v3 0/9] Various mm kselftests improvements/fixes
2026-01-22 18:25 UTC (14+ messages)
` [PATCH v3 1/9] selftests/mm: default KDIR to build directory
` [PATCH v3 2/9] selftests/mm: remove flaky header check
` [PATCH v3 3/9] selftests/mm: pass down full CC and CFLAGS to check_config.sh
` [PATCH v3 4/9] selftests/mm: fix usage of FORCE_READ() in cow tests
` [PATCH v3 5/9] selftests/mm: check that FORCE_READ() succeeded
` [PATCH v3 6/9] selftests/mm: introduce helper to read every page
` [PATCH v3 7/9] selftests/mm: fix faulting-in code in pagemap_ioctl test
` [PATCH v3 8/9] selftests/mm: fix exit code in pagemap_ioctl
` [PATCH v3 9/9] selftests/mm: report SKIP in pfnmap if a check fails
[PATCH v2] kho: skip memoryless NUMA nodes when reserving scratch areas
2026-01-22 18:18 UTC (2+ messages)
[PATCH] kho: cleanup error handling in kho_populate()
2026-01-22 18:12 UTC (3+ messages)
[PATCH RESEND v3] kho: init alloc tags when restoring pages from reserved memory
2026-01-22 18:09 UTC (3+ messages)
[PATCH v2 00/10] dma-bug: heaps: Add Tegra VPR support
2026-01-22 18:07 UTC (13+ messages)
` [PATCH v2 01/10] dt-bindings: reserved-memory: Document Tegra VPR
` [PATCH v2 02/10] dt-bindings: display: tegra: Document memory regions
` [PATCH v2 03/10] bitmap: Add bitmap_allocate() function
` [PATCH v2 04/10] mm/cma: Allow dynamically creating CMA areas
` [PATCH v2 05/10] dma-buf: heaps: Add debugfs support
` [PATCH v2 06/10] dma-buf: heaps: Add support for Tegra VPR
` [PATCH v2 07/10] arm64: tegra: Add VPR placeholder node on Tegra234
` [PATCH v2 08/10] arm64: tegra: Add GPU "
` [PATCH v2 09/10] arm64: tegra: Hook up VPR to host1x
` [PATCH v2 10/10] arm64: tegra: Hook up VPR to the GPU
[PATCH 0/3] mm: memfd_luo hotfixes
2026-01-22 18:03 UTC (11+ messages)
` [PATCH 1/3] memfd: export alloc_file()
` [PATCH 2/3] mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()
` [PATCH 3/3] mm: memfd_luo: restore and free memfd_luo_ser on failure
[PATCH] mm/mm_init: Don't call cond_resched() in deferred_init_memmap_chunk() if rcu_preempt_depth() set
2026-01-22 17:59 UTC (8+ messages)
[PATCHv4 00/14] mm: Eliminate fake head pages from vmemmap optimization
2026-01-22 17:59 UTC (21+ messages)
` [PATCHv4 05/14] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv4 07/14] mm/sparse: Check memmap alignment for compound_info_has_mask()
` [PATCHv4 10/14] mm: Drop fake head checks
[akpm-mm:mm-new 279/310] memory-failure.c:275:49: warning: format specifies type 'unsigned long' but the argument has type '__fsword_t' (aka 'int')
2026-01-22 17:32 UTC (2+ messages)
[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
2026-01-22 17:25 UTC (5+ messages)
[PATCH v2] mm: optimize stat output for 11% sys time reduce
2026-01-22 17:13 UTC (3+ messages)
` [PATCH v3] "
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-22 17:04 UTC (13+ messages)
[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-01-22 16:56 UTC (15+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions
[PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
2026-01-22 16:15 UTC (2+ messages)
[PATCH v3 0/6] AG aware parallel writeback for XFS
2026-01-22 16:15 UTC (3+ messages)
[PATCH 17/33] PCI: Flush PCI probe workqueue on cpuset isolated partition change
2026-01-22 16:14 UTC (2+ messages)
[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
2026-01-22 16:14 UTC (2+ messages)
[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-01-22 15:47 UTC (5+ messages)
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users to use vma_flags_t
[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
2026-01-22 15:46 UTC (13+ messages)
[PATCH] MemTest: Test RAM address bus for stuck bits
2026-01-22 15:01 UTC
mips64-linux-ld: lib/math/div64.c:undefined reference to `__multi3'
2026-01-22 14:57 UTC (2+ messages)
[PATCH next 11/14] bit: Strengthen compile-time tests in GENMASK() and BIT()
2026-01-22 14:55 UTC (6+ messages)
[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
2026-01-22 14:25 UTC (10+ messages)
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 29/33] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN
[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
2026-01-22 14:00 UTC (7+ messages)
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE
[PATCH v2] x86/sgx: use vm_flags_t for vm_prot_bits
2026-01-22 13:36 UTC
[PATCH v3 09/10] mm/vma: update vma_assert_locked() to use lockdep
2026-01-22 12:50 UTC (2+ messages)
` [PATCH v3 10/10] mm/vma: add and use vma_assert_stabilised()
[PATCH V3 0/5] mm/khugepaged: cleanups and scan limit fix
2026-01-22 12:26 UTC (11+ messages)
` [PATCH V3 1/5] mm/khugepaged: remove unnecessary goto 'skip' label
` [PATCH V3 2/5] mm/khugepaged: count small VMAs towards scan limit
` [PATCH V3 3/5] mm/khugepaged: change collapse_pte_mapped_thp() to return void
` [PATCH V3 4/5] mm/khugepaged: use enum scan_result for result variables and return types
[PATCH v5] mm/page_alloc: boost watermarks on atomic allocation failure
2026-01-22 12:22 UTC (3+ messages)
` [PATCH v6] "
[PATCH v4] kho: kexec-metadata: track previous kernel chain
2026-01-22 12:04 UTC (3+ messages)
[PATCH v17 10/16] rust: sync: Introduce lock::Lock::lock_with() and friends
2026-01-22 11:56 UTC
[PATCH v8 0/3] Optimize zone->contiguous update and issue fix
2026-01-22 11:43 UTC (7+ messages)
` [PATCH v8 1/3] mm/memory hotplug: Fix zone->contiguous always false when hotplug
` [PATCH v8 2/3] mm/memory hotplug/unplug: Add online_memory_block_pages() and offline_memory_block_pages()
` [PATCH v8 3/3] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
[PATCH] x86/sgx: use vm_flags_t for vm_prot_bits
2026-01-22 11:42 UTC (2+ messages)
[PATCH V5 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
2026-01-22 11:07 UTC (3+ messages)
` [PATCH V5 2/2] mm/khugepaged: retry with sync writeback "
[PATCH v9 00/13] kasan: x86: arm64: KASAN tag-based mode for x86
2026-01-22 10:32 UTC (3+ messages)
` [PATCH v9 06/13] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic
[PATCH next 12/14] bits: move the defitions of BIT() and BIT_ULL() back to linux/bits.h
2026-01-22 10:30 UTC (2+ messages)
[PATCH v3] kho: init alloc tags when restoring pages from reserved memory
2026-01-22 10:23 UTC (3+ messages)
[PATCH 00/26] Introduce meminspect
2026-01-22 10:03 UTC (7+ messages)
` [PATCH 18/26] mm/memblock: Add MEMBLOCK_INSPECT flag
BUG: kernel NULL pointer dereference, address: 0000000000000000
2026-01-22 8:22 UTC (8+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox