aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-5/+5
2020-06-09mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse1-0/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-08mm/gup: introduce pin_user_pages_locked()John Hubbard1-0/+2
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder1-2/+8
2020-06-04include/linux/mm.h: return true in cpupid_pid_unset()Jason Yan1-1/+1
2020-06-04mm: replace zero-length array with flexible-array memberchenqiwu1-1/+1
2020-06-04mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long1-0/+1
2020-06-04mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.hMike Rapoport1-7/+0
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-31/+17
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-3/+1
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)1-2/+2
2020-06-03mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual1-1/+1
2020-06-03mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He1-4/+0
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-6/+3
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport1-0/+1
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-4/+3
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-1/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-10/+2
2020-06-03mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport1-2/+2
2020-06-03mm/gup: introduce pin_user_pages_fast_only()John Hubbard1-0/+2
2020-06-03mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard1-0/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+8
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-19/+48
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel1-0/+46
2020-06-02mm/gup: introduce pin_user_pages_unlockedJohn Hubbard1-0/+2
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)1-19/+0
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+3
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+13
2020-05-28mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov1-2/+13
2020-05-19mm/memory-failure: Add memory_failure_queue_kick()James Morse1-0/+1
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon1-0/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-6/+6
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig1-0/+2
2020-04-22mm: Remove MPX leftoversJimmy Assarsson1-7/+0
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab1-2/+2
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-0/+12
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+5
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-0/+14
2020-04-10mm/memory.c: add vm_insert_pages()Arjun Roy1-0/+2
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu1-0/+5
2020-04-07mm: merge parameters for change_protection()Peter Xu1-1/+13
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-0/+6
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+17
2020-04-02mmap: remove inline of vm_unmapped_areaJaewon Kim1-20/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-0/+37