Age | Commit message (Expand) | Author |
2021-02-26 | string.h: move fortified functions definitions in a dedicated header. | Francis Laniel |
2021-02-26 | lib/genalloc.c: change return type to unsigned long for bitmap_set_ll | Huang Shijie |
2021-02-26 | MAINTAINERS: add uapi directories to API/ABI section | Vlastimil Babka |
2021-02-26 | kernel: delete repeated words in comments | Randy Dunlap |
2021-02-26 | groups: simplify struct group_info allocation | Hubert Jasudowicz |
2021-02-26 | groups: use flexible-array member in struct group_info | Hubert Jasudowicz |
2021-02-26 | treewide: Miguel has moved | Miguel Ojeda |
2021-02-26 | include/linux: remove repeated words | Randy Dunlap |
2021-02-26 | sysctl.c: fix underflow value setting risk in vm_table | Lin Feng |
2021-02-26 | proc: use kvzalloc for our kernel buffer | Josef Bacik |
2021-02-26 | proc/wchan: use printk format instead of lookup_symbol_name() | Helge Deller |
2021-02-26 | alpha: remove CONFIG_EXPERIMENTAL from defconfigs | Randy Dunlap |
2021-02-26 | kasan: clarify that only first bug is reported in HW_TAGS | Andrey Konovalov |
2021-02-26 | kasan: inline HW_TAGS helper functions | Andrey Konovalov |
2021-02-26 | arm64: kasan: simplify and inline MTE functions | Andrey Konovalov |
2021-02-26 | kasan: ensure poisoning size alignment | Andrey Konovalov |
2021-02-26 | kasan, mm: optimize krealloc poisoning | Andrey Konovalov |
2021-02-26 | kasan, mm: fail krealloc on freed objects | Andrey Konovalov |
2021-02-26 | kasan: rework krealloc tests | Andrey Konovalov |
2021-02-26 | kasan: unify large kfree checks | Andrey Konovalov |
2021-02-26 | kasan: clean up setting free info in kasan_slab_free | Andrey Konovalov |
2021-02-26 | kasan: optimize large kmalloc poisoning | Andrey Konovalov |
2021-02-26 | kasan, mm: optimize kmalloc poisoning | Andrey Konovalov |
2021-02-26 | kasan, mm: don't save alloc stacks twice | Andrey Konovalov |
2021-02-26 | kasan: use error_report_end tracepoint | Alexander Potapenko |
2021-02-26 | kfence: use error_report_end tracepoint | Alexander Potapenko |
2021-02-26 | tracing: add error_report_end trace point | Alexander Potapenko |
2021-02-26 | kfence: report sensitive information based on no_hash_pointers | Marco Elver |
2021-02-26 | MAINTAINERS: add entry for KFENCE | Marco Elver |
2021-02-26 | kfence: add test suite | Marco Elver |
2021-02-26 | kfence, Documentation: add KFENCE documentation | Marco Elver |
2021-02-26 | kfence, kasan: make KFENCE compatible with KASAN | Alexander Potapenko |
2021-02-26 | mm, kfence: insert KFENCE hooks for SLUB | Alexander Potapenko |
2021-02-26 | mm, kfence: insert KFENCE hooks for SLAB | Alexander Potapenko |
2021-02-26 | kfence: use pt_regs to generate stack trace on faults | Marco Elver |
2021-02-26 | arm64, kfence: enable KFENCE for ARM64 | Marco Elver |
2021-02-26 | x86, kfence: enable KFENCE for x86 | Alexander Potapenko |
2021-02-26 | mm: add Kernel Electric-Fence infrastructure | Alexander Potapenko |
2021-02-26 | mm/early_ioremap.c: use __func__ instead of function name | Stephen Zhang |
2021-02-26 | mm/backing-dev.c: use might_alloc() | Daniel Vetter |
2021-02-26 | mm/dmapool: use might_alloc() | Daniel Vetter |
2021-02-26 | mm: page-flags.h: Typo fix (It -> If) | Guo Ren |
2021-02-26 | mm/zsmalloc.c: use page_private() to access page->private | Miaohe Lin |
2021-02-26 | zsmalloc: account the number of compacted pages correctly | Rokudo Yan |
2021-02-26 | mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage() | Miaohe Lin |
2021-02-26 | mm: set the sleep_mapped to true for zbud and z3fold | Tian Tao |
2021-02-26 | mm/zswap: add the flag can_sleep_mapped | Tian Tao |
2021-02-26 | mm: zswap: clean up confusing comment | Randy Dunlap |
2021-02-26 | mm/rmap: fix potential pte_unmap on an not mapped pte | Miaohe Lin |
2021-02-26 | mm/rmap: correct obsolete comment of page_get_anon_vma() | Miaohe Lin |