aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2023-09-04Merge tag 'v5.4.255' into v5.4/standard/baseBruce Ashfield
2023-08-30mm: allow a controlled amount of unfairness in the page lockLinus Torvalds
2022-07-29Merge tag 'v5.4.208' into v5.4/standard/baseBruce Ashfield
2022-07-29mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse
2022-07-05Merge tag 'v5.4.200' into v5.4/standard/baseBruce Ashfield
2022-06-22random: move randomize_page() into mm where it belongsJason A. Donenfeld
2021-06-30Merge branch 'v5.4/base' into v5.4/standard/baseBruce Ashfield
2021-06-30mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins
2021-05-21Merge tag 'v5.4.120' into v5.4/standard/baseBruce Ashfield
2021-05-19mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu
2021-04-04Merge tag 'v5.4.109' into v5.4/standard/baseBruce Ashfield
2021-03-30kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov
2021-02-28Merge tag 'v5.4.101' into v5.4/standard/baseBruce Ashfield
2021-02-26mm: provide a saner PTE walking API for modulesPaolo Bonzini
2021-02-26mm: simplify follow_pte{,pmd}Christoph Hellwig
2020-11-19Merge tag 'v5.4.76' into v5.4/standard/baseBruce Ashfield
2020-11-10mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe
2020-10-16Merge tag 'v5.4.70' into v5.4/standard/baseBruce Ashfield
2020-10-07mm: replace memmap_context by meminit_contextLaurent Dufour
2020-06-17Merge tag 'v5.4.47' into v5.4/standard/baseBruce Ashfield
2020-06-17mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long
2020-06-07Merge tag 'v5.4.44' into v5.4/standard/baseBruce Ashfield
2020-06-03mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov
2020-03-21Merge tag 'v5.4.25' into v5.4/standard/baseBruce Ashfield
2020-03-12mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabledVlastimil Babka
2020-01-27Merge tag 'v5.4.14' into v5.4/standard/baseBruce Ashfield
2020-01-23mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka
2020-01-13aufs5: mmapBruce Ashfield
2019-11-06mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti
2019-09-24mm, thp: introduce FOLL_SPLIT_PMDSong Liu
2019-09-24mm: move memcmp_pages() and pages_identical()Song Liu
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-09-24mm: introduce page_shift()Matthew Wilcox (Oracle)
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-24mm: add dummy can_do_mlock() helperArnd Bergmann
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-07-18mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi
2019-07-16mm: add account_locked_vm utility functionDaniel Jordan
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy
2019-07-16mm: clean up is_device_*_page() definitionsRobin Murphy
2019-07-16mm: provide a print_vma_addr stub for !CONFIG_MMUChristoph Hellwig
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka