Age | Commit message (Expand) | Author |
2020-12-22 | kasan: introduce CONFIG_KASAN_HW_TAGS | Andrey Konovalov |
2020-12-22 | kasan: don't duplicate config dependencies | Andrey Konovalov |
2020-12-22 | kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* | Andrey Konovalov |
2020-12-22 | kasan: KASAN_VMALLOC depends on KASAN_GENERIC | Andrey Konovalov |
2020-12-18 | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-12-16 | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-12-16 | Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2020-12-16 | Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2020-12-15 | lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() static | Jason Yan |
2020-12-15 | fault-injection: handle EI_ETYPE_TRUE | Barnabás Pőcze |
2020-12-15 | lib/ubsan.c: mark type_check_kinds with static keyword | Zou Wei |
2020-12-15 | ubsan: expand tests and reporting | Kees Cook |
2020-12-15 | ubsan: remove UBSAN_MISC in favor of individual options | Kees Cook |
2020-12-15 | ubsan: enable for all*config builds | Kees Cook |
2020-12-15 | ubsan: disable UBSAN_TRAP for all*config | Kees Cook |
2020-12-15 | ubsan: disable object-size sanitizer under GCC | Kees Cook |
2020-12-15 | ubsan: move cc-option tests into Kconfig | Kees Cook |
2020-12-15 | ubsan: remove redundant -Wno-maybe-uninitialized | Kees Cook |
2020-12-15 | lib/lz4: explicitly support in-place decompression | Gao Xiang |
2020-12-15 | lib: cleanup kstrto*() usage | Alexey Dobriyan |
2020-12-15 | lib/string: remove unnecessary #undefs | Nick Desaulniers |
2020-12-15 | lib/cmdline_kunit: add a new test suite for cmdline API | Andy Shevchenko |
2020-12-15 | lib/cmdline: allow NULL to be an output for get_option() | Andy Shevchenko |
2020-12-15 | lib/cmdline: fix get_option() for strings starting with hyphen | Andy Shevchenko |
2020-12-15 | lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RT | Sebastian Andrzej Siewior |
2020-12-15 | lib/stackdepot.c: use array_size() helper in jhash2() | Gustavo A. R. Silva |
2020-12-15 | lib/stackdepot.c: use flex_array_size() helper in memcpy() | Gustavo A. R. Silva |
2020-12-15 | lib/stackdepot.c: replace one-element array with flexible-array member | Gustavo A. R. Silva |
2020-12-15 | lib/test_free_pages.c: add basic progress indicators | Geert Uytterhoeven |
2020-12-15 | kernel.h: split out mathematical helpers | Andy Shevchenko |
2020-12-15 | Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2020-12-15 | Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-12-15 | lib/test_kasan.c: add workqueue test case | Walter Wu |
2020-12-15 | locking/selftests: add testcases for fs_reclaim | Daniel Vetter |
2020-12-15 | Merge branches 'acpi-resources' and 'acpi-docs' | Rafael J. Wysocki |
2020-12-14 | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-12-14 | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-14 | Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-12-14 | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds |
2020-12-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2020-12-14 | Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-12-11 | selftest/fpu: avoid clang warning | Arnd Bergmann |
2020-12-11 | Add and use a generic version of devmem_is_allowed() | Palmer Dabbelt |
2020-12-11 | lib: Add a generic version of devmem_is_allowed() | Palmer Dabbelt |
2020-12-09 | dyndbg: fix use before null check | Jim Cromie |
2020-12-09 | Merge branch 'locking/rwsem' | Peter Zijlstra |
2020-12-07 | sbitmap: simplify wrap check | Pavel Begunkov |