summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2021-02-10mm, slub: better heuristic for number of cpus when calculating slab orderVlastimil Babka-2/+16
2021-02-09Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"Johannes Weiner-3/+2
2021-02-09mm/mremap: fix BUILD_BUG_ON() error in get_extentArnd Bergmann-2/+3
2021-02-09kasan: fix stack traces dependency for HW_TAGSAndrey Konovalov-6/+2
2021-02-05mm: hugetlb: fix missing put_page in gather_surplus_pages()Muchun Song-1/+4
2021-02-05kasan: make addr_has_metadata() return true for valid addressesVincenzo Frascino-1/+1
2021-02-05mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()Waiman Long-0/+4
2021-02-05memblock: do not start bottom-up allocations with kernel_endRoman Gushchin-43/+6
2021-02-05mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins-14/+23
2021-02-05mm, compaction: move high_pfn to the for loop scopeRokudo Yan-1/+2
2021-02-05mm: migrate: do not migrate HugeTLB page whose refcount is oneMuchun Song-0/+6
2021-02-05mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song-2/+1
2021-02-05mm: hugetlb: fix a race between isolating and freeing pageMuchun Song-2/+2
2021-02-05mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song-0/+39
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song-1/+1
2021-01-28Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai-3/+1
2021-01-26Revert "mm: fix initialization of struct page for holes in memory layout"Linus Torvalds-50/+34
2021-01-24mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner-1/+6
2021-01-24mm: fix page reference leak in soft_offline_page()Dan Williams-4/+16
2021-01-24kasan, mm: fix resetting page_alloc tags for HW_TAGSAndrey Konovalov-0/+2
2021-01-24kasan, mm: fix conflicts with init_on_alloc/freeAndrey Konovalov-3/+4
2021-01-24kasan: fix HW_TAGS boot parametersAndrey Konovalov-45/+32
2021-01-24kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen-2/+1
2021-01-24kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen-8/+12
2021-01-24mm: fix numa stats for thp migrationShakeel Butt-11/+12
2021-01-24mm: memcg: fix memcg file_dirty numa statShakeel Butt-2/+2
2021-01-24mm: memcg/slab: optimize objcg stock drainingRoman Gushchin-3/+1
2021-01-24mm: fix initialization of struct page for holes in memory layoutMike Rapoport-34/+50
2021-01-21mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()Levi Yun-1/+1
2021-01-17mm: don't put pinned pages into the swap cacheLinus Torvalds-0/+2
2021-01-12mm/process_vm_access.c: include compat.hAndrew Morton-0/+1
2021-01-12mm,hwpoison: fix printing of page flagsOscar Salvador-1/+1
2021-01-12mm/hugetlb: fix potential missing huge page size infoMiaohe Lin-1/+1
2021-01-12mm: migrate: initialize err in do_migrate_pagesJan Stancek-1/+1
2021-01-12mm/vmalloc.c: fix potential memory leakMiaohe Lin-1/+3
2021-01-12arm/kasan: fix the array size of kasan_early_shadow_pte[]Hailong Liu-1/+2
2021-01-12mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepointHailong liu-15/+16
2021-01-12mm, slub: consider rest of partial list if acquire_slab() failsJann Horn-1/+1
2021-01-05mm: make wait_on_page_writeback() wait for multiple pending writebacksLinus Torvalds-1/+1
2020-12-29mm: slub: call account_slab_page() after slab page initializationRoman Gushchin-3/+2
2020-12-29kasan: fix null pointer dereference in kasan_record_aux_stackWalter Wu-0/+2
2020-12-29mm: generalise COW SMC TLB flushing race commentNicholas Piggin-3/+5
2020-12-29mm/mremap.c: fix extent calculationKalesh Singh-1/+3
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He-4/+6
2020-12-29mm/hugetlb: fix deadlock in hugetlb_cow error pathMike Kravetz-1/+21
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-16/+89
2020-12-22kasan, mm: allow cache merging with no metadataAndrey Konovalov-1/+13
2020-12-22kasan: sanitize objects when metadata doesn't fitAndrey Konovalov-75/+147
2020-12-22kasan: clarify comment in __kasan_kfree_largeAndrey Konovalov-1/+1
2020-12-22kasan: simplify assign_tag and set_tag callsAndrey Konovalov-6/+7