summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* writeback: use READ_ONCE for unlocked reads of writeback statsJan Kara2021-09-031-12/+13
* writeback: rename domain_update_bandwidth()Jan Kara2021-09-031-4/+4
* writeback: fix bandwidth estimate for spiky workloadJan Kara2021-09-032-14/+35
* writeback: reliably update bandwidth estimationJan Kara2021-09-031-12/+27
* writeback: track number of inodes under writebackJan Kara2021-09-032-2/+21
* mm: add kernel_misc_reclaimable in show_free_areasliuhailong2021-09-031-0/+2
* mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)2021-09-032-10/+10
* mm/debug_vm_pgtable: fix corrupted page flagGavin Shan2021-09-031-4/+51
* mm/debug_vm_pgtable: remove unused codeGavin Shan2021-09-031-54/+0
* mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...Gavin Shan2021-09-031-48/+38
* mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying testsGavin Shan2021-09-031-78/+48
* mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying testsGavin Shan2021-09-031-52/+46
* mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying testsGavin Shan2021-09-031-35/+32
* mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp testsGavin Shan2021-09-031-19/+17
* mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap testsGavin Shan2021-09-031-25/+23
* mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap testsGavin Shan2021-09-031-32/+26
* mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGavin Shan2021-09-031-16/+16
* mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGavin Shan2021-09-031-26/+24
* mm/debug_vm_pgtable: introduce struct pgtable_debug_argsGavin Shan2021-09-031-1/+269
* mm/memory_hotplug: fix potential permanent lru cache disableMiaohe Lin2021-08-251-0/+1
* hugetlb: don't pass page cache pages to restore_reserve_on_errorMike Kravetz2021-08-201-5/+14
* mm: vmscan: fix missing psi annotation for node_reclaim()Johannes Weiner2021-08-201-0/+3
* mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi2021-08-201-3/+9
* mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner2021-08-201-8/+19
* mm/page_alloc: don't corrupt pcppage_migratetypeDoug Berger2021-08-201-13/+12
* Revert "mm: swap: check if swap backing device is congested or not"Yang Shi2021-08-201-7/+0
* Revert "mm/shmem: fix shmem_swapin() race with swapoff"Yang Shi2021-08-201-13/+1
* mm/memcg: fix incorrect flushing of lruvec data in obj_stockWaiman Long2021-08-131-2/+4
* mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)David Hildenbrand2021-08-132-3/+8
* mm: slub: fix slub_debug disabling for list of slabsVlastimil Babka2021-08-131-5/+8
* slub: fix kmalloc_pagealloc_invalid_free unit testShakeel Butt2021-08-131-4/+4
* kasan, slub: reset tag when printing addressKuan-Ying Lee2021-08-131-2/+2
* kasan, kmemleak: reset tags when scanning blockKuan-Ying Lee2021-08-131-3/+3
* mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()Wang Hai2021-07-301-1/+1
* slub: fix unreclaimable slab stat for bulk freeShakeel Butt2021-07-301-10/+12
* mm/migrate: fix NR_ISOLATED corruption on 64-bitAneesh Kumar K.V2021-07-301-1/+1
* mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh...Johannes Weiner2021-07-301-1/+2
* mm: fix the deadlock in finish_fault()Qi Zheng2021-07-231-1/+10
* mm: mmap_lock: fix disabling preemption directlyMuchun Song2021-07-231-2/+2
* mm/secretmem: wire up ->set_page_dirtyMike Rapoport2021-07-231-0/+1
* writeback, cgroup: remove wb from offline list before releasing refcntRoman Gushchin2021-07-231-1/+1
* memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2021-07-231-1/+2
* mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich2021-07-231-13/+16
* kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko2021-07-231-0/+9
* kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko2021-07-231-3/+7
* kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang2021-07-231-1/+1
* Revert "mm/slub: use stackdepot to save stack trace in objects"Linus Torvalds2021-07-171-49/+30
* mm/hugetlb: fix refs calculation from unaligned @vaddrJoao Martins2021-07-151-2/+3
* mm/page_alloc: further fix __alloc_pages_bulk() return valueChuck Lever2021-07-151-6/+8
* mm/page_alloc: correct return value when failing at preparingYanfei Xu2021-07-151-1/+1