summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-7/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm: Remove MPX leftoversJimmy Assarsson2020-04-221-7/+0
| |/ /
* / / mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov2020-05-281-2/+13
|/ /
* | mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-0/+12
* | mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+5
* | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-0/+14
* | mm/memory.c: add vm_insert_pages()Arjun Roy2020-04-101-0/+2
* | userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu2020-04-071-0/+5
* | mm: merge parameters for change_protection()Peter Xu2020-04-071-1/+13
* | mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-0/+6
* | Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-041-0/+17
|\ \
| * | mm: Introduce vma_is_special_hugeThomas Hellstrom (VMware)2020-03-241-0/+17