[PATCH v2 00/10] dma-bug: heaps: Add Tegra VPR support
2026-01-22 16:10 UTC (10+ 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 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-01-22 16:06 UTC (12+ 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 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [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 RESEND v3 00/10] mm: add and use vma_assert_stabilised() helper
2026-01-22 16:01 UTC (15+ 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 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 (15+ messages)
[PATCH 0/3] mm: memfd_luo hotfixes
2026-01-22 15:46 UTC (8+ 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] MemTest: Test RAM address bus for stuck bits
2026-01-22 15:01 UTC
[PATCH next 11/14] bit: Strengthen compile-time tests in GENMASK() and BIT()
2026-01-22 14:55 UTC (6+ messages)
mips64-linux-ld: lib/math/div64.c:undefined reference to `__multi3'
2026-01-22 14:43 UTC
[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
[PATCHv4 00/14] mm: Eliminate fake head pages from vmemmap optimization
2026-01-22 14:02 UTC (28+ messages)
` [PATCHv4 01/14] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [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 08/14] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv4 09/14] mm/hugetlb: Remove fake head pages
` [PATCHv4 10/14] mm: Drop fake head checks
` [PATCHv4 14/14] hugetlb: Update vmemmap_dedup.rst
[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 RESEND v3] kho: init alloc tags when restoring pages from reserved memory
2026-01-22 13:35 UTC (2+ messages)
[PATCH] kho: cleanup error handling in kho_populate()
2026-01-22 13:25 UTC (2+ messages)
[PATCH v3 00/10] mm: add and use vma_assert_stabilised() helper
2026-01-22 12:55 UTC (10+ 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 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 (15+ 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 V3 5/5] mm/khugepaged: make khugepaged_collapse_control static
[PATCH v5] mm/page_alloc: boost watermarks on atomic allocation failure
2026-01-22 12:22 UTC (7+ messages)
` [PATCH] "
` [PATCH v6] "
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-22 12:12 UTC (12+ messages)
[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 v2] mm: optimize stat output for 11% sys time reduce
2026-01-22 11:42 UTC (2+ messages)
` [PATCH v3] "
[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 "
[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 11:00 UTC
[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
kernel/liveupdate/kexec_handover.c:994 kho_preserve_vmalloc() warn: missing error code 'err'
2026-01-22 10:30 UTC (4+ messages)
[PATCH next 12/14] bits: move the defitions of BIT() and BIT_ULL() back to linux/bits.h
2026-01-22 10:30 UTC (3+ 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
[PATCH] mm/mm_init: Don't call cond_resched() in deferred_init_memmap_chunk() if rcu_preempt_depth() set
2026-01-22 9:47 UTC (6+ messages)
[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
2026-01-22 9:30 UTC (33+ messages)
` [PATCH v3 14/21] slab: simplify kmalloc_nolock()
` [PATCH v3 15/21] slab: remove struct kmem_cache_cpu
` [PATCH v3 16/21] slab: remove unused PREEMPT_RT specific macros
` [PATCH v3 17/21] slab: refill sheaves from all nodes
` [PATCH v3 18/21] slab: update overview comments
` [PATCH v3 19/21] slab: remove frozen slab checks from __slab_free()
` [PATCH v3 20/21] mm/slub: remove DEACTIVATE_TO_* stat items
` [PATCH v3 21/21] mm/slub: cleanup and repurpose some "
[PATCH v3 00/30] Eliminate Dying Memory Cgroup
2026-01-22 9:13 UTC (4+ messages)
` [PATCH v3 27/30] mm: memcontrol: refactor memcg_reparent_objcgs()
[PATCH 1/1] kasan: remove unnecessary sync argument from start_report()
2026-01-22 8:59 UTC (2+ messages)
[PATCH 1/2] f2fs: improve readahead for POSIX_FADV_WILLNEED
2026-01-22 8:34 UTC (3+ messages)
BUG: kernel NULL pointer dereference, address: 0000000000000000
2026-01-22 8:22 UTC (8+ messages)
[akpm-mm:mm-new 420/429] fs/romfs/mmap-nommu.c:66:42: sparse: sparse: dereference of noderef expression
2026-01-22 8:04 UTC
[PATCH v2 0/1] Identify the accurate NUMA ID of CFMW
2026-01-22 8:03 UTC (7+ messages)
` [PATCH v2 1/1] mm: numa_memblks: "
[PATCH v6 0/5] Enable THP support in drm_pagemap
2026-01-22 8:02 UTC (4+ messages)
` [PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
[PATCH v2] mm/mm_init: Don't call cond_resched() in deferred_init_memmap_chunk() if rcu_preempt_depth() set
2026-01-22 7:59 UTC (2+ messages)
[akpm-mm:mm-new 419/429] mm/memfd_luo.c:446:40: sparse: sparse: dereference of noderef expression
2026-01-22 7:11 UTC
[PATCH v2 00/11] Remove device private pages from physical address space
2026-01-22 6:24 UTC (11+ messages)
` [PATCH v2 11/11] mm: Remove device private pages from the "
[PATCH v2 0/8] Various mm kselftests improvements/fixes
2026-01-22 6:22 UTC (9+ messages)
` [PATCH v2 4/8] selftests/mm: fix usage of FORCE_READ() in cow tests
` [PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
` [PATCH v2 6/8] selftests/mm: fix faulting-in code in pagemap_ioctl test
` [PATCH v2 7/8] selftests/mm: fix exit code in pagemap_ioctl
[linux-next:master] BUILD REGRESSION e3b32dcb9f23e3c3927ef3eec6a5842a988fb574
2026-01-22 5:56 UTC
[PATCH v2 17/29] maple_tree: Start using maple copy node for destination
2026-01-22 5:55 UTC (3+ messages)
[RFC PATCH] zsmalloc: make common caches global
2026-01-22 3:55 UTC (8+ messages)
[PATCH] hugetlb: increase hugepage reservations when using node-specific "hugepages=" cmdline
2026-01-22 3:53 UTC (2+ messages)
LSF/MM/BPF: 2026: Call for Proposals
2026-01-22 3:22 UTC (2+ messages)
[PATCH] mm: bail out when meet the goal of proactive memcg reclaim
2026-01-22 2:43 UTC (3+ messages)
[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
2026-01-22 2:32 UTC (4+ messages)
` [RFC PATCH -next 1/7] vmscan: add memcg heat level for reclaim
[PATCH] mm/huge_memory: Fix iterator variable usage after swap()
2026-01-22 2:16 UTC (4+ messages)
Possible KCSAN/lockdep issue in -next barns
2026-01-22 1:35 UTC (6+ messages)
[RFC PATCH 0/3] mm/lru_gen: add memory.lru_gen interface for cgroup v2
2026-01-22 1:30 UTC (3+ messages)
[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
2026-01-22 0:32 UTC (7+ messages)
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-22 0:20 UTC (5+ messages)
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
[PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
2026-01-21 22:47 UTC (2+ messages)
[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
2026-01-21 22:14 UTC (6+ messages)
[linux-next:master 7687/8302] ERROR: modpost: "vrealloc_node_align_noprof" [mm/kasan/kasan_test.ko] undefined!
2026-01-21 21:04 UTC (3+ 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