Age | Commit message (Expand) | Author | Files | Lines |
2021-02-26 | treewide: Miguel has moved | Miguel Ojeda | 11 | -23/+21 |
2021-02-26 | include/linux: remove repeated words | Randy Dunlap | 4 | -4/+4 |
2021-02-26 | sysctl.c: fix underflow value setting risk in vm_table | Lin Feng | 1 | -4/+4 |
2021-02-26 | proc: use kvzalloc for our kernel buffer | Josef Bacik | 1 | -2/+2 |
2021-02-26 | proc/wchan: use printk format instead of lookup_symbol_name() | Helge Deller | 1 | -11/+8 |
2021-02-26 | alpha: remove CONFIG_EXPERIMENTAL from defconfigs | Randy Dunlap | 1 | -1/+0 |
2021-02-26 | kasan: clarify that only first bug is reported in HW_TAGS | Andrey Konovalov | 2 | -3/+7 |
2021-02-26 | kasan: inline HW_TAGS helper functions | Andrey Konovalov | 1 | -6/+7 |
2021-02-26 | arm64: kasan: simplify and inline MTE functions | Andrey Konovalov | 7 | -73/+60 |
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 | 2 | -0/+23 |
2021-02-26 | kasan: rework krealloc tests | Andrey Konovalov | 1 | -10/+81 |
2021-02-26 | kasan: unify large kfree checks | Andrey Konovalov | 2 | -18/+34 |
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 | 3 | -4/+24 |
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 | tracing: add error_report_end trace point | Alexander Potapenko | 3 | -0/+86 |
2021-02-26 | kfence: report sensitive information based on no_hash_pointers | Marco Elver | 5 | -27/+18 |
2021-02-26 | MAINTAINERS: add entry for KFENCE | Marco Elver | 1 | -0/+12 |
2021-02-26 | kfence: add test suite | Marco Elver | 10 | -25/+915 |
2021-02-26 | kfence, Documentation: add KFENCE documentation | Marco Elver | 3 | -0/+301 |
2021-02-26 | kfence, kasan: make KFENCE compatible with KASAN | Alexander Potapenko | 5 | -5/+40 |
2021-02-26 | mm, kfence: insert KFENCE hooks for SLUB | Alexander Potapenko | 3 | -14/+51 |
2021-02-26 | mm, kfence: insert KFENCE hooks for SLAB | Alexander Potapenko | 4 | -10/+38 |
2021-02-26 | kfence: use pt_regs to generate stack trace on faults | Marco Elver | 8 | -46/+48 |
2021-02-26 | arm64, kfence: enable KFENCE for ARM64 | Marco Elver | 4 | -1/+36 |
2021-02-26 | x86, kfence: enable KFENCE for x86 | Alexander Potapenko | 3 | -0/+76 |
2021-02-26 | mm: add Kernel Electric-Fence infrastructure | Alexander Potapenko | 9 | -0/+1484 |
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: page-flags.h: Typo fix (It -> If) | Guo Ren | 1 | -2/+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 | 3 | -8/+13 |
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 | 3 | -5/+62 |
2021-02-26 | mm: zswap: clean up confusing comment | Randy Dunlap | 1 | -3/+3 |
2021-02-26 | mm/rmap: fix potential pte_unmap on an not mapped pte | Miaohe Lin | 1 | -1/+2 |
2021-02-26 | mm/rmap: correct obsolete comment of page_get_anon_vma() | Miaohe Lin | 1 | -2/+2 |
2021-02-26 | mm/rmap: use page_not_mapped in try_to_unmap() | Miaohe Lin | 1 | -8/+3 |
2021-02-26 | mm/rmap: fix obsolete comment in __page_check_anon_rmap() | Miaohe Lin | 1 | -2/+1 |
2021-02-26 | mm/rmap: remove unneeded semicolon in page_not_mapped() | Miaohe Lin | 1 | -1/+1 |
2021-02-26 | mm/rmap: correct some obsolete comments of anon_vma | Miaohe Lin | 1 | -2/+2 |
2021-02-26 | mm/mlock: stop counting mlocked pages when none vma is found | Miaohe Lin | 1 | -1/+1 |
2021-02-26 | virtio-mem: check against mhp_get_pluggable_range() which memory we can hotplug | David Hildenbrand | 1 | -14/+27 |