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