aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2018-04-05mm: change return type to vm_fault_tSouptick Joarder
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-04-05include/linux/mm.h: provide consistent declaration for num_poisoned_pagesGuenter Roeck
2018-04-05mm, hugetlbfs: introduce ->pagesize() to vm_operations_structDan Williams
2018-04-05mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi
2018-04-05mm: uninitialized struct page poisoning sanity checkingPavel Tatashin
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz
2018-03-18mm: Clear arch specific VM flags on protection changeKhalid Aziz
2018-02-23Drop a bunch of metag referencesJames Hogan
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman
2018-01-08mm: split altmap memory map allocation from normal caseChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig
2017-11-29mm: introduce get_user_pages_longtermDan Williams
2017-11-29mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-15mm: speed up cancel_dirty_page() for clean pagesJan Kara
2017-11-15mm: zero reserved and unavailable struct pagesPavel Tatashin
2017-11-15mm: consolidate page table accountingKirill A. Shutemov
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-15mm: account pud page tablesKirill A. Shutemov
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-03dax, iomap: Add support for synchronous faultsJan Kara
2017-11-03mm: Define MAP_SYNC and VM_SYNC flagsJan Kara
2017-11-03mm: Remove VM_FAULT_HWPOISON_LARGE_MASKJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He
2017-10-03include/linux/mm.h: fix typo in VM_MPX definitionKirill A. Shutemov
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel
2017-09-06x86,mpx: make mpx depend on x86-64 to free up VMA flagRik van Riel
2017-09-06mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying
2017-09-06mm: add vm_insert_mixed_mkwrite()Ross Zwisler
2017-08-31dax: update to new mmu_notifier semanticJérôme Glisse
2017-07-07Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-05mm: drop "wait" parameter from write_one_page()Jeff Layton
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-06-02mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-03mm: enable page poisoning early at bootVinayak Menon
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams