aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2021-01-21Merge tag 'v4.14.205' into v4.14/standard/baseBruce Ashfield
2020-11-10mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe
2020-08-26Merge tag 'v4.14.185' into v4.14/standard/baseBruce Ashfield
2020-08-26Merge tag 'v4.14.183' into v4.14/standard/baseBruce Ashfield
2020-06-20mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long
2020-06-03mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov
2019-11-18Merge tag 'v4.14.154' into v4.14/standard/baseBruce Ashfield
2019-11-12mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi
2019-05-21Merge tag 'v4.14.116' into v4.14/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
2018-10-15Merge tag 'v4.14.76' into v4.14/standard/baseBruce Ashfield
2018-10-13mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-08-13Merge tag 'v4.14.55' into v4.14/standard/baseBruce Ashfield
2018-07-11mm: hwpoison: disable memory error handling on 1GB hugepageNaoya Horiguchi
2018-06-06Merge tag 'v4.14.42' into v4.14/standard/baseBruce Ashfield
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-02-01aufs4: mmap supportBruce Ashfield
2017-12-25x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He
2017-12-05mm: introduce get_user_pages_longtermDan Williams
2017-12-05mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar
2017-03-31mm: move mm_percpu_wq initialization earlierMichal Hocko
2017-03-18mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...Kirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-03-09asm-generic: introduce 5level-fixup.hKirill A. Shutemov
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang