Age | Commit message (Expand) | Author | Files | Lines |
2021-08-10 | bpf, tests: Add word-order tests for load/store of double words | Johan Almbladh | 1 | -0/+36 |
2021-08-10 | bpf, tests: Add tests for ALU operations implemented with function calls | Johan Almbladh | 1 | -0/+141 |
2021-08-10 | bpf, tests: Add more ALU64 BPF_MUL tests | Johan Almbladh | 1 | -0/+48 |
2021-08-10 | bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64 | Johan Almbladh | 1 | -2/+542 |
2021-08-10 | bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH | Johan Almbladh | 1 | -0/+102 |
2021-08-10 | bpf, tests: Add more tests of ALU32 and ALU64 bitwise operations | Johan Almbladh | 1 | -0/+210 |
2021-08-10 | bpf, tests: Fix typos in test case descriptions | Johan Almbladh | 1 | -4/+4 |
2021-08-10 | bpf, tests: Add BPF_MOV tests for zero and sign extension | Johan Almbladh | 1 | -0/+84 |
2021-08-10 | bpf, tests: Add BPF_JMP32 test cases | Johan Almbladh | 1 | -0/+511 |
2021-08-08 | once: Fix panic when module unload | Kefeng Wang | 1 | -3/+8 |
2021-08-02 | arm64: kasan: mte: remove redundant mte_report_once logic | Mark Rutland | 1 | -2/+0 |
2021-07-31 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -3/+10 |
2021-07-30 | lib/test_string.c: move string selftest in the Runtime Testing menu | Matteo Croce | 2 | -3/+3 |
2021-07-30 | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols | Arnd Bergmann | 1 | -2/+8 |
2021-07-30 | lib/nmi_backtrace: Serialize even messages about idle CPUs | Petr Mladek | 1 | -6/+6 |
2021-07-30 | crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic | Tianjia Zhang | 1 | -1/+1 |
2021-07-30 | crypto: sm4 - create SM4 library based on sm4 generic code | Tianjia Zhang | 3 | -0/+182 |
2021-07-29 | lib/test_scanf: Handle n_bits == 0 in random tests | Andy Shevchenko | 1 | -2/+2 |
2021-07-26 | lib/test_stackinit: Fix static initializer test | Kees Cook | 1 | -13/+7 |
2021-07-26 | printk: remove safe buffers | John Ogness | 1 | -6/+0 |
2021-07-26 | lib/nmi_backtrace: explicitly serialize banner and regs | John Ogness | 1 | -0/+7 |
2021-07-23 | bpf/tests: Do not PASS tests without actually testing the result | Johan Almbladh | 1 | -1/+8 |
2021-07-23 | bpf/tests: Fix copy-and-paste error in double word test | Johan Almbladh | 1 | -2/+2 |
2021-07-20 | kcsan: Make strict mode imply interruptible watchers | Marco Elver | 1 | -1/+2 |
2021-07-20 | kcsan: Rework atomic.h into permissive.h | Marco Elver | 1 | -0/+10 |
2021-07-20 | kcsan: Introduce CONFIG_KCSAN_STRICT | Marco Elver | 1 | -0/+10 |
2021-07-20 | kcsan: Remove CONFIG_KCSAN_DEBUG | Marco Elver | 1 | -3/+0 |
2021-07-20 | kcsan: Improve some Kconfig comments | Marco Elver | 1 | -8/+8 |
2021-07-19 | string_helpers: Escape double quotes in escape_special | Chris Down | 2 | -7/+11 |
2021-07-16 | crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specific | Randy Dunlap | 3 | -12/+12 |
2021-07-15 | lib/test_hmm: remove set but unused page variable | Alistair Popple | 1 | -2/+0 |
2021-07-10 | mm/page_alloc: Revert pahole zero-sized workaround | Mel Gorman | 1 | -3/+0 |
2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+2 |
2021-07-09 | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -0/+334 |
2021-07-08 | kdump: use vmlinux_build_id to simplify | Stephen Boyd | 1 | -1/+1 |
2021-07-08 | buildid: fix kernel-doc notation | Stephen Boyd | 1 | -1/+1 |
2021-07-08 | buildid: mark some arguments const | Stephen Boyd | 1 | -4/+4 |
2021-07-08 | module: add printk formats to add module build ID to stacktraces | Stephen Boyd | 1 | -1/+7 |
2021-07-08 | dump_stack: add vmlinux build ID to stack traces | Stephen Boyd | 3 | -2/+24 |
2021-07-08 | buildid: stash away kernels build ID on init | Stephen Boyd | 1 | -0/+15 |
2021-07-08 | buildid: add API to parse build ID out of buffer | Stephen Boyd | 1 | -13/+37 |
2021-07-08 | buildid: only consider GNU notes for build ID parsing | Stephen Boyd | 1 | -0/+1 |
2021-07-08 | lib: fix spelling mistakes | Zhen Lei | 19 | -23/+23 |
2021-07-08 | lib/test: fix spelling mistakes | Zhen Lei | 5 | -7/+7 |
2021-07-05 | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -6/+8 |
2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
2021-07-05 | Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+3 |
2021-07-04 | iov_iter: remove uaccess_kernel() warning from iov_iter_init() | Linus Torvalds | 1 | -1/+0 |
2021-07-04 | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+16 |
2021-07-03 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -691/+540 |