summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-04gfs2: dynamically allocate the gfs2-glock shrinkerQi Zheng
2023-10-04f2fs: dynamically allocate the f2fs-shrinkerQi Zheng
2023-10-04erofs: dynamically allocate the erofs-shrinkerQi Zheng
2023-10-04xenbus/backend: dynamically allocate the xen-backend shrinkerQi Zheng
2023-10-04drm/ttm: dynamically allocate the drm-ttm_pool shrinkerQi Zheng
2023-10-04binder: dynamically allocate the android-binder shrinkerQi Zheng
2023-10-04kvm: mmu: dynamically allocate the x86-mmu shrinkerQi Zheng
2023-10-04mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng
2023-10-04drm/ttm: introduce pool_shrink_rwsemQi Zheng
2023-10-04mm: shrinker: remove redundant shrinker_rwsem in debugfs operationsQi Zheng
2023-10-04mm: vmscan: move shrinker-related code into a separate fileQi Zheng
2023-10-04mm: move some shrinker-related function declarations to mm/internal.hQi Zheng
2023-10-04proc/kcore: do not try to access unaccepted memoryAdrian Hunter
2023-10-04efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter
2023-10-04kmsan: introduce test_memcpy_initialized_gap()Alexander Potapenko
2023-10-04kmsan: merge test_memcpy_aligned_to_unaligned{,2}() togetherAlexander Potapenko
2023-10-04kmsan: prevent optimizations in memcpy testsAlexander Potapenko
2023-10-04kmsan: simplify kmsan_internal_memmove_metadata()Alexander Potapenko
2023-10-04memfd: drop warning for missing exec-related flagsAleksa Sarai
2023-10-04mm/shmem: remove dead code can not be satisfied by "(CONFIG_SHMEM)&&(!(CONFIG...Ying Sun
2023-10-04mm/vmscan: print err before panicAngus Chen
2023-10-04mm/mm_init.c: remove redundant pr_info when node is memorylessYajun Deng
2023-10-04mm: hugetlb_vmemmap: allow alloc vmemmap pages fallback to other nodesYuan Can
2023-10-04mm: remove duplicated vma->vm_flags check when expanding stackXiu Jianfeng
2023-10-04mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...SeongJae Park
2023-10-04mm/damon/core: remove duplicated comment for watermarks-based deactivationSeongJae Park
2023-10-04mm/damon/core: add more comments for nr_accessesSeongJae Park
2023-10-04mm/damon/core: fix a comment about damon_set_attrs() call timingsSeongJae Park
2023-10-04Docs/admin-guide/mm/damon/usage: link design doc for details of kdamond and c...SeongJae Park
2023-10-04Docs/mm/damon/design: add a section for kdamond and DAMON contextSeongJae Park
2023-10-04Docs/admin-guide/mm/damon/usage: explain the format of damon_aggregate tracep...SeongJae Park
2023-10-04Docs/mm/damon/design: explicitly introduce ``nr_accesses``SeongJae Park
2023-10-04Docs/admin-guide/mm/damon/usage: move debugfs intro to the bottom of the sectionSeongJae Park
2023-10-04Docs/admin-guide/mm/damon/usage: place debugfs usage at the bottomSeongJae Park
2023-10-04Docs/admin-guide/mm/damon/usage: fixup missed :ref: keywordSeongJae Park
2023-10-04zswap: change zswap's default allocator to zsmallocNhat Pham
2023-10-04selftests: mm: add a test for moving from an offset from start of mappingJoel Fernandes
2023-10-04selftests: mm: add a test for remapping within a rangeJoel Fernandes (Google)
2023-10-04selftests: mm: add a test for remapping to area immediately after existing ma...Joel Fernandes (Google)
2023-10-04selftests: mm: add a test for mutually aligned moves > PMD sizeJoel Fernandes (Google)
2023-10-04selftests: mm: fix failure case when new remap region was not foundJoel Fernandes (Google)
2023-10-04mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)
2023-10-04mm/mremap: optimize the start addresses in move_page_tables()Joel Fernandes (Google)
2023-10-04mm: hugetlb_vmemmap: fix hugetlb page number decrease failed on movable nodesYuan Can
2023-10-04mm/vmstat: use this_cpu_try_cmpxchg in mod_{zone,node}_stateUros Bizjak
2023-10-04mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik
2023-10-04mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()Vern Hao
2023-10-04mm: refactor si_mem_available()Lorenzo Stoakes
2023-10-04mm/hugetlb: fix nodes huge page allocation when there are surplus pagesXueshi Hu