Age | Commit message (Expand) | Author |
2021-03-01 | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2021-02-26 | ubsan: remove overflow checks | Andrey Ryabinin |
2021-02-26 | lib/cmdline: remove an unneeded local variable in next_arg() | Masahiro Yamada |
2021-02-26 | lib: stackdepot: fix ignoring return value warning | Vijayanand Jitta |
2021-02-26 | lib: stackdepot: add support to disable stack depot | Vijayanand Jitta |
2021-02-26 | lib: stackdepot: add support to configure STACK_HASH_SIZE | Yogesh Lal |
2021-02-26 | lib/genalloc.c: change return type to unsigned long for bitmap_set_ll | Huang Shijie |
2021-02-26 | kasan, mm: fail krealloc on freed objects | Andrey Konovalov |
2021-02-26 | kasan: rework krealloc tests | Andrey Konovalov |
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: add Kernel Electric-Fence infrastructure | Alexander Potapenko |
2021-02-25 | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-02-25 | Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-02-24 | kasan: don't run tests when KASAN is not enabled | Andrey Konovalov |
2021-02-24 | kasan: add a test for kmem_cache_alloc/free_bulk | Andrey Konovalov |
2021-02-24 | kasan: add proper page allocator tests | Andrey Konovalov |
2021-02-24 | kasan: fix bug detection via ksize for HW_TAGS mode | Andrey Konovalov |
2021-02-24 | kasan: fix memory corruption in kasan_bitops_tags test | Andrey Konovalov |
2021-02-24 | kasan: adapt kmalloc_uaf2 test to HW_TAGS mode | Andrey Konovalov |
2021-02-24 | kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL | Andrey Konovalov |
2021-02-24 | kasan: rename CONFIG_TEST_KASAN_MODULE | Andrey Konovalov |
2021-02-24 | kasan, arm64: allow using KUnit tests with HW_TAGS mode | Andrey Konovalov |
2021-02-24 | kasan: add match-all tag tests | Andrey Konovalov |
2021-02-24 | kasan: add macros to simplify checking test constraints | Andrey Konovalov |
2021-02-24 | kasan: clean up comments in tests | Andrey Konovalov |
2021-02-23 | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-02-22 | Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-02-22 | Merge tag 'printk-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-02-22 | Merge tag 'linux-kselftest-kunit-5.12-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2021-02-22 | Merge tag 'docs-5.12' of git://git.lwn.net/linux | Linus Torvalds |
2021-02-22 | Merge tag 'gpio-updates-for-v5.12' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-02-22 | Merge tag 'regulator-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-02-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2021-02-21 | Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds |
2021-02-21 | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-21 | Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-02-21 | Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-20 | Merge tag 'x86_misc_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-02-17 | PCI: Fix pci_register_io_range() memory leak | Geert Uytterhoeven |
2021-02-17 | rbtree, timerqueue: Use rb_add_cached() | Peter Zijlstra |
2021-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-02-16 | Kconfig: allow explicit opt in to DWARF v5 | Nick Desaulniers |
2021-02-16 | Kbuild: make DWARF version a choice | Nick Desaulniers |
2021-02-15 | lib/parman: Delete newline | Jefferson Carpenter |
2021-02-15 | lib/cmdline: Allow get_options() to take 0 to validate the input | Andy Shevchenko |
2021-02-15 | lib/cmdline: Update documentation to reflect behaviour | Andy Shevchenko |
2021-02-15 | lib/cmdline_kunit: add a new test case for get_options() | Andy Shevchenko |