summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-2331-62/+236
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-226-4/+69
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-165-4/+22
| | |\
| | | * tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar2020-09-091-0/+2
| | | * selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song2020-09-041-0/+15
| | | * libbpf: Remove arch-specific include path in MakefileNaveen N. Rao2020-09-031-1/+1
| | | * tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen2020-09-012-2/+3
| | | * libbpf: Fix build failure from uninitialized variable warningTony Ambardar2020-08-311-1/+1
| | * | selftests: rtnetlink: Test bridge enslavement with different parent IDsIdo Schimmel2020-09-111-0/+47
| * | | Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-221-2/+2
| |\ \ \
| | * | | tools/io_uring: fix compile breakageDouglas Gilbert2020-09-211-2/+2
| * | | | Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-211-1/+1
| |\ \ \ \
| | * | | | objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf2020-09-181-1/+1
| * | | | | selftests/vm: fix display of page size in map_hugetlbChristophe Leroy2020-09-191-1/+1
| * | | | | Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-09-181-2/+7
| |\ \ \ \ \
| | * | | | | selftests/powerpc: Skip PROT_SAO test in guests/LPARSMichael Ellerman2020-09-011-2/+7
| * | | | | | perf stat: Fix the ratio comments of miss-eventsQi Liu2020-09-161-10/+10
| * | | | | | perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-153-0/+13
| * | | | | | perf metric: Do not free metric when failed to resolveNamhyung Kim2020-09-151-3/+6
| * | | | | | perf metric: Free metric when it failed to resolveNamhyung Kim2020-09-151-5/+12
| * | | | | | perf metric: Release expr_parse_ctx after testingNamhyung Kim2020-09-151-3/+5
| * | | | | | perf test: Fix memory leaks in parse-metric testNamhyung Kim2020-09-151-5/+9
| * | | | | | perf parse-event: Fix memory leak in evsel->unitNamhyung Kim2020-09-151-1/+1
| * | | | | | perf evlist: Fix cpu/thread map leakNamhyung Kim2020-09-151-3/+8
| * | | | | | perf metric: Fix some memory leaks - part 2Namhyung Kim2020-09-151-0/+2
| * | | | | | perf metric: Fix some memory leaksNamhyung Kim2020-09-151-2/+5
| * | | | | | perf test: Free aliases for PMU event map aliases testNamhyung Kim2020-09-153-1/+7
| * | | | | | perf vendor events amd: Remove trailing commasHenry Burns2020-09-152-2/+2
| * | | | | | perf test: Leader sampling shouldn't clear sample periodIan Rogers2020-09-152-0/+30
| * | | | | | perf record: Don't clear event's period if set by a termIan Rogers2020-09-151-8/+26
| * | | | | | tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo2020-09-151-1/+1
| * | | | | | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2020-09-151-2/+4
| * | | | | | perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian2020-09-141-2/+1
| * | | | | | perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp2020-09-141-1/+6
| * | | | | | perf bench: Fix 2 memory sanitizer warningsIan Rogers2020-09-141-2/+2
| * | | | | | perf test: Fix the "signal" test inline assemblyJiri Olsa2020-09-141-1/+4
| | |/ / / / | |/| | | |
| * | | | | Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-082-0/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | selftests/timers: Turn off timeout settingPo-Hsu Lin2020-08-202-0/+2
| | | |/ / | | |/| |
* | | | | selftests: Set default protocol for raw sockets in nettestDavid Ahern2020-09-181-0/+2
* | | | | selftests: mptcp: interpret \n as a new lineMatthieu Baerts2020-09-182-4/+4
* | | | | selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletionIdo Schimmel2020-09-161-0/+14
* | | | | selftests: add a test for ethtool pause statsJakub Kicinski2020-09-151-0/+108
* | | | | mptcp: simult flow self-testsPaolo Abeni2020-09-142-1/+295
* | | | | selftests/mptcp: Better delay & reordering configurationChristoph Paasch2020-09-101-8/+9
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-09-091-2/+1
|\ \ \ \ \
| * | | | | selftests/net: replace obsolete NFT_CHAIN configurationFabian Frederick2020-09-081-2/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-0537-87/+267
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds2020-09-0411-18/+49
| |\ \ \ \ \
| | * | | | | perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa2020-09-033-7/+24
| | * | | | | perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2020-09-032-0/+8