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