summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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 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
* | memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-1/+1
* | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-1/+1
|\ \
| * | Kconfig.debug: drop GCC 5+ version check for DWARF5Nick Desaulniers2021-09-131-1/+1
* | | Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-09-111-4/+4
|\ \ \
| * | | bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu2021-09-101-4/+4
* | | | Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-7/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | lib/logic_iomem: fix sparse warningsJohannes Berg2021-08-261-7/+9
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-088-32/+37
|\ \ \ \
| * | | | Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn2021-09-081-1/+0
| * | | | lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap2021-09-081-2/+6
| * | | | lib/dump_stack: correct kernel-doc notationRandy Dunlap2021-09-081-1/+2
| * | | | lib/test: convert test_sort.c to use KUnitDaniel Latypov2021-09-082-23/+22
| * | | | math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGeert Uytterhoeven2021-09-081-2/+1
| * | | | math: make RATIONAL tristateGeert Uytterhoeven2021-09-082-1/+4
| * | | | mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2021-09-082-2/+2
| |/ / /
* | | / lib/test_scanf: split up number parsing test routinesLinus Torvalds2021-09-061-8/+71
| |_|/ |/| |
* | | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-3/+2
|\ \ \
| * | | mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-3/+2
| |/ /
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-045-5/+6
|\ \ \
| * | | Makefile: remove stale cc-option checksNick Desaulniers2021-09-031-0/+2
| * | | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-194-5/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-034-38/+72
|\ \ \ \
| * | | | kasan: test: avoid corrupting memory in kasan_rcu_uafAndrey Konovalov2021-09-031-1/+1