aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton1-1/+1
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-06-02mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse1-0/+11
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-0/+8
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-0/+14
2017-05-03mm: enable page poisoning early at bootVinayak Menon1-1/+0
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crashDan Williams1-14/+0
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar1-0/+2
2017-03-31mm: move mm_percpu_wq initialization earlierMichal Hocko1-0/+2
2017-03-18mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast() functionKirill A. Shutemov1-0/+4
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-6/+25
2017-03-09asm-generic: introduce 5level-fixup.hKirill A. Shutemov1-0/+3
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins1-10/+0
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes1-2/+4
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport1-5/+9
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-6/+8
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox1-1/+29
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-1/+9
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-5/+5
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov1-1/+1
2017-02-22mm: drop zap_details::check_swap_entriesKirill A. Shutemov1-1/+0
2017-02-22mm: drop zap_details::ignore_dirtyKirill A. Shutemov1-1/+0
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-3/+2
2017-02-22mm, page_alloc: warn_alloc print nodemaskMichal Hocko1-2/+2
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko1-0/+1
2017-02-22userfaultfd: shmem: introduce vma_is_shmemMike Rapoport1-0/+10
2017-02-22userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processingMike Kravetz1-1/+2
2017-02-22userfaultfd: hugetlbfs: add copy_huge_page_from_user for hugetlb userfaultfd supportMike Kravetz1-0/+3
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-1/+1
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-2/+1
2017-02-22dax: add tracepoint infrastructure, PMD tracingRoss Zwisler1-0/+25
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+4
2017-01-11mm: Introduce lm_aliasLaura Abbott1-0/+4
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler1-2/+0
2017-01-10mm: add follow_pte_pmd()Ross Zwisler1-0/+2
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin1-0/+2
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-29/+17
2016-12-14mm: export follow_pte()Jan Kara1-0/+2
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara1-0/+1
2016-12-14mm: move handling of COW faults into DAX codeJan Kara1-8/+1
2016-12-14mm: factor out functionality to finish page faultsJan Kara1-0/+1
2016-12-14mm: allow full handling of COW faults in ->fault handlersJan Kara1-1/+3
2016-12-14mm: add orig_pte field into vm_faultJan Kara1-2/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-2/+0
2016-12-14mm: join struct fault_env and vm_faultJan Kara1-17/+11
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes1-3/+0
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-0/+2
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes1-4/+0