summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Mark Brown
2022-08-04Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Mark Brown
2022-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/a...Mark Brown
2022-08-04Merge branch 'mm-hotfixes-unstable' of git://git.kernel.org/pub/scm/linux/ker...Mark Brown
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-03mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner
2022-08-03writeback: avoid use-after-free after removing deviceKhazhismel Kumykov
2022-08-03shmem: update folio if shmem_replace_page() updates the pageMatthew Wilcox (Oracle)
2022-08-03mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin
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)
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert writeout() to take a folioMatthew Wilcox (Oracle)
2022-08-02mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()Matthew Wilcox (Oracle)
2022-08-02fs: Add aops->migrate_folioMatthew Wilcox (Oracle)
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-08-02secretmem: Remove isolate_pageMatthew Wilcox (Oracle)
2022-08-01new iov_iter flavour - ITER_UBUFAl Viro
2022-08-01Merge tag 'slab-for-5.20_or_6.0' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-07-29Merge tag 'mm-hotfixes-stable-2022-07-29' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-29mm/hmm: fault non-owner device private entriesRalph Campbell
2022-07-29page_alloc: fix invalid watermark check on a negative valueJaewon Kim
2022-07-26Merge tag 'mm-hotfixes-stable-2022-07-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-26mm: fix NULL pointer dereference in wp_page_reuse()Qi Zheng
2022-07-25highmem: Make __kunmap_{local,atomic}() take const void pointerFabio M. De Francesco
2022-07-25Merge branch 'for-next/mte' into for-next/coreWill Deacon
2022-07-25Merge branch 'for-next/mm' into for-next/coreWill Deacon
2022-07-24mm: honor FGP_NOWAIT for page cache page allocationJens Axboe
2022-07-24mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara
2022-07-24mm: Move updates of dirty_exceeded into one placeJan Kara
2022-07-24mm: Move starting of background writeback into the main balancing loopJan Kara
2022-07-20mm/slab_common: move generic bulk alloc/free functions to SLOBHyeonggon Yoo
2022-07-20mm/sl[au]b: use own bulk free function when bulk alloc failedHyeonggon Yoo
2022-07-20arm64: enable THP_SWAP for arm64Barry Song
2022-07-18hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pteMiaohe Lin
2022-07-18secretmem: fix unhandled fault in truncateMike Rapoport
2022-07-18mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range()Naoya Horiguchi
2022-07-18mm: fix missing wake-up event for FSDAX pagesMuchun Song
2022-07-18mm: fix page leak with multiple threads mapping the same pageJosef Bacik