summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allnoconfiglinaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfigLinus 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/...linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfigLinus 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)
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-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
2022-07-29memblock,arm64: expand the static memblock memory tableZhou Guanghui
2022-07-29mm: remove obsolete comment in do_fault_around()Miaohe Lin
2022-07-29mm: compaction: include compound page count for scanning in pageblock isolationWilliam Lam
2022-07-29mm: memcontrol: do not miss MEMCG_MAX events for enforced allocationsRoman Gushchin
2022-07-29filemap: minor cleanup for filemap_write_and_wait_rangeMiaohe Lin
2022-07-29mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin
2022-07-29mm: shrinkers: fix double kfree on shrinker nameTetsuo Handa
2022-07-29mm/hmm: fault non-owner device private entriesRalph Campbell
2022-07-29page_alloc: fix invalid watermark check on a negative valueJaewon Kim