summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mm: zswap: update comment for struct zswap_entryXiu Jianfeng2023-08-211-1/+2
| * | | | | mm: memtest: convert to memtest_report_meminfo()Kefeng Wang2023-08-211-2/+20
| * | | | | mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTEMiaohe Lin2023-08-211-3/+3
| * | | | | mm: memory-failure: use helper macro llist_for_each_entry_safe()Miaohe Lin2023-08-211-8/+5
| * | | | | mm: move dummy_vm_ops out of a headerMateusz Guzik2023-08-211-0/+2
| * | | | | mm: move vma locking out of vma_prepare and dup_anon_vmaSuren Baghdasaryan2023-08-211-11/+19
| * | | | | mm: always lock new vma before inserting into vma treeSuren Baghdasaryan2023-08-211-2/+5
| * | | | | mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-213-4/+5
| * | | | | mm: replace mmap with vma write lock assertions when operating on a vmaSuren Baghdasaryan2023-08-212-2/+2
| * | | | | mm/hugetlb.c: use helper macro K()ZhangPeng2023-08-211-1/+1
| * | | | | mm/mmap.c: use helper macro K()ZhangPeng2023-08-211-3/+3
| * | | | | mm/nommu.c: use helper macro K()ZhangPeng2023-08-211-2/+2
| * | | | | mm/shmem.c: use helper macro K()ZhangPeng2023-08-211-2/+1
| * | | | | mm/swap_state.c: use helper macro K()ZhangPeng2023-08-211-3/+2
| * | | | | mm/swapfile.c: use helper macro K()ZhangPeng2023-08-211-6/+6
| * | | | | mm: remove redundant K() macro definitionZhangPeng2023-08-213-6/+1
| * | | | | mm: disable kernelcore=mirror when no mirror memoryMa Wupeng2023-08-213-0/+11
| * | | | | mm/compaction: only set skip flag if cc->no_set_skip_hint is falseKemeng Shi2023-08-211-1/+1
| * | | | | mm/compaction: remove unnecessary return for void functionKemeng Shi2023-08-211-3/+1
| * | | | | mm/compaction: correct comment to complete migration failureKemeng Shi2023-08-211-1/+1
| * | | | | mm/compaction: correct comment of cached migrate pfn updateKemeng Shi2023-08-211-1/+1
| * | | | | mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepagesKemeng Shi2023-08-211-3/+3
| * | | | | mm/compaction: skip page block marked skip in isolate_migratepages_blockKemeng Shi2023-08-211-0/+1
| * | | | | mm/compaction: correct last_migrated_pfn update in compact_zoneKemeng Shi2023-08-211-1/+2
| * | | | | mm: no need to export mm_kobjGreg Kroah-Hartman2023-08-211-1/+0
| * | | | | mm: hugetlb: use flush_hugetlb_tlb_range() in move_hugetlb_page_tables()Kefeng Wang2023-08-211-2/+2
| * | | | | mm/compaction: remove unnecessary "else continue" at end of loop in isolate_f...Kemeng Shi2023-08-211-2/+0
| * | | | | mm/compaction: remove unnecessary cursor page in isolate_freepages_blockKemeng Shi2023-08-211-6/+5
| * | | | | mm/compaction: merge end_pfn boundary check in isolate_freepages_rangeKemeng Shi2023-08-211-3/+2
| * | | | | mm/compaction: set compact_cached_free_pfn correctly in update_pageblock_skipKemeng Shi2023-08-211-1/+2
| * | | | | mm/memcg: fix wrong function name above obj_cgroup_charge_zswap()Miaohe Lin2023-08-211-1/+1
| * | | | | mm/page_alloc: remove unneeded variable baseMiaohe Lin2023-08-211-3/+1
| * | | | | mm/z3fold: use helper function put_z3fold_locked() and put_z3fold_locked_list()Ruan Jinjie2023-08-211-8/+17
| * | | | | mm/damon/sysfs-schemes: support target damos filterSeongJae Park2023-08-211-0/+27
| * | | | | mm/damon/core: implement target type damos filterSeongJae Park2023-08-211-6/+16
| * | | | | mm/damon/core-test: add a unit test for __damos_filter_out()SeongJae Park2023-08-211-0/+61
| * | | | | mm/damon/sysfs-schemes: support address range type DAMOS filterSeongJae Park2023-08-211-0/+56
| * | | | | mm/damon/core: introduce address range type damos filterSeongJae Park2023-08-211-0/+52
| * | | | | mm/damon/sysfs: implement a command for updating only schemes tried total bytesSeongJae Park2023-08-213-8/+27
| * | | | | mm/damon/sysfs-schemes: implement DAMOS tried total bytes fileSeongJae Park2023-08-211-0/+17
| * | | | | Multi-gen LRU: fix can_swap in lru_gen_look_around()Kalesh Singh2023-08-211-1/+2
| * | | | | Multi-gen LRU: avoid race in inc_min_seq()Kalesh Singh2023-08-211-6/+7
| * | | | | Multi-gen LRU: fix per-zone reclaimKalesh Singh2023-08-211-4/+14
| * | | | | mm:vmscan: fix inaccurate reclaim during proactive reclaimEfly Young2023-08-211-2/+2
| * | | | | mm/damon/core-test: add a test for damos_new_filter()SeongJae Park2023-08-211-0/+13
| * | | | | mm/page_alloc: avoid unneeded alike_pages calculationMiaohe Lin2023-08-211-6/+5
| * | | | | mm/vmstat: remove unused page_ext.h from vmstatKemeng Shi2023-08-211-1/+0
| * | | | | mm/page_poison: remove unused page_ext.h from page_poisonKemeng Shi2023-08-211-1/+0
| * | | | | damon: use pmdp_get instead of drectly dereferencing pmdLevi Yun2023-08-213-10/+17
| * | | | | mm: improve the comment in isolate_migratepages_block()Matthew Wilcox2023-08-211-7/+7