summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* mm, hwpoison: when copy-on-write hits poison, take page offlineJane Chu2023-07-051-1/+4
* Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi2022-07-121-1/+0
* mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-07-121-0/+8
* mm/memory-failure.c: fix race with changing page compound againMiaohe Lin2022-07-121-0/+1
* random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-05-301-0/+1
* gup: Introduce FOLL_NOFAULT flag to disable page faultsAndreas Gruenbacher2022-05-011-1/+2
* mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne2022-02-011-5/+12
* Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds2021-09-071-1/+9
* Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-2/+2
|\
| * mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-1/+0
| * kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand2021-09-031-1/+1
| * kernel/fork: factor out replacing the current MM exe_fileDavid Hildenbrand2021-09-031-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-13/+4
|\ \
| * | mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi2021-09-031-1/+1
| * | mm: delete unused get_kernel_page()John Hubbard2021-09-031-1/+0
| * | mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard2021-09-031-9/+1
| * | mm/gup: small refactoring: simplify try_grab_page()John Hubbard2021-09-031-2/+2
| |/
* / mm: Add kvrealloc()Dave Chinner2021-08-091-0/+2
|/
* mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2021-07-121-0/+1
* mm: add setup_initial_init_mm() helperKefeng Wang2021-07-081-0/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-2/+12
|\
| * mm: fix typos and grammar error in commentsHyeonggon Yoo2021-07-011-1/+1
| * mm: memory: add orig_pmd to struct vm_faultYang Shi2021-06-301-1/+6
| * mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song2021-06-301-2/+2
| * mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-301-0/+2
| * mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-301-0/+3
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-5/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-0/+3
| |\ \
| * | | mm: add a signature in struct pageMatteo Croce2021-06-071-5/+6
* | | | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-301-10/+0
|\ \ \ \
| * | | | CFI: Move function_nocfi() into compiler.hMark Rutland2021-06-141-10/+0
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-13/+40
|\ \ \ \ | | |_|/ | |/| |
| * | | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-2/+2
| * | | mm: optimise nth_page for contiguous memmapMatthew Wilcox (Oracle)2021-06-291-0/+4
| * | | mm: report which part of mem is being freed on initmem caseJungseung Lee2021-06-291-1/+1
| * | | mm: add vma_lookup(), update find_vma_intersection() commentsLiam Howlett2021-06-291-4/+32
| * | | mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-1/+1
| * | | mm: move page dirtying prototypes from mm.hMatthew Wilcox (Oracle)2021-06-291-3/+0
| * | | mm/writeback: move __set_page_dirty() to core mmMatthew Wilcox (Oracle)2021-06-291-1/+0
| * | | mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport2021-06-291-1/+0
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-2/+2
|\ \ \ | |/ / |/| |
| * | Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-2/+2
* | | mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-161-0/+3
| |/ |/|
* | mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu2021-05-141-0/+32
* | mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* | mm/gup: do not migrate zero pagePavel Tatashin2021-05-051-1/+2
* | mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin2021-05-051-0/+18
* | userfaultfd: add minor fault registration modeAxel Rasmussen2021-05-051-0/+7
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+1
* | mm/doc: turn fault flags into an enumMatthew Wilcox (Oracle)2021-04-301-14/+15