summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-22Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-21tools/io_uring: fix compile breakageDouglas Gilbert
2020-09-20Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-09-19selftests/vm: fix display of page size in map_hugetlbChristophe Leroy
2020-09-18Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-09-18objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf
2020-09-17selftests: Set default protocol for raw sockets in nettestDavid Ahern
2020-09-17selftests: mptcp: interpret \n as a new lineMatthieu Baerts
2020-09-16perf stat: Fix the ratio comments of miss-eventsQi Liu
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-15selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletionIdo Schimmel
2020-09-15selftests: add a test for ethtool pause statsJakub Kicinski
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim
2020-09-15perf metric: Do not free metric when failed to resolveNamhyung Kim
2020-09-15perf metric: Free metric when it failed to resolveNamhyung Kim
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim
2020-09-15perf test: Fix memory leaks in parse-metric testNamhyung Kim
2020-09-15perf parse-event: Fix memory leak in evsel->unitNamhyung Kim
2020-09-15perf evlist: Fix cpu/thread map leakNamhyung Kim
2020-09-15perf metric: Fix some memory leaks - part 2Namhyung Kim
2020-09-15perf metric: Fix some memory leaksNamhyung Kim
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim
2020-09-15perf vendor events amd: Remove trailing commasHenry Burns
2020-09-14perf test: Leader sampling shouldn't clear sample periodIan Rogers
2020-09-14perf record: Don't clear event's period if set by a termIan Rogers
2020-09-14tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo
2020-09-14tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo
2020-09-14perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian
2020-09-14perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp
2020-09-14perf bench: Fix 2 memory sanitizer warningsIan Rogers
2020-09-14perf test: Fix the "signal" test inline assemblyJiri Olsa
2020-09-14mptcp: simult flow self-testsPaolo Abeni
2020-09-10selftests: rtnetlink: Test bridge enslavement with different parent IDsIdo Schimmel
2020-09-10selftests/mptcp: Better delay & reordering configurationChristoph Paasch
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-09-08tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar
2020-09-08Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-09-08selftests/net: replace obsolete NFT_CHAIN configurationFabian Frederick
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds
2020-09-03selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski
2020-09-03selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song
2020-09-03selftests/net: improve descriptions for XFAIL cases in psock_snd.shPo-Hsu Lin
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa
2020-09-03perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips
2020-09-03perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing