summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-06-02mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-03mm: enable page poisoning early at bootVinayak Menon
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar
2017-03-31mm: move mm_percpu_wq initialization earlierMichal Hocko
2017-03-18mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-03-09asm-generic: introduce 5level-fixup.hKirill A. Shutemov
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov
2017-02-22mm: drop zap_details::check_swap_entriesKirill A. Shutemov
2017-02-22mm: drop zap_details::ignore_dirtyKirill A. Shutemov
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko
2017-02-22mm, page_alloc: warn_alloc print nodemaskMichal Hocko
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko
2017-02-22userfaultfd: shmem: introduce vma_is_shmemMike Rapoport
2017-02-22userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processingMike Kravetz
2017-02-22userfaultfd: hugetlbfs: add copy_huge_page_from_user for hugetlb userfaultfd ...Mike Kravetz
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-02-22dax: add tracepoint infrastructure, PMD tracingRoss Zwisler
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-01-11mm: Introduce lm_aliasLaura Abbott
2017-01-10dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler
2017-01-10mm: add follow_pte_pmd()Ross Zwisler
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14mm: export follow_pte()Jan Kara
2016-12-14mm: provide helper for finishing mkwrite faultsJan Kara
2016-12-14mm: move handling of COW faults into DAX codeJan Kara
2016-12-14mm: factor out functionality to finish page faultsJan Kara
2016-12-14mm: allow full handling of COW faults in ->fault handlersJan Kara
2016-12-14mm: add orig_pte field into vm_faultJan Kara
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-12-14mm: join struct fault_env and vm_faultJan Kara
2016-12-14mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski