summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
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
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-28mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov
2020-05-19mm/memory-failure: Add memory_failure_queue_kick()James Morse
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig
2020-04-22mm: Remove MPX leftoversJimmy Assarsson
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-04-10mm/memory.c: add vm_insert_pages()Arjun Roy
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu
2020-04-07mm: merge parameters for change_protection()Peter Xu
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-04-02mmap: remove inline of vm_unmapped_areaJaewon Kim
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu