aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov1-0/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-7/+6
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-2/+4
2018-12-28mm: remove pte_lock_deinit()Yu Zhao1-9/+2
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan1-1/+1
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman1-0/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+26
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov1-0/+29
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+8
2018-11-02mm: add mm_pxd_folded checks to pgtable_bytes accounting functionsMartin Schwidefsky1-0/+8
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+1
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch1-10/+2
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi1-0/+2
2018-10-26mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck1-0/+2
2018-10-26mm: remove vm_insert_pfn()Matthew Wilcox1-14/+1
2018-10-26mm: make vm_insert_pfn_prot() staticMatthew Wilcox1-2/+0
2018-10-26mm: introduce vmf_insert_pfn_prot()Matthew Wilcox1-0/+2
2018-10-26mm: remove vm_insert_mixed()Matthew Wilcox1-14/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+18
2018-10-10PCI/P2PDMA: Support peer-to-peer memoryLogan Gunthorpe1-0/+18
2018-10-05mm: migration: fix migration of huge PMD shared pagesMike Kravetz1-0/+6
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2018-08-23mm: 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-17mm/sparse: delete old sparse_init and enable new onePavel Tatashin1-6/+0
2018-08-17mm/sparse: move buffer init/fini to the common placePavel Tatashin1-3/+0
2018-08-17mm/sparse: abstract sparse buffer allocationsPavel Tatashin1-0/+4
2018-08-17mm, 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-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+8
2018-07-26mm: 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-21mm: 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-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