summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song2023-08-181-20/+14
* mm/sparse: remove redundant judgments from macro for_each_present_section_nrliuq2023-08-181-2/+1
* mm: compaction: skip the memory hole rapidly when isolating free pagesBaolin Wang2023-08-181-1/+33
* mm: compaction: use the correct type of list for free pagesBaolin Wang2023-08-181-2/+2
* mm: fix some kernel-doc commentsYang Li2023-08-181-1/+2
* mm: correct stale comment of function check_pteKemeng Shi2023-08-181-5/+7
* mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-188-1/+33
* mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells2023-08-1810-29/+27
* rmap: pass the folio to __page_check_anon_rmap()Matthew Wilcox (Oracle)2023-08-181-4/+4
* mm: cma: print cma name as well in cma_alloc debugPintu Kumar2023-08-181-2/+2
* mm: remove obsolete comment above struct per_cpu_pagesMiaohe Lin2023-08-181-1/+0
* memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin2023-08-183-7/+7
* selftests/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu2023-08-181-0/+5
* mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu2023-08-181-24/+33
* fs: drop_caches: draining pages before dropping cachesAndrew Yang2023-08-181-0/+2
* memcg: drop kmem.limit_in_bytesMichal Hocko2023-08-182-12/+0
* mm: page_alloc: avoid false page outside zone error infoMiaohe Lin2023-08-181-3/+2
* selftest: add a testcase of ksm zero pagesxu xin2023-08-181-1/+97
* ksm: consider KSM-placed zeropages when calculating KSM profitxu xin2023-08-182-9/+13
* ksm: add ksm zero pages for each processxu xin2023-08-186-8/+17
* ksm: count all zero pages placed by KSMxu xin2023-08-185-1/+37
* ksm: support unsharing KSM-placed zero pagesxu xin2023-08-182-3/+14
* mm/migrate_device: try to handle swapcache pagesMika Penttilä2023-08-181-6/+15
* selftests: cgroup: add zswap-memcg unwanted writeback testDomenico Cerasuolo2023-08-181-0/+61
* selftests: cgroup: add test_zswap with no kmem bypass testDomenico Cerasuolo2023-08-181-0/+163
* selftests: cgroup: add test_zswap programDomenico Cerasuolo2023-08-183-0/+65
* mm/page_alloc: use write_seqlock_irqsave() instead write_seqlock() + local_ir...Sebastian Andrzej Siewior2023-08-181-9/+6
* zsmalloc: remove zs_compact_controlMinchan Kim2023-08-181-28/+9
* zsmalloc: move migration destination zspage inuse checkSergey Senozhatsky2023-08-181-4/+4
* zsmalloc: do not scan for allocated objects in empty zspageSergey Senozhatsky2023-08-181-0/+9
* mm/mm_init.c: remove obsolete macro HASH_SMALLMiaohe Lin2023-08-183-14/+3
* mm/page_alloc: fix min_free_kbytes calculation regarding ZONE_MOVABLEliuq2023-08-181-6/+6
* fs: convert block_commit_write to return voidBean Huo2023-08-185-23/+13
* fs/buffer: clean up block_commit_writeBean Huo2023-08-181-7/+4
* mm: memory-failure: remove unneeded 'inline' annotationMiaohe Lin2023-08-181-2/+2
* memory tier: use helper function destroy_memory_type()Miaohe Lin2023-08-181-1/+1
* mm: memory-failure: remove unneeded page state check in shake_page()Miaohe Lin2023-08-181-7/+4
* maple_tree: add a fast path case in mas_wr_slot_store()Peng Zhang2023-08-181-12/+24
* maple_tree: optimize mas_wr_append(), also improve duplicating VMAsPeng Zhang2023-08-181-11/+22
* maple_tree: add test for expanding range in RCU modePeng Zhang2023-08-181-0/+75
* maple_tree: add test for mas_wr_modify() fast pathPeng Zhang2023-08-181-0/+65
* mm/filemap.c: fix update prev_pos after one read request doneHaibo Li2023-08-181-4/+5
* selftests/mm: add gup test matrix in run_vmtests.shPeter Xu2023-08-181-5/+32
* selftests/mm: add -a to run_vmtests.shPeter Xu2023-08-181-3/+8
* mm/gup: retire follow_hugetlb_page()Peter Xu2023-08-184-256/+1
* mm/gup: accelerate thp gup even for "pages != NULL"Peter Xu2023-08-181-7/+44
* mm/gup: cleanup next_page handlingPeter Xu2023-08-181-4/+3
* mm/hugetlb: add page_mask for hugetlb_follow_page_mask()Peter Xu2023-08-183-5/+11
* mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PINPeter Xu2023-08-181-11/+22
* mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()Peter Xu2023-08-182-7/+11