summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-fixes-for-v5.19-2022-07-29' of git://git.kernel.org/pub...Linus Torvalds2022-07-294-31/+78
|\
| * perf bpf: Remove undefined behavior from bpf_perf_object__next()Ian Rogers2022-07-271-11/+7
| * perf symbol: Skip symbols if SHF_ALLOC flag is not setLeo Yan2022-07-271-0/+11
| * perf symbol: Correct address for bss symbolsLeo Yan2022-07-271-4/+41
| * perf scripts python: Let script to be python2 compliantLeo Yan2022-07-271-16/+18
| * tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-07-271-0/+1
* | Merge tag 'asm-generic-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-271-1/+10
|\ \ | |/ |/|
| * tools: Fixed MIPS builds due to struct flock re-definitionFlorian Fainelli2022-07-201-1/+10
* | 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