aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2023-12-27Merge tag 'v5.15.144' into v5.15/standard/baseBruce Ashfield
2023-12-20memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2023-07-06Merge tag 'v5.15.120' into v5.15/standard/baseBruce Ashfield
2023-07-05mm, hwpoison: when copy-on-write hits poison, take page offlineJane Chu
2022-07-13Merge tag 'v5.15.54' into v5.15/standard/baseBruce Ashfield
2022-07-12Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi
2022-07-12mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi
2022-07-12mm/memory-failure.c: fix race with changing page compound againMiaohe Lin
2022-05-31Merge tag 'v5.15.44' into v5.15/standard/baseBruce Ashfield
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-05-03Merge tag 'v5.15.37' into v5.15/standard/baseBruce Ashfield
2022-05-01gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher
2022-03-28aufs: reduce overhead for "code present but disabled" use case.Paul Gortmaker
2022-02-02Merge tag 'v5.15.19' into v5.15/standard/baseBruce Ashfield
2022-02-01mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne
2021-11-02aufs5: mmapBruce Ashfield
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi
2021-09-03mm: delete unused get_kernel_page()John Hubbard
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard
2021-09-03mm/gup: small refactoring: simplify try_grab_page()John Hubbard
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand
2021-09-03kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand
2021-09-03kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand
2021-08-09mm: Add kvrealloc()Dave Chinner
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)
2021-07-08mm: add setup_initial_init_mm() helperKefeng Wang
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm: fix typos and grammar error in commentsHyeonggon Yoo
2021-06-30mm: memory: add orig_pmd to struct vm_faultYang Shi
2021-06-30mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song
2021-06-30mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-29mm: optimise nth_page for contiguous memmapMatthew Wilcox (Oracle)
2021-06-29mm: report which part of mem is being freed on initmem caseJungseung Lee
2021-06-29mm: add vma_lookup(), update find_vma_intersection() commentsLiam Howlett
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli
2021-06-29mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)
2021-06-29mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)
2021-06-29mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins
2021-06-14CFI: Move function_nocfi() into compiler.hMark Rutland