summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: fix huge_pmd_unshare address updateMike Kravetz2022-06-141-1/+8
* zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf2022-06-061-4/+33
* mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...Muchun Song2022-05-151-0/+3
* mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()Muchun Song2022-05-151-0/+2
* mm: fix unexpected zeroed page mapping with zram swapMinchan Kim2022-05-121-55/+0
* mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song2022-04-271-1/+1
* mm: kmemleak: take a full lowmem check in kmemleak_*_phys()Patrick Wang2022-04-201-4/+4
* mm, page_alloc: fix build_zonerefs_node()Juergen Gross2022-04-201-1/+1
* mm: don't skip swap entry even if zap_details specifiedPeter Xu2022-04-151-6/+19
* mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin2022-04-151-0/+1
* mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini2022-04-151-0/+3
* mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira2022-04-151-1/+24
* mm/usercopy: return 1 from hardened_usercopy __setup() handlerRandy Dunlap2022-04-151-1/+4
* mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap2022-04-151-1/+1
* mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap2022-04-151-1/+1
* mm,hwpoison: unmap poisoned page before invalidationRik van Riel2022-04-151-4/+8
* mempolicy: mbind_range() set_policy() after vma_merge()Hugh Dickins2022-04-151-7/+1
* mm: invalidate hwpoison page cache page in fault pathRik van Riel2022-04-151-2/+7
* mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a nodeAlistair Popple2022-04-151-1/+8
* mm: fix dereference a null pointer in migrate[_huge]_page_move_mapping()liqiong2022-03-231-0/+8
* memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins2022-03-081-8/+22
* memblock: use kfree() to release kmalloced memblock regionsMiaohe Lin2022-03-021-2/+8
* shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li2022-01-271-16/+21
* mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee2021-12-141-0/+7
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-012-4/+29
* mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flagRustam Kovhaev2021-11-261-1/+1
* mm, oom: do not trigger out_of_memory from the #PFMichal Hocko2021-11-261-14/+8
* mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin2021-11-261-0/+3
* mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-261-3/+4
* mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin2021-10-271-2/+9
* mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2021-09-221-2/+2
* mm/page_alloc: speed up the iteration of max_orderMuchun Song2021-09-221-4/+4
* bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2021-08-081-2/+3
* bdi: move bdi_dev_name out of lineChristoph Hellwig2021-08-081-1/+9
* mm: slab: fix kmem_cache_create failed when sysfs node not destroyedNanyong Sun2021-07-281-8/+10
* bdi: Do not use freezable workqueueMika Westerberg2021-07-201-2/+2
* mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-07-201-1/+1
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-07-111-4/+1
* mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins2021-07-111-0/+4
* mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins2021-07-111-9/+25
* mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins2021-07-111-4/+9
* mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins2021-07-111-4/+3
* mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins2021-07-111-50/+55
* mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins2021-07-111-4/+4
* mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins2021-07-111-16/+14
* mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins2021-07-111-5/+6
* mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins2021-07-111-4/+8
* mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins2021-07-111-5/+4
* mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi2021-07-111-17/+7
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-07-112-24/+60