2023-04-06 |
Mike Rapoport (IBM) | mm: move most of core MM initialization to mm/mm_init.c |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm/page_alloc: add helper for checking if check_pages_e... |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm: move get_page_from_free_area() to mm/page_alloc.c |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm: prefer fault_around_pages to fault_around_bytes |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm: refactor do_fault_around() |
tree | commitdiff |
2023-04-06 |
Baolin Wang | mm: compaction: fix the possible deadlock when isolatin... |
tree | commitdiff |
2023-04-06 |
Baolin Wang | mm: compaction: consider the number of scanning compoun... |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mremap: simplify vma expansion again |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap: start distinguishing if vma can be removed... |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: convert mergeability checks to retur... |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: rename adj_next to adj_start |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: set mid to NULL if not applicable |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: initialize mid and next in natural... |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: use the proper vma pointer in case 4 |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: use the proper vma pointers in cases... |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: use the proper vma pointer in case 3 |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: use only primary pointers for prepar... |
tree | commitdiff |
2023-04-06 |
Axel Rasmussen | mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install... |
tree | commitdiff |
2023-04-06 |
Axel Rasmussen | mm: userfaultfd: combine 'mode' and 'wp_copy' arguments |
tree | commitdiff |
2023-04-06 |
Axel Rasmussen | mm: userfaultfd: don't pass around both mm and vma |
tree | commitdiff |
2023-04-06 |
Axel Rasmussen | mm: userfaultfd: rename functions for clarity + consistency |
tree | commitdiff |
2023-04-06 |
Kirill A. Shutemov | mm, treewide: redefine MAX_ORDER sanely |
tree | commitdiff |
2023-04-06 |
Kirill A. Shutemov | mm/slub: fix MAX_ORDER usage in calculate_order() |
tree | commitdiff |
2023-04-06 |
Kirill A. Shutemov | mm/page_reporting: fix MAX_ORDER usage in page_reportin... |
tree | commitdiff |
2023-04-06 |
Peter Xu | mm/uffd: UFFD_FEATURE_WP_UNPOPULATED |
tree | commitdiff |
2023-04-06 |
Andrey Konovalov | kasan: suppress recursive reports for HW_TAGS |
tree | commitdiff |
2023-04-06 |
Andrey Konovalov | kasan, arm64: add arch_suppress_tag_checks_start/stop |
tree | commitdiff |
2023-04-06 |
Andrey Konovalov | kasan, arm64: rename tagging-related routines |
tree | commitdiff |
2023-04-06 |
Andrey Konovalov | kasan: drop empty tagging-related defines |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | mm: return an ERR_PTR from __filemap_get_folio |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | mm: remove FGP_ENTRY |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | shmem: open code the page cache lookup in shmem_get_fol... |
tree | commitdiff |
2023-04-06 |
Hugh Dickins | shmem: shmem_get_partial_folio use filemap_get_entry |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | mm: use filemap_get_entry in filemap_get_incore_folio |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | mm: make mapping_get_entry available outside of filemap.c |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | mm: don't look at xarray value entries in split_huge_pa... |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: create/destroy cleanup |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: link blocks across pages |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: don't memset on free twice |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: simplify freeing |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: consolidate page initialization |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: rearrange page alloc failure handling |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: move debug code to own functions |
tree | commitdiff |
2023-04-06 |
Tony Battersby | dmapool: speedup DMAPOOL_DEBUG with init_on_alloc |
tree | commitdiff |
2023-04-06 |
Tony Battersby | dmapool: cleanup integer types |
tree | commitdiff |
2023-04-06 |
Tony Battersby | dmapool: use sysfs_emit() instead of scnprintf() |
tree | commitdiff |
2023-04-06 |
Tony Battersby | dmapool: remove checks for dev == NULL |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: add alloc/free performance test |
tree | commitdiff |
2023-03-28 |
Peter Xu | mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUP... |
tree | commitdiff |
2023-03-28 |
Kefeng Wang | mm: memory-failure: directly use IS_ENABLED(CONFIG_HWPO... |
tree | commitdiff |
2023-03-28 |
Qi Zheng | mm: shrinkers: convert shrinker_rwsem to mutex |
tree | commitdiff |
2023-03-28 |
Qi Zheng | mm: vmscan: remove shrinker_rwsem from synchronize_shri... |
tree | commitdiff |
2023-03-28 |
Qi Zheng | mm: vmscan: hold write lock to reparent shrinker nr_def... |
tree | commitdiff |
2023-03-28 |
Qi Zheng | mm: shrinkers: make count and scan in shrinker debugfs... |
tree | commitdiff |
2023-03-28 |
Kirill Tkhai | mm: vmscan: add shrinker_srcu_generation |
tree | commitdiff |
2023-03-28 |
Qi Zheng | mm: vmscan: make memcg slab shrink lockless |
tree | commitdiff |
2023-03-28 |
Qi Zheng | mm: vmscan: make global slab shrink lockless |
tree | commitdiff |
2023-03-28 |
Qi Zheng | mm: vmscan: add a map_nr_max field to shrinker_info |
tree | commitdiff |
2023-03-28 |
Lorenzo Stoakes | mm: prefer xxx_page() alloc/free functions for order... |
tree | commitdiff |
2023-03-28 |
Peter Collingbourne | kasan: remove PG_skip_kasan_poison flag |
tree | commitdiff |
2023-03-28 |
Luis Chamberlain | shmem: add support to ignore swap |
tree | commitdiff |
2023-03-28 |
Luis Chamberlain | shmem: skip page split if we're not reclaiming |
tree | commitdiff |
2023-03-28 |
Luis Chamberlain | shmem: move reclaim check early on writepages() |
tree | commitdiff |
2023-03-28 |
Luis Chamberlain | shmem: set shmem_writepage() variables early |
tree | commitdiff |
2023-03-28 |
Luis Chamberlain | shmem: remove check for folio lock on writepage() |
tree | commitdiff |
2023-03-28 |
Jingyu Wang | mm/gup.c: fix typo in comments |
tree | commitdiff |
2023-03-28 |
Christoph Hellwig | mm,jfs: move write_one_page/folio_write_one to jfs |
tree | commitdiff |
2023-03-28 |
Alexander Potapenko | kmsan: add test_stackdepot_roundtrip |
tree | commitdiff |
2023-03-28 |
Yue Zhao | mm, memcg: Prevent memory.soft_limit_in_bytes load... |
tree | commitdiff |
2023-03-28 |
Yue Zhao | mm, memcg: Prevent memory.oom_control load/store tearing |
tree | commitdiff |
2023-03-28 |
Yue Zhao | mm, memcg: Prevent memory.swappiness load/store tearing |
tree | commitdiff |
2023-03-28 |
Yue Zhao | mm, memcg: Prevent memory.oom.group load/store tearing |
tree | commitdiff |
2023-03-28 |
Gerald Schaefer | mm: add PTE pointer parameter to flush_tlb_fix_spurious... |
tree | commitdiff |
2023-03-28 |
Sergey Senozhatsky | zsmalloc: show per fullness group class stats |
tree | commitdiff |
2023-03-28 |
Sergey Senozhatsky | zsmalloc: rework compaction algorithm |
tree | commitdiff |
2023-03-28 |
Sergey Senozhatsky | zsmalloc: fine-grained inuse ratio based fullness grouping |
tree | commitdiff |
2023-03-28 |
Sergey Senozhatsky | zsmalloc: remove insert_zspage() ->inuse optimization |
tree | commitdiff |
2023-03-28 |
Alexander Potapenko | kmsan: add memsetXX tests |
tree | commitdiff |
2023-03-28 |
Alexander Potapenko | kmsan: another take at fixing memcpy tests |
tree | commitdiff |
2023-03-28 |
Peter Xu | mm/khugepaged: cleanup memcg uncharge for failure path |
tree | commitdiff |
2023-03-28 |
Anshuman Khandual | mm/debug_vm_pgtable: replace pte_mkhuge() with arch_mak... |
tree | commitdiff |
2023-03-28 |
Anshuman Khandual | mm/migrate: drop pte_mkhuge() in remove_migration_pte() |
tree | commitdiff |
2023-03-28 |
Kefeng Wang | mm: swap: remove unneeded cgroup_throttle_swaprate() |
tree | commitdiff |
2023-03-28 |
Kefeng Wang | mm: memory: use folio_throttle_swaprate() in do_cow_fault() |
tree | commitdiff |
2023-03-28 |
Kefeng Wang | mm: memory: use folio_throttle_swaprate() in do_anonymo... |
tree | commitdiff |
2023-03-28 |
Kefeng Wang | mm: memory: use folio_throttle_swaprate() in wp_page_copy() |
tree | commitdiff |
2023-03-28 |
Kefeng Wang | mm: memory: use folio_throttle_swaprate() in page_copy_... |
tree | commitdiff |
2023-03-28 |
Kefeng Wang | mm: memory: use folio_throttle_swaprate() in do_swap_page() |
tree | commitdiff |
2023-03-28 |
Kefeng Wang | mm: huge_memory: convert __do_huge_pmd_anonymous_page... |
tree | commitdiff |
2023-03-28 |
Uros Bizjak | mm/rmap: use atomic_try_cmpxchg in set_tlb_ubc_flush_pe... |
tree | commitdiff |
2023-03-28 |
Hyeonggon Yoo | mm/debug: use %pGt to display page_type in dump_page() |
tree | commitdiff |
2023-03-28 |
Hyeonggon Yoo | mm, printk: introduce new format %pGt for page_type |
tree | commitdiff |
2023-03-28 |
Stefan Roesch | mm: add tracepoints to ksm |
tree | commitdiff |
2023-03-28 |
Taejoon Song | mm/zswap: try to avoid worst-case scenario on same... |
tree | commitdiff |
2023-03-28 |
T.J. Alumbaugh | mm: multi-gen LRU: improve design doc |
tree | commitdiff |
2023-03-28 |
T.J. Alumbaugh | mm: multi-gen LRU: clean up sysfs code |
tree | commitdiff |
2023-03-28 |
Ma Wupeng | x86/mm/pat: clear VM_PAT if copy_p4d_range failed |
tree | commitdiff |
2023-03-28 |
Muhammad Usama Anjum | mm/userfaultfd: support WP on multiple VMAs |
tree | commitdiff |
2023-03-28 |
Vlastimil Babka | mm, page_alloc: reduce page alloc/free sanity checks |
tree | commitdiff |
2023-03-28 |
Alexander Halbuer | mm: reduce lock contention of pcp buffer refill |
tree | commitdiff |
next |