summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-12-20mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)
2023-12-20mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla
2023-12-20mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li
2023-12-20kunit: kasan_test: disable fortify string checker on kmalloc_oob_memsetNico Pache
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti
2023-12-12mm/mglru: reclaim offlined memcgs harderYu Zhao
2023-12-12mm/mglru: respect min_ttl_ms with memcgsYu Zhao
2023-12-12mm/mglru: try to stop at high watermarksYu Zhao
2023-12-12mm/mglru: fix underprotected page cacheYu Zhao
2023-12-12mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens
2023-12-12mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park
2023-12-12mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song
2023-12-12mm: use vma_pages() for vma objectsChen Haonan
2023-12-12mm: cma: remove unnecessary initialization of retLi zeming
2023-12-12mm: hugetlb_vmemmap: move mmap lock to vmemmap_remap_range()Muchun Song
2023-12-12mm: hugetlb_vmemmap: add check of CONFIG_MEMORY_HOTPLUG backMuchun Song
2023-12-12mm: filemap: remove unnecessary iitialization of retLi zeming
2023-12-12mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER optionDmytro Maluka
2023-12-12mm: huge_memory: use more folio api in __split_huge_page_tail()Kefeng Wang
2023-12-12kmemleak: avoid RCU stalls when freeing metadata for per-CPU pointersCatalin Marinas
2023-12-12mm/readahead: do not allow order-1 folioRyan Roberts
2023-12-12mm: memory: use folio_prealloc() in wp_page_copy()Kefeng Wang
2023-12-12mm: memory: use a folio in do_cow_fault()Kefeng Wang
2023-12-12mm: memory: rename page_copy_prealloc() to folio_prealloc()Kefeng Wang
2023-12-12mm: memory: use a folio in validate_page_before_insert()Kefeng Wang
2023-12-12mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang
2023-12-12mm/damon/core-test: add a unit test for the feedback loop algorithmSeongJae Park
2023-12-12mm/damon/sysfs-schemes: implement a command for scheme quota goals only commitSeongJae Park
2023-12-12mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOSSeongJae Park
2023-12-12mm/damon/sysfs-schemes: implement files for scheme quota goals setupSeongJae Park
2023-12-12mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park
2023-12-12zswap: shrink zswap pool based on memory pressureNhat Pham
2023-12-12mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett
2023-12-12mm: Deprecate pasid fieldTina Zhang
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe
2023-12-10kasan: record and report more informationJuntong Deng
2023-12-10mm: memcg: add reminder comment for the memcg v2 eventsDmitry Rokosov
2023-12-10mm: hugetlb_vmemmap: convert page to folioMuchun Song
2023-12-10mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...Muchun Song
2023-12-10mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the codeMuchun Song
2023-12-10mm: pagewalk: assert write mmap lock only for walking the user page tablesMuchun Song
2023-12-10mm/swapfile: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2023-12-10mm/zswap: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2023-12-10mm, oom:dump_tasks add rss detailed information printingYong Wang
2023-12-10mm/gup: fix follow_devmap_p[mu]d() on page==NULL handlingPeter Xu