aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+6
2017-11-15mm: speed up cancel_dirty_page() for clean pagesJan Kara1-1/+7
2017-11-15mm: zero reserved and unavailable struct pagesPavel Tatashin1-0/+15
2017-11-15mm: consolidate page table accountingKirill A. Shutemov1-46/+12
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-0/+32
2017-11-15mm: account pud page tablesKirill A. Shutemov1-3/+33
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-0/+1
2017-11-03dax, iomap: Add support for synchronous faultsJan Kara1-1/+5
2017-11-03mm: Define MAP_SYNC and VM_SYNC flagsJan Kara1-0/+1
2017-11-03mm: Remove VM_FAULT_HWPOISON_LARGE_MASKJan Kara1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_pages'Baoquan He1-1/+1
2017-10-03include/linux/mm.h: fix typo in VM_MPX definitionKirill A. Shutemov1-1/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-8/+9
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse1-9/+17
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-8/+12
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse1-9/+22
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+12
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-1/+1
2017-09-06x86,mpx: make mpx depend on x86-64 to free up VMA flagRik van Riel1-2/+6
2017-09-06mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying1-1/+1
2017-09-06mm: add vm_insert_mixed_mkwrite()Ross Zwisler1-0/+2
2017-08-31dax: update to new mmu_notifier semanticJérôme Glisse1-0/+1
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