summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-201-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-142-0/+30
* | | perf record: Don't clear event's period if set by a termIan Rogers2020-09-141-8/+26
* | | tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo2020-09-141-1/+1
* | | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2020-09-141-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
* | | Merge tag 'perf-tools-fixes-for-v5.9-2020-09-03' of git://git.kernel.org/pub/...Linus Torvalds2020-09-0311-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
| * | | perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing2020-09-031-2/+2
| * | | perf stat: Turn off summary for interval mode by defaultJin Yao2020-09-033-3/+9
| * | | libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)2020-09-031-1/+1
| * | | perf jevents: Fix suspicious code in fixregex()Namhyung Kim2020-09-031-1/+1
| * | | perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo2020-09-031-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-033-31/+42
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-311-30/+37
| |\ \ \ \
| | * | | | selftests: netfilter: add command usageFabian Frederick2020-08-281-0/+11
| | * | | | selftests: netfilter: simplify command testingFabian Frederick2020-08-281-23/+11
| | * | | | selftests: netfilter: remove unused variable in make_file()Fabian Frederick2020-08-281-3/+2
| | * | | | selftests: netfilter: exit on invalid parametersFabian Frederick2020-08-281-3/+12
| | * | | | selftests: netfilter: fix header exampleFabian Frederick2020-08-281-1/+1
| * | | | | selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer2020-08-281-0/+2
| * | | | | selftests/bpf: Fix test_progs-flavor run getting number of testsJesper Dangaard Brouer2020-08-241-1/+3
| |/ / / /
* | | | | Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds2020-09-031-2/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | selftests/x86/test_vsyscall: Improve the process_vm_readv() testAndy Lutomirski2020-09-031-2/+20
* | | | | Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/...Linus Torvalds2020-09-0117-27/+62
|\ \ \ \ \
| * | | | | perf report: Disable ordered_events for raw dumpJiri Olsa2020-09-011-0/+3
| * | | | | perf tools: Correct SNOOPX field offsetAl Grant2020-09-011-1/+1
| * | | | | perf intel-pt: Fix corrupt data after perf inject fromAl Grant2020-09-011-1/+8