summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-07-232-4/+6
|\
| * tools headers UAPI: Sync linux/kvm.h with the kernel sourcesPaolo Bonzini2022-07-191-1/+2
| * KVM: selftests: Fix target thread to be migrated in rseq_testGavin Shan2022-07-191-3/+5
* | selftests: gpio: fix include path to kernel headers for out of tree buildsKent Gibson2022-07-201-1/+1
* | perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao2022-07-171-0/+2
* | perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter2022-07-171-14/+4
* | perf tests: Stop Convert perf time to TSC test opening events twiceAdrian Hunter2022-07-171-3/+6
* | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-07-171-0/+4
* | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-07-172-3/+30
* | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-07-171-0/+1
* | Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-148-13/+138
|\ \ | |/ |/|
| * selftests/net: test nexthop without gwNicolas Dichtel2022-07-142-1/+120
| * selftest: net: add tun to .gitignoreJakub Kicinski2022-07-111-0/+1
| * selftests: mptcp: validate userspace PM tests by defaultMatthieu Baerts2022-07-111-1/+1
| * selftests: forwarding: Install no_forwarding.shMartin Blumenstingl2022-07-081-0/+1
| * selftests: forwarding: Install local_termination.shMartin Blumenstingl2022-07-081-0/+1
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-083-11/+14
| |\
| | * bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong2022-07-083-11/+14
* | | Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-07-1111-24/+372
|\ \ \
| * | | x86/speculation: Disable RRSBA behaviorPawan Gupta2022-07-091-0/+9
| * | | x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2022-06-293-2/+15
| * | | objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf2022-06-273-11/+54
| * | | objtool: Add entry UNRET validationPeter Zijlstra2022-06-275-11/+187
| * | | objtool: Update Retpoline validationPeter Zijlstra2022-06-271-6/+13
| * | | x86: Add magic AMD return-thunkPeter Zijlstra2022-06-271-3/+19
| * | | objtool: Treat .text.__x86.* as noinstrPeter Zijlstra2022-06-271-1/+2
| * | | x86,objtool: Create .return_sitesPeter Zijlstra2022-06-276-0/+83
* | | | Merge tag 'x86_urgent_for_v5.19_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-101-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/ibt, objtool: Don't discard text references from tracepoint sectionPeter Zijlstra2022-07-071-2/+1
| |/ /
* | | Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-0720-29/+200
|\ \ \
| * | | wireguard: selftests: use microvm on x86Jason A. Donenfeld2022-07-063-8/+16
| * | | wireguard: selftests: always call kernel makefileJason A. Donenfeld2022-07-061-3/+2
| * | | wireguard: selftests: use virt machine on m68kJason A. Donenfeld2022-07-062-8/+6
| * | | wireguard: selftests: set fake real time in initJason A. Donenfeld2022-07-068-0/+18
| | |/ | |/|
| * | selftests: mptcp: userspace PM support for MP_PRIO signalsKishen Maloor2022-07-062-2/+103
| * | selftests: forwarding: fix error message in learning_testVladimir Oltean2022-07-051-1/+1
| * | selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean2022-07-051-0/+2
| * | selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean2022-07-051-0/+2
| * | selftests/net: fix section name when using xdp_dummy.oHangbin Liu2022-07-015-7/+7
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-012-0/+43
| |\ \
| | * | bpf, selftests: Add verifier test case for jmp32's jeq/jneDaniel Borkmann2022-07-011-0/+21
| | * | bpf, selftests: Add verifier test case for imm=0,umin=0,umax=1 scalarDaniel Borkmann2022-07-011-0/+22
* | | | Merge tag 'perf-tools-fixes-for-v5.19-2022-07-02' of git://git.kernel.org/pub...Linus Torvalds2022-07-029-17/+134
|\ \ \ \ | |/ / / |/| | |
| * | | perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim2022-07-021-2/+3
| * | | perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim2022-07-021-2/+2
| * | | perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou2022-07-021-1/+1
| * | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-281-2/+52
| * | | perf bpf: 8 byte align bpil dataIan Rogers2022-06-281-3/+2
| * | | tools kvm headers arm64: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo2022-06-281-0/+36
| * | | perf offcpu: Accept allowed sample types onlyNamhyung Kim2022-06-283-1/+24