summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-21mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V
2023-08-21writeback: remove redundant checks for root memcgJinliang Zheng
2023-08-21mm: zswap: update comment for struct zswap_entryXiu Jianfeng
2023-08-21mm: memtest: convert to memtest_report_meminfo()Kefeng Wang
2023-08-21mm/mm_init: use helper macro BITS_PER_LONG and BITS_PER_BYTEMiaohe Lin
2023-08-21mm: memory-failure: use helper macro llist_for_each_entry_safe()Miaohe Lin
2023-08-21mm: move dummy_vm_ops out of a headerMateusz Guzik
2023-08-21mm: move vma locking out of vma_prepare and dup_anon_vmaSuren Baghdasaryan
2023-08-21mm: always lock new vma before inserting into vma treeSuren Baghdasaryan
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan
2023-08-21mm: replace mmap with vma write lock assertions when operating on a vmaSuren Baghdasaryan
2023-08-21mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for vma and mmapSuren Baghdasaryan
2023-08-21mm/hugetlb.c: use helper macro K()ZhangPeng
2023-08-21mm/mmap.c: use helper macro K()ZhangPeng
2023-08-21mm/nommu.c: use helper macro K()ZhangPeng
2023-08-21mm/shmem.c: use helper macro K()ZhangPeng
2023-08-21mm/swap_state.c: use helper macro K()ZhangPeng
2023-08-21mm/swapfile.c: use helper macro K()ZhangPeng
2023-08-21mm: remove redundant K() macro definitionZhangPeng
2023-08-21mm: disable kernelcore=mirror when no mirror memoryMa Wupeng
2023-08-21mm/compaction: only set skip flag if cc->no_set_skip_hint is falseKemeng Shi
2023-08-21mm/compaction: remove unnecessary return for void functionKemeng Shi
2023-08-21mm/compaction: correct comment to complete migration failureKemeng Shi
2023-08-21mm/compaction: correct comment of cached migrate pfn updateKemeng Shi
2023-08-21mm/compaction: correct comment of fast_find_migrateblock in isolate_migratepagesKemeng Shi
2023-08-21mm/compaction: skip page block marked skip in isolate_migratepages_blockKemeng Shi
2023-08-21mm/compaction: correct last_migrated_pfn update in compact_zoneKemeng Shi
2023-08-21maple_tree: replace data before marking dead in split and spanning storeLiam R. Howlett
2023-08-21maple_tree: change mas_adopt_children() parent usageLiam R. Howlett
2023-08-21maple_tree: introduce mas_tree_parent() definitionLiam R. Howlett
2023-08-21maple_tree: introduce mas_put_in_tree()Liam R. Howlett
2023-08-21maple_tree: reorder replacement of nodes to avoid live lockLiam R. Howlett
2023-08-21maple_tree: add hex output to maple_arange64 dumpLiam R. Howlett
2023-08-21mm: no need to export mm_kobjGreg Kroah-Hartman
2023-08-21arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGEKefeng Wang
2023-08-21mm: hugetlb: use flush_hugetlb_tlb_range() in move_hugetlb_page_tables()Kefeng Wang
2023-08-21mm/compaction: remove unnecessary "else continue" at end of loop in isolate_f...Kemeng Shi
2023-08-21mm/compaction: remove unnecessary cursor page in isolate_freepages_blockKemeng Shi
2023-08-21mm/compaction: merge end_pfn boundary check in isolate_freepages_rangeKemeng Shi
2023-08-21mm/compaction: set compact_cached_free_pfn correctly in update_pageblock_skipKemeng Shi
2023-08-21mm/memcg: fix wrong function name above obj_cgroup_charge_zswap()Miaohe Lin
2023-08-21mm/page_alloc: remove unneeded variable baseMiaohe Lin
2023-08-21mm/z3fold: use helper function put_z3fold_locked() and put_z3fold_locked_list()Ruan Jinjie
2023-08-21Docs/admin-guide/mm/damon/usage: update for DAMON monitoring target type DAMO...SeongJae Park
2023-08-21Docs/ABI/damon: update for DAMON monitoring target type DAMOS filterSeongJae Park
2023-08-21Docs/mm/damon/design: update for DAMON monitoring target type DAMOS filterSeongJae Park
2023-08-21selftests/damon/sysfs: test damon_target filterSeongJae Park
2023-08-21mm/damon/sysfs-schemes: support target damos filterSeongJae Park
2023-08-21mm/damon/core: implement target type damos filterSeongJae Park
2023-08-21Docs/admin-guide/mm/damon/usage: update for address range type DAMOS filterSeongJae Park