summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz2022-11-301-0/+2
* madvise: use zap_page_range_single for madvise dontneedMike Kravetz2022-11-301-8/+19
* mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin2022-10-031-1/+1
* mm: reimplement folio_order() and folio_nr_pages()Matthew Wilcox (Oracle)2022-10-031-2/+10
* mm: reduce noise in show_mem for lowmem allocationsMichal Hocko2022-09-261-2/+11
* mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand2022-09-261-1/+15
* mm: remove the vma linked listLiam R. Howlett2022-09-261-2/+3
* mm/mmap: reorganize munmap to use maple statesLiam R. Howlett2022-09-261-2/+3
* mm: convert vma_lookup() to use mtree_load()Liam R. Howlett2022-09-261-6/+1
* mm: use maple tree operations for find_vma_intersection()Liam R. Howlett2022-09-261-18/+4
* mm: optimize find_exact_vma() to use vma_lookup()Liam R. Howlett2022-09-261-1/+1
* mm: remove rb tree.Liam R. Howlett2022-09-261-2/+0
* kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett2022-09-261-2/+0
* mm: add VMA iteratorMatthew Wilcox (Oracle)2022-09-261-0/+32
* mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-261-0/+5
* mm: multi-gen LRU: exploit locality in rmapYu Zhao2022-09-261-0/+5
* mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand2022-09-111-2/+7
* mm: kill find_min_pfn_with_active_regions()Kefeng Wang2022-09-111-1/+0
* memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-111-0/+25
* mm: re-allow pinning of zero pfns (again)Alex Williamson2022-08-281-3/+10
* mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand2022-08-201-1/+0
* mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi2022-08-081-1/+0
* mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi2022-08-081-0/+1
* mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song2022-08-081-7/+0
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-94/+39
|\
| * mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-3/+0
| * mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+1
| * mm/mmap: build protect protection_map[] with __P000Anshuman Khandual2022-07-171-0/+2
| * mm: introduce mf_dax_kill_procs() for fsdax caseShiyang Ruan2022-07-171-0/+2
| * mm: add zone device coherent type memory supportAlex Sierra2022-07-171-1/+4
| * mm: move page zone helpers from mm.h to mmzone.hAlex Sierra2022-07-171-78/+0
| * mm: rename is_pinnable_page() to is_longterm_pinnable_page()Alex Sierra2022-07-171-4/+4
| * mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)2022-07-031-5/+1
| * mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)2022-07-031-3/+3
| * mm: add folios_put()Matthew Wilcox (Oracle)2022-07-031-0/+19
| * mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand2022-07-031-2/+6
* | Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-051-0/+3
|\ \
| * | mm: Add PAGE_ALIGN_DOWN macroDavid Gow2022-07-171-0/+3
| |/
* / mm: fix missing wake-up event for FSDAX pagesMuchun Song2022-07-181-5/+9
|/
* mm/memory-failure: disable unpoison once hw error happenszhenwei pi2022-06-161-0/+1
* mm: re-allow pinning of zero pfnsAlex Williamson2022-06-161-1/+1
* Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-271-2/+7
|\
| * mm: fix is_pinnable_page against a cma pageMinchan Kim2022-05-271-2/+7
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-12/+58
|\|
| * mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-131-2/+0
| * mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu2022-05-131-0/+10
| * mm/mprotect: use mmu_gatherNadav Amit2022-05-131-2/+3
| * mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand2022-05-091-0/+39
| * mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-091-4/+1
| * mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand2022-05-091-0/+4