summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* mm: simplify follow_pte{,pmd}Christoph Hellwig2020-12-151-3/+3
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-22/+0
|\
| * mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-22/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-52/+62
|\ \
| * | kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka2020-12-151-0/+1
| * | mm, page_poison: use static key more efficientlyVlastimil Babka2020-12-151-4/+29
| * | mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka2020-12-151-17/+3
| * | arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-151-7/+0
| * | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-151-3/+7
| * | PM: hibernate: make direct map manipulations more explicitMike Rapoport2020-12-151-12/+0
| * | mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport2020-12-151-0/+15
| * | ia64: remove custom __early_pfn_to_nid()Mike Rapoport2020-12-151-3/+0
| * | vm_ops: rename .split() callback to .may_split()Dmitry Safonov2020-12-151-1/+2
| * | mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+1
| * | mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard2020-12-151-2/+2
| * | mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-4/+4
| |/
* / mm: Add 'mprotect' hook to struct vm_operations_structSean Christopherson2020-11-171-0/+7
|/
* mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe2020-11-021-0/+9
* mm/madvise: pass mm to do_madviseMinchan Kim2020-10-181-1/+1
* mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand2020-10-161-1/+1
* mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi2020-10-161-0/+1
* mm,hwpoison: kill put_hwpoison_pageOscar Salvador2020-10-161-1/+0
* mm,hwpoison: unexport get_hwpoison_page and make it staticOscar Salvador2020-10-161-1/+0
* mm: remove src/dst mm parameter in copy_page_range()Peter Xu2020-10-131-2/+2
* mm: account PMD tables like PTE tablesMatthew Wilcox2020-10-131-4/+20
* mm, dump_page: rename head_mapcount() --> head_compound_mapcount()John Hubbard2020-10-131-4/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-121-0/+8
|\
| * arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas2020-09-041-0/+8
* | mm/fork: Pass new vma pointer into copy_page_range()Peter Xu2020-09-271-1/+1
* | mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-261-1/+1
* | mm: allow a controlled amount of unfairness in the page lockLinus Torvalds2020-09-171-0/+2
|/
* Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-301-0/+2
|\
| * Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2020-08-241-0/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+6
|/
* mm: annotate a data race in page_zonenum()Qian Cai2020-08-141-0/+1
* mm: introduce offset_in_thpMatthew Wilcox (Oracle)2020-08-141-0/+1
* mm: move page-flags include to top of fileMatthew Wilcox (Oracle)2020-08-141-5/+1
* mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)2020-08-141-1/+4
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-5/+4
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-2/+5
* mm: drop duplicated words in <linux/mm.h>Randy Dunlap2020-08-121-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-66/+20
|\
| * mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-4/+0
| * mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2020-08-071-11/+1
| * mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual2020-08-071-2/+2
| * mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-2/+3
| * mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang2020-08-071-0/+2
| * mm: move p?d_alloc_track to separate header fileJoerg Roedel2020-08-071-45/+0
| * mm, dump_page: do not crash with bad compound_mapcount()John Hubbard2020-08-071-2/+12
* | powerpc/64s: Remove PROT_SAO supportNicholas Piggin2020-07-221-2/+0
|/