aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2019-05-23mm: add 'try_get_page()' helper functionLinus Torvalds
2019-05-23mm: make page ref count overflow check tighter and more explicitLinus Torvalds
2019-01-12mm: add mm_pxd_folded checks to pgtable_bytes accounting functionsMartin Schwidefsky
2018-10-13mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov
2018-07-26mm: introduce vma_init()Kirill A. Shutemov
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin
2018-06-12mm: Introduce kvcalloc()Kees Cook
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-07mm: remove page_is_poisoned() from linux/mm.hSahara
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox
2018-06-07mm: use new return type vm_fault_tSouptick Joarder
2018-06-07fs/dax.c: use new return type vm_fault_tSouptick Joarder
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-05mm: Use overflow helpers in kvmalloc()Kees Cook
2018-06-01mm: Remove return value of zap_vma_ptes()Leon Romanovsky
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams
2018-05-18include/linux/mm.h: add new inline function vmf_error()Souptick Joarder
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-05-09mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai
2018-05-09mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-11export __set_page_dirtyMatthew Wilcox
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim
2018-04-05mm: change return type to vm_fault_tSouptick Joarder
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-04-05include/linux/mm.h: provide consistent declaration for num_poisoned_pagesGuenter Roeck
2018-04-05mm, hugetlbfs: introduce ->pagesize() to vm_operations_structDan Williams
2018-04-05mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi
2018-04-05mm: uninitialized struct page poisoning sanity checkingPavel Tatashin
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz
2018-03-18mm: Clear arch specific VM flags on protection changeKhalid Aziz
2018-02-23Drop a bunch of metag referencesJames Hogan
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman
2018-01-08mm: split altmap memory map allocation from normal caseChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig
2017-11-29mm: introduce get_user_pages_longtermDan Williams