summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cxl-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-07-015-129/+341
|\
| * Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxlDan Williams2023-06-254-35/+45
| |\
| | * cxl: Rename 'uport' to 'uport_dev'Dan Williams2023-06-252-15/+15
| | * cxl/rch: Prepare for caching the MMIO mapped PCIe AER capabilityDan Williams2023-06-251-1/+3
| | * cxl/acpi: Probe RCRB later during RCH downstream port creationRobert Richter2023-06-254-21/+29
| * | Merge branch 'for-6.5/cxl-perf' into for-6.5/cxlDan Williams2023-06-251-0/+1
| |\ \
| | * | cxl/pci: Find and register CXL PMU devicesJonathan Cameron2023-05-301-0/+1
| * | | Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams2023-06-254-104/+79
| |\ \ \
| | * | | Revert "cxl/port: Enable the HDM decoder capability for switch ports"Dan Williams2023-06-252-16/+0
| | * | | cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}Dan Williams2023-06-251-3/+3
| | * | | cxl/mbox: Move mailbox related driver state to its own data structureDan Williams2023-06-251-19/+24
| | * | | tools/testing/cxl: Remove unused @cxlds argumentDan Williams2023-06-251-47/+39
| * | | | Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxlDan Williams2023-06-251-9/+183
| |\ \ \ \
| | * | | | tools/testing/cxl: add firmware update emulation to CXL memdevsVishal Verma2023-06-251-0/+160
| | * | | | tools/testing/cxl: Use named effects for the Command Effect LogVishal Verma2023-06-251-9/+23
| | * | | | tools/testing/cxl: Fix command effects for inject/clear poisonVishal Verma2023-06-251-2/+2
| * | | | | Merge branch 'for-6.5/cxl-background' into for-6.5/cxlDan Williams2023-06-251-0/+52
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | cxl/test: Add Secure Erase opcode supportDavidlohr Bueso2023-06-251-0/+27
| | * | | | cxl/test: Add Sanitize opcode supportDavidlohr Bueso2023-06-251-0/+25
| | |/ / /
* | | | | Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-012-6/+29
|\ \ \ \ \
| * | | | | tools/testing/nvdimm: Drop empty platform remove functionUwe Kleine-König2023-06-071-6/+0
| * | | | | testing: nvdimm: add missing prototypes for wrapped functionsArnd Bergmann2023-06-071-0/+29
| | |/ / / | |/| | |
* | | | | Merge tag 'platform-drivers-x86-v6.5-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-06-302-13/+43
|\ \ \ \ \
| * | | | | tools/power/x86/intel-speed-select: v1.16 releaseSrinivas Pandruvada2023-06-121-1/+1
| * | | | | tools/power/x86/intel-speed-select: Fix json formatting issueSrinivas Pandruvada2023-06-121-1/+7
| * | | | | tools/power/x86/intel-speed-select: Adjust scope of core-power configSrinivas Pandruvada2023-06-122-11/+35
* | | | | | Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-30324-11760/+20277
|\ \ \ \ \ \
| * | | | | | perf test: Skip metrics w/o event name in stat STD output linterNamhyung Kim2023-06-231-8/+8
| * | | | | | perf test: Reorder event name checks in stat STD output linterNamhyung Kim2023-06-232-3/+3
| * | | | | | perf pmu: Remove a hard coded cpu PMU assumptionIan Rogers2023-06-221-4/+5
| * | | | | | perf pmus: Add notion of default PMU for JSON eventsIan Rogers2023-06-223-20/+53
| * | | | | | perf unwind: Fix map reference countsIan Rogers2023-06-221-7/+12
| * | | | | | perf test: Set PERF_EXEC_PATH for script executionNamhyung Kim2023-06-221-0/+6
| * | | | | | perf script: Initialize buffer for regs_map()Namhyung Kim2023-06-221-2/+2
| * | | | | | perf tests: Fix test_arm_callgraph_fp variable expansionJames Clark2023-06-221-3/+4
| * | | | | | perf symbol: Add LoongArch case in get_plt_sizes()Tiezhu Yang2023-06-221-0/+8
| * | | | | | perf test: Remove x permission from lib/stat_output.shNamhyung Kim2023-06-221-0/+0
| * | | | | | perf test: Rerun failed metrics with longer workloadWeilin Wang2023-06-211-46/+83
| * | | | | | perf test: Add skip list for metrics known would failWeilin Wang2023-06-212-4/+38
| * | | | | | perf test: Add metric value validation testWeilin Wang2023-06-213-0/+931
| * | | | | | perf jit: Fix incorrect file name in DWARF line tableelisabeth2023-06-201-1/+5
| * | | | | | perf annotate: Fix instruction association and parsing for LoongArchWANG Rui2023-06-203-18/+109
| * | | | | | perf annotation: Switch lock from a mutex to a sharded_mutexIan Rogers2023-06-204-24/+77
| * | | | | | perf sharded_mutex: Introduce sharded_mutexIan Rogers2023-06-203-0/+63
| * | | | | | tools: Fix incorrect calculation of object size by sizeofLi Dong2023-06-201-2/+2
| * | | | | | perf subcmd: Fix missing check for return value of malloc() in add_cmdname()Chenyuan Mi2023-06-201-0/+2
| * | | | | | perf parse-events: Remove unneeded semicolonbaomingtong001@208suo.com2023-06-201-1/+1
| * | | | | | perf parse: Add missing newline to pr_debug message in evsel__compute_group_p...Yang Jihong2023-06-201-1/+1
| * | | | | | perf stat: Add missing newline in pr_err messagesYang Jihong2023-06-201-6/+6
| * | | | | | perf pmus: Check if we can encode the PMU number in perf_event_attr.typeArnaldo Carvalho de Melo2023-06-161-1/+28