aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2019-05-07Merge tag 'v5.0.12' into v5.0/standard/baseBruce Ashfield
2019-05-04mm: add 'try_get_page()' helper functionLinus Torvalds
2019-05-04mm: make page ref count overflow check tighter and more explicitLinus Torvalds
2019-03-05aufs4: mmapBruce Ashfield
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-28mm: remove pte_lock_deinit()Yu Zhao
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2018-11-02mm: add mm_pxd_folded checks to pgtable_bytes accounting functionsMartin Schwidefsky
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi
2018-10-26mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck
2018-10-26mm: remove vm_insert_pfn()Matthew Wilcox
2018-10-26mm: make vm_insert_pfn_prot() staticMatthew Wilcox
2018-10-26mm: introduce vmf_insert_pfn_prot()Matthew Wilcox
2018-10-26mm: remove vm_insert_mixed()Matthew Wilcox
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-10PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe
2018-10-05mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin
2018-08-22mm: zero out the vma in vma_init()Andrew Morton
2018-08-17mm/sparse: delete old sparse_init and enable new onePavel Tatashin
2018-08-17mm/sparse: move buffer init/fini to the common placePavel Tatashin
2018-08-17mm/sparse: abstract sparse buffer allocationsPavel Tatashin
2018-08-17mm, huge page: copy target sub-page last when copy huge pageHuang Ying
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-23mm, memory_failure: Teach memory_failure() about dev_pagemap pagesDan Williams
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