summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2021-10-27mm/thp: decrease nr_thps in file's mapping on THP splitMarek Szyprowski
2021-10-27mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin
2021-10-27mm, slub: fix potential use-after-free in slab_debugfs_fopsMiaohe Lin
2021-10-27mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin
2021-10-27mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin
2021-10-27mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()Eric Dumazet
2021-10-07mm: don't allow oversized kvmalloc() callsLinus Torvalds
2021-09-30mm: fix uninitialized use in overcommit_policy_handlerChen Jun
2021-09-30mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang
2021-09-30mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi
2021-09-18mm/mempolicy: fix a race between offset_il_node and mpol_rebind_taskyanghui
2021-09-18mm/page_alloc.c: avoid accessing uninitialized pcp page migratetypeMiaohe Lin
2021-09-18mm,vmscan: fix divide by zero in get_scan_countRik van Riel
2021-09-18mm/hmm: bypass devmap pte when all pfn requested flags are fulfilledLi Zhijian
2021-09-18mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand
2021-09-18hugetlb: fix hugetlb cgroup refcounting during vma splitMike Kravetz
2021-09-18mm: fix panic caused by __page_handle_poison()Michael Wang
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
2021-07-15mm/hugetlb: fix refs calculation from unaligned @vaddrJoao Martins
2021-07-15mm/page_alloc: further fix __alloc_pages_bulk() return valueChuck Lever
2021-07-15mm/page_alloc: correct return value when failing at preparingYanfei Xu
2021-07-15mm/page_alloc: avoid page allocator recursion with pagesets.lock heldMel Gorman
2021-07-15Revert "mm/page_alloc: make should_fail_alloc_page() static"Matteo Croce