| Commit message (Expand) | Author | Age | Files | Lines |
* | kunit: Fix 'hooks.o' build by recursing into kunit | David Gow | 2023-02-27 | 1 | -8/+4 |
* | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-02-24 | 1 | -0/+2 |
|\ |
|
| * | lib: add Dhrystone benchmark test | Geert Uytterhoeven | 2023-02-03 | 1 | -0/+2 |
* | | Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2023-02-23 | 1 | -0/+9 |
|\ \ |
|
| * | | lib/hashtable_test.c: add test for the hashtable structure | Rae Moar | 2023-02-08 | 1 | -0/+1 |
| * | | kunit: Add "hooks" to call into KUnit when it's built as a module | David Gow | 2023-02-08 | 1 | -0/+8 |
| |/ |
|
* | | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-02-21 | 1 | -2/+0 |
|\ \ |
|
| * | | arm64: Support Clang UBSAN trap codes for better reporting | Kees Cook | 2023-02-09 | 1 | -2/+0 |
| |/ |
|
* / | genirq/affinity: Move group_cpus_evenly() into lib/ | Ming Lei | 2023-01-17 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-14 | 1 | -2/+5 |
|\ |
|
| * | lib: fortify_kunit: build without structleak plugin | Anders Roxell | 2022-12-02 | 1 | -0/+1 |
| * | kunit/fortify: Validate __alloc_size attribute results | Kees Cook | 2022-11-23 | 1 | -0/+1 |
| * | overflow: Introduce overflows_type() and castable_to_type() | Kees Cook | 2022-11-02 | 1 | -0/+1 |
| * | siphash: Convert selftest to KUnit | Kees Cook | 2022-11-01 | 1 | -1/+1 |
| * | string: Convert strscpy() self-test to KUnit | Kees Cook | 2022-11-01 | 1 | -1/+1 |
* | | maple_tree: reorganize testing to restore module testing | Liam Howlett | 2022-11-09 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-11 | 1 | -6/+4 |
|\ |
|
| * | kmsan: disable instrumentation of unsupported common kernel code | Alexander Potapenko | 2022-10-03 | 1 | -0/+3 |
| * | kasan: move tests to mm/kasan/ | Andrey Konovalov | 2022-10-03 | 1 | -5/+0 |
| * | Maple Tree: add new data structure | Liam R. Howlett | 2022-09-27 | 1 | -1/+1 |
* | | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2022-10-10 | 1 | -1/+0 |
|\ \ |
|
| * | | crypto: lib - create utils module and move __crypto_memneq into it | Eric Biggers | 2022-08-19 | 1 | -1/+0 |
* | | | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-10-08 | 1 | -0/+1 |
|\ \ \ |
|
| * \ \ | Merge 6.0-rc5 into driver-core-next | Greg Kroah-Hartman | 2022-09-12 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | dyndbg: add test_dynamic_debug module | Jim Cromie | 2022-09-07 | 1 | -0/+1 |
* | | | | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-10-04 | 1 | -0/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fortify: Add KUnit test for FORTIFY_SOURCE internals | Kees Cook | 2022-09-08 | 1 | -0/+1 |
| * | | | testing/selftests: Add tests for the is_signed_type() macro | Bart Van Assche | 2022-08-31 | 1 | -0/+1 |
| |/ / |
|
* / / | lib/test_cpumask: follow KUnit style guidelines | Sander Vanheule | 2022-08-24 | 1 | -1/+1 |
|/ / |
|
* / | lib/cpumask: add inline cpumask_next_wrap() for UP | Sander Vanheule | 2022-08-15 | 1 | -1/+2 |
|/ |
|
* | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux | Linus Torvalds | 2022-08-08 | 1 | -1/+1 |
|\ |
|
| * | lib/nodemask: inline next_node_in() and node_random() | Yury Norov | 2022-08-01 | 1 | -1/+1 |
* | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2022-08-07 | 1 | -2/+2 |
|\ \ |
|
| * | | lib/test: introduce cpumask KUnit test suite | Sander Vanheule | 2022-07-18 | 1 | -0/+1 |
| * | | cpumask: Fix invalid uniprocessor mask assumption | Sander Vanheule | 2022-07-18 | 1 | -2/+1 |
| |/ |
|
* | | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-08-05 | 1 | -0/+2 |
|\ \ |
|
| * | | lib: Add register read/write tracing support | Prasad Sodagudi | 2022-06-15 | 1 | -0/+2 |
* | | | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-08-05 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | lib/base64: RFC4648-compliant base64 encoding | Hannes Reinecke | 2022-08-03 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | crypto: memneq - move into lib/ | Jason A. Donenfeld | 2022-06-12 | 1 | -0/+1 |
| |/ |
|
* | | crypto: lib - move lib/sha1.c into lib/crypto/ | Eric Biggers | 2022-07-15 | 1 | -1/+1 |
* | | crypto: memneq - move into lib/ | Jason A. Donenfeld | 2022-06-10 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2022-05-29 | 1 | -1/+9 |
|\ |
|
| * | bootconfig: Support embedding a bootconfig file in kernel | Masami Hiramatsu | 2022-04-26 | 1 | -0/+8 |
| * | bootconfig: Make the bootconfig.o as a normal object file | Masami Hiramatsu | 2022-04-26 | 1 | -1/+1 |
* | | lib: add generic polynomial calculation | Michael Walle | 2022-05-22 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-26 | 1 | -1/+2 |
|\ |
|
| * | fortify: Detect struct member overflows in memcpy() at compile-time | Kees Cook | 2022-02-14 | 1 | -1/+2 |
* | | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-26 | 1 | -0/+1 |
|\ \ |
|
| * | | crypto: add rocksoft 64b crc guard tag framework | Keith Busch | 2022-03-07 | 1 | -0/+1 |
| |/ |
|