summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2022-08-08mm: hugetlb_vmemmap: replace early_param() with core_param()Muchun Song
2022-08-08mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song
2022-08-08mm: hugetlb_vmemmap: introduce the name HVOMuchun Song
2022-08-08mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-05Merge tag 'for-linus-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-03Merge tag 'for-5.20-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-02Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-02Merge tag 'for-5.20/io_uring-buffered-writes-2022-07-29' of git://git.kernel....Linus Torvalds
2022-08-02mm/folio-compat: Remove migration compatibility functionsMatthew Wilcox (Oracle)
2022-08-02fs: Remove aops->migratepage()Matthew Wilcox (Oracle)
2022-08-02secretmem: Convert to migrate_folioMatthew Wilcox (Oracle)
2022-08-02hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert expected_page_refs() to folio_expected_refs()Matthew Wilcox (Oracle)