summaryrefslogtreecommitdiffstats
path: root/include/linux/mm_inline.h
Commit message (Expand)AuthorAgeFilesLines
* mm-make-pte_marker_swapin_error-more-general-fixAndrew Morton2023-08-181-0/+2
* mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen2023-08-181-0/+19
* mm: kill [add|del]_page_to_lru_list()Kefeng Wang2023-06-231-12/+0
* mm: ptep_get() conversionRyan Roberts2023-06-191-1/+1
* mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu2023-04-051-0/+6
* mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh2023-02-021-17/+0
* mm: support POSIX_FADV_NOREUSEYu Zhao2023-01-181-0/+3
* mm: add vma_has_recency()Yu Zhao2023-01-181-0/+8
* mm: multi-gen LRU: per-node lru_gen_folio listsYu Zhao2023-01-181-0/+17
* mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]Yu Zhao2023-01-181-2/+2
* mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folioYu Zhao2023-01-181-2/+2
* mm: fix vma->anon_name memory leak for anonymous shmem VMAsSuren Baghdasaryan2023-01-111-2/+1
* mm: remove unused inline functions from include/linux/mm_inline.hGaosheng Cui2022-10-031-11/+0
* mm: multi-gen LRU: kill switchYu Zhao2022-09-261-2/+13
* mm: multi-gen LRU: minimal implementationYu Zhao2022-09-261-0/+36
* mm: multi-gen LRU: groundworkYu Zhao2022-09-261-0/+175
* Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...Yu Zhao2022-09-261-1/+8
* mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu2022-05-131-0/+43
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-3/+8
|\
| * mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-171-3/+8
* | mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan2022-03-051-4/+14
* | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-051-28/+59
|/
* mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann2022-01-151-0/+86
* mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2022-01-151-0/+50
* mm/lru: Add folio LRU functionsMatthew Wilcox (Oracle)2021-09-271-36/+67
* include/linux/mm_inline.h: fold __update_lru_size() into its sole callerYu Zhao2021-02-241-8/+1
* include/linux/mm_inline.h: fold page_lru_base_type() into its sole callerYu Zhao2021-02-241-21/+6
* mm: VM_BUG_ON lru page flagsYu Zhao2021-02-241-0/+4
* mm: add __clear_page_lru_flags() to replace page_off_lru()Yu Zhao2021-02-241-18/+10
* mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao2021-02-241-2/+3
* mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao2021-02-241-2/+6
* include/linux/mm_inline.h: shuffle lru list addition and deletion functionsYu Zhao2021-02-241-21/+21
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-3/+3
* mm: code cleanup for MADV_FREEHuang Ying2020-04-071-7/+8
* mm: memcontrol: track LRU counts in the vmstats arrayJohannes Weiner2019-05-141-1/+1
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-3/+0
* x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-131-6/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pagesTony Luck2017-08-171-0/+6
* mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner2017-02-241-0/+7
* mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-101-1/+1
* mm, vmscan: remove highmem_file_pagesMel Gorman2016-07-281-17/+0
* mm: add per-zone lru list statMinchan Kim2016-07-281-0/+2
* mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman2016-07-281-3/+2
* mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman2016-07-281-3/+17
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-7/+14
* mm: update_lru_size do the __mod_zone_page_stateHugh Dickins2016-05-191-6/+18
* mm: update_lru_size warn and reset bad lru_sizeHugh Dickins2016-05-191-1/+1
* mm: move lru_to_page to mm_inline.hGeliang Tang2016-01-141-0/+2
* mm: vmscan: fix do_try_to_free_pages() livelockLisa Du2013-09-111-0/+1