summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
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-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+2
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio1-0/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+6
2020-08-15mm: annotate a data race in page_zonenum()Qian Cai1-0/+1
2020-08-15mm: introduce offset_in_thpMatthew Wilcox (Oracle)1-0/+1
2020-08-15mm: move page-flags include to top of fileMatthew Wilcox (Oracle)1-5/+1
2020-08-15mm: 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-21powerpc/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-05include/linux/mm.h: return true in cpupid_pid_unset()Jason Yan1-1/+1
2020-06-05mm: replace zero-length array with flexible-array memberchenqiwu1-1/+1
2020-06-05mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long1-0/+1
2020-06-05mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport1-7/+0
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-31/+17
2020-06-04mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-3/+1
2020-06-04mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)1-2/+2
2020-06-04mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual1-1/+1
2020-06-04mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He1-4/+0
2020-06-04mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-6/+3
2020-06-04mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-0/+1
2020-06-04mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-4/+3
2020-06-04mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-1/+1
2020-06-04mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-10/+2
2020-06-04mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport1-2/+2
2020-06-04mm/gup: introduce pin_user_pages_fast_only()John Hubbard1-0/+2
2020-06-04mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard1-0/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+8
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-19/+48
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel1-0/+46
2020-06-02mm/gup: introduce pin_user_pages_unlockedJohn Hubbard1-0/+2