Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value | Andreas Gruenbacher | 2021-10-12 | 1 | -2/+3 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-11-02 | 2 | -37/+35 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'for-5.16-vsprintf-pgp' into for-linus | Petr Mladek | 2021-11-02 | 23 | -275/+657 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | vsprintf: Make %pGp print the hex value | Matthew Wilcox (Oracle) | 2021-10-27 | 2 | -2/+15 | |
| | * | | | | | | test_printf: Append strings more efficiently | Matthew Wilcox (Oracle) | 2021-10-27 | 1 | -11/+7 | |
| | * | | | | | | test_printf: Remove custom appending of '|' | Matthew Wilcox (Oracle) | 2021-10-27 | 1 | -6/+1 | |
| | * | | | | | | test_printf: Remove separate page_flags variable | Matthew Wilcox (Oracle) | 2021-10-27 | 1 | -7/+5 | |
| | * | | | | | | test_printf: Make pft array const | Matthew Wilcox (Oracle) | 2021-10-27 | 1 | -13/+8 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | lib/vsprintf.c: Amend static asserts for format specifier flags | Andy Shevchenko | 2021-10-27 | 1 | -1/+2 | |
* | | | | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-02 | 2 | -281/+6090 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-11-01 | 1 | -80/+252 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | bpf, tests: Add module parameter test_suite to test_bpf module | Tiezhu Yang | 2021-10-28 | 1 | -77/+135 | |
| | * | | | | | | | bpf, tests: Add more LD_IMM64 tests | Johan Almbladh | 2021-10-07 | 1 | -3/+117 | |
| * | | | | | | | | lib: bitmap: Introduce node-aware alloc API | Tariq Toukan | 2021-10-26 | 1 | -0/+13 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-10-14 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-10-01 | 1 | -204/+5827 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | bpf/tests: Add test of LDX_MEM with operand aliasing | Johan Almbladh | 2021-10-01 | 1 | -0/+58 | |
| | * | | | | | | | bpf/tests: Add test of ALU shifts with operand register aliasing | Johan Almbladh | 2021-10-01 | 1 | -13/+149 | |
| | * | | | | | | | bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinations | Johan Almbladh | 2021-10-01 | 1 | -0/+422 | |
| | * | | | | | | | bpf/tests: Add exhaustive tests of ALU register combinations | Johan Almbladh | 2021-10-01 | 1 | -71/+763 | |
| | * | | | | | | | bpf/tests: Minor restructuring of ALU tests | Johan Almbladh | 2021-10-01 | 1 | -72/+65 | |
| | * | | | | | | | bpf/tests: Add more tests for ALU and ATOMIC register clobbering | Johan Almbladh | 2021-10-01 | 1 | -70/+197 | |
| | * | | | | | | | bpf/tests: Add tests to check source register zero-extension | Johan Almbladh | 2021-10-01 | 1 | -0/+143 | |
| | * | | | | | | | bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudes | Johan Almbladh | 2021-10-01 | 1 | -1/+503 | |
| | * | | | | | | | bpf/tests: Add zero-extension checks in BPF_ATOMIC tests | Johan Almbladh | 2021-10-01 | 1 | -5/+17 | |
| | * | | | | | | | bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizes | Johan Almbladh | 2021-10-01 | 1 | -0/+254 | |
| | * | | | | | | | bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM | Kees Cook | 2021-09-28 | 1 | -1/+1 | |
| | * | | | | | | | bpf/tests: Add tail call limit test with external function call | Johan Almbladh | 2021-09-28 | 1 | -3/+83 | |
| | * | | | | | | | bpf/tests: Fix error in tail call limit tests | Johan Almbladh | 2021-09-28 | 1 | -10/+27 | |
| | * | | | | | | | bpf/tests: Add more BPF_END byte order conversion tests | Johan Almbladh | 2021-09-28 | 1 | -0/+122 | |
| | * | | | | | | | bpf/tests: Expand branch conversion JIT test | Johan Almbladh | 2021-09-28 | 1 | -34/+91 | |
| | * | | | | | | | bpf/tests: Add JMP tests with degenerate conditional | Johan Almbladh | 2021-09-28 | 1 | -0/+229 | |
| | * | | | | | | | bpf/tests: Add JMP tests with small offsets | Johan Almbladh | 2021-09-28 | 1 | -0/+71 | |
| | * | | | | | | | bpf/tests: Add test case flag for verifier zero-extension | Johan Almbladh | 2021-09-28 | 1 | -0/+3 | |
| | * | | | | | | | bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudes | Johan Almbladh | 2021-09-28 | 1 | -0/+63 | |
| | * | | | | | | | bpf/tests: Add staggered JMP and JMP32 tests | Johan Almbladh | 2021-09-28 | 1 | -0/+829 | |
| | * | | | | | | | bpf/tests: Add exhaustive tests of JMP operand magnitudes | Johan Almbladh | 2021-09-28 | 1 | -0/+779 | |
| | * | | | | | | | bpf/tests: Add exhaustive tests of ALU operand magnitudes | Johan Almbladh | 2021-09-28 | 1 | -0/+772 | |
| | * | | | | | | | bpf/tests: Add exhaustive tests of ALU shift values | Johan Almbladh | 2021-09-28 | 1 | -0/+260 | |
| | * | | | | | | | bpf/tests: Reduce memory footprint of test suite | Johan Almbladh | 2021-09-28 | 1 | -14/+12 | |
| | * | | | | | | | bpf/tests: Allow different number of runs per test case | Johan Almbladh | 2021-09-28 | 1 | -0/+4 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-30 | 3 | -8/+9 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-23 | 3 | -1/+80 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-09-17 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | selftests/bpf: Test new __sk_buff field hwtstamp | Vadim Fedorenko | 2021-09-10 | 1 | -0/+1 | |
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2021-11-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | crypto: sm4 - Do not change section of ck and sbox | Nathan Chancellor | 2021-09-17 | 1 | -2/+2 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-01 | 2 | -10/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | audit: add support for the openat2 syscall | Richard Guy Briggs | 2021-10-01 | 2 | -0/+8 | |
| * | | | | | | | | | | audit: replace magic audit syscall class numbers with macros | Richard Guy Briggs | 2021-10-01 | 2 | -10/+11 | |
| |/ / / / / / / / / |