summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-283-0/+6
|\
| * tools/testing/nvdimm: Disable "missing prototypes / declarations" warningsDan Williams2024-01-221-0/+2
| * tools/testing/cxl: Disable "missing prototypes / declarations" warningsDan Williams2024-01-222-0/+4
* | Merge tag 'pm-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-01-261-1/+1
|\ \
| * | tools cpupower bench: Override CFLAGS assignmentsStanley Chan2024-01-211-1/+1
| |/
* | Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-256-24/+97
|\ \ | |/ |/|
| * selftests: bonding: do not test arp/ns target with mode balance-alb/tlbHangbin Liu2024-01-251-4/+4
| * selftests: netdevsim: fix the udp_tunnel_nic testJakub Kicinski2024-01-241-0/+9
| * selftests: net: fix rps_default_mask with >32 CPUsJakub Kicinski2024-01-241-1/+5
| * selftests: fill in some missing configs for netJakub Kicinski2024-01-231-0/+28
| * selftest: Don't reuse port for SO_INCOMING_CPU test.Kuniyuki Iwashima2024-01-231-18/+50
| * selftests: bonding: Increase timeout to 1200sBenjamin Poirier2024-01-191-1/+1
* | Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-206-18/+22
|\ \
| * | RISC-V: selftests: cbo: Ensure asm operands match constraintsAndrew Jones2024-01-171-10/+8
| * | Merge patch series "tools: selftests: riscv: Fix compiler warnings"Palmer Dabbelt2024-01-116-8/+14
| |\ \
| | * | tools: selftests: riscv: Fix compile warnings in mm testsChristoph Müllner2024-01-111-0/+3
| | * | tools: selftests: riscv: Fix compile warnings in vector testsChristoph Müllner2024-01-112-3/+3
| | * | tools: selftests: riscv: Add missing include for vector testChristoph Müllner2024-01-111-0/+3
| | * | tools: selftests: riscv: Fix compile warnings in cboChristoph Müllner2024-01-111-3/+3
| | * | tools: selftests: riscv: Fix compile warnings in hwprobeChristoph Müllner2024-01-111-2/+2
* | | | Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-19248-2140/+7842
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf test: test case 'Setup struct perf_event_attr' fails on s390 on z/vmThomas Richter2024-01-041-1/+1
| * | | perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey2024-01-041-2/+2
| * | | perf tests: Add perf script testIan Rogers2024-01-041-0/+66
| * | | libsubcmd: Fix memory leak in uniq()Ian Rogers2024-01-041-4/+14
| * | | perf TUI: Don't ignore job controlAhelenia Ziemiańska2024-01-044-0/+26
| * | | perf vendor events intel: Update sapphirerapids events to v1.17Ian Rogers2024-01-045-9/+60
| * | | perf vendor events intel: Update icelakex events to v1.23Ian Rogers2024-01-044-6/+6
| * | | perf vendor events intel: Update emeraldrapids events to v1.02Ian Rogers2024-01-045-25/+60
| * | | perf vendor events intel: Alderlake/rocketlake metric fixesIan Rogers2024-01-042-8/+9
| * | | perf x86 test: Add hybrid test for conflicting legacy/sysfs eventIan Rogers2024-01-031-0/+23
| * | | perf x86 test: Update hybrid expectationsIan Rogers2024-01-031-7/+7
| * | | perf vendor events amd: Add Zen 4 memory controller eventsSandipan Das2024-01-033-0/+187
| * | | perf stat: Fix hard coded LL miss unitsIan Rogers2024-01-031-1/+1
| * | | perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES eventIan Rogers2024-01-031-2/+4
| * | | perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers2024-01-035-32/+50
| * | | perf annotate: Add --insn-stat option for debuggingNamhyung Kim2023-12-233-0/+87
| * | | perf annotate: Add --type-stat option for debuggingNamhyung Kim2023-12-235-7/+108
| * | | perf annotate: Support event group displayNamhyung Kim2023-12-231-12/+77
| * | | perf annotate: Add --data-type optionNamhyung Kim2023-12-236-11/+118
| * | | perf report: Add 'symoff' sort keyNamhyung Kim2023-12-234-0/+50
| * | | perf report: Add 'typeoff' sort keyNamhyung Kim2023-12-235-1/+87
| * | | perf annotate-data: Update sample histogram for typeNamhyung Kim2023-12-233-1/+131
| * | | perf annotate-data: Add member field in the data typeNamhyung Kim2023-12-233-18/+119
| * | | perf report: Support data type profilingNamhyung Kim2023-12-231-2/+13
| * | | perf report: Add 'type' sort keyNamhyung Kim2023-12-235-2/+75
| * | | perf annotate: Implement hist_entry__get_data_type()Namhyung Kim2023-12-232-0/+92
| * | | perf annotate: Add annotate_get_insn_location()Namhyung Kim2023-12-232-0/+143
| * | | perf annotate: Factor out evsel__get_arch()Namhyung Kim2023-12-232-13/+33
| * | | perf annotate-data: Add dso->data_types treeNamhyung Kim2023-12-234-10/+100