summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-08-04Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Mark Brown
2022-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.gitMark Brown
2022-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...Mark Brown
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: Kconfig: fix typoSophia Gabriella
2022-07-29mm: memory-failure: convert to pr_fmt()Kefeng Wang
2022-07-29mm: use is_zone_movable_page() helperKefeng Wang
2022-07-29mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu
2022-07-29mm: memcontrol: fix potential oom_lock recursion deadlockTetsuo Handa
2022-07-29mm/gup.c: fix formatting in check_and_migrate_movable_page()Alistair Popple
2022-07-29mm/memcontrol.c: remove the redundant updating of stats_flush_thresholdJiebin Sun
2022-07-29hugetlb_cgroup: fix wrong hugetlb cgroup numa statMiaohe Lin
2022-07-29mm/cma_debug.c: align the name buffer length as struct cmaKassey Li
2022-07-29mm/mempolicy: remove unneeded out labelMiaohe Lin
2022-07-29mm/page_alloc: correct the wrong cpuset file path in commentMark-PK Tsai
2022-07-29mm: remove unneeded PageAnon check in restore_exclusive_pte()Miaohe Lin
2022-07-29mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfsTheodore Ts'o
2022-07-29mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()Jianglei Nie
2022-07-29mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed
2022-07-29zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu