summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-208-33/+182
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-186-32/+178
| |\
| | * bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann2022-01-194-2/+79
| | * bpf, selftests: Add various ringbuf tests with invalid offsetDaniel Borkmann2022-01-191-0/+64
| | * bpf/selftests: Add check for updating XDP bpf_link with wrong program typeToke Høiland-Jørgensen2022-01-112-0/+11
| | * bpf/selftests: convert xdp_link test to ASSERT_* macrosToke Høiland-Jørgensen2022-01-111-31/+25
| * | kselftests/net: list all available tests in usage()Li Zhijian2022-01-141-0/+3
| * | kselftests/net: adapt the timeout to the largest runtimeLi Zhijian2022-01-131-1/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-205-13/+16
|\ \
| * | delayacct: track delays from memory compactwangyong2022-01-201-1/+7
| * | hash.h: remove unused define directiveIsabella Basso2022-01-201-4/+1
| * | tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2022-01-202-6/+6
| * | tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao2022-01-201-2/+2
* | | Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-186-9/+594
|\ \ \
| * \ \ Merge branch 'acpi-pfrut'Rafael J. Wysocki2022-01-176-9/+594
| |\ \ \
| | * | | ACPI: tools: Introduce utility for firmware updates/telemetryChen Yu2021-12-276-9/+594
* | | | | Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-18153-2175/+4685
|\ \ \ \ \
| * | | | | perf record: Disable debuginfod by defaultJiri Olsa2022-01-157-12/+70
| * | | | | perf evlist: No need to do any affinity setup when profiling pidsArnaldo Carvalho de Melo2022-01-151-1/+1
| * | | | | perf cpumap: Add is_dummy() methodArnaldo Carvalho de Melo2022-01-151-0/+10
| * | | | | perf metric: Fix metric_leaderIan Rogers2022-01-151-1/+1
| * | | | | perf cputopo: Fix CPU topology reading on s/390Thomas Richter2022-01-141-1/+2
| * | | | | perf metricgroup: Fix use after free in metric__new()José Expósito2022-01-141-1/+1
| * | | | | libperf tests: Update a use of the new cpumap APIIan Rogers2022-01-141-2/+3
| * | | | | perf arm: Fix off-by-one directory pathIan Rogers2022-01-141-1/+1
| * | | | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-01-141-0/+17
| * | | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-01-131-0/+1
| * | | | | tools headers UAPI: Update tools's copy of drm.h headerArnaldo Carvalho de Melo2022-01-131-0/+18
| * | | | | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2022-01-132-9/+9
| * | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-13379-3793/+15867
| |\ \ \ \ \
| * | | | | | perf pmu-events: Don't lower case MetricExprIan Rogers2022-01-122-3/+1
| * | | | | | perf expr: Add debug logging for literalsIan Rogers2022-01-121-12/+25
| * | | | | | perf tools: Probe non-deprecated sysfs path 1stIan Rogers2022-01-121-3/+2
| * | | | | | perf tools: Fix SMT fallback with large core countsIan Rogers2022-01-121-10/+58
| * | | | | | perf cpumap: Give CPUs their own typeIan Rogers2022-01-1264-356/+431
| * | | | | | perf stat: Correct first_shadow_cpu to return indexIan Rogers2022-01-121-8/+7
| * | | | | | perf script: Fix flipped index and cpuIan Rogers2022-01-121-1/+1
| * | | | | | perf c2c: Use more intention revealing iteratorIan Rogers2022-01-121-5/+5
| * | | | | | perf bpf: Rename 'cpu' to 'cpu_map_idx'Ian Rogers2022-01-122-12/+11
| * | | | | | libperf: Sync evsel documentationIan Rogers2022-01-121-5/+5
| * | | | | | perf stat: Swap variable name cpu to indexIan Rogers2022-01-123-164/+164
| * | | | | | perf stat: Correct check_per_pkg() cpuIan Rogers2022-01-121-2/+3
| * | | | | | perf test: Use perf_cpu_map__for_each_cpu()Ian Rogers2022-01-121-14/+14
| * | | | | | perf evsel: Rename variable cpu to indexIan Rogers2022-01-124-47/+48
| * | | | | | perf evsel: Reduce scope of evsel__ignore_missing_threadIan Rogers2022-01-122-8/+4
| * | | | | | perf evsel: Rename CPU around get_group_fdIan Rogers2022-01-121-11/+11
| * | | | | | perf stat: Correct variable name for read counterIan Rogers2022-01-123-35/+35
| * | | | | | perf evsel: Pass cpu not cpu map index to synthesizeIan Rogers2022-01-121-2/+3
| * | | | | | perf evlist: Refactor evlist__for_each_cpu()Ian Rogers2022-01-124-166/+210
| * | | | | | libperf: Allow NULL in perf_cpu_map__idx()Ian Rogers2022-01-121-1/+6