aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2020-06-11Merge tag 'v5.2.44' into v5.2/standard/baseBruce Ashfield
2020-06-08mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long
2020-06-08mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov
2019-12-29Merge tag 'v5.2.28' into v5.2/standard/baseBruce Ashfield
2019-12-29mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi
2019-07-27Merge tag 'v5.2.3' into v5.2/standard/baseBruce Ashfield
2019-07-26mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V
2019-07-22aufs5: mmap supportBruce Ashfield
2019-06-07uaccess: add noop untagged_addr definitionAndrey Konovalov
2019-05-14mm: move buddy list manipulations into helpersDan Williams
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder
2019-05-14mm: use mm_zero_struct_page from SPARC on all 64b architecturesAlexander Duyck
2019-05-14mm: introduce put_user_page*(), placeholder versionsJohn Hubbard
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14mm: add 'try_get_page()' helper functionLinus Torvalds
2019-04-14mm: make page ref count overflow check tighter and more explicitLinus Torvalds
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-03-07mm: create the new vm_fault_t typeSouptick Joarder
2019-03-05mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V
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