summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return valueAndreas Gruenbacher2021-10-121-2/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-022-37/+35
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-5.16-vsprintf-pgp' into for-linusPetr Mladek2021-11-0223-275/+657
| |\ \ \ \ \ \
| | * | | | | | vsprintf: Make %pGp print the hex valueMatthew Wilcox (Oracle)2021-10-272-2/+15
| | * | | | | | test_printf: Append strings more efficientlyMatthew Wilcox (Oracle)2021-10-271-11/+7
| | * | | | | | test_printf: Remove custom appending of '|'Matthew Wilcox (Oracle)2021-10-271-6/+1
| | * | | | | | test_printf: Remove separate page_flags variableMatthew Wilcox (Oracle)2021-10-271-7/+5
| | * | | | | | test_printf: Make pft array constMatthew Wilcox (Oracle)2021-10-271-13/+8
| | | |_|/ / / | | |/| | | |
| * | | | | | lib/vsprintf.c: Amend static asserts for format specifier flagsAndy Shevchenko2021-10-271-1/+2
* | | | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-022-281/+6090
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-80/+252
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, tests: Add module parameter test_suite to test_bpf moduleTiezhu Yang2021-10-281-77/+135
| | * | | | | | | bpf, tests: Add more LD_IMM64 testsJohan Almbladh2021-10-071-3/+117
| * | | | | | | | lib: bitmap: Introduce node-aware alloc APITariq Toukan2021-10-261-0/+13
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-142-3/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-011-204/+5827
| |\ \ \ \ \ \ \
| | * | | | | | | bpf/tests: Add test of LDX_MEM with operand aliasingJohan Almbladh2021-10-011-0/+58
| | * | | | | | | bpf/tests: Add test of ALU shifts with operand register aliasingJohan Almbladh2021-10-011-13/+149
| | * | | | | | | bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinationsJohan Almbladh2021-10-011-0/+422
| | * | | | | | | bpf/tests: Add exhaustive tests of ALU register combinationsJohan Almbladh2021-10-011-71/+763
| | * | | | | | | bpf/tests: Minor restructuring of ALU testsJohan Almbladh2021-10-011-72/+65
| | * | | | | | | bpf/tests: Add more tests for ALU and ATOMIC register clobberingJohan Almbladh2021-10-011-70/+197
| | * | | | | | | bpf/tests: Add tests to check source register zero-extensionJohan Almbladh2021-10-011-0/+143
| | * | | | | | | bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudesJohan Almbladh2021-10-011-1/+503
| | * | | | | | | bpf/tests: Add zero-extension checks in BPF_ATOMIC testsJohan Almbladh2021-10-011-5/+17
| | * | | | | | | bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizesJohan Almbladh2021-10-011-0/+254
| | * | | | | | | bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2021-09-281-1/+1
| | * | | | | | | bpf/tests: Add tail call limit test with external function callJohan Almbladh2021-09-281-3/+83
| | * | | | | | | bpf/tests: Fix error in tail call limit testsJohan Almbladh2021-09-281-10/+27
| | * | | | | | | bpf/tests: Add more BPF_END byte order conversion testsJohan Almbladh2021-09-281-0/+122
| | * | | | | | | bpf/tests: Expand branch conversion JIT testJohan Almbladh2021-09-281-34/+91
| | * | | | | | | bpf/tests: Add JMP tests with degenerate conditionalJohan Almbladh2021-09-281-0/+229
| | * | | | | | | bpf/tests: Add JMP tests with small offsetsJohan Almbladh2021-09-281-0/+71
| | * | | | | | | bpf/tests: Add test case flag for verifier zero-extensionJohan Almbladh2021-09-281-0/+3
| | * | | | | | | bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudesJohan Almbladh2021-09-281-0/+63
| | * | | | | | | bpf/tests: Add staggered JMP and JMP32 testsJohan Almbladh2021-09-281-0/+829
| | * | | | | | | bpf/tests: Add exhaustive tests of JMP operand magnitudesJohan Almbladh2021-09-281-0/+779
| | * | | | | | | bpf/tests: Add exhaustive tests of ALU operand magnitudesJohan Almbladh2021-09-281-0/+772
| | * | | | | | | bpf/tests: Add exhaustive tests of ALU shift valuesJohan Almbladh2021-09-281-0/+260
| | * | | | | | | bpf/tests: Reduce memory footprint of test suiteJohan Almbladh2021-09-281-14/+12
| | * | | | | | | bpf/tests: Allow different number of runs per test caseJohan Almbladh2021-09-281-0/+4
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-303-8/+9
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-233-1/+80
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-09-171-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko2021-09-101-0/+1
* | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-11-011-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | crypto: sm4 - Do not change section of ck and sboxNathan Chancellor2021-09-171-2/+2
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-012-10/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | audit: add support for the openat2 syscallRichard Guy Briggs2021-10-012-0/+8
| * | | | | | | | | | audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-012-10/+11
| |/ / / / / / / / /