aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-01-15arm64: selftests: Fix spelling of 'Mismatch'Mark Brown2-2/+2
2021-01-14Merge tag 'trace-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-0/+5
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-445/+382
2021-01-14bpf: Add tests for new BPF atomic operationsBrendan Jackman9-0/+881
2021-01-14bpf: Add bitwise atomic instructionsBrendan Jackman1-0/+6
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2-1/+5
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2-0/+4
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman11-33/+41
2021-01-14selftests: Add separate option to nettest for address bindingDavid Ahern2-8/+15
2021-01-14selftests: Remove exraneous newline in nettestDavid Ahern1-1/+0
2021-01-14selftests: Add separate options for server device bindingsDavid Ahern2-142/+154
2021-01-14selftests: Add new option for client-side passwordsDavid Ahern2-45/+52
2021-01-14selftests: Consistently specify address for MD5 protectionDavid Ahern2-33/+33
2021-01-14selftests: Make address validation apply only to client modeDavid Ahern1-0/+6
2021-01-14selftests: Add missing newline in nettest error messagesDavid Ahern1-8/+6
2021-01-14selftests: Use separate stdout and stderr buffers in nettestDavid Ahern1-1/+20
2021-01-14selftests: Add support to nettest to run both client and serverDavid Ahern1-8/+85
2021-01-14selftests: Add options to set network namespace to nettestDavid Ahern1-1/+55
2021-01-14selftests: Move address validation in nettestDavid Ahern1-17/+43
2021-01-14selftests: Move convert_addr up in nettestDavid Ahern1-126/+126
2021-01-14selftests: Move device validation in nettestDavid Ahern1-22/+42
2021-01-14Merge tag 'linux-kselftest-fixes-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-2/+4
2021-01-14Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-5/+11
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf4-110/+158
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf2-7/+35
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf7-159/+140
2021-01-14tools/bootconfig: Add tracing_on support to helper scriptsMasami Hiramatsu2-0/+5
2021-01-13selftests/bpf: Add verifier test for PTR_TO_MEM spillGilad Reti2-1/+41
2021-01-13tools/bpftool: Add -Wall when building BPF programsIan Rogers1-1/+1
2021-01-13bpf, libbpf: Avoid unused function warning on bpf_tail_call_staticIan Rogers1-1/+1
2021-01-13selftests/bpf: Install btf_dump test casesJean-Philippe Brucker1-1/+2
2021-01-13selftests/bpf: Fix installation of urandom_readJean-Philippe Brucker1-1/+1
2021-01-13selftests/bpf: Move generated test files to $(TEST_GEN_FILES)Jean-Philippe Brucker1-4/+3
2021-01-13selftests/bpf: Fix out-of-tree buildJean-Philippe Brucker1-1/+1
2021-01-13selftests/bpf: Enable cross-buildingJean-Philippe Brucker1-11/+35
2021-01-13x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik2-9/+21
2021-01-13objtool: Rework header include pathsVasily Gorbik26-47/+48
2021-01-13objtool: Fix x86 orc generation on big endian cross-compilesVasily Gorbik7-6/+70
2021-01-13objtool: Fix reloc generation on big endian cross-compilesMartin Schwidefsky1-15/+19
2021-01-13x86/insn: Support big endian cross-compilesMartin Schwidefsky2-54/+80
2021-01-13objtool: Make SP memory operation match PUSH/POP semanticsJulien Thierry1-0/+20
2021-01-13objtool: Support addition to set CFA baseJulien Thierry1-0/+11
2021-01-13objtool: Fully validate the stack frameJulien Thierry1-4/+11
2021-01-13objtool: Don't add empty symbols to the rbtreeJosh Poimboeuf1-0/+7
2021-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-3/+9
2021-01-12selftests/bpf: Test kernel module ksym externsAndrii Nakryiko3-0/+60
2021-01-12libbpf: Support kernel module ksym externsAndrii Nakryiko1-18/+32
2021-01-12selftests/bpf: Sync RCU before unloading bpf_testmodAndrii Nakryiko3-33/+12
2021-01-12bpf: Extend bind v4/v6 selftests for mark/prio/bindtoifindexDaniel Borkmann2-8/+76
2021-01-12bpf: Clarify return value of probe str helpersBrendan Jackman1-5/+5