summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-14mm: annotate a data race in page_zonenum()Qian Cai
2020-08-14mm: introduce offset_in_thpMatthew Wilcox (Oracle)
2020-08-14mm: move page-flags include to top of fileMatthew Wilcox (Oracle)
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-12mm: drop duplicated words in <linux/mm.h>Randy Dunlap
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-07mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang
2020-08-07mm: move p?d_alloc_track to separate header fileJoerg Roedel
2020-08-07mm, dump_page: do not crash with bad compound_mapcount()John Hubbard
2020-07-22powerpc/64s: Remove PROT_SAO supportNicholas Piggin
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-08mm/gup: introduce pin_user_pages_locked()John Hubbard
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder
2020-06-04include/linux/mm.h: return true in cpupid_pid_unset()Jason Yan
2020-06-04mm: replace zero-length array with flexible-array memberchenqiwu
2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)
2020-06-03mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual
2020-06-03mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport
2020-06-03mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport
2020-06-03mm/gup: introduce pin_user_pages_fast_only()John Hubbard
2020-06-03mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel
2020-06-02mm/gup: introduce pin_user_pages_unlockedJohn Hubbard