summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-07-04mm/swap: remove swap_cache_info statisticsMiaohe Lin1-17/+0
2022-07-04mm/swapfile: fix possible data races of inuse_pagesMiaohe Lin1-4/+4
2022-07-04mm/vmalloc: extend __find_vmap_area() with one more argumentUladzislau Rezki (Sony)1-4/+4
2022-07-04mm/vmalloc: initialize VA's list node after unlinkUladzislau Rezki (Sony)1-1/+1
2022-07-04mm/vmalloc: extend __alloc_vmap_area() with extra argumentsUladzislau Rezki (Sony)1-13/+17
2022-07-04mm/vmalloc: make link_va()/unlink_va() common to different rb_rootUladzislau Rezki (Sony)1-12/+48
2022-07-04mm: shrinkers: add scan interface for shrinker debugfsRoman Gushchin1-0/+74
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin5-9/+105
2022-07-04mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin3-2/+173
2022-07-04mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin1-0/+23
2022-07-04mm/mempolicy: fix get_nodes out of bound accessTianyu Li1-1/+1
2022-07-04mm/hugetlb: remove unnecessary huge_ptep_set_access_flags() in hugetlb_mcopy_...Baolin Wang1-2/+0
2022-07-04kasan: fix zeroing vmalloc memory with HW_TAGSAndrey Konovalov2-14/+28
2022-07-04mm: introduce clear_highpage_kasan_taggedAndrey Konovalov1-6/+2
2022-07-04mm: rename kernel_init_free_pages to kernel_init_pagesAndrey Konovalov1-3/+3
2022-07-04mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'SeongJae Park1-2/+2
2022-07-04mm/damon/reclaim: make 'enabled' checking timer simplerSeongJae Park1-8/+1
2022-07-04mm/damon/sysfs: deduplicate inputs applyingSeongJae Park1-35/+24
2022-07-04mm/damon/reclaim: deduplicate 'commit_inputs' handlingSeongJae Park1-13/+14
2022-07-04mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park2-15/+8
2022-07-04mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin2-6/+21
2022-07-04mm/migration: return errno when isolate_huge_page failedMiaohe Lin6-13/+13
2022-07-04mm/migration: remove unneeded lock page and PageMovable checkMiaohe Lin1-7/+2
2022-07-04mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi1-1/+1
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport11-17/+17
2022-06-27Merge branch 'master' into mm-stableakpm16-40/+98
2022-06-27Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8-6/+31
2022-06-23filemap: Fix serialization adding transparent huge pages to page cacheAlistair Popple1-0/+2
2022-06-23mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)2-0/+2
2022-06-20filemap: Handle sibling entries in filemap_get_read_batch()Matthew Wilcox (Oracle)1-0/+2
2022-06-20filemap: Correct the conditions for marking a folio as accessedMatthew Wilcox (Oracle)1-3/+10
2022-06-20Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+36
2022-06-17Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+2
2022-06-17mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_s...Waiman Long1-1/+27
2022-06-17mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lockWaiman Long1-0/+14
2022-06-17mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()Waiman Long1-10/+8
2022-06-17mm/sparse-vmemmap.c: remove unwanted initialization in vmemmap_populate_compo...Gautam Menghani1-1/+1
2022-06-17mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin2-22/+51
2022-06-17mm/memremap: fix memunmap_pages() race with get_dev_pagemap()Miaohe Lin1-1/+1
2022-06-17mm: kmemleak: check physical address when scanPatrick Wang1-3/+14
2022-06-17mm: kmemleak: add rbtree and store physical address for objects allocated wit...Patrick Wang1-42/+91
2022-06-17mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical addressPatrick Wang1-9/+31
2022-06-17mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang2-24/+10
2022-06-17mm/memremap: fix wrong function name above memremap_pages()Miaohe Lin1-2/+2
2022-06-17mm/mempool: use might_alloc()Daniel Vetter1-1/+1
2022-06-17mm/slab: delete cache_alloc_debugcheck_before()Daniel Vetter1-10/+0
2022-06-17mm/page_alloc: use might_alloc()Daniel Vetter1-4/+1
2022-06-17mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...Qi Zheng1-28/+27
2022-06-17mm/vmalloc: add code comment for find_vmap_area_exceed_addr()Baoquan He1-2/+3
2022-06-17mm/vmalloc: fix typo in local variable nameBaoquan He1-6/+6