summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/stackdepot: off by one in depot_fetch_stack()Dan Carpenter2024-03-041-1/+1
* zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang2024-03-041-1/+0
* mm: update mark_victim tracepoints fieldsCarlos Galo2024-03-042-5/+37
* selftests: damon: add access_memory to .gitignoreJavier Carrasco2024-03-041-0/+1
* selftest: damon: fix minor typos in test logsVincenzo Mezzela2024-03-042-2/+2
* hugetlb: allow faults to be handled under the VMA lockVishal Moola (Oracle)2024-03-041-6/+0
* hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()Vishal Moola (Oracle)2024-03-041-9/+9
* hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()Vishal Moola (Oracle)2024-03-041-29/+9
* hugetlb: move vm_fault declaration to the top of hugetlb_fault()Vishal Moola (Oracle)2024-03-041-13/+19
* mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)2024-03-042-1/+2
* mm/page_alloc: make check_new_page() return boolHao Ge2024-03-041-3/+3
* x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed2024-03-041-1/+1
* x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed2024-03-041-4/+4
* mm/util.c: add byte count to __vm_enough_memory failure warningMatthew Cassell2024-03-041-2/+4
* sched/numa, mm: do not try to migrate memory to memoryless nodesByungchul Park2024-03-041-0/+6
* mm/zswap: change zswap_pool kref to percpu_refChengming Zhou2024-03-041-15/+33
* mm/zswap: global lru and shrinker shared by all zswap_poolsChengming Zhou2024-03-041-105/+66
* writeback: remove a use of write_cache_pages() from do_writepages()Matthew Wilcox (Oracle)2024-02-231-13/+18
* writeback: add a writeback iteratorChristoph Hellwig2024-02-232-78/+118
* writeback: move the folio_prepare_writeback loop out of write_cache_pages()Matthew Wilcox (Oracle)2024-02-231-8/+10
* writeback: use the folio_batch queue iteratorMatthew Wilcox (Oracle)2024-02-231-13/+15
* pagevec: add ability to iterate a queueMatthew Wilcox (Oracle)2024-02-231-0/+18
* writeback: simplify the loops in write_cache_pages()Matthew Wilcox (Oracle)2024-02-231-39/+36
* writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)2024-02-232-22/+44
* writeback: factor folio_prepare_writeback() out of write_cache_pages()Matthew Wilcox (Oracle)2024-02-231-27/+34
* writeback: rework the loop termination condition in write_cache_pagesChristoph Hellwig2024-02-231-51/+33
* writeback: only update ->writeback_index for range_cyclic writebackChristoph Hellwig2024-02-231-10/+14
* writeback: also update wbc->nr_to_write on writeback failureChristoph Hellwig2024-02-231-1/+1
* writeback: fix done_index when hitting the wbc->nr_to_writeChristoph Hellwig2024-02-231-0/+1
* writeback: remove a duplicate prototype for tag_pages_for_writebackMatthew Wilcox (Oracle)2024-02-231-2/+0
* writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATEChristoph Hellwig2024-02-231-1/+3
* mm/page_alloc: make bad_range() return boolHao Ge2024-02-231-6/+6
* madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...Barry Song2024-02-231-1/+1
* mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...Barry Song2024-02-231-1/+2
* shmem: properly report quota mount optionsJan Kara2024-02-231-0/+18
* mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan2024-02-231-5/+30
* mm/compaction: add support for >0 order folio memory compaction.Zi Yan2024-02-233-63/+83
* mm/compaction: enable compacting >0 order folios.Zi Yan2024-02-231-25/+76
* mm/page_alloc: remove unused fpi_flags in free_pages_prepare()Zi Yan2024-02-231-5/+5
* MAINTAINERS: add Chengming Zhou as a zswap reviewerChengming Zhou2024-02-231-0/+1
* mm/zsmalloc: remove get_zspage_mapping()Chengming Zhou2024-02-231-24/+4
* mm/zsmalloc: remove_zspage() don't need fullness parameterChengming Zhou2024-02-231-7/+7
* mm/zsmalloc: remove set_zspage_mapping()Chengming Zhou2024-02-231-11/+2
* mm: compaction: early termination in compact_nodes()Kefeng Wang2024-02-231-7/+17
* mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...Barry Song2024-02-231-14/+13
* mm/z3fold: fix the comment for __encode_handle()Zhongkun He2024-02-231-2/+3
* mm/zsmalloc: remove unused zspage->isolatedChengming Zhou2024-02-231-32/+0
* mm/zsmalloc: remove migrate_write_lock_nested()Chengming Zhou2024-02-231-17/+5
* mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTIONChengming Zhou2024-02-231-6/+3
* Docs/admin-guide/mm/damon/reclaim: document auto-tuning parametersSeongJae Park2024-02-231-0/+27