summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2021-10-31perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT supportKan Liang-1/+1
2021-10-31perf callchain: Fix compilation on powerpc with gcc11+Jiri Olsa-1/+1
2021-10-31perf script: Check session->header.env.arch before using itSong Liu-4/+8
2021-10-31perf build: Suppress 'rm dlfilter' build messageAdrian Hunter-0/+2
2021-10-28tools/testing/selftests/vm/split_huge_page_test.c: fix application of sizeof ...David Yang-1/+1
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-55/+20
2021-10-26selftests/bpf: Use recv_timeout() instead of retriesYucong Sun-55/+20
2021-10-22fcnal-test: kill hanging ping/nettest binaries on cleanupFlorian Westphal-0/+3
2021-10-21Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-5/+415
2021-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+145
2021-10-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+1
2021-10-18mm/userfaultfd: selftests: fix memory corruption with thp enabledPeter Xu-3/+20
2021-10-18KVM: kvm_stat: do not show halt_wait_nsChristian Borntraeger-1/+1
2021-10-18selftests/tls: add SM4 algorithm dependency for tls selftestsTianjia Zhang-0/+1
2021-10-17Merge tag 'objtool_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-31/+25
2021-10-16Merge tag 'perf-tools-fixes-for-v5.15-2021-10-16' of git://git.kernel.org/pub...Linus Torvalds-8/+9
2021-10-16Merge tag 'trace-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+52
2021-10-15vsock_diag_test: remove free_sock_stat() call in test_no_socketsStefano Garzarella-2/+0
2021-10-15ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra-0/+183
2021-10-15selftests: net/fcnal: Test --{force,no}-bind-key-ifindexLeonard Crestez-0/+60
2021-10-15selftests: nettest: Add --{force,no}-bind-key-ifindexLeonard Crestez-2/+26
2021-10-14Merge tag 'net-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-109/+81
2021-10-14selftests: netfilter: remove stray bash debug lineFlorian Westphal-1/+0
2021-10-14libperf tests: Fix test_stat_cpuShunsuke Nakamura-6/+6
2021-10-14libperf test evsel: Fix build error on !x86 architecturesShunsuke Nakamura-0/+1
2021-10-14perf report: Output non-zero offset for decompressed recordsAlexey Bayduraev-2/+2
2021-10-13selftests/ftrace: Update test for more eprobe removal processSteven Rostedt (VMware)-2/+52
2021-10-12selftests: net: modify IOAM tests for undef bitsJustin Iurman-109/+81
2021-10-11Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...Linus Torvalds-2/+30
2021-10-12selftests: nft_nat: add udp hole punch test caseFlorian Westphal-0/+145
2021-10-10Merge tag 'objtool_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-50/+25
2021-10-07Merge tag 'perf-tools-fixes-for-v5.15-2021-10-07' of git://git.kernel.org/pub...Linus Torvalds-54/+445
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+3
2021-10-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-1/+3
2021-10-06objtool: Update section header before relocationsMichael Forney-29/+17
2021-10-06objtool: Check for gelf_update_rel[a] failuresMichael Forney-2/+8
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence-20/+17
2021-10-05objtool: Make .altinstructions section entry size consistentJoe Lawrence-1/+1
2021-10-05objtool: Remove reloc symbol type checks in get_alt_entry()Josh Poimboeuf-29/+7
2021-10-05perf tests attr: Add missing topdown metrics eventsKan Liang-52/+440
2021-10-05tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo-0/+1
2021-10-05perf build: Fix plugin static linking with libopencsd on ARM and ARM64Branislav Rankov-1/+1
2021-10-05perf build: Add missing -lstdc++ when linking with libopencsdBranislav Rankov-1/+1
2021-10-05perf jevents: Free the sys_event_tables list after processing entriesLike Xu-0/+2
2021-10-04Merge tag 'linux-kselftest-fixes-5.15-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds-1/+4
2021-10-03objtool: print out the symbol type when complaining about itLinus Torvalds-4/+8
2021-10-03Merge tag 'objtool_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-7/+25
2021-10-01libbpf: Fix memory leak in strsetAndrii Nakryiko-0/+1
2021-10-01kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov-2/+30
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-11/+60