aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue1-0/+3
2022-09-26mm/hugetlb: correct demote page offset logicDoug Berger1-6/+8
2022-09-26mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi1-0/+12
2022-09-26mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov1-4/+10
2022-09-26frontswap: don't call ->init if no ops are registeredChristoph Hellwig1-0/+3
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi1-4/+2
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim1-2/+5
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi2-10/+34
2022-09-26mm/slub: clean up create_unique_id()Chao Yu1-3/+6
2022-09-26mm: export balance_dirty_pages_ratelimited_flags()Stefan Roesch1-0/+1
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+3
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo17-137/+253
2022-09-23mm/slub: enable debugging memory wasting of kmallocFeng Tang2-38/+119
2022-09-23Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-nextVlastimil Babka1-198/+276
2022-09-23Merge branch 'slab/for-6.1/common_kmalloc' into slab/for-nextVlastimil Babka6-506/+272
2022-09-23Merge branch 'slab/for-6.1/trivial' into slab/for-nextVlastimil Babka2-12/+3
2022-09-22Merge tag 'slab-for-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds2-3/+20
2022-09-22mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Maurizio Lombardi1-1/+8
2022-09-20mm: add PSI accounting around ->read_folio and ->readahead callsChristoph Hellwig2-4/+25
2022-09-19mm/slab_common: fix possible double free of kmem_cacheFeng Tang1-1/+4
2022-09-19mm/compaction: Get rid of RT ifdefferyThomas Gleixner2-5/+7
2022-09-19mm/memcontrol: Replace the PREEMPT_RT conditionalsThomas Gleixner1-13/+6
2022-09-19mm/vmstat: Use preempt_[dis|en]able_nested()Thomas Gleixner1-24/+12
2022-09-17slub: Make PREEMPT_RT support less convolutedThomas Gleixner1-32/+24
2022-09-17mm/slub: simplify __cmpxchg_double_slab() and slab_[un]lock()Vlastimil Babka1-27/+12
2022-09-17mm/slub: convert object_map_lock to non-raw spinlockVlastimil Babka1-30/+6
2022-09-17mm/slub: remove slab_lock() usage for debug operationsVlastimil Babka1-11/+8
2022-09-17mm/slub: restrict sysfs validation to debug caches and make it safeVlastimil Babka1-52/+180
2022-09-16kasan: call kasan_malloc() from __kmalloc_*track_caller()Peter Collingbourne1-0/+4
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand4-5/+17
2022-09-11mm/mremap_pages: save a few cycles in get_dev_pagemap()Christophe JAILLET1-1/+1
2022-09-11mm: remove BUG_ON() in __isolate_free_page()Kefeng Wang1-11/+3
2022-09-11mm/kmemleak: make create_object return voidLiu Shixin1-12/+9
2022-09-11hugetlb: remove meaningless BUG_ON(huge_pte_none())Miaohe Lin1-1/+0
2022-09-11hugetlb: add comment for subtle SetHPageVmemmapOptimized()Miaohe Lin1-0/+4
2022-09-11hugetlb: kill hugetlbfs_pagecache_page()Miaohe Lin1-14/+1
2022-09-11hugetlb: pass NULL to kobj_to_hstate() if nid is unusedMiaohe Lin1-4/+2
2022-09-11hugetlb: use helper {huge_pte|pmd}_lock()Miaohe Lin1-2/+1
2022-09-11hugetlb: use sizeof() to get the array sizeMiaohe Lin1-2/+2
2022-09-11hugetlb: use LIST_HEAD() to define a list headMiaohe Lin1-5/+2
2022-09-11hugetlb: Use helper macro SZ_1KMiaohe Lin1-1/+1
2022-09-11hugetlb: make hugetlb_cma_check() staticMiaohe Lin1-1/+9
2022-09-11mm/vmalloc: extend find_vmap_lowest_match_check with extra argumentsSong Liu1-6/+7
2022-09-11mm/migrate_device.c: fix a misleading and outdated commentAlistair Popple1-3/+10
2022-09-11mm/page_alloc.c: delete a redundant parameter of rmqueue_pcplistzezuo1-3/+2
2022-09-11mm/damon: get the hotness from damon_hot_score() in damon_pageout_score()Kaixu Xia1-40/+6
2022-09-11mm/damon/vaddr: remove comparison between mm and last_mm when checking region accessesKaixu Xia1-5/+6
2022-09-11mm/damon: simplify the parameter passing for 'check_accesses'Kaixu Xia2-6/+5
2022-09-11mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang4-13/+31
2022-09-11mm: kill is_memblock_offlined()Kefeng Wang1-2/+1