summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-1011-78/+112
|\
| * mm, slub: better heuristic for number of cpus when calculating slab orderVlastimil Babka2021-02-101-2/+16
| * Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"Johannes Weiner2021-02-091-3/+2
| * mm/mremap: fix BUILD_BUG_ON() error in get_extentArnd Bergmann2021-02-091-2/+3
| * kasan: fix stack traces dependency for HW_TAGSAndrey Konovalov2021-02-091-6/+2
| * mm: hugetlb: fix missing put_page in gather_surplus_pages()Muchun Song2021-02-051-1/+4
| * kasan: make addr_has_metadata() return true for valid addressesVincenzo Frascino2021-02-051-1/+1
| * mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()Waiman Long2021-02-051-0/+4
| * memblock: do not start bottom-up allocations with kernel_endRoman Gushchin2021-02-051-43/+6
| * mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins2021-02-051-14/+23
| * mm, compaction: move high_pfn to the for loop scopeRokudo Yan2021-02-051-1/+2
| * mm: migrate: do not migrate HugeTLB page whose refcount is oneMuchun Song2021-02-051-0/+6
| * mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song2021-02-051-2/+1
| * mm: hugetlb: fix a race between isolating and freeing pageMuchun Song2021-02-051-2/+2
| * mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song2021-02-051-0/+39
| * mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-051-1/+1
* | mm: page_frag: Introduce page_frag_alloc_align()Kevin Hao2021-02-061-3/+5
|/
* Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai2021-01-281-3/+1
* Revert "mm: fix initialization of struct page for holes in memory layout"Linus Torvalds2021-01-261-50/+34
* mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner2021-01-241-1/+6
* mm: fix page reference leak in soft_offline_page()Dan Williams2021-01-241-4/+16
* kasan, mm: fix resetting page_alloc tags for HW_TAGSAndrey Konovalov2021-01-241-0/+2
* kasan, mm: fix conflicts with init_on_alloc/freeAndrey Konovalov2021-01-241-3/+4
* kasan: fix HW_TAGS boot parametersAndrey Konovalov2021-01-241-45/+32
* kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen2021-01-241-2/+1
* kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen2021-01-241-8/+12
* mm: fix numa stats for thp migrationShakeel Butt2021-01-241-11/+12
* mm: memcg: fix memcg file_dirty numa statShakeel Butt2021-01-241-2/+2
* mm: memcg/slab: optimize objcg stock drainingRoman Gushchin2021-01-241-3/+1
* mm: fix initialization of struct page for holes in memory layoutMike Rapoport2021-01-241-34/+50
* mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()Levi Yun2021-01-211-1/+1
* mm: don't put pinned pages into the swap cacheLinus Torvalds2021-01-171-0/+2
* mm/process_vm_access.c: include compat.hAndrew Morton2021-01-121-0/+1
* mm,hwpoison: fix printing of page flagsOscar Salvador2021-01-121-1/+1
* mm/hugetlb: fix potential missing huge page size infoMiaohe Lin2021-01-121-1/+1
* mm: migrate: initialize err in do_migrate_pagesJan Stancek2021-01-121-1/+1
* mm/vmalloc.c: fix potential memory leakMiaohe Lin2021-01-121-1/+3
* arm/kasan: fix the array size of kasan_early_shadow_pte[]Hailong Liu2021-01-121-1/+2
* mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepointHailong liu2021-01-121-15/+16
* mm, slub: consider rest of partial list if acquire_slab() failsJann Horn2021-01-121-1/+1
* mm: make wait_on_page_writeback() wait for multiple pending writebacksLinus Torvalds2021-01-051-1/+1
* mm: slub: call account_slab_page() after slab page initializationRoman Gushchin2020-12-291-3/+2
* kasan: fix null pointer dereference in kasan_record_aux_stackWalter Wu2020-12-291-0/+2
* mm: generalise COW SMC TLB flushing race commentNicholas Piggin2020-12-291-3/+5
* mm/mremap.c: fix extent calculationKalesh Singh2020-12-291-1/+3
* mm: memmap defer init doesn't work as expectedBaoquan He2020-12-292-4/+6
* mm/hugetlb: fix deadlock in hugetlb_cow error pathMike Kravetz2020-12-291-1/+21
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-12-241-16/+89
|\
| * mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one...David Hildenbrand2020-12-181-16/+89
* | kasan, mm: allow cache merging with no metadataAndrey Konovalov2020-12-222-1/+13