summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-25random: move randomize_page() into mm where it belongsJason A. Donenfeld1-0/+2
2021-07-11mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins1-0/+3
2020-11-10mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe1-0/+9
2020-10-07mm: replace memmap_context by meminit_contextLaurent Dufour1-1/+1
2020-06-22mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long1-0/+1
2020-06-03mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov1-2/+13
2019-11-12mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi1-5/+0
2019-05-04mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-05-04mm: make page ref count overflow check tighter and more explicitLinus Torvalds1-1/+5
2018-12-29mm: add mm_pxd_folded checks to pgtable_bytes accounting functionsMartin Schwidefsky1-0/+8
2018-10-06mm: migration: fix migration of huge PMD shared pagesMike Kravetz1-0/+6
2018-08-26Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds1-0/+1
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-7/+7
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador1-1/+1
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin1-9/+0
2018-08-22mm: zero out the vma in vma_init()Andrew Morton1-0/+1
2018-08-18mm/sparse: delete old sparse_init and enable new onePavel Tatashin1-6/+0
2018-08-18mm/sparse: move buffer init/fini to the common placePavel Tatashin1-3/+0
2018-08-18mm/sparse: abstract sparse buffer allocationsPavel Tatashin1-0/+4
2018-08-18mm, huge page: copy target sub-page last when copy huge pageHuang Ying1-1/+2
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-0/+3
2018-07-27mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+8
2018-07-27mm: introduce vma_init()Kirill A. Shutemov1-0/+6
2018-07-23mm, memory_failure: Teach memory_failure() about dev_pagemap pagesDan Williams1-0/+1
2018-07-22mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-1/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-1/+3
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin1-1/+1
2018-06-13mm: Introduce kvcalloc()Kees Cook1-0/+5
2018-06-09Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-18/+53
2018-06-09Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams1-18/+53
2018-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+6
2018-06-08mm: remove page_is_poisoned() from linux/mm.hSahara1-2/+0
2018-06-08mm: mark pages in use for page tablesMatthew Wilcox1-0/+2
2018-06-08mm: use new return type vm_fault_tSouptick Joarder1-2/+2
2018-06-08fs/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/p...Linus Torvalds1-4/+10
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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-19include/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-08mm, 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-06mm: change return type to vm_fault_tSouptick Joarder1-4/+43