| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/highmem: prepare for overriding set_pte_at() | Thomas Gleixner | 2021-01-24 | 1 | -1/+6 |
* | mm: fix page reference leak in soft_offline_page() | Dan Williams | 2021-01-24 | 1 | -4/+16 |
* | kasan, mm: fix resetting page_alloc tags for HW_TAGS | Andrey Konovalov | 2021-01-24 | 1 | -0/+2 |
* | kasan, mm: fix conflicts with init_on_alloc/free | Andrey Konovalov | 2021-01-24 | 1 | -3/+4 |
* | kasan: fix HW_TAGS boot parameters | Andrey Konovalov | 2021-01-24 | 1 | -45/+32 |
* | kasan: fix incorrect arguments passing in kasan_add_zero_shadow | Lecopzer Chen | 2021-01-24 | 1 | -2/+1 |
* | kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow | Lecopzer Chen | 2021-01-24 | 1 | -8/+12 |
* | mm: fix numa stats for thp migration | Shakeel Butt | 2021-01-24 | 1 | -11/+12 |
* | mm: memcg: fix memcg file_dirty numa stat | Shakeel Butt | 2021-01-24 | 1 | -2/+2 |
* | mm: memcg/slab: optimize objcg stock draining | Roman Gushchin | 2021-01-24 | 1 | -3/+1 |
* | mm: fix initialization of struct page for holes in memory layout | Mike Rapoport | 2021-01-24 | 1 | -34/+50 |
* | mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid() | Levi Yun | 2021-01-21 | 1 | -1/+1 |
* | mm: don't put pinned pages into the swap cache | Linus Torvalds | 2021-01-17 | 1 | -0/+2 |
* | mm/process_vm_access.c: include compat.h | Andrew Morton | 2021-01-12 | 1 | -0/+1 |
* | mm,hwpoison: fix printing of page flags | Oscar Salvador | 2021-01-12 | 1 | -1/+1 |
* | mm/hugetlb: fix potential missing huge page size info | Miaohe Lin | 2021-01-12 | 1 | -1/+1 |
* | mm: migrate: initialize err in do_migrate_pages | Jan Stancek | 2021-01-12 | 1 | -1/+1 |
* | mm/vmalloc.c: fix potential memory leak | Miaohe Lin | 2021-01-12 | 1 | -1/+3 |
* | arm/kasan: fix the array size of kasan_early_shadow_pte[] | Hailong Liu | 2021-01-12 | 1 | -1/+2 |
* | mm/page_alloc: add a missing mm_page_alloc_zone_locked() tracepoint | Hailong liu | 2021-01-12 | 1 | -15/+16 |
* | mm, slub: consider rest of partial list if acquire_slab() fails | Jann Horn | 2021-01-12 | 1 | -1/+1 |
* | mm: make wait_on_page_writeback() wait for multiple pending writebacks | Linus Torvalds | 2021-01-05 | 1 | -1/+1 |
* | mm: slub: call account_slab_page() after slab page initialization | Roman Gushchin | 2020-12-29 | 1 | -3/+2 |
* | kasan: fix null pointer dereference in kasan_record_aux_stack | Walter Wu | 2020-12-29 | 1 | -0/+2 |
* | mm: generalise COW SMC TLB flushing race comment | Nicholas Piggin | 2020-12-29 | 1 | -3/+5 |
* | mm/mremap.c: fix extent calculation | Kalesh Singh | 2020-12-29 | 1 | -1/+3 |
* | mm: memmap defer init doesn't work as expected | Baoquan He | 2020-12-29 | 2 | -4/+6 |
* | mm/hugetlb: fix deadlock in hugetlb_cow error path | Mike Kravetz | 2020-12-29 | 1 | -1/+21 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2020-12-24 | 1 | -16/+89 |
|\ |
|
| * | mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one... | David Hildenbrand | 2020-12-18 | 1 | -16/+89 |
* | | kasan, mm: allow cache merging with no metadata | Andrey Konovalov | 2020-12-22 | 2 | -1/+13 |
* | | kasan: sanitize objects when metadata doesn't fit | Andrey Konovalov | 2020-12-22 | 8 | -75/+147 |
* | | kasan: clarify comment in __kasan_kfree_large | Andrey Konovalov | 2020-12-22 | 1 | -1/+1 |
* | | kasan: simplify assign_tag and set_tag calls | Andrey Konovalov | 2020-12-22 | 1 | -6/+7 |
* | | kasan: don't round_up too much | Andrey Konovalov | 2020-12-22 | 2 | -6/+3 |
* | | kasan, mm: rename kasan_poison_kfree | Andrey Konovalov | 2020-12-22 | 2 | -18/+24 |
* | | kasan, mm: check kasan_enabled in annotations | Andrey Konovalov | 2020-12-22 | 1 | -28/+28 |
* | | kasan: add and integrate kasan boot parameters | Andrey Konovalov | 2020-12-22 | 4 | -7/+196 |
* | | kasan: inline (un)poison_range and check_invalid_free | Andrey Konovalov | 2020-12-22 | 2 | -26/+31 |
* | | kasan: open-code kasan_unpoison_slab | Andrey Konovalov | 2020-12-22 | 1 | -1/+1 |
* | | kasan: inline random_tag for HW_TAGS | Andrey Konovalov | 2020-12-22 | 2 | -22/+14 |
* | | kasan: inline kasan_reset_tag for tag-based modes | Andrey Konovalov | 2020-12-22 | 8 | -28/+14 |
* | | kasan: remove __kasan_unpoison_stack | Andrey Konovalov | 2020-12-22 | 1 | -9/+3 |
* | | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK | Andrey Konovalov | 2020-12-22 | 1 | -0/+2 |
* | | kasan: introduce set_alloc_info | Andrey Konovalov | 2020-12-22 | 1 | -1/+6 |
* | | kasan: rename get_alloc/free_info | Andrey Konovalov | 2020-12-22 | 8 | -31/+31 |
* | | kasan: simplify quarantine_put call site | Andrey Konovalov | 2020-12-22 | 3 | -5/+5 |
* | | kasan, mm: reset tags when accessing metadata | Andrey Konovalov | 2020-12-22 | 3 | -15/+20 |
* | | kasan, arm64: print report from tag fault handler | Andrey Konovalov | 2020-12-22 | 1 | -3/+8 |
* | | kasan, arm64: implement HW_TAGS runtime | Andrey Konovalov | 2020-12-22 | 8 | -15/+152 |