summaryrefslogtreecommitdiffstats
path: root/mm/internal.h
Commit message (Expand)AuthorAgeFilesLines
* mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi2022-11-081-8/+0
* filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)2022-11-081-1/+1
* filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)2022-11-081-1/+1
* mm/page_alloc: make boot_nodestats staticMiaohe Lin2022-10-031-2/+0
* mm/page_alloc: make zone_pcp_update() staticMiaohe Lin2022-10-031-1/+0
* mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-031-0/+6
* mm: use nth_page instead of mem_map_offset mem_map_nextCheng Li2022-10-031-28/+0
* mm: remove the vma linked listLiam R. Howlett2022-09-261-5/+3
* mm: multi-gen LRU: exploit locality in rmapYu Zhao2022-09-261-0/+1
* mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe2022-09-111-1/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+19
|\
| * mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu2022-07-291-0/+18
| * mm/gup: migrate device coherent pages when pinning instead of failingAlistair Popple2022-07-171-0/+1
* | memblock: Disable mirror feature if kernelcore is not specifiedMa Wupeng2022-06-151-0/+2
|/
* mm: split free page with properly free memory accounting and without raceZi Yan2022-05-271-2/+2
* mm: fix missing handler for __GFP_NOWARNQi Zheng2022-05-191-0/+15
* mm/memory-failure.c: move clear_hwpoisoned_pageszhenwei pi2022-05-131-0/+11
* mm: make alloc_contig_range work at pageblock granularityZi Yan2022-05-131-0/+6
* mm: compaction: clean up comment for sched contentionMiaohe Lin2022-04-281-1/+1
* mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song2022-04-281-9/+17
* mm: wrap __find_buddy_pfn() with a necessary buddy page validationZi Yan2022-04-281-27/+90
* mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior2022-04-011-2/+4
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-38/+79
|\
| * mm/readahead: Switch to page_cache_ra_orderMatthew Wilcox (Oracle)2022-03-211-2/+2
| * mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)2022-03-211-0/+1
| * mm/mlock: Add mlock_vma_folio()Matthew Wilcox (Oracle)2022-03-211-4/+11
| * mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)2022-03-211-6/+9
| * mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...Matthew Wilcox (Oracle)2022-03-211-0/+2
| * mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle)2022-03-211-0/+1
| * mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)2022-03-211-0/+1
| * mm: Turn putback_lru_page() into folio_putback_lru()Matthew Wilcox (Oracle)2022-03-211-1/+2
| * mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)2022-03-211-1/+2
| * mm/gup: Add try_get_folio() and try_grab_folio()Matthew Wilcox (Oracle)2022-03-211-0/+5
| * mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-0/+2
| * mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins2022-03-031-2/+9
| * mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins2022-02-171-1/+8
| * mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins2022-02-171-1/+2
| * mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins2022-02-171-12/+0
| * mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-5/+31
| * mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins2022-02-171-14/+2
| * mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-171-1/+1
* | mm/early_ioremap: declare early_memremap_pgprot_adjust()Vlastimil Babka2022-03-221-0/+6
* | mm: handle uninitialized numa nodes gracefullyMichal Hocko2022-03-221-0/+2
* | mm/sparse: make mminit_validate_memmodel_limits() staticMiaohe Lin2022-03-221-11/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-6/+1
|\
| * mm: make slab and vmalloc allocators __GFP_NOLOCKDEP awareMichal Hocko2022-01-151-1/+1
| * mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song2022-01-151-5/+0
* | truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)2022-01-081-0/+2
* | mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)2022-01-081-1/+1
* | filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)2022-01-081-0/+4