aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17mm/mmap: build protect protection_map[] with __P000Anshuman Khandual1-0/+2
2022-07-17mm/page_alloc: protect PCP lists with a spinlockMel Gorman1-0/+1
2022-07-17mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman1-4/+7
2022-07-17mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman1-0/+5
2022-07-17hugetlb: do not update address in huge_pmd_unshareMike Kravetz1-2/+2
2022-07-17hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz1-0/+1
2022-07-17mm: khugepaged: reorg some khugepaged helpersYang Shi2-14/+8
2022-07-17mm: thp: kill __transhuge_page_enabled()Yang Shi1-55/+2
2022-07-17mm: thp: kill transparent_hugepage_active()Yang Shi2-8/+10
2022-07-17mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi2-14/+11
2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan2-4/+16
2022-07-17fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan1-0/+6
2022-07-17mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan1-0/+2
2022-07-17fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan1-0/+15
2022-07-17pagemap,pmem: introduce ->memory_failure()Shiyang Ruan1-0/+12
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan1-8/+25
2022-07-17mm: add device coherent vma selection for memory migrationAlex Sierra1-0/+1
2022-07-17mm: add zone device coherent type memory supportAlex Sierra2-1/+23
2022-07-17mm: move page zone helpers from mm.h to mmzone.hAlex Sierra3-79/+81
2022-07-17mm: rename is_pinnable_page() to is_longterm_pinnable_page()Alex Sierra1-4/+4
2022-07-03mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin1-0/+5
2022-07-03mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng1-13/+0
2022-07-03mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li1-3/+3
2022-07-03mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memoryMuchun Song2-9/+11
2022-07-03mm: memory_hotplug: enumerate all supported section flagsMuchun Song1-9/+32
2022-07-03mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)1-5/+1
2022-07-03mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)1-3/+3
2022-07-03mm/swap: make __pagevec_lru_add staticMatthew Wilcox (Oracle)1-1/+0
2022-07-03mm: add folios_put()Matthew Wilcox (Oracle)2-2/+19
2022-07-03mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)1-0/+6
2022-07-03mm/mprotect: try avoiding write faults for exclusive anonymous pages when changing protectionDavid Hildenbrand1-2/+6
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park1-0/+2
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park1-0/+2
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-2/+12
2022-07-03mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin1-1/+18
2022-07-03mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin1-0/+21
2022-07-03mm: introduce clear_highpage_kasan_taggedAndrey Konovalov1-0/+10
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park1-0/+6
2022-07-03mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin1-4/+8
2022-07-03mm/migration: return errno when isolate_huge_page failedMiaohe Lin1-3/+3
2022-07-03mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi1-2/+6
2022-07-03mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALKYang Shi1-2/+2
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport5-7/+7
2022-06-27Merge branch 'master' into mm-stableakpm25-505/+103
2022-06-26Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-4/+5
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+2
2022-06-24Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-13/+16
2022-06-24Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds1-0/+1
2022-06-24Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+6
2022-06-24Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+35