summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | mmap: remove inline of vm_unmapped_areaJaewon Kim2020-04-021-20/+1
* | | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-0/+37
* | | mm: introduce FAULT_FLAG_INTERRUPTIBLEPeter Xu2020-04-021-11/+28
* | | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-0/+7
* | | mm/vma: make is_vma_temporary_stack() available for general useAnshuman Khandual2020-04-021-0/+14
* | | mm/vma: make vma_is_foreign() available for general useAnshuman Khandual2020-04-021-0/+11
* | | mm/vma: move VM_NO_KHUGEPAGED into generic headerAnshuman Khandual2020-04-021-1/+3
* | | mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-021-0/+26
* | | mm/gup: track FOLL_PIN pagesJohn Hubbard2020-04-021-15/+67
|/ /
* / mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabledVlastimil Babka2020-03-061-0/+4
|/