summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-5/+5
* mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse2020-06-091-0/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm/gup: introduce pin_user_pages_locked()John Hubbard2020-06-081-0/+2
* mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-081-2/+8
* include/linux/mm.h: return true in cpupid_pid_unset()Jason Yan2020-06-041-1/+1
* mm: replace zero-length array with flexible-array memberchenqiwu2020-06-041-1/+1
* mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-041-0/+1
* mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport2020-06-041-7/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-31/+17
|\
| * mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-3/+1
| * mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)2020-06-031-2/+2
| * mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual2020-06-031-1/+1
| * mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He2020-06-031-4/+0
| * mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport2020-06-031-6/+3
| * mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport2020-06-031-0/+1
| * mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-4/+3
| * mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-1/+1
| * mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-10/+2
| * mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport2020-06-031-2/+2
| * mm/gup: introduce pin_user_pages_fast_only()John Hubbard2020-06-031-0/+2
| * mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard2020-06-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-6/+8
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-2/+13
| |\
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-6/+6
| * | sysctl: remove all extern declaration from sysctl.cChristoph Hellwig2020-04-271-0/+2
* | | Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-06-021-0/+1
|\ \ \
| * | | mm/memory-failure: Add memory_failure_queue_kick()James Morse2020-05-191-0/+1
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-19/+48
|\ \ \
| * | | mm: add functions to track page directory modificationsJoerg Roedel2020-06-021-0/+46
| * | | mm/gup: introduce pin_user_pages_unlockedJohn Hubbard2020-06-021-0/+2
| * | | mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)2020-06-021-19/+0
| | |/ | |/|
* | | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-2/+2
|\ \ \
| * | | docs: fix broken references to text filesMauro Carvalho Chehab2020-04-201-2/+2
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+3
|\ \ \
| * \ \ Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | arm64: Basic Branch Target Identification supportDave Martin2020-03-161-0/+3