summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | kasan: sanitize objects when metadata doesn't fitAndrey Konovalov2020-12-228-75/+147
* | kasan: clarify comment in __kasan_kfree_largeAndrey Konovalov2020-12-221-1/+1
* | kasan: simplify assign_tag and set_tag callsAndrey Konovalov2020-12-221-6/+7
* | kasan: don't round_up too muchAndrey Konovalov2020-12-222-6/+3
* | kasan, mm: rename kasan_poison_kfreeAndrey Konovalov2020-12-222-18/+24
* | kasan, mm: check kasan_enabled in annotationsAndrey Konovalov2020-12-221-28/+28
* | kasan: add and integrate kasan boot parametersAndrey Konovalov2020-12-224-7/+196
* | kasan: inline (un)poison_range and check_invalid_freeAndrey Konovalov2020-12-222-26/+31
* | kasan: open-code kasan_unpoison_slabAndrey Konovalov2020-12-221-1/+1
* | kasan: inline random_tag for HW_TAGSAndrey Konovalov2020-12-222-22/+14
* | kasan: inline kasan_reset_tag for tag-based modesAndrey Konovalov2020-12-228-28/+14
* | kasan: remove __kasan_unpoison_stackAndrey Konovalov2020-12-221-9/+3
* | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-221-0/+2
* | kasan: introduce set_alloc_infoAndrey Konovalov2020-12-221-1/+6
* | kasan: rename get_alloc/free_infoAndrey Konovalov2020-12-228-31/+31
* | kasan: simplify quarantine_put call siteAndrey Konovalov2020-12-223-5/+5
* | kasan, mm: reset tags when accessing metadataAndrey Konovalov2020-12-223-15/+20