Linux Memory Management
[Prev Page][Next Page]
- [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 5.15 001/244] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [RFC V3 PATCH] arm64: mm: swap: save and restore mte tags for large folios
- From: Yang Shi <shy828301@xxxxxxxxx>
- Re: [PATCH v2 01/14] mm: Batch-copy PTE ranges during fork()
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH 27/32] s390/string: Add KMSAN support
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH 24/32] s390/cpacf: Unpoison the results of cpacf_trng()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH 17/32] lib/string: Add KMSAN support to strlcpy() and strlcat()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH 30/32] s390/unwind: Disable KMSAN checks
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH 01/32] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH 12/32] kmsan: Allow disabling KMSAN checks for the current task
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH 23/32] s390/checksum: Add a KMSAN check
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [bisected] clang 16 built kernel crashes w. "BUG: kernel NULL pointer dereference, address: 00000007", gcc 13 built kernel with same config boots fine (6.7-rc1, x86_32)
- From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
- Re: [External] Re: [PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [PATCH 6.6 006/603] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/8] s390/mm: implement MEM_PHYS_ONLINE MEM_PHYS_OFFLINE memory notifiers
- From: Sumanth Korikkar <sumanthk@xxxxxxxxxxxxx>
- [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 15/32] mm: slub: Let KMSAN access metadata
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH v2] libfs: getdents() should return 0 after reaching EOD
- From: Chuck Lever <cel@xxxxxxxxxx>
- Re: [RFC PATCH 1/6] cxl/mbox: Add GET_SUPPORTED_FEATURES, GET_FEATURE and SET_FEATURE mailbox commands
- From: Dave Jiang <dave.jiang@xxxxxxxxx>
- [PATCH 05/32] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [RFC V3 PATCH] arm64: mm: swap: save and restore mte tags for large folios
- From: Barry Song <21cnbao@xxxxxxxxx>
- [PATCH 6.1 003/379] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [Intel-gfx] [PATCH v3] debugobjects: stop accessing objects after releasing spinlock
- From: Andrzej Hajda <andrzej.hajda@xxxxxxxxx>
- [PATCH 02/32] kmsan: Make the tests compatible with kmsan.panic=1
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH 22/32] s390/boot: Add the KMSAN runtime stub
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH 21/32] s390: Use a larger stack for KMSAN
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH 26/32] s390/mm: Define KMSAN metadata for vmalloc and modules
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH 13/32] kmsan: Support SLAB_POISON
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH RFC] libfs: getdents() should return 0 after reaching EOD
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [syzbot] [mm?] BUG: unable to handle kernel paging request in __pte_offset_map_lock
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH] mm/pgtable: return null if no ptl in __pte_offset_map_lock
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: David Ahern <dsahern@xxxxxxxxxx>
- Re: selftests: gpio: crash on arm64
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- [PATCH v3 07/10] iov_iter: Add extract kunit tests for ITER_UBUF and ITER_IOVEC
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH 4/8] mm/memory_hotplug: introduce MEM_PHYS_ONLINE/OFFLINE memory notifiers
- From: Gerald Schaefer <gerald.schaefer@xxxxxxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH v5] zswap: memcontrol: implement zswap writeback disabling
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [linux-next:master 806/1493] drivers/gpu/drm/i915/display/intel_psr.c:1322 _psr_compute_config() warn: always true condition '(entry_setup_frames >= 0) => (0-255 >= 0)'
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [linux-next:master 1215/1493] fs/bcachefs/data_update.c:321:1: warning: the frame size of 1072 bytes is larger than 1024 bytes
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 14/14] arm64/mm: Add ptep_get_and_clear_full() to optimize process teardown
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 13/14] arm64/mm: Implement ptep_set_wrprotects() to optimize fork()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 12/14] arm64/mm: Wire up PTE_CONT for user mappings
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 10/14] arm64/mm: ptep_get(): New layer to manage contig bit
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 11/14] arm64/mm: Split __flush_tlb_range() to elide trailing DSB
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 09/14] arm64/mm: ptep_set_access_flags(): New layer to manage contig bit
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 08/14] arm64/mm: ptep_set_wrprotect(): New layer to manage contig bit
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 07/14] arm64/mm: ptep_clear_flush_young(): New layer to manage contig bit
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 06/14] arm64/mm: ptep_test_and_clear_young(): New layer to manage contig bit
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 05/14] arm64/mm: ptep_get_and_clear(): New layer to manage contig bit
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 04/14] arm64/mm: pte_clear(): New layer to manage contig bit
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 01/14] mm: Batch-copy PTE ranges during fork()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 03/14] arm64/mm: set_ptes()/set_pte_at(): New layer to manage contig bit
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 02/14] arm64/mm: set_pte(): New layer to manage contig bit
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v2 00/14] Transparent Contiguous PTEs for User Mappings
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH 08/20] mm/slab: remove mm/slab.c and slab_def.h
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
- From: David Howells <dhowells@xxxxxxxxxx>
- [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
- From: David Howells <dhowells@xxxxxxxxxx>
- [linus:master] [mm] 12214eba19: vm-scalability.throughput 49.5% improvement
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH v10 08/50] x86/fault: Add helper for dumping RMP entries
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH] mm/pgtable: return null if no ptl in __pte_offset_map_lock
- From: José Pekkarinen <jose.pekkarinen@xxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH 2/8] mm/memory_hotplug: fix error handling in add_memory_resource()
- From: Sumanth Korikkar <sumanthk@xxxxxxxxxxxxx>
- [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC V3 PATCH] arm64: mm: swap: save and restore mte tags for large folios
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC V3 PATCH] arm64: mm: swap: save and restore mte tags for large folios
- From: Steven Price <steven.price@xxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 4/8] mm/memory_hotplug: introduce MEM_PHYS_ONLINE/OFFLINE memory notifiers
- From: Sumanth Korikkar <sumanthk@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] mm/kmemleak: move set_track_prepare() outside raw_spinlocks
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH] mm/pgtable: return null if no ptl in __pte_offset_map_lock
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] Revert "mm/kmemleak: move the initialisation of object to __link_object"
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [External] Re: [PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
- From: 贺中坤 <hezhongkun.hzk@xxxxxxxxxxxxx>
- Re: [PATCH] ksm: delay the check of splitting compound pages
- From: David Hildenbrand <david@xxxxxxxxxx>
- [linus:master] [mm] 4ed4379881: will-it-scale.per_thread_ops 122.2% improvement
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill
- From: Michal Hocko <mhocko@xxxxxxxx>
- [PATCH v7 10/10] selftests/mm/cow: Add tests for anonymous small-sized THP
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v7 09/10] selftests/mm/cow: Generalize do_run_with_thp() helper
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v7 08/10] selftests/mm/khugepaged: Enlighten for small-sized THP
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v7 07/10] selftests/mm: Support small-sized THP interface in thp_settings
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v7 06/10] selftests/mm: Factor out thp settings management
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v7 05/10] selftests/mm/kugepaged: Restore thp settings at exit
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v7 04/10] mm: thp: Support allocation of anonymous small-sized THP
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v7 03/10] mm: thp: Introduce per-size thp sysfs interface
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v7 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v7 01/10] mm: Allow deferred splitting of arbitrary anon large folios
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- [PATCH v7 00/10] Small-sized THP for anonymous memory
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH 4/8] mm/memory_hotplug: introduce MEM_PHYS_ONLINE/OFFLINE memory notifiers
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [PATCH v2 3/7] buffer: Fix grow_buffers() for block size > PAGE_SIZE
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- Re: [PATCH] ksm: delay the check of splitting compound pages
- From: xu <xu.xin.sc@xxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH] ksm: delay the check of splitting compound pages
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: Several tst-robust* tests time out with recent Linux kernel
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] Revert "mm/kmemleak: move the initialisation of object to __link_object"
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- [PATCH 06/20] mm/slab: remove CONFIG_SLAB code from slab common code
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v4] zswap: memcontrol: implement zswap writeback disabling
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 2/2] mm/kmemleak: move set_track_prepare() outside raw_spinlocks
- From: Liu Shixin <liushixin2@xxxxxxxxxx>
- [PATCH 1/2] Revert "mm/kmemleak: move the initialisation of object to __link_object"
- From: Liu Shixin <liushixin2@xxxxxxxxxx>
- [PATCH 0/2] Fix invalid wait context of set_track_prepare()
- From: Liu Shixin <liushixin2@xxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [PATCH] mm/pgtable: return null if no ptl in __pte_offset_map_lock
- From: José Pekkarinen <jose.pekkarinen@xxxxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Christian König <christian.koenig@xxxxxxx>
- Re: [PATCH] ksm: delay the check of splitting compound pages
- From: xu <xu.xin.sc@xxxxxxxxx>
- Re: [v4 0/3] Reduce TLB flushes under some specific conditions
- From: Byungchul Park <byungchul@xxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v9] mm: vmscan: try to reclaim swapcache pages if no swap space
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [v3 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: Byungchul Park <byungchul@xxxxxx>
- [bisected] clang 16 built kernel crashes w. "BUG: kernel NULL pointer dereference, address: 00000007", gcc 13 built kernel with same config boots fine (6.7-rc1, x86_32)
- From: Erhard Furtner <erhard_f@xxxxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH RFC] libfs: getdents() should return 0 after reaching EOD
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v9] mm: vmscan: try to reclaim swapcache pages if no swap space
- From: Liu Shixin <liushixin2@xxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [PATCH] lazy tlb: consolidate lazy tlb mm switching fix
- From: "Nicholas Piggin" <npiggin@xxxxxxxxx>
- Re: [PATCH v3 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH -next] mm/kmemleak: move the initialisation of object to __link_object
- From: Liu Shixin <liushixin2@xxxxxxxxxx>
- Re: [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill
- From: Charan Teja Kalla <quic_charante@xxxxxxxxxxx>
- Re: [PATCH] Documentation/mm: Drop pte_bad() descriptions from arch page table helpers
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [v4 0/3] Reduce TLB flushes under some specific conditions
- From: Byungchul Park <byungchul@xxxxxx>
- Re: [PATCH 11/20] mm/slab: consolidate includes in the internal mm/slab.h
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: selftests: gpio: crash on arm64
- From: andy.shevchenko@xxxxxxxxx
- Re: [PATCH 06/20] mm/slab: remove CONFIG_SLAB code from slab common code
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: Several tst-robust* tests time out with recent Linux kernel
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- [PATCH 3/8] mm: use vmem_altmap code without CONFIG_ZONE_DEVICE
- From: Sumanth Korikkar <sumanthk@xxxxxxxxxxxxx>
- Re: [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: Several tst-robust* tests time out with recent Linux kernel
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- [PATCH 7/8] s390/sclp: remove unhandled memory notifier type
- From: Sumanth Korikkar <sumanthk@xxxxxxxxxxxxx>
- Re: [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH 10/20] mm/slab: move the rest of slub_def.h to mm/slab.h
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 6/8] s390/mm: implement MEM_PHYS_ONLINE MEM_PHYS_OFFLINE memory notifiers
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 2/8] mm/memory_hotplug: fix error handling in add_memory_resource()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
- From: Jaroslav Pulchart <jaroslav.pulchart@xxxxxxxxxxxx>
- Re: Several tst-robust* tests time out with recent Linux kernel
- From: Xi Ruoyao <xry111@xxxxxxxxxxx>
- Re: [PATCH 01/20] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v3 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- Re: [PATCH RFC] kasan: use stack_depot_put for Generic mode
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH] ksm: delay the check of splitting compound pages
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH RFC] libfs: getdents() should return 0 after reaching EOD
- From: Chuck Lever <cel@xxxxxxxxxx>
- Re: [PATCH 18/20] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: Several tst-robust* tests time out with recent Linux kernel
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 05/20] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 0/8] implement "memmap on memory" feature on s390
- From: Sumanth Korikkar <sumanthk@xxxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [External] Re: [PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH v4] zswap: memcontrol: implement zswap writeback disabling
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [PATCH 5/8] s390/mm: allocate vmemmap pages from self-contained memory range
- From: Sumanth Korikkar <sumanthk@xxxxxxxxxxxxx>
- Re: [PATCH] mm: document mmu_notifier_invalidate_range_start_nonblock()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [patch 0/2] mm: too_many_isolated can stall due to out of sync VM counters
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [patch 0/2] mm: too_many_isolated can stall due to out of sync VM counters
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)
- From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
- Re: [PATCH RFC] libfs: getdents() should return 0 after reaching EOD
- From: Christian Brauner <brauner@xxxxxxxxxx>
- Re: [PATCH 1/8] mm/memory_hotplug: fix memory hotplug locking order
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] ksm: delay the check of splitting compound pages
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH RFC] libfs: getdents() should return 0 after reaching EOD
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH 2/8] mm/memory_hotplug: fix error handling in add_memory_resource()
- From: Sumanth Korikkar <sumanthk@xxxxxxxxxxxxx>
- Re: [PATCH RFC] libfs: getdents() should return 0 after reaching EOD
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 04/20] mm/memcontrol: remove CONFIG_SLAB #ifdef guards
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [PATCH v1] mm: More ptep_get() conversion
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH v1] mm: More ptep_get() conversion
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH -next] mm/kmemleak: move the initialisation of object to __link_object
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [PATCH RFC] libfs: getdents() should return 0 after reaching EOD
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH v1] mm: More ptep_get() conversion
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: Several tst-robust* tests time out with recent Linux kernel
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: Several tst-robust* tests time out with recent Linux kernel
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 02/20] KASAN: remove code paths guarded by CONFIG_SLAB
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [RFC PATCH] kasan: Record and report more information
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH 13/20] mm/slab: move memcg related functions from slab.h to slub.c
- From: Michal Hocko <mhocko@xxxxxxxx>
- [PATCH 13/20] mm/slab: move memcg related functions from slab.h to slub.c
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 15/20] mm/slab: move kfree() from slab_common.c to slub.c
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [patch 0/2] mm: too_many_isolated can stall due to out of sync VM counters
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [PATCH 08/20] mm/slab: remove mm/slab.c and slab_def.h
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 06/20] mm/slab: remove CONFIG_SLAB code from slab common code
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [RFC PATCH 5/6] cxl/memscrub: Add CXL device DDR5 ECS control feature
- From: <shiju.jose@xxxxxxxxxx>
- [RFC PATCH 4/6] memory: scrub: Add scrub control attributes for the DDR5 ECS
- From: <shiju.jose@xxxxxxxxxx>
- [RFC PATCH 6/6] cxl: scrub: sysfs: Add Documentation for CXL memory device scrub control attributes
- From: <shiju.jose@xxxxxxxxxx>
- [RFC PATCH 1/6] cxl/mbox: Add GET_SUPPORTED_FEATURES, GET_FEATURE and SET_FEATURE mailbox commands
- From: <shiju.jose@xxxxxxxxxx>
- [RFC PATCH 3/6] memory: scrub: Add function to show scrub attributes in decimal
- From: <shiju.jose@xxxxxxxxxx>
- [RFC PATCH 2/6] cxl/memscrub: Add CXL device patrol scrub control feature
- From: <shiju.jose@xxxxxxxxxx>
- [RFC PATCH 0/6] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
- From: <shiju.jose@xxxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH v5 6/9] slub: Delay freezing of partial slabs
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH 08/20] mm/slab: remove mm/slab.c and slab_def.h
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH] ksm: delay the check of splitting compound pages
- From: <yang.yang29@xxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 08/20] mm/slab: remove mm/slab.c and slab_def.h
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH 10/20] mm/slab: move the rest of slub_def.h to mm/slab.h
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [PATCH 14/20] mm/slab: move struct kmem_cache_node from slab.h to slub.c
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v6 0/9] variable-order, large folios for anonymous memory
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 03/20] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v3)
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- [PATCH 10/20] mm/slab: move the rest of slub_def.h to mm/slab.h
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 18/20] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 03/20] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [linus:master] [mm, pcp] 362d37a106: netperf.Throughput_Mbps 14.5% improvement
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH 07/20] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH] hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write
- From: Mike Kravetz <mike.kravetz@xxxxxxxxxx>
- Re: [External] Re: [PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
- From: 贺中坤 <hezhongkun.hzk@xxxxxxxxxxxxx>
- [PATCH 01/20] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 11/20] mm/slab: consolidate includes in the internal mm/slab.h
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 17/20] mm/slab: move kmalloc() functions from slab_common.c to slub.c
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH] Documentation/mm: Drop pte_bad() descriptions from arch page table helpers
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- [RFC V3 PATCH] arm64: mm: swap: save and restore mte tags for large folios
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [PATCH 02/20] KASAN: remove code paths guarded by CONFIG_SLAB
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 04/20] mm/memcontrol: remove CONFIG_SLAB #ifdef guards
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 13/20] mm/slab: move memcg related functions from slab.h to slub.c
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 12/20] mm/slab: move pre/post-alloc hooks from slab.h to slub.c
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 16/20] mm/slab: move kmalloc_slab() to mm/slab.h
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 01/20] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 03/20] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 09/20] mm/slab: move struct kmem_cache_cpu declaration to slub.c
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 02/20] KASAN: remove code paths guarded by CONFIG_SLAB
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 05/20] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v7 3/3] shmem: stable directory offsets
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v2] mm/page_owner: record and dump free_pid and free_tgid
- From: Barry Song <21cnbao@xxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: Yang Shi <shy828301@xxxxxxxxx>
- [patch 2/2] mm: vmstat: use node_page_state_snapshot in too_many_isolated
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 18/20] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 00/20] remove the SLAB allocator
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH] hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write
- From: Rik van Riel <riel@xxxxxxxxxxx>
- Re: [PATCH v3] mm: Fix for negative counter: nr_file_hugepages
- From: Yang Shi <shy828301@xxxxxxxxx>
- Re: [PATCH v1 1/4] mm/compaction: enable compacting >0 order folios.
- From: Zi Yan <ziy@xxxxxxxxxx>
- Re: [PATCH v2 5/6] mm: memory: use folio_prealloc() in wp_page_copy()
- From: Vishal Moola <vishal.moola@xxxxxxxxx>
- [patch 1/2] mm: vmstat: introduce node_page_state_pages_snapshot
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 11/20] mm/slab: consolidate includes in the internal mm/slab.h
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [RFC PATCH] kasan: Record and report more information
- From: Juntong Deng <juntong.deng@xxxxxxxxxxx>
- Re: [PATCH v2 4/6] mm: memory: use a folio in do_cow_page()
- From: Vishal Moola <vishal.moola@xxxxxxxxx>
- Re: cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH 08/20] mm/slab: remove mm/slab.c and slab_def.h
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 07/20] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [PATCH 17/20] mm/slab: move kmalloc() functions from slab_common.c to slub.c
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 05/20] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v2 3/6] mm: memory: rename page_copy_prealloc() to folio_prealloc()
- From: Vishal Moola <vishal.moola@xxxxxxxxx>
- [PATCH 14/20] mm/slab: move struct kmem_cache_node from slab.h to slub.c
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 15/20] mm/slab: move kfree() from slab_common.c to slub.c
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 19/20] mm/slub: optimize alloc fastpath code layout
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 12/20] mm/slab: move pre/post-alloc hooks from slab.h to slub.c
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 20/20] mm/slub: optimize free fast path code layout
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v2 3/7] buffer: Fix grow_buffers() for block size > PAGE_SIZE
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 16/20] mm/slab: move kmalloc_slab() to mm/slab.h
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH 09/20] mm/slab: move struct kmem_cache_cpu declaration to slub.c
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)
- From: Christoph Lameter <cl@xxxxxxxxx>
- Re: [RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 2/6] mm: memory: use a folio in validate_page_before_insert()
- From: Vishal Moola <vishal.moola@xxxxxxxxx>
- Re: [RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
- From: "Guilherme G. Piccoli" <gpiccoli@xxxxxxxxxx>
- [legion:patchset/meminfo/v2.1] [proc] 8dade3a353: WARNING:suspicious_RCU_usage
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH v1 1/4] mm/compaction: enable compacting >0 order folios.
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v7 3/3] shmem: stable directory offsets
- From: tavianator@xxxxxxxxxxxxxx
- Re: [PATCH] mmap: remove the IA64-specific vma expansion implementation
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [RFC PATCH 0/2] Introduce a way to expose the interpreted file with binfmt_misc
- From: "Guilherme G. Piccoli" <gpiccoli@xxxxxxxxxx>
- Re: [PATCH v2 3/7] buffer: Fix grow_buffers() for block size > PAGE_SIZE
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH v1 2/4] mm/compaction: add support for >0 order folio memory compaction.
- From: Zi Yan <zi.yan@xxxxxxxx>
- [PATCH v1 1/4] mm/compaction: enable compacting >0 order folios.
- From: Zi Yan <zi.yan@xxxxxxxx>
- [PATCH v1 3/4] mm/compaction: optimize >0 order folio compaction with free page split.
- From: Zi Yan <zi.yan@xxxxxxxx>
- [PATCH v1 4/4] mm/compaction: optimize >0 order folio compaction by sorting source pages.
- From: Zi Yan <zi.yan@xxxxxxxx>
- [PATCH v1 0/4] Enable >0 order folio memory compaction
- From: Zi Yan <zi.yan@xxxxxxxx>
- Re: [PATCH 1/1] mm/khugepaged: map anonymous pte-mapped THPs by pmds
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [BUG?] mm/secretmem: memory address mapped to memfd_secret can be used in write syscall.
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
- From: Zhongkun He <hezhongkun.hzk@xxxxxxxxxxxxx>
- [RFC PATCH 4/8] mm/damon/sysfs-schemes: implement a command for scheme quota goals only commit
- From: SeongJae Park <sj@xxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION d173336e238b0f7f5b7eddfa641d7c25c24bb86a
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [BUG?] mm/secretmem: memory address mapped to memfd_secret can be used in write syscall.
- From: "David Wang" <00107082@xxxxxxx>
- [PATCH v2 2/6] mm: memory: use a folio in validate_page_before_insert()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 3/6] mm: memory: rename page_copy_prealloc() to folio_prealloc()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 6/6] mm: memory: use folio_prealloc() in do_anonymous_page()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 0/6] mm: cleanup and use more folio in page fault
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 4/6] mm: memory: use a folio in do_cow_page()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 5/6] mm: memory: use folio_prealloc() in wp_page_copy()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- Re: [PATCH v6 0/9] variable-order, large folios for anonymous memory
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [linux-next:pending-fixes] BUILD SUCCESS f5a0c920323037a7494a7f6b81fe697d315b87a4
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v6 0/9] variable-order, large folios for anonymous memory
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: David Hildenbrand <david@xxxxxxxxxx>
- [RFC PATCH 7/8] Docs/mm/damon/design: Document DAMOS quota auto tuning
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- [PATCH] mmap: remove the IA64-specific vma expansion implementation
- From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
- Re: [RFC PATCH] mm: support large folio numa balancing
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH 1/1] mm/khugepaged: map anonymous pte-mapped THPs by pmds
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v6 0/9] variable-order, large folios for anonymous memory
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [PATCH 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v6 0/9] variable-order, large folios for anonymous memory
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v6 0/9] variable-order, large folios for anonymous memory
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [RFC PATCH] mm: support large folio numa balancing
- From: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- Re: [PATCH v2 1/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v2)
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v6 0/9] variable-order, large folios for anonymous memory
- From: Ryan Roberts <ryan.roberts@xxxxxxx>
- Re: [BUG?] mm/secretmem: memory address mapped to memfd_secret can be used in write syscall.
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 1/1] mm/khugepaged: map anonymous pte-mapped THPs by pmds
- From: Xu Yu <xuyu@xxxxxxxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [PATCH v2 1/1] mm: ALLOC_HIGHATOMIC flag allocation issue
- From: zhiguojiang <justinjiang@xxxxxxxx>
- [PATCH 1/1] mm/khugepaged: map anonymous pte-mapped THPs by pmds
- From: Xu Yu <xuyu@xxxxxxxxxxxxxxxxx>
- [PATCH 0/1] mm/khugepaged: map anonymous pte-mapped THPs by pmds
- From: Xu Yu <xuyu@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v6 0/9] variable-order, large folios for anonymous memory
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [RFC PATCH 6/8] selftests/damon: test quota goals directory
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- [RFC PATCH 5/8] mm/damon/core-test: add a unit test for the feedback loop algorithm
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: An variable used before init
- From: Xiongwei Song <sxwjean@xxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [PATCH v2 1/1] mm: ALLOC_HIGHATOMIC flag allocation issue
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] mm: ALLOC_HIGHATOMIC flag allocation issue
- From: zhiguojiang <justinjiang@xxxxxxxx>
- [RFC PATCH 3/8] mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOS quota auto-tuning
- From: SeongJae Park <sj@xxxxxxxxxx>
- [RFC PATCH 1/8] mm/damon/core: implement goal-oriented feedback-driven quota auto-tuning
- From: SeongJae Park <sj@xxxxxxxxxx>
- [RFC IDEA] ACMA: Access/Contiguity-aware Memory Auto-scaling
- From: SeongJae Park <sj@xxxxxxxxxx>
- [RFC PATCH 2/8] mm/damon/sysfs-schemes: implement scheme quota goals directory
- From: SeongJae Park <sj@xxxxxxxxxx>
- [RFC IDEA] DAMOS-based Tiered-Memory Management
- From: SeongJae Park <sj@xxxxxxxxxx>
- fs/proc/base.c:1980:25: sparse: sparse: cast to restricted fmode_t
- From: kernel test robot <lkp@xxxxxxxxx>
- [RFC PATCH 8/8] Docs/admin-guide/mm/damon/usage: update for quota goals
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH] mpale_tree: remove redundant check on mas_wr_append.
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH] maple_tree: remove mast_overflow.
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Fwd: Kernel panic on listing QNX4 fs directory
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
- From: Michael Roth <michael.roth@xxxxxxx>
- [PATCH] maple_tree: remove mast_overflow.
- From: Levi Yun <ppbuk5246@xxxxxxxxx>
- Re: drivers/mtd/ubi/fastmap.c:1028:17: sparse: sparse: incorrect type in assignment (different base types)
- From: Philip Li <philip.li@xxxxxxxxx>
- drivers/block/drbd/drbd_main.c:3279:33: sparse: sparse: cast to restricted __be64
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 2/5] buffer: Calculate block number inside folio_init_buffers()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4] zswap: memcontrol: implement zswap writeback disabling
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- [PATCH v2 0/3] samples: introduce cgroup events listeners
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- An variable used before init
- From: geng sun <sun.gengeration.sun@xxxxxxxxx>
- drivers/mtd/ubi/fastmap.c:1028:17: sparse: sparse: incorrect type in assignment (different base types)
- From: kernel test robot <lkp@xxxxxxxxx>
- [linux-next:master 10319/16858] drivers/iio/imu/bmi323/bmi323_spi.c:44:28: sparse: sparse: symbol 'bmi323_spi_regmap_config' was not declared. Should it be static?
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4] zswap: memcontrol: implement zswap writeback disabling
- From: Chris Li <chrisl@xxxxxxxxxx>
- Re: [PATCH v2 0/3] samples: introduce cgroup events listeners
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- [PATCH] mpale_tree: remove redundant check on mas_wr_append.
- From: Levi Yun <ppbuk5246@xxxxxxxxx>
- Re: [PATCH] mm: kmemleak: Remove security and coding style warning
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: "tj@xxxxxxxxxx" <tj@xxxxxxxxxx>
- Re: [PATCH v2 5/7] mm: task_mmu: use a folio in smaps_account()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v2 4/7] mm: huge_memory: use more folio api in __split_huge_page_tail()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH v2 3/7] fs/proc/page: respect folio head-page flag placement
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: Bisected stability regression in 6.6
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 8728c14129df7a6e29188a2e737b4774fb200953
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 1/1] mm: ALLOC_HIGHATOMIC flag allocation issue
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/7] fs/proc/page: use a folio in stable_page_flags()
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
- From: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
- Re: [PATCH v4] zswap: memcontrol: implement zswap writeback disabling
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- Re: [PATCH v4] zswap: memcontrol: implement zswap writeback disabling
- From: Chris Li <chrisl@xxxxxxxxxx>
- Re: [v3 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: Nadav Amit <namit@xxxxxxxxxx>
- Re: [PATCH v2 2/7] fs/proc/page: use a folio in stable_page_flags()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH] mm/damon/core.c: avoid unintentional filtering out of schemes
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: "tj@xxxxxxxxxx" <tj@xxxxxxxxxx>
- Re: [PATCH v8] mm: vmscan: try to reclaim swapcache pages if no swap space
- From: Liu Shixin <liushixin2@xxxxxxxxxx>
- mm/khugepaged.c:747:25: sparse: sparse: symbol 'khugepaged_collapse_control' was not declared. Should it be static?
- From: kernel test robot <lkp@xxxxxxxxx>
- [linux-next:pending-fixes] BUILD SUCCESS 41e1be6c233485441f9168883ef7df7b2a4cca97
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH] mm/damon/core.c: avoid unintentional filtering out of schemes
- From: Hyeongtak Ji <hyeongtak.ji@xxxxxxxxx>
- Re: [PATCH v3 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH 0/3] kmemleak report format changes
- From: jim.cromie@xxxxxxxxx
- Re: [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: "tj@xxxxxxxxxx" <tj@xxxxxxxxxx>
- Re: [PATCH] mm/damon/core.c: avoid unintentional filtering out of schemes
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [PATCH V2] mm:hugetlb_cgroup: Optimize variable initialization
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH v3 0/4] Remove the XFS mrlock
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH v3 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH v3 4/4] xfs: Remove mrlock wrapper
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH v3 3/4] xfs: Replace xfs_isilocked with xfs_assert_ilocked
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH v3 2/4] mm: Use rwsem assertion macros for mmap_lock
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- [PATCH] mm: kmemleak: Remove security and coding style warning
- From: Omkar Wagle <ov.wagle@xxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [PATCH] mm/damon/core.c: avoid unintentional filtering out of schemes
- From: SeongJae Park <sj@xxxxxxxxxx>
- Re: [PATCH] mm: kmemleak: Remove security and coding style warning
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 2/3] mm/mempolicy: implement weighted interleave
- From: Ravi Jonnalagadda <ravis.opensrc@xxxxxxxxxx>
- Re: [PATCH v2 5/7] mm: task_mmu: use a folio in smaps_account()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/7] mm: huge_memory: use more folio api in __split_huge_page_tail()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/7] fs/proc/page: respect folio head-page flag placement
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/7] fs/proc/page: use a folio in stable_page_flags()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/7] fs/proc/page: remove unneeded PageTail && PageSlab check
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH 0/2] riscv: Enable percpu page first chunk allocator
- From: Alexandre Ghiti <alexghiti@xxxxxxxxxxxx>
- [PATCH 2/2] riscv: Enable pcpu page first chunk allocator
- From: Alexandre Ghiti <alexghiti@xxxxxxxxxxxx>
- Re: [PATCH 1/8] CMDLINE: add generic builtin command line
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: get_user_pages() and EXEC_ONLY mapping.
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v2 0/3] samples: introduce cgroup events listeners
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill
- From: Charan Teja Kalla <quic_charante@xxxxxxxxxxx>
- [PATCH 1/2] mm: Introduce flush_cache_vmap_early() and its riscv implementation
- From: Alexandre Ghiti <alexghiti@xxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: get_user_pages() and EXEC_ONLY mapping.
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH] maple_tree: change return type of mas_split_final_node as void.
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: get_user_pages() and EXEC_ONLY mapping.
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- Re: cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: Aneesh Kumar K V <aneesh.kumar@xxxxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: John Groves <john@xxxxxxxxxxxxxx>
- [PATCH V2] mm:hugetlb_cgroup: Optimize variable initialization
- From: zhaimingbing <zhaimingbing@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 3/3] mm: memcg: add reminder comment for the memcg v2 events
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- Re: [v4 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 1/3] samples: introduce new samples subdir for cgroup
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- [PATCH v2 2/3] samples/cgroup: introduce cgroup v2 memory.events listener
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- fs/proc/base.c:1980:25: sparse: sparse: cast to restricted fmode_t
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH 00/86] Make the kernel preemptible
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [PATCH 6/8] CMDLINE: x86: convert to generic builtin command line
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- Re: [v4 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH] MM: shmem: Remove code sytle warnings
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [v4 1/3] mm/rmap: Recognize read-only TLB entries during batched TLB flush
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 2/4] aio: Remove the now superfluous sentinel elements from ctl_table array
- From: Joel Granados <j.granados@xxxxxxxxxxx>
- mm/khugepaged.c:747:25: sparse: sparse: symbol 'khugepaged_collapse_control' was not declared. Should it be static?
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: WARNING: CPU: 6 PID: 474 at include/linux/maple_tree.h:712 mmap_region (include/linux/maple_tree.h:556 include/linux/maple_tree.h:731
- From: Kees Cook <kees@xxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- Re: [PATCH] MM: shmem: Remove code sytle warnings
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [PATCH v2 1/1] mm: ALLOC_HIGHATOMIC flag allocation issue
- From: zhiguojiang <justinjiang@xxxxxxxx>
- Re: [RFC PATCH 85/86] treewide: drivers: remove cond_resched()
- From: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 3/7] fs/proc/page: respect folio head-page flag placement
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 1/7] fs/proc/page: remove unneeded PageTail && PageSlab check
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 2/7] fs/proc/page: use a folio in stable_page_flags()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 0/7] mm: remove page idle and young wrapper
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 5/7] mm: task_mmu: use a folio in smaps_account()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 4/7] mm: huge_memory: use more folio api in __split_huge_page_tail()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 7/7] page_idle: kill page idle and young wrapper
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [PATCH v2 6/7] mm: task_mmu: use a folio in clear_refs_pte_range()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- Re: [v3 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: Byungchul Park <byungchul@xxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- Re: [PATCH v2 1/1] mm: ALLOC_HIGHATOMIC flag allocation issue
- From: zhiguojiang <justinjiang@xxxxxxxx>
- Re: [v4 0/3] Reduce TLB flushes under some specific conditions
- From: Byungchul Park <byungchul@xxxxxx>
- Re: [v4 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: Byungchul Park <byungchul@xxxxxx>
- Re: [PATCH v2 1/1] mm: ALLOC_HIGHATOMIC flag allocation issue
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [v4 0/3] Reduce TLB flushes under some specific conditions
- From: Byungchul Park <byungchul@xxxxxx>
- Re: [v3 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: Byungchul Park <byungchul@xxxxxx>
- Re: [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: Yang Shi <shy828301@xxxxxxxxx>
- Re: [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
- From: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
- Re: [RFC] mm/kasan: Add Allocation, Free, Error timestamps to KASAN report
- From: Juntong Deng <juntong.deng@xxxxxxxxxxx>
- Re: [PATCH 2/4] aio: Remove the now superfluous sentinel elements from ctl_table array
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [RFC PATCH 85/86] treewide: drivers: remove cond_resched()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] gfp: Include __GFP_NOWARN in GFP_NOWAIT
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 54/86] sched: add cond_resched_stall()
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- [PATCH] maple_tree: change return type of mas_split_final_node as void.
- From: Levi Yun <ppbuk5246@xxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: "Yin, Fengwei" <fengwei.yin@xxxxxxxxx>
- [PATCH] gfp: Include __GFP_NOWARN in GFP_NOWAIT
- From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>
- WARNING: CPU: 6 PID: 474 at include/linux/maple_tree.h:712 mmap_region (include/linux/maple_tree.h:556 include/linux/maple_tree.h:731
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)
- From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
- Re: [RFC][PATCH 1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the owner clearer
- Re: [v3 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: Nadav Amit <namit@xxxxxxxxxx>
- Re: [RFC][PATCH 3/4] filemap: implement filemap allocate post callback for page_owner
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [RFC PATCH 71/86] treewide: lib: remove cond_resched()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
- From: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
- Re: [PATCH v2 37/37] powerpc: Support execute-only on all powerpc
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [RFC PATCH 07/86] Revert "livepatch,sched: Add livepatch task switching to cond_resched()"
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Gregory Price <gregory.price@xxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [RFC][PATCH 1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the owner clearer
- From: Jeff Xie <xiehuan09@xxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [PATCH 2/2] MM: kmemleak: Add %x to pr_debug
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [RFC][PATCH 1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the owner clearer
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- [RFC][PATCH 4/4] mm/rmap: implement anonmap allocate post callback for page_owner
- From: Jeff Xie <jeff.xie@xxxxxxxxx>
- Re: [RFC][PATCH 2/4] mm, slub: implement slub allocate post callback for page_owner
- Re: [PATCH 2/4] aio: Remove the now superfluous sentinel elements from ctl_table array
- From: Joel Granados <j.granados@xxxxxxxxxxx>
- Re: [RFC][PATCH 3/4] filemap: implement filemap allocate post callback for page_owner
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)
- From: Shakeel Butt <shakeelb@xxxxxxxxxx>
- Re: [RFC][PATCH 1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the owner clearer
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v5 0/6] workload-specific and memory pressure-driven zswap writeback
- From: Chris Li <chrisl@xxxxxxxxxx>
- Re: [v4 0/3] Reduce TLB flushes under some specific conditions
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill
- From: Michal Hocko <mhocko@xxxxxxxx>
- [RFC][PATCH 3/4] filemap: implement filemap allocate post callback for page_owner
- From: Jeff Xie <jeff.xie@xxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [v4 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- Re: [PATCH/RFC] debugobjects/slub: Print slab info and backtrace.
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
- From: Jaroslav Pulchart <jaroslav.pulchart@xxxxxxxxxxxx>
- Re: [Question]: major faults are still triggered after mlockall when numa balancing
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [RFC][PATCH 4/4] mm/rmap: implement anonmap allocate post callback for page_owner
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC][PATCH 3/4] filemap: implement filemap allocate post callback for page_owner
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [Question]: major faults are still triggered after mlockall when numa balancing
- From: "zhangpeng (AS)" <zhangpeng362@xxxxxxxxxx>
- Re: [RFC][PATCH 2/4] mm, slub: implement slub allocate post callback for page_owner
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC][PATCH 1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the owner clearer
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [RFC PATCH v4 0/3] memcg weighted interleave mempolicy control
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [RFC PATCH 82/86] treewide: mtd: remove cond_resched()
- From: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
- Re: [PATCH] mm:ALLOC_HIGHATOMIC flag allocation issuse
- From: zhiguojiang <justinjiang@xxxxxxxx>
- Re: [RFC PATCH 54/86] sched: add cond_resched_stall()
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 2/4] mm: multi-gen LRU: MGLRU unbalance reclaim
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: high kswapd CPU usage with symmetrical swap in/out pattern with multi-gen LRU
- From: Yu Zhao <yuzhao@xxxxxxxxxx>
- [RFC][PATCH 0/4] mm, page_owner: make the owner in page owner clearer
- From: Jeff Xie <jeff.xie@xxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [RFC PATCH v3] zswap: memcontrol: implement zswap writeback disabling
- From: Chris Li <chrisl@xxxxxxxxxx>
- Re: [RFC PATCH 00/86] Make the kernel preemptible
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH V2 1/3] mm: page_alloc: unreserve highatomic page blocks before oom
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 15/22] arch: vdso: consolidate gettime prototypes
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 15/22] arch: vdso: consolidate gettime prototypes
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH 2/2] MM: kmemleak: Add %x to pr_debug
- From: Omkar Wagle <ov.wagle@xxxxxxxxx>
- RE: [RFC PATCH 71/86] treewide: lib: remove cond_resched()
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v2] kpageflags: respect folio head-page flag placement
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- Re: [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
- From: Fuad Tabba <tabba@xxxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- [PATCH] MM: shmem: Remove code sytle warnings
- From: Omkar Wagle <ov.wagle@xxxxxxxxx>
- Re: [RFC 0/4] Introduce unbalance proactive reclaim
- From: Huan Yang <link@xxxxxxxx>
- Re: [RFC PATCH v3] zswap: memcontrol: implement zswap writeback disabling
- From: Nhat Pham <nphamcs@xxxxxxxxx>
- Re: [PATCH] MM: shmem: Remove code sytle warnings
- From: Hugh Dickins <hughd@xxxxxxxxxx>
- Re: [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
- From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx>
- Re: [PATCH 1/6] mm: ksm: use more folio api in ksm_might_need_to_copy()
- From: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>
- [RFC PATCH 30/86] Revert "preempt: Introduce CONFIG_PREEMPT_DYNAMIC"
- From: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
- Re: [v3 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: Byungchul Park <byungchul@xxxxxx>
- [RFC][PATCH 1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the owner clearer
- From: Jeff Xie <jeff.xie@xxxxxxxxx>
- Re: [PATCH v2] mm/page_alloc: Dedupe some memcg uncharging logic
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [v4 0/3] Reduce TLB flushes under some specific conditions
- From: "Huang, Ying" <ying.huang@xxxxxxxxx>
- [v4 2/3] mm: Defer TLB flush by keeping both src and dst folios at migration
- From: Byungchul Park <byungchul@xxxxxx>
- [v4 3/3] mm: Pause migrc mechanism at high memory pressure
- From: Byungchul Park <byungchul@xxxxxx>
- [v4 1/3] mm/rmap: Recognize read-only TLB entries during batched TLB flush
- From: Byungchul Park <byungchul@xxxxxx>
- [v4 0/3] Reduce TLB flushes under some specific conditions
- From: Byungchul Park <byungchul@xxxxxx>
- Re: [PATCH v2] mm/page_alloc: Dedupe some memcg uncharging logic
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- Re: [RFC PATCH 71/86] treewide: lib: remove cond_resched()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [RFC PATCH 00/86] Make the kernel preemptible
- From: Juergen Gross <jgross@xxxxxxxx>
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]