| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -1/+1 |
| 2021-08-13 | lib: use PFN_PHYS() in devmem_is_allowed() |  Liang Wang | 1 | -1/+1 |
| 2021-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -3/+8 |
| 2021-08-10 | bpf, tests: Add tail call test suite |  Johan Almbladh | 1 | -0/+248 |
| 2021-08-10 | bpf, tests: Add tests for BPF_CMPXCHG |  Johan Almbladh | 1 | -0/+166 |
| 2021-08-10 | bpf, tests: Add tests for atomic operations |  Johan Almbladh | 1 | -86/+166 |
| 2021-08-10 | bpf, tests: Add test for 32-bit context pointer argument passing |  Johan Almbladh | 1 | -0/+16 |
| 2021-08-10 | bpf, tests: Add branch conversion JIT test |  Johan Almbladh | 1 | -0/+43 |
| 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-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-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-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/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -2/+2 |
| 2021-07-09 | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml |  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/git/gregkh/driver-core |  Linus Torvalds | 2 | -6/+8 |
| 2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc |  Linus Torvalds | 1 | -3/+3 |
| 2021-07-05 | Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux |  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/kernel/git/paulmck/linux-rcu |  Linus Torvalds | 2 | -0/+16 |
| 2021-07-03 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -691/+540 |
| 2021-07-03 | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace |  Linus Torvalds | 2 | -20/+64 |
| 2021-07-02 | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest |  Linus Torvalds | 11 | -138/+354 |
| 2021-07-02 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 26 | -88/+450 |
| 2021-07-01 | lib/decompressors: remove set but not used variabled 'level' |  Yu Kuai | 1 | -2/+1 |
| 2021-07-01 | lib/decompress_unlz4.c: correctly handle zero-padding around initrds. |  Dimitri John Ledkov | 1 | -0/+8 |
| 2021-07-01 | lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static |  Rajat Asthana | 1 | -1/+1 |
| 2021-07-01 | kernel.h: split out kstrtox() and simple_strtox() to a separate header |  Andy Shevchenko | 2 | -2/+4 |
| 2021-07-01 | lib/test_string.c: allow module removal |  Matteo Croce | 1 | -0/+5 |