summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, oom: do not trigger out_of_memory from the #PFMichal Hocko2021-11-171-14/+8
* mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin2021-11-171-0/+3
* memcg: prohibit unconditional exceeding the limit of dying tasksVasily Averin2021-11-171-19/+8
* mm/filemap.c: remove bogus VM_BUG_ONMatthew Wilcox (Oracle)2021-11-171-1/+0
* mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-171-3/+4
* mm: khugepaged: skip huge page collapse for special filesYang Shi2021-11-021-8/+11
* mm, thp: bail out early in collapse_file for writeback pageRongwei Wang2021-11-021-1/+6
* mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi2021-11-024-1/+28
* mm: hwpoison: remove the unnecessary THP checkYang Shi2021-11-021-14/+0
* mm/thp: decrease nr_thps in file's mapping on THP splitMarek Szyprowski2021-10-271-2/+4
* mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin2021-10-271-1/+3
* mm, slub: fix potential use-after-free in slab_debugfs_fopsMiaohe Lin2021-10-271-2/+4
* mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin2021-10-271-1/+1
* mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin2021-10-271-2/+9
* mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()Eric Dumazet2021-10-271-11/+5
* mm: don't allow oversized kvmalloc() callsLinus Torvalds2021-10-071-0/+4
* mm: fix uninitialized use in overcommit_policy_handlerChen Jun2021-09-301-2/+2
* mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang2021-09-301-1/+2
* mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi2021-09-301-1/+1
* mm/mempolicy: fix a race between offset_il_node and mpol_rebind_taskyanghui2021-09-181-4/+13
* mm/page_alloc.c: avoid accessing uninitialized pcp page migratetypeMiaohe Lin2021-09-181-1/+3
* mm,vmscan: fix divide by zero in get_scan_countRik van Riel2021-09-181-1/+1
* mm/hmm: bypass devmap pte when all pfn requested flags are fulfilledLi Zhijian2021-09-181-1/+4
* mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2021-09-181-2/+2
* hugetlb: fix hugetlb cgroup refcounting during vma splitMike Kravetz2021-09-181-1/+3
* mm: fix panic caused by __page_handle_poison()Michael Wang2021-09-181-2/+2
* 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