aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12mm: Introduce kvcalloc()Kees Cook1-0/+5
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-18/+53
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams1-18/+53
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+6
2018-06-07mm: remove page_is_poisoned() from linux/mm.hSahara1-2/+0
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox1-0/+2
2018-06-07mm: use new return type vm_fault_tSouptick Joarder1-2/+2
2018-06-07fs/dax.c: use new return type vm_fault_tSouptick Joarder1-2/+2
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+4
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+10
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+5
2018-06-05mm: Use overflow helpers in kvmalloc()Kees Cook1-2/+5
2018-06-01mm: Remove return value of zap_vma_ptes()Leon Romanovsky1-4/+4
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim1-1/+0
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams1-18/+53
2018-05-18include/linux/mm.h: add new inline function vmf_error()Souptick Joarder1-0/+7
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+1
2018-05-09mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai1-1/+6
2018-05-09mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai1-4/+5
2018-04-11page cache: use xa_lockMatthew Wilcox1-1/+1
2018-04-11export __set_page_dirtyMatthew Wilcox1-0/+1
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim1-0/+1
2018-04-05mm: change return type to vm_fault_tSouptick Joarder1-4/+43
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying1-0/+1
2018-04-05include/linux/mm.h: provide consistent declaration for num_poisoned_pagesGuenter Roeck1-1/+1
2018-04-05mm, hugetlbfs: introduce ->pagesize() to vm_operations_structDan Williams1-0/+1
2018-04-05mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi1-0/+1
2018-04-05mm: uninitialized struct page poisoning sanity checkingPavel Tatashin1-1/+3
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+9
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz1-0/+3
2018-03-18mm: Clear arch specific VM flags on protection changeKhalid Aziz1-0/+6
2018-02-23Drop a bunch of metag referencesJames Hogan1-2/+0
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-12/+10
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox1-10/+16
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman1-2/+2
2018-01-08mm: split altmap memory map allocation from normal caseChristoph Hellwig1-7/+2
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig1-2/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-2/+4
2017-11-29mm: introduce get_user_pages_longtermDan Williams1-0/+13
2017-11-29mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams1-0/+1
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