summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2022-07-10Merge tag 'x86_urgent_for_v5.19_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+1
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-29/+200
2022-07-07x86/ibt, objtool: Don't discard text references from tracepoint sectionPeter Zijlstra-2/+1
2022-07-06wireguard: selftests: use microvm on x86Jason A. Donenfeld-8/+16
2022-07-06wireguard: selftests: always call kernel makefileJason A. Donenfeld-3/+2
2022-07-06wireguard: selftests: use virt machine on m68kJason A. Donenfeld-8/+6
2022-07-06wireguard: selftests: set fake real time in initJason A. Donenfeld-0/+18
2022-07-06selftests: mptcp: userspace PM support for MP_PRIO signalsKishen Maloor-2/+103
2022-07-05selftests: forwarding: fix error message in learning_testVladimir Oltean-1/+1
2022-07-05selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean-0/+2
2022-07-05selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean-0/+2
2022-07-02Merge tag 'perf-tools-fixes-for-v5.19-2022-07-02' of git://git.kernel.org/pub...Linus Torvalds-17/+134
2022-07-02perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim-2/+3
2022-07-02perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim-2/+2
2022-07-02perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou-1/+1
2022-07-01selftests/net: fix section name when using xdp_dummy.oHangbin Liu-7/+7
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-0/+43
2022-07-01bpf, selftests: Add verifier test case for jmp32's jeq/jneDaniel Borkmann-0/+21
2022-07-01bpf, selftests: Add verifier test case for imm=0,umin=0,umax=1 scalarDaniel Borkmann-0/+22
2022-06-30Merge tag 'net-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-23/+360
2022-06-30selftest: tun: add test for NAPI dismantleJakub Kicinski-1/+163
2022-06-29selftests net: fix kselftest net fatal errorColeman Dietsch-1/+1
2022-06-28selftests: mptcp: Initialize variables to quiet gcc 12 warningsMat Martineau-3/+3
2022-06-28selftests: mptcp: more stable diag testsPaolo Abeni-8/+40
2022-06-28tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo-2/+52
2022-06-28perf bpf: 8 byte align bpil dataIan Rogers-3/+2
2022-06-28tools kvm headers arm64: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo-0/+36
2022-06-28perf offcpu: Accept allowed sample types onlyNamhyung Kim-1/+24
2022-06-28perf offcpu: Fix build failure on old kernelsNamhyung Kim-6/+14
2022-06-27selftests: tc-testing: Add testcases to test new flush behaviourVictor Nogueira-0/+77
2022-06-26tools headers UAPI: Synch KVM's svm.h header with the kernelArnaldo Carvalho de Melo-0/+13
2022-06-26tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo-6/+20
2022-06-26perf stat: Enable ignore_missing_threadGang Li-0/+2
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera-1/+17
2022-06-26perf trace beauty: Fix generation of errno id->str table on ALT LinuxArnaldo Carvalho de Melo-12/+2
2022-06-26perf build-id: Fix caching files with a wrong build IDAdrian Hunter-0/+28
2022-06-26tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo-3/+12
2022-06-26tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo-81/+272
2022-06-26perf inject: Fix missing free in copy_kcore_dir()Adrian Hunter-1/+3
2022-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-6/+6
2022-06-24selftests/bpf: Test sockmap update when socket has ULPJakub Sitnicki-9/+75
2022-06-23selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP testDimitris Michailidis-1/+1
2022-06-23selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta-5/+4
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-57/+208
2022-06-22Merge tag 'linux-kselftest-fixes-5.19-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds-5/+29
2022-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-1/+1
2022-06-21selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.shJie2x Zhou-1/+1
2022-06-20Merge tag 'perf-tools-fixes-for-v5.19-2022-06-19' of git://git.kernel.org/pub...Linus Torvalds-105/+125
2022-06-20ipv4: fix bind address validity regression testsRiccardo Paolo Bestetti-9/+27
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+6