Show patches with: Archived = No       |   38216 patches
« 1 2 ... 68 69 70382 383 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2] mm/page_owner: record and dump free_pid and free_tgid [v2] mm/page_owner: record and dump free_pid and free_tgid - - - --- 2023-11-14 Barry Song New
[RFC,V3] arm64: mm: swap: save and restore mte tags for large folios [RFC,V3] arm64: mm: swap: save and restore mte tags for large folios - - - --- 2023-11-14 Barry Song New
hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write - 1 - --- 2023-11-14 Mike Kravetz New
[2/2] mm: vmstat: use node_page_state_snapshot in too_many_isolated mm: too_many_isolated can stall due to out of sync VM counters - - - --- 2023-11-13 Marcelo Tosatti New
[1/2] mm: vmstat: introduce node_page_state_pages_snapshot mm: too_many_isolated can stall due to out of sync VM counters - - - --- 2023-11-13 Marcelo Tosatti New
[RFC] kasan: Record and report more information [RFC] kasan: Record and report more information - - - --- 2023-11-13 Juntong Deng New
[20/20] mm/slub: optimize free fast path code layout remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[19/20] mm/slub: optimize alloc fastpath code layout remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[18/20] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[17/20] mm/slab: move kmalloc() functions from slab_common.c to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[16/20] mm/slab: move kmalloc_slab() to mm/slab.h remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[15/20] mm/slab: move kfree() from slab_common.c to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[14/20] mm/slab: move struct kmem_cache_node from slab.h to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[13/20] mm/slab: move memcg related functions from slab.h to slub.c remove the SLAB allocator 1 1 - --- 2023-11-13 Vlastimil Babka New
[12/20] mm/slab: move pre/post-alloc hooks from slab.h to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[11/20] mm/slab: consolidate includes in the internal mm/slab.h remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[10/20] mm/slab: move the rest of slub_def.h to mm/slab.h remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[09/20] mm/slab: move struct kmem_cache_cpu declaration to slub.c remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[08/20] mm/slab: remove mm/slab.c and slab_def.h remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[07/20] mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[06/20] mm/slab: remove CONFIG_SLAB code from slab common code remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[05/20] cpu/hotplug: remove CPUHP_SLAB_PREPARE hooks remove the SLAB allocator - - - --- 2023-11-13 Vlastimil Babka New
[04/20] mm/memcontrol: remove CONFIG_SLAB #ifdef guards remove the SLAB allocator 1 1 - --- 2023-11-13 Vlastimil Babka New
[03/20] KFENCE: cleanup kfence_guarded_alloc() after CONFIG_SLAB removal remove the SLAB allocator - 2 - --- 2023-11-13 Vlastimil Babka New
[02/20] KASAN: remove code paths guarded by CONFIG_SLAB remove the SLAB allocator - 2 - --- 2023-11-13 Vlastimil Babka New
[01/20] mm/slab: remove CONFIG_SLAB from all Kconfig and Makefile remove the SLAB allocator - 1 - --- 2023-11-13 Vlastimil Babka New
[v1,4/4] mm/compaction: optimize >0 order folio compaction by sorting source pages. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v1,3/4] mm/compaction: optimize >0 order folio compaction with free page split. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v1,2/4] mm/compaction: add support for >0 order folio memory compaction. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v1,1/4] mm/compaction: enable compacting >0 order folios. Enable >0 order folio memory compaction - - - --- 2023-11-13 Zi Yan New
[v2,6/6] mm: memory: use folio_prealloc() in do_anonymous_page() mm: cleanup and use more folio in page fault - - - --- 2023-11-13 Kefeng Wang New
[v2,5/6] mm: memory: use folio_prealloc() in wp_page_copy() mm: cleanup and use more folio in page fault - 1 - --- 2023-11-13 Kefeng Wang New
[v2,4/6] mm: memory: use a folio in do_cow_page() mm: cleanup and use more folio in page fault - 1 - --- 2023-11-13 Kefeng Wang New
[v2,3/6] mm: memory: rename page_copy_prealloc() to folio_prealloc() mm: cleanup and use more folio in page fault - 2 - --- 2023-11-13 Kefeng Wang New
[v2,2/6] mm: memory: use a folio in validate_page_before_insert() mm: cleanup and use more folio in page fault - 2 - --- 2023-11-13 Kefeng Wang New
[v2,1/6] mm: ksm: use more folio api in ksm_might_need_to_copy() mm: cleanup and use more folio in page fault - - - --- 2023-11-13 Kefeng Wang New
mm:zswap: fix zswap entry reclamation failure in two scenarios mm:zswap: fix zswap entry reclamation failure in two scenarios - 1 - --- 2023-11-13 Zhongkun He New
mmap: remove the IA64-specific vma expansion implementation mmap: remove the IA64-specific vma expansion implementation 1 - - --- 2023-11-13 Lukas Bulwahn New
[RFC] mm: support large folio numa balancing [RFC] mm: support large folio numa balancing - - - --- 2023-11-13 Baolin Wang New
[1/1] mm/khugepaged: map anonymous pte-mapped THPs by pmds mm/khugepaged: map anonymous pte-mapped THPs by pmds - - - --- 2023-11-13 Xu Yu New
[RFC,8/8] Docs/admin-guide/mm/damon/usage: update for quota goals DAMOS: Introduce Aim-oriented Feedback-driven Aggressiveness Auto Tuning - - - --- 2023-11-12 SeongJae Park New
[RFC,7/8] Docs/mm/damon/design: Document DAMOS quota auto tuning DAMOS: Introduce Aim-oriented Feedback-driven Aggressiveness Auto Tuning - - - --- 2023-11-12 SeongJae Park New
[RFC,6/8] selftests/damon: test quota goals directory DAMOS: Introduce Aim-oriented Feedback-driven Aggressiveness Auto Tuning - - - --- 2023-11-12 SeongJae Park New
[RFC,5/8] mm/damon/core-test: add a unit test for the feedback loop algorithm DAMOS: Introduce Aim-oriented Feedback-driven Aggressiveness Auto Tuning - - - --- 2023-11-12 SeongJae Park New
[RFC,4/8] mm/damon/sysfs-schemes: implement a command for scheme quota goals only commit DAMOS: Introduce Aim-oriented Feedback-driven Aggressiveness Auto Tuning - - - --- 2023-11-12 SeongJae Park New
[RFC,3/8] mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOS quota auto-tuning DAMOS: Introduce Aim-oriented Feedback-driven Aggressiveness Auto Tuning - - - --- 2023-11-12 SeongJae Park New
[RFC,2/8] mm/damon/sysfs-schemes: implement scheme quota goals directory DAMOS: Introduce Aim-oriented Feedback-driven Aggressiveness Auto Tuning - - - --- 2023-11-12 SeongJae Park New
[RFC,1/8] mm/damon/core: implement goal-oriented feedback-driven quota auto-tuning DAMOS: Introduce Aim-oriented Feedback-driven Aggressiveness Auto Tuning - - - --- 2023-11-12 SeongJae Park New
maple_tree: remove mast_overflow. maple_tree: remove mast_overflow. - - - --- 2023-11-11 Yun Levi New
mpale_tree: remove redundant check on mas_wr_append. mpale_tree: remove redundant check on mas_wr_append. - - - --- 2023-11-11 Yun Levi New
[v3,4/4] xfs: Remove mrlock wrapper Remove the XFS mrlock - - - --- 2023-11-10 Matthew Wilcox New
[v3,3/4] xfs: Replace xfs_isilocked with xfs_assert_ilocked Remove the XFS mrlock - - - --- 2023-11-10 Matthew Wilcox New
[v3,2/4] mm: Use rwsem assertion macros for mmap_lock Remove the XFS mrlock - - - --- 2023-11-10 Matthew Wilcox New
[v3,1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write() Remove the XFS mrlock - - - --- 2023-11-10 Matthew Wilcox New
mm: kmemleak: Remove security and coding style warning mm: kmemleak: Remove security and coding style warning - - - --- 2023-11-10 Omkar Wagle New
[2/2] riscv: Enable pcpu page first chunk allocator riscv: Enable percpu page first chunk allocator - - - --- 2023-11-10 Alexandre Ghiti New
[1/2] mm: Introduce flush_cache_vmap_early() and its riscv implementation riscv: Enable percpu page first chunk allocator - - - --- 2023-11-10 Alexandre Ghiti New
[v2,3/3] mm: memcg: add reminder comment for the memcg v2 events samples: introduce cgroup events listeners - - - --- 2023-11-10 Dmitry Rokosov New
[v2,2/3] samples/cgroup: introduce cgroup v2 memory.events listener samples: introduce cgroup events listeners - - - --- 2023-11-10 Dmitry Rokosov New
[v2,1/3] samples: introduce new samples subdir for cgroup samples: introduce cgroup events listeners - - - --- 2023-11-10 Dmitry Rokosov New
mm/damon/core.c: avoid unintentional filtering out of schemes mm/damon/core.c: avoid unintentional filtering out of schemes - 1 - --- 2023-11-10 Hyeongtak Ji New
[v2,7/7] page_idle: kill page idle and young wrapper mm: remove page idle and young wrapper - - - --- 2023-11-10 Kefeng Wang New
[v2,6/7] mm: task_mmu: use a folio in clear_refs_pte_range() mm: remove page idle and young wrapper - - - --- 2023-11-10 Kefeng Wang New
[v2,5/7] mm: task_mmu: use a folio in smaps_account() mm: remove page idle and young wrapper - - - --- 2023-11-10 Kefeng Wang New
[v2,4/7] mm: huge_memory: use more folio api in __split_huge_page_tail() mm: remove page idle and young wrapper - 1 - --- 2023-11-10 Kefeng Wang New
[v2,3/7] fs/proc/page: respect folio head-page flag placement mm: remove page idle and young wrapper - - - --- 2023-11-10 Kefeng Wang New
[v2,2/7] fs/proc/page: use a folio in stable_page_flags() mm: remove page idle and young wrapper - - - --- 2023-11-10 Kefeng Wang New
[v2,1/7] fs/proc/page: remove unneeded PageTail && PageSlab check mm: remove page idle and young wrapper - - - --- 2023-11-10 Kefeng Wang New
gfp: Include __GFP_NOWARN in GFP_NOWAIT gfp: Include __GFP_NOWARN in GFP_NOWAIT - - - --- 2023-11-09 Matthew Wilcox New
maple_tree: change return type of mas_split_final_node as void. maple_tree: change return type of mas_split_final_node as void. - 1 - --- 2023-11-09 Yun Levi New
MM: shmem: Remove code sytle warnings MM: shmem: Remove code sytle warnings - - - --- 2023-11-09 Omkar Wagle New
[v4,3/3] mm: Pause migrc mechanism at high memory pressure Reduce TLB flushes under some specific conditions - - - --- 2023-11-09 Byungchul Park New
[v4,2/3] mm: Defer TLB flush by keeping both src and dst folios at migration Reduce TLB flushes under some specific conditions - - - --- 2023-11-09 Byungchul Park New
[v4,1/3] mm/rmap: Recognize read-only TLB entries during batched TLB flush Reduce TLB flushes under some specific conditions - - - --- 2023-11-09 Byungchul Park New
[RFC,4/4] mm/rmap: implement anonmap allocate post callback for page_owner mm, page_owner: make the owner in page owner clearer - - - --- 2023-11-09 Jeff Xie New
[RFC,3/4] filemap: implement filemap allocate post callback for page_owner mm, page_owner: make the owner in page owner clearer - - - --- 2023-11-09 Jeff Xie New
[RFC,2/4] mm, slub: implement slub allocate post callback for page_owner mm, page_owner: make the owner in page owner clearer - - - --- 2023-11-09 Jeff Xie New
[RFC,1/4] mm, page_owner: add folio allocate post callback for struct page_owner to make the owner … mm, page_owner: make the owner in page owner clearer - - - --- 2023-11-09 Jeff Xie New
[RFC,v4,3/3] Documentation: sysfs entries for cgroup.memory.interleave_weights memcg weighted interleave mempolicy control - - - --- 2023-11-09 Gregory Price New
[RFC,v4,2/3] mm/mempolicy: implement weighted interleave memcg weighted interleave mempolicy control - - - --- 2023-11-09 Gregory Price New
[RFC,v4,1/3] mm/memcontrol: implement memcg.interleave_weights memcg weighted interleave mempolicy control - - - --- 2023-11-09 Gregory Price New
[v5,3/6,REPLACE] zswap: make shrinking memcg-aware Untitled series #799776 - - - --- 2023-11-08 Nhat Pham New
Shrinking struct page progress Shrinking struct page progress - - - --- 2023-11-08 Matthew Wilcox New
[6/6] mm: Remove invalidate_inode_page() Fix fault handler's handling of poisoned tail pages - - - --- 2023-11-08 Matthew Wilcox New
[5/6] mm: Convert isolate_page() to mf_isolate_folio() Fix fault handler's handling of poisoned tail pages - - - --- 2023-11-08 Matthew Wilcox New
[4/6] mm: Convert soft_offline_in_use_page() to use a folio Fix fault handler's handling of poisoned tail pages - - - --- 2023-11-08 Matthew Wilcox New
[3/6] mm: Use mapping_evict_folio() in truncate_error_page() Fix fault handler's handling of poisoned tail pages - - - --- 2023-11-08 Matthew Wilcox New
[2/6] mm: Convert __do_fault() to use a folio Fix fault handler's handling of poisoned tail pages - - - --- 2023-11-08 Matthew Wilcox New
[1/6] mm: Make mapping_evict_folio() the preferred way to evict clean folios Fix fault handler's handling of poisoned tail pages - - - --- 2023-11-08 Matthew Wilcox New
[v3] mm: Fix for negative counter: nr_file_hugepages [v3] mm: Fix for negative counter: nr_file_hugepages 1 3 - --- 2023-11-08 Stefan Roesch New
[2/2] MM: kmemleak: Add %x to pr_debug Untitled series #799730 - - - --- 2023-11-08 Omkar Wagle New
[v2] mm/page_alloc: Dedupe some memcg uncharging logic [v2] mm/page_alloc: Dedupe some memcg uncharging logic 1 1 - --- 2023-11-08 Brendan Jackman New
[RESEND,v2,2/2] riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappings riscv: Fix set_memory_XX() and set_direct_map_XX() - - - --- 2023-11-08 Alexandre Ghiti New
[RESEND,v2,1/2] riscv: Don't use PGD entries for the linear mapping riscv: Fix set_memory_XX() and set_direct_map_XX() - - - --- 2023-11-08 Alexandre Ghiti New
[4/4] mm: memcg: apply proactive reclaim into cgroupv1 Introduce unbalance proactive reclaim - - - --- 2023-11-08 Huan Yang New
[3/4] mm: memcg: implement unbalance proactive reclaim Introduce unbalance proactive reclaim - - - --- 2023-11-08 Huan Yang New
[2/4] mm: multi-gen LRU: MGLRU unbalance reclaim Introduce unbalance proactive reclaim - - - --- 2023-11-08 Huan Yang New
[1/4] mm: vmscan: LRU unbalance cgroup reclaim Introduce unbalance proactive reclaim - - - --- 2023-11-08 Huan Yang New
mm:ALLOC_HIGHATOMIC flag allocation issuse mm:ALLOC_HIGHATOMIC flag allocation issuse - - - --- 2023-11-08 zhiguojiang New
MM: kmemleak: Removed coding style warnings and added a NULL check MM: kmemleak: Removed coding style warnings and added a NULL check - - - --- 2023-11-08 Omkar Wagle New
« 1 2 ... 68 69 70382 383 »