summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-181-3/+0
* mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-181-1/+1
* mm/mmap: define DECLARE_VM_GET_PAGE_PROTAnshuman Khandual2022-07-181-0/+28
* mm/mmap: build protect protection_map[] with __P000Anshuman Khandual2022-07-181-0/+2
* mm/page_alloc: protect PCP lists with a spinlockMel Gorman2022-07-181-0/+1
* mm/page_alloc: use only one PCP list for THP-sized allocationsMel Gorman2022-07-181-4/+7
* mm/page_alloc: add page->buddy_list and page->pcp_listMel Gorman2022-07-181-0/+5
* hugetlb: do not update address in huge_pmd_unshareMike Kravetz2022-07-181-2/+2
* hugetlb: skip to end of PT page mapping when pte not presentMike Kravetz2022-07-181-0/+1
* mm: khugepaged: reorg some khugepaged helpersYang Shi2022-07-182-14/+8
* mm: thp: kill __transhuge_page_enabled()Yang Shi2022-07-181-55/+2
* mm: thp: kill transparent_hugepage_active()Yang Shi2022-07-182-8/+10
* mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi2022-07-182-14/+11
* fsdax: dedup file range to use a compare functionShiyang Ruan2022-07-182-4/+16
* fsdax: set a CoW flag when associate reflink mappingsShiyang Ruan2022-07-181-0/+6
* mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan2022-07-181-0/+2
* fsdax: introduce dax_lock_mapping_entry()Shiyang Ruan2022-07-181-0/+15
* pagemap,pmem: introduce ->memory_failure()Shiyang Ruan2022-07-181-0/+12
* dax: introduce holder for dax_deviceShiyang Ruan2022-07-181-8/+25
* mm: add device coherent vma selection for memory migrationAlex Sierra2022-07-181-0/+1
* mm: add zone device coherent type memory supportAlex Sierra2022-07-182-1/+23
* mm: move page zone helpers from mm.h to mmzone.hAlex Sierra2022-07-183-79/+81
* mm: rename is_pinnable_page() to is_longterm_pinnable_page()Alex Sierra2022-07-181-4/+4
* mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin2022-07-041-0/+5
* mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng2022-07-041-13/+0
* mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li2022-07-041-3/+3
* mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song2022-07-042-9/+11
* mm: memory_hotplug: enumerate all supported section flagsMuchun Song2022-07-041-9/+32
* mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)2022-07-041-5/+1
* mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)2022-07-041-3/+3
* mm/swap: make __pagevec_lru_add staticMatthew Wilcox (Oracle)2022-07-041-1/+0
* mm: add folios_put()Matthew Wilcox (Oracle)2022-07-042-2/+19
* mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)2022-07-041-0/+6
* mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand2022-07-041-2/+6
* mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park2022-07-041-0/+2
* mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park2022-07-041-0/+2
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-041-2/+12
* mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin2022-07-041-1/+18
* mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin2022-07-041-0/+21
* mm: introduce clear_highpage_kasan_taggedAndrey Konovalov2022-07-041-0/+10
* mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park2022-07-041-0/+6
* mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin2022-07-041-4/+8
* mm/migration: return errno when isolate_huge_page failedMiaohe Lin2022-07-041-3/+3
* mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi2022-07-041-2/+6
* mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALKYang Shi2022-07-041-2/+2
* docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-275-7/+7
* Merge branch 'master' into mm-stableakpm2022-06-2725-505/+103
|\
| * Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2022-06-261-4/+5
| |\
| | * Merge tag 'scmi-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2022-06-141-4/+5
| | |\
| | | * firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessaryCristian Marussi2022-06-101-4/+5