summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-09-11mm/cma_debug: show complete cma name in debugfs directoriesCharan Teja Kalla
2022-09-11mm/swap: remove the end_write_func argument to __swap_writepageChristoph Hellwig
2022-09-11zsmalloc: remove unnecessary size_class NULL checkAlexey Romanov
2022-09-11zsmalloc: zs_object_copy: add clarifying commentAlexey Romanov
2022-09-11mm/vmscan: define macros for refaults in struct lruvecYang Yang
2022-09-11mm/damon/dbgfs: use kmalloc for allocating only one elementKenneth Lee
2022-09-11mm/filemap.c: convert page_endio() to use a folioShaoqin Huang
2022-09-11mm: memory-failure: cleanup try_to_split_thp_page()Kefeng Wang
2022-09-11mm: align larger anonymous mappings on THP boundariesRik van Riel
2022-09-11mm/page_ext: remove unused variable in offline_page_extCharan Teja Kalla
2022-09-11mm/madvise: add MADV_COLLAPSE to process_madvise()Zach O'Keefe
2022-09-11mm/khugepaged: rename prefix of shared collapse functionsZach O'Keefe
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe
2022-09-11mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe
2022-09-11mm/khugepaged: add flag to predicate khugepaged-only behaviorZach O'Keefe
2022-09-11mm/khugepaged: propagate enum scan_result codes back to callersZach O'Keefe
2022-09-11mm/khugepaged: dedup and simplify hugepage alloc and chargingZach O'Keefe
2022-09-11mm/khugepaged: add struct collapse_controlZach O'Keefe
2022-09-11mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMAYang Shi
2022-08-28mm/mprotect: only reference swap pfn page if type matchPeter Xu
2022-08-28mm/damon/dbgfs: avoid duplicate context directory creationBadari Pulavarty
2022-08-28bootmem: remove the vmemmap pages from kmemleak in put_page_bootmemLiu Shixin
2022-08-28mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky
2022-08-28writeback: avoid use-after-free after removing deviceKhazhismel Kumykov
2022-08-28shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)
2022-08-28mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin
2022-08-20mm/shmem: shmem_replace_page() remember NR_SHMEMHugh Dickins
2022-08-20mm/shmem: tmpfs fallocate use file_modified()Hugh Dickins
2022-08-20mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins
2022-08-20mm/hugetlb: support write-faults in shared mappingsDavid Hildenbrand
2022-08-20mm/hugetlb: fix hugetlb not supporting softdirty trackingDavid Hildenbrand
2022-08-20mm/uffd: reset write protection when unregister with wp-modePeter Xu
2022-08-20mm: add DEVICE_ZONE to FOR_ALL_ZONESHao Lee
2022-08-20mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand
2022-08-10Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2022-08-09Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-08mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi
2022-08-08mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepageNaoya Horiguchi
2022-08-08mm, hwpoison: make __page_handle_poison returns intNaoya Horiguchi
2022-08-08mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi
2022-08-08mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepageNaoya Horiguchi
2022-08-08mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi
2022-08-08mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entryNaoya Horiguchi
2022-08-08mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_...Naoya Horiguchi
2022-08-08mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZEMuchun Song
2022-08-08mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song