Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-30Merge tag 'mm-hotfixes-stable-2022-07-29' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-30mm: Kconfig: fix typoSophia Gabriella
2022-07-30mm: memory-failure: convert to pr_fmt()Kefeng Wang
2022-07-30mm: use is_zone_movable_page() helperKefeng Wang
2022-07-30mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu
2022-07-30mm: memcontrol: fix potential oom_lock recursion deadlockTetsuo Handa
2022-07-30mm/gup.c: fix formatting in check_and_migrate_movable_page()Alistair Popple
2022-07-30mm/memcontrol.c: remove the redundant updating of stats_flush_thresholdJiebin Sun
2022-07-30hugetlb_cgroup: fix wrong hugetlb cgroup numa statMiaohe Lin
2022-07-30mm/cma_debug.c: align the name buffer length as struct cmaKassey Li
2022-07-30mm/mempolicy: remove unneeded out labelMiaohe Lin
2022-07-30mm/page_alloc: correct the wrong cpuset file path in commentMark-PK Tsai
2022-07-30mm: remove unneeded PageAnon check in restore_exclusive_pte()Miaohe Lin
2022-07-30mm/shmem: support FS_IOC_[SG]ETFLAGS in tmpfsTheodore Ts'o
2022-07-30mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()Jianglei Nie
2022-07-30mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed
2022-07-30zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu
2022-07-30memblock,arm64: expand the static memblock memory tableZhou Guanghui
2022-07-30mm: remove obsolete comment in do_fault_around()Miaohe Lin
2022-07-30mm: compaction: include compound page count for scanning in pageblock isolationWilliam Lam
2022-07-30mm: memcontrol: do not miss MEMCG_MAX events for enforced allocationsRoman Gushchin
2022-07-30filemap: minor cleanup for filemap_write_and_wait_rangeMiaohe Lin
2022-07-30mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin
2022-07-30mm: 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
2022-07-27Merge 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-25mm: honor FGP_NOWAIT for page cache page allocationJens Axboe
2022-07-25mm: Add balance_dirty_pages_ratelimited_flags() functionJan Kara
2022-07-25mm: Move updates of dirty_exceeded into one placeJan Kara
2022-07-25mm: Move starting of background writeback into the main balancing loopJan Kara
2022-07-22resource: Introduce alloc_free_mem_region()Dan Williams
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