summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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 missing cache flush for all tail pages of compound pageMuchun Song2022-05-151-2/+5
* arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2022-05-152-18/+0
* kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang2022-05-091-0/+7
* mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove()Alistair Popple2022-04-271-1/+13
* oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache2022-04-271-14/+40
* mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-271-8/+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: fix unexpected zeroed page mapping with zram swapMinchan Kim2022-04-201-54/+0
* 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-131-6/+19
* mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin2022-04-131-0/+1
* mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini2022-04-131-0/+3
* mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira2022-04-131-1/+24
* mm/usercopy: return 1 from hardened_usercopy __setup() handlerRandy Dunlap2022-04-081-1/+4
* mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap2022-04-081-1/+1
* mm/mmap: return 1 from stack_guard_gap __setup() handlerRandy Dunlap2022-04-081-1/+1
* mm/kmemleak: reset tag when compare object pointerKuan-Ying Lee2022-04-081-2/+7
* mm,hwpoison: unmap poisoned page before invalidationRik van Riel2022-04-081-4/+8
* Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla2022-04-081-8/+1
* mm: madvise: return correct bytes advised with process_madviseCharan Teja Kalla2022-04-081-2/+1
* mm: madvise: skip unmapped vma holes passed to process_madviseCharan Teja Kalla2022-04-081-1/+8
* mempolicy: mbind_range() set_policy() after vma_merge()Hugh Dickins2022-04-081-7/+1
* mm: invalidate hwpoison page cache page in fault pathRik van Riel2022-04-081-2/+7
* mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a nodeAlistair Popple2022-04-081-1/+8
* mm: swap: get rid of livelock in swapin readaheadGuo Ziliang2022-03-231-1/+1
* memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins2022-03-081-12/+28
* mm: Consider __GFP_NOWARN flag for oversized kvmalloc() callsDaniel Borkmann2022-03-081-1/+3
* memblock: use kfree() to release kmalloced memblock regionsMiaohe Lin2022-03-021-2/+8
* mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds2022-02-231-1/+1
* mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin2022-02-231-5/+5
* mm/kmemleak: avoid scanning potential huge holesLang Yu2022-02-081-6/+7
* mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin2022-02-081-0/+2
* mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-271-2/+3
* shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li2022-01-271-16/+21
* mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pagesBaoquan He2022-01-271-1/+3
* mm_zone: add function to check if managed dma zone existsBaoquan He2022-01-271-0/+15
* mm: mempolicy: fix THP allocations escaping mempolicy restrictionsAndrey Ryabinin2021-12-291-2/+2
* mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()Liu Shixin2021-12-291-0/+1
* memblock: ensure there is no overflow in memblock_overlaps_region()Mike Rapoport2021-12-171-1/+2
* mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee2021-12-141-0/+7
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-11-261-4/+19
* 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-181-14/+8
* mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin2021-11-181-0/+3
* memcg: prohibit unconditional exceeding the limit of dying tasksVasily Averin2021-11-181-19/+8
* mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-181-3/+4
* mm: khugepaged: skip huge page collapse for special filesYang Shi2021-11-061-7/+10