summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin2022-02-161-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
* Revert "mm/gup: small refactoring: simplify try_grab_page()"John Hubbard2022-02-051-5/+30
* memcg: better bounds on the memcg stats updatesShakeel Butt2022-01-291-7/+13
* memcg: unify memcg stat flushingShakeel Butt2022-01-291-9/+10
* memcg: flush stats only if updatedShakeel Butt2022-01-291-23/+55
* 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/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park2022-01-051-0/+8
* kfence: fix memory leak when cat kfence objectsBaokun Li2021-12-291-0/+1
* mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park2021-12-291-0/+2
* mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()Liu Shixin2021-12-291-0/+1
* mm, hwpoison: fix condition in free hugetlb page pathNaoya Horiguchi2021-12-291-9/+4
* mm: mempolicy: fix THP allocations escaping mempolicy restrictionsAndrey Ryabinin2021-12-291-2/+1
* mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee2021-12-141-0/+7
* mm/slub: fix endianness bug for alloc/free_traces attributesGerald Schaefer2021-12-141-6/+9
* mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park2021-12-141-3/+11
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-11-251-4/+19
* mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park2021-11-251-3/+8
* mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park2021-11-251-2/+2
* kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel2021-11-252-11/+24
* hugetlb, userfaultfd: fix reservation restore on userfaultfd errorMina Almasry2021-11-251-3/+4
* mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flagRustam Kovhaev2021-11-251-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/filemap.c: remove bogus VM_BUG_ONMatthew Wilcox (Oracle)2021-11-181-1/+0
* mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-181-3/+4
* kfence: always use static branches to guard kfence_alloc()Marco Elver2021-11-121-9/+7
* mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()'SeongJae Park2021-10-281-2/+2
* mm: khugepaged: skip huge page collapse for special filesYang Shi2021-10-281-8/+11
* mm, thp: bail out early in collapse_file for writeback pageRongwei Wang2021-10-281-1/+6
* mm/vmalloc: fix numa spreading for large hash tablesChen Wandun2021-10-281-6/+9
* mm/secretmem: avoid letting secretmem_users drop to zeroKees Cook2021-10-281-1/+1
* mm/oom_kill.c: prevent a race between process_mrelease and exit_mmapSuren Baghdasaryan2021-10-281-11/+12
* mm: filemap: check if THP has hwpoisoned subpage for PMD page faultYang Shi2021-10-284-1/+28
* mm: hwpoison: remove the unnecessary THP checkYang Shi2021-10-281-14/+0
* memcg: page_alloc: skip bulk allocator for __GFP_ACCOUNTShakeel Butt2021-10-281-0/+4
* secretmem: Prevent secretmem_users from wrapping to zeroMatthew Wilcox (Oracle)2021-10-251-0/+2
* Revert "mm/secretmem: use refcount_t instead of atomic_t"Linus Torvalds2021-10-241-5/+4
* memblock: exclude MEMBLOCK_NOMAP regions from kmemleakMike Rapoport2021-10-211-0/+3
* Revert "memblock: exclude NOMAP regions from kmemleak"Mike Rapoport2021-10-211-6/+1
* mm/thp: decrease nr_thps in file's mapping on THP splitMarek Szyprowski2021-10-181-2/+4
* mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin2021-10-181-1/+3
* mm, slub: fix potential use-after-free in slab_debugfs_fopsMiaohe Lin2021-10-181-2/+4
* mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin2021-10-181-1/+1
* mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin2021-10-181-2/+9