Age | Commit message (Expand) | Author |
2021-08-10 | bpf, tests: Add tests for atomic operations | Johan Almbladh |
2021-08-10 | bpf, tests: Add test for 32-bit context pointer argument passing | Johan Almbladh |
2021-08-10 | bpf, tests: Add branch conversion JIT test | Johan Almbladh |
2021-08-10 | bpf, tests: Add word-order tests for load/store of double words | Johan Almbladh |
2021-08-10 | bpf, tests: Add tests for ALU operations implemented with function calls | Johan Almbladh |
2021-08-10 | bpf, tests: Add more ALU64 BPF_MUL tests | Johan Almbladh |
2021-08-10 | bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64 | Johan Almbladh |
2021-08-10 | bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH | Johan Almbladh |
2021-08-10 | bpf, tests: Add more tests of ALU32 and ALU64 bitwise operations | Johan Almbladh |
2021-08-10 | bpf, tests: Fix typos in test case descriptions | Johan Almbladh |
2021-08-10 | bpf, tests: Add BPF_MOV tests for zero and sign extension | Johan Almbladh |
2021-08-10 | bpf, tests: Add BPF_JMP32 test cases | Johan Almbladh |
2021-07-31 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2021-07-30 | lib/test_string.c: move string selftest in the Runtime Testing menu | Matteo Croce |
2021-07-23 | bpf/tests: Do not PASS tests without actually testing the result | Johan Almbladh |
2021-07-23 | bpf/tests: Fix copy-and-paste error in double word test | Johan Almbladh |
2021-07-15 | lib/test_hmm: remove set but unused page variable | Alistair Popple |
2021-07-10 | mm/page_alloc: Revert pahole zero-sized workaround | Mel Gorman |
2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-07-09 | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-07-08 | kdump: use vmlinux_build_id to simplify | Stephen Boyd |
2021-07-08 | buildid: fix kernel-doc notation | Stephen Boyd |
2021-07-08 | buildid: mark some arguments const | Stephen Boyd |
2021-07-08 | module: add printk formats to add module build ID to stacktraces | Stephen Boyd |
2021-07-08 | dump_stack: add vmlinux build ID to stack traces | Stephen Boyd |
2021-07-08 | buildid: stash away kernels build ID on init | Stephen Boyd |
2021-07-08 | buildid: add API to parse build ID out of buffer | Stephen Boyd |
2021-07-08 | buildid: only consider GNU notes for build ID parsing | Stephen Boyd |
2021-07-08 | lib: fix spelling mistakes | Zhen Lei |
2021-07-08 | lib/test: fix spelling mistakes | Zhen Lei |
2021-07-05 | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-07-05 | Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-07-04 | iov_iter: remove uaccess_kernel() warning from iov_iter_init() | Linus Torvalds |
2021-07-04 | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2021-07-03 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-07-03 | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2021-07-02 | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/... | Linus Torvalds |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-07-01 | lib/decompressors: remove set but not used variabled 'level' | Yu Kuai |
2021-07-01 | lib/decompress_unlz4.c: correctly handle zero-padding around initrds. | Dimitri John Ledkov |
2021-07-01 | lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static | Rajat Asthana |
2021-07-01 | kernel.h: split out kstrtox() and simple_strtox() to a separate header | Andy Shevchenko |
2021-07-01 | lib/test_string.c: allow module removal | Matteo Croce |
2021-07-01 | lib: uninline simple_strtoull() | Alexey Dobriyan |
2021-07-01 | lib: memscan() fixlet | Alexey Dobriyan |
2021-07-01 | lib/mpi: fix spelling mistakes | Zhen Lei |
2021-07-01 | lib/decompressors: fix spelling mistakes | Zhen Lei |
2021-07-01 | lib/math/rational: add Kunit test cases | Trent Piepho |
2021-07-01 | lib/math/rational.c: fix divide by zero | Trent Piepho |