aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-02mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe1-0/+9
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim1-1/+1
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand1-1/+1
2020-10-16mm,hwpoison: introduce MF_MSG_UNSPLIT_THPNaoya Horiguchi1-0/+1
2020-10-16mm,hwpoison: kill put_hwpoison_pageOscar Salvador1-1/+0
2020-10-16mm,hwpoison: unexport get_hwpoison_page and make it staticOscar Salvador1-1/+0
2020-10-13mm: remove src/dst mm parameter in copy_page_range()Peter Xu1-2/+2
2020-10-13mm: account PMD tables like PTE tablesMatthew Wilcox1-4/+20
2020-10-13mm, dump_page: rename head_mapcount() --> head_compound_mapcount()John Hubbard1-4/+4
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+8
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu1-1/+1
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour1-1/+1
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds1-0/+2
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas1-0/+8
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+6
2020-08-14mm: annotate a data race in page_zonenum()Qian Cai1-0/+1
2020-08-14mm: introduce offset_in_thpMatthew Wilcox (Oracle)1-0/+1
2020-08-14mm: move page-flags include to top of fileMatthew Wilcox (Oracle)1-5/+1
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)1-1/+4
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-2/+5
2020-08-12mm: drop duplicated words in <linux/mm.h>Randy Dunlap1-2/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-66/+20
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-4/+0
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne1-11/+1
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual1-2/+2
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-2/+3
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang1-0/+2
2020-08-07mm: move p?d_alloc_track to separate header fileJoerg Roedel1-45/+0
2020-08-07mm, dump_page: do not crash with bad compound_mapcount()John Hubbard1-2/+12
2020-07-22powerpc/64s: Remove PROT_SAO supportNicholas Piggin1-2/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-5/+5
2020-06-09mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse1-0/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-08mm/gup: introduce pin_user_pages_locked()John Hubbard1-0/+2
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder1-2/+8
2020-06-04include/linux/mm.h: return true in cpupid_pid_unset()Jason Yan1-1/+1
2020-06-04mm: replace zero-length array with flexible-array memberchenqiwu1-1/+1
2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long1-0/+1
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport1-7/+0
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-31/+17
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-3/+1
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)1-2/+2
2020-06-03mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual1-1/+1
2020-06-03mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He1-4/+0
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-6/+3
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-0/+1