Age | Commit message (Expand) | Author | Files | Lines |
2021-03-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 10 | -164/+234 |
2021-03-13 | mm/memcg: set memcg when splitting page | Zhou Guanghui | 1 | -0/+1 |
2021-03-13 | mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p... | Zhou Guanghui | 2 | -10/+7 |
2021-03-13 | mm/userfaultfd: fix memory corruption due to writeprotect | Nadav Amit | 1 | -0/+8 |
2021-03-13 | kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC | Andrey Konovalov | 1 | -2/+6 |
2021-03-13 | mm/madvise: replace ptrace attach requirement for process_madvise | Suren Baghdasaryan | 1 | -1/+12 |
2021-03-13 | kfence: fix reports if constant function prefixes exist | Marco Elver | 1 | -6/+12 |
2021-03-13 | kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations | Marco Elver | 1 | -1/+1 |
2021-03-13 | kfence: fix printk format for ptrdiff_t | Marco Elver | 1 | -6/+6 |
2021-03-13 | mm/highmem.c: fix zero_user_segments() with start > end | OGAWA Hirofumi | 1 | -5/+12 |
2021-03-13 | hugetlb: do early cow when page pinned on src mm | Peter Xu | 1 | -4/+62 |
2021-03-13 | mm: use is_cow_mapping() across tree where proper | Peter Xu | 1 | -3/+1 |
2021-03-13 | mm: introduce page_needs_cow_for_dma() for deciding whether cow | Peter Xu | 3 | -18/+3 |
2021-03-13 | hugetlb: break earlier in add_reservation_in_range() when we can | Peter Xu | 1 | -1/+1 |
2021-03-13 | hugetlb: dedup the code to add a new file_region | Peter Xu | 1 | -24/+27 |
2021-03-13 | mm/page_alloc.c: refactor initialization of struct page for holes in memory l... | Mike Rapoport | 1 | -83/+75 |
2021-03-12 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+1 |
2021-03-10 | Revert "mm, slub: consider rest of partial list if acquire_slab() fails" | Linus Torvalds | 1 | -1/+1 |
2021-03-10 | arm64: mte: Map hotplugged memory as Normal Tagged | Catalin Marinas | 1 | -1/+1 |
2021-03-02 | swap: fix swapfile read/write offset | Jens Axboe | 2 | -5/+13 |
2021-02-26 | MIPS: make userspace mapping young by default | Huang Pei | 1 | -4/+0 |
2021-02-26 | kasan: clarify that only first bug is reported in HW_TAGS | Andrey Konovalov | 1 | -1/+1 |
2021-02-26 | kasan: inline HW_TAGS helper functions | Andrey Konovalov | 1 | -6/+7 |
2021-02-26 | kasan: ensure poisoning size alignment | Andrey Konovalov | 3 | -31/+48 |
2021-02-26 | kasan, mm: optimize krealloc poisoning | Andrey Konovalov | 2 | -8/+24 |
2021-02-26 | kasan, mm: fail krealloc on freed objects | Andrey Konovalov | 1 | -0/+3 |
2021-02-26 | kasan: unify large kfree checks | Andrey Konovalov | 1 | -10/+26 |
2021-02-26 | kasan: clean up setting free info in kasan_slab_free | Andrey Konovalov | 1 | -4/+2 |
2021-02-26 | kasan: optimize large kmalloc poisoning | Andrey Konovalov | 1 | -5/+15 |
2021-02-26 | kasan, mm: optimize kmalloc poisoning | Andrey Konovalov | 4 | -48/+119 |
2021-02-26 | kasan, mm: don't save alloc stacks twice | Andrey Konovalov | 2 | -4/+15 |
2021-02-26 | kasan: use error_report_end tracepoint | Alexander Potapenko | 1 | -3/+5 |
2021-02-26 | kfence: use error_report_end tracepoint | Alexander Potapenko | 1 | -0/+2 |
2021-02-26 | kfence: report sensitive information based on no_hash_pointers | Marco Elver | 4 | -23/+14 |
2021-02-26 | kfence: add test suite | Marco Elver | 5 | -15/+886 |
2021-02-26 | kfence, kasan: make KFENCE compatible with KASAN | Alexander Potapenko | 4 | -4/+39 |
2021-02-26 | mm, kfence: insert KFENCE hooks for SLUB | Alexander Potapenko | 2 | -14/+48 |
2021-02-26 | mm, kfence: insert KFENCE hooks for SLAB | Alexander Potapenko | 3 | -10/+35 |
2021-02-26 | kfence: use pt_regs to generate stack trace on faults | Marco Elver | 3 | -34/+43 |
2021-02-26 | mm: add Kernel Electric-Fence infrastructure | Alexander Potapenko | 5 | -0/+1197 |
2021-02-26 | mm/early_ioremap.c: use __func__ instead of function name | Stephen Zhang | 1 | -6/+6 |
2021-02-26 | mm/backing-dev.c: use might_alloc() | Daniel Vetter | 1 | -1/+2 |
2021-02-26 | mm/dmapool: use might_alloc() | Daniel Vetter | 1 | -1/+2 |
2021-02-26 | mm/zsmalloc.c: use page_private() to access page->private | Miaohe Lin | 1 | -1/+1 |
2021-02-26 | zsmalloc: account the number of compacted pages correctly | Rokudo Yan | 1 | -6/+11 |
2021-02-26 | mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage() | Miaohe Lin | 1 | -2/+1 |
2021-02-26 | mm: set the sleep_mapped to true for zbud and z3fold | Tian Tao | 2 | -0/+2 |
2021-02-26 | mm/zswap: add the flag can_sleep_mapped | Tian Tao | 2 | -5/+59 |
2021-02-26 | mm: zswap: clean up confusing comment | Randy Dunlap | 1 | -3/+3 |
2021-02-26 | mm/rmap: correct obsolete comment of page_get_anon_vma() | Miaohe Lin | 1 | -2/+2 |