summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt
2021-09-03fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner
2021-09-03mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner
2021-09-03writeback: use READ_ONCE for unlocked reads of writeback statsJan Kara
2021-09-03writeback: rename domain_update_bandwidth()Jan Kara
2021-09-03writeback: fix bandwidth estimate for spiky workloadJan Kara
2021-09-03writeback: reliably update bandwidth estimationJan Kara
2021-09-03writeback: track number of inodes under writebackJan Kara
2021-09-03mm: add kernel_misc_reclaimable in show_free_areasliuhailong
2021-09-03mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)
2021-09-03mm/debug_vm_pgtable: fix corrupted page flagGavin Shan
2021-09-03mm/debug_vm_pgtable: remove unused codeGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...Gavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGavin Shan
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGavin Shan
2021-09-03mm/debug_vm_pgtable: introduce struct pgtable_debug_argsGavin Shan
2021-08-25mm/memory_hotplug: fix potential permanent lru cache disableMiaohe Lin
2021-08-20hugetlb: don't pass page cache pages to restore_reserve_on_errorMike Kravetz
2021-08-20mm: vmscan: fix missing psi annotation for node_reclaim()Johannes Weiner
2021-08-20mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi
2021-08-20mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner
2021-08-20mm/page_alloc: don't corrupt pcppage_migratetypeDoug Berger
2021-08-20Revert "mm: swap: check if swap backing device is congested or not"Yang Shi
2021-08-20Revert "mm/shmem: fix shmem_swapin() race with swapoff"Yang Shi
2021-08-13mm/memcg: fix incorrect flushing of lruvec data in obj_stockWaiman Long
2021-08-13mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)David Hildenbrand
2021-08-13mm: slub: fix slub_debug disabling for list of slabsVlastimil Babka
2021-08-13slub: fix kmalloc_pagealloc_invalid_free unit testShakeel Butt
2021-08-13kasan, slub: reset tag when printing addressKuan-Ying Lee
2021-08-13kasan, kmemleak: reset tags when scanning blockKuan-Ying Lee
2021-07-30mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()Wang Hai
2021-07-30slub: fix unreclaimable slab stat for bulk freeShakeel Butt
2021-07-30mm/migrate: fix NR_ISOLATED corruption on 64-bitAneesh Kumar K.V
2021-07-30mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh...Johannes Weiner
2021-07-23mm: fix the deadlock in finish_fault()Qi Zheng
2021-07-23mm: mmap_lock: fix disabling preemption directlyMuchun Song
2021-07-23mm/secretmem: wire up ->set_page_dirtyMike Rapoport
2021-07-23writeback, cgroup: remove wb from offline list before releasing refcntRoman Gushchin
2021-07-23memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport
2021-07-23mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich
2021-07-23kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko
2021-07-23kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko
2021-07-23kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang
2021-07-17Revert "mm/slub: use stackdepot to save stack trace in objects"Linus Torvalds