summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* [tree-wide] finally take no_llseek outAl Viro2024-09-275-5/+0
* coresight: Make trace ID map spinlock local to the mapJames Clark2024-08-202-14/+13
* coresight: Emit sink ID in the HW_ID packetsJames Clark2024-08-203-17/+26
* coresight: Remove pending trace ID release mechanismJames Clark2024-08-203-75/+41
* coresight: Use per-sink trace ID maps for Perf sessionsJames Clark2024-08-208-17/+38
* coresight: Make CPU id map a property of a trace ID mapJames Clark2024-08-201-7/+9
* coresight: Expose map arguments in trace ID APIJames Clark2024-08-202-11/+45
* coresight: Move struct coresight_trace_id_map to common headerJames Clark2024-08-202-19/+1
* coresight: Clarify comments around the PID of the sink ownerJames Clark2024-08-202-4/+6
* coresight: Remove unused ETM Perf stubsJames Clark2024-08-201-18/+0
* coresight: tmc: sg: Do not leak sg_tableSuzuki K Poulose2024-08-201-1/+1
* Coresight: Set correct cs_mode for dummy source to fix disable issueJie Gan2024-08-191-0/+4
* Coresight: Set correct cs_mode for TPDM to fix disable issueJie Gan2024-08-191-0/+6
* coresight: cti: use device_* to iterate over device child nodesJavier Carrasco2024-08-191-7/+3
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-252-3/+3
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-032-3/+3
* | intel_th: msu-sink: add missing MODULE_DESCRIPTION()Jeff Johnson2024-07-031-0/+1
* | hwtracing: use for_each_endpoint_of_node()Kuninori Morimoto2024-07-011-2/+2
* | coresight: constify the struct device_type usageRicardo B. Marliere2024-06-212-2/+2
* | coresight: tmc: Remove duplicated include in coresight-tmc-core.cYang Li2024-06-101-1/+0
* | coresight: Fix ref leak when of_coresight_parse_endpoint() failsJames Clark2024-06-071-1/+3
|/
* Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-2227-233/+910
|\
| * intel_th: pci: Add Lunar Lake supportAlexander Shishkin2024-05-041-0/+5
| * intel_th: pci: Add Meteor Lake-S CPU supportAlexander Shishkin2024-05-041-0/+5
| * intel_th: pci: Add Meteor Lake-S supportAlexander Shishkin2024-05-041-0/+5
| * intel_th: pci: Add Sapphire Rapids SOC supportAlexander Shishkin2024-05-041-0/+5
| * intel_th: pci: Add Granite Rapids SOC supportAlexander Shishkin2024-05-041-0/+5
| * intel_th: pci: Add Granite Rapids supportAlexander Shishkin2024-05-041-0/+5
| * intel_th: msu: Fix kernel-doc warningsRandy Dunlap2024-05-041-2/+10
| * intel_th: Remove redundant initialization of pointer outpColin Ian King2024-05-041-1/+1
| * intel_th: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-05-041-4/+4
| * intel_th: Constify the struct device_type usageRicardo B. Marliere2024-05-041-4/+4
| * intel_th: Convert to platform remove callback returning voidUwe Kleine-König2024-05-041-4/+2
| * stm class: sys-t: Improve ftrace source handlingMikhail Lappo2024-05-041-7/+83
| * stm class: Propagate source type to protocolsMikhail Lappo2024-05-044-7/+9
| * stm class: Add source typeMikhail Lappo2024-05-043-0/+3
| * stm class: Fix a double free in stm_register_device()Dan Carpenter2024-05-041-5/+6
| * hwtracing: hisi_ptt: Assign parent for event_source deviceJonathan Cameron2024-05-021-0/+1
| * coresight: tmc: Enable SG capability on ACPI based SoC-400 TMC ETR devicesAnshuman Khandual2024-05-011-1/+27
| * coresight: tpiu: Convert to platform remove callback returning voidUwe Kleine-König2024-04-251-4/+3
| * coresight: tmc: Convert to platform remove callback returning voidUwe Kleine-König2024-04-251-4/+3
| * coresight: stm: Convert to platform remove callback returning voidUwe Kleine-König2024-04-251-4/+3
| * coresight: debug: Convert to platform remove callback returning voidUwe Kleine-König2024-04-251-4/+3
| * coresight: catu: Convert to platform remove callback returning voidUwe Kleine-König2024-04-251-4/+3
| * coresight: stm: Remove duplicate linux/acpi.h headerJiapeng Chong2024-04-241-1/+0
| * coresight: etm4x: Fix access to resource selector registersSuzuki K Poulose2024-04-221-2/+4
| * coresight: etm4x: Safe access for TRCQCLTRSuzuki K Poulose2024-04-222-2/+9
| * coresight: etm4x: Do not save/restore Data trace control registersSuzuki K Poulose2024-04-222-34/+0
| * coresight: etm4x: Do not hardcode IOMEM access for register restoreSuzuki K Poulose2024-04-221-2/+4
| * coresight: debug: Move ACPI support from AMBA driver to platform driverAnshuman Khandual2024-04-161-16/+122