summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-12/+10
|\
| * mm: split altmap memory map allocation from normal caseChristoph Hellwig2018-01-081-7/+2
| * mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig2018-01-081-2/+2
| * mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-1/+2
| * mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-2/+4
* | mm: add unmap_mapping_pages()Matthew Wilcox2018-01-311-10/+16
* | mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-2/+2
|/
* mm: introduce get_user_pages_longtermDan Williams2017-11-291-0/+13
* mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2017-11-291-0/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-3/+6
|\
| * dax, iomap: Add support for synchronous faultsJan Kara2017-11-031-1/+5
| * mm: Define MAP_SYNC and VM_SYNC flagsJan Kara2017-11-031-0/+1
| * mm: Remove VM_FAULT_HWPOISON_LARGE_MASKJan Kara2017-11-031-2/+0
* | mm: speed up cancel_dirty_page() for clean pagesJan Kara2017-11-151-1/+7
* | mm: zero reserved and unavailable struct pagesPavel Tatashin2017-11-151-0/+15
* | mm: consolidate page table accountingKirill A. Shutemov2017-11-151-46/+12
* | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-0/+32
* | mm: account pud page tablesKirill A. Shutemov2017-11-151-3/+33
* | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He2017-10-301-1/+1
|/
* include/linux/mm.h: fix typo in VM_MPX definitionKirill A. Shutemov2017-10-031-1/+1
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-8/+9
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-081-9/+17
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-8/+12
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-081-9/+22
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+12
* mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-1/+1
* x86,mpx: make mpx depend on x86-64 to free up VMA flagRik van Riel2017-09-061-2/+6
* mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying2017-09-061-1/+1
* mm: add vm_insert_mixed_mkwrite()Ross Zwisler2017-09-061-0/+2
* dax: update to new mmu_notifier semanticJérôme Glisse2017-08-311-0/+1
* Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+1
|\
| * mm: drop "wait" parameter from write_one_page()Jeff Layton2017-07-051-1/+1
* | mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-28/+25
* | mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse2017-06-021-0/+11
|/
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-0/+8
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-081-0/+14
* mm: enable page poisoning early at bootVinayak Menon2017-05-031-1/+0
* mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams2017-05-011-14/+0
* Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-031-0/+2
|\
| * mm: move mm_percpu_wq initialization earlierMichal Hocko2017-03-311-0/+2
* | mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov2017-03-181-0/+4
|/
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-6/+25
* asm-generic: introduce 5level-fixup.hKirill A. Shutemov2017-03-091-0/+3
* mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-241-10/+0
* mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes2017-02-241-2/+4
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-5/+9
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-241-6/+8
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-1/+29
OpenPOWER on IntegriCloud