summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-5/+5
|\
| * driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman2023-01-272-5/+5
* | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-2428-195/+2171
|\ \
| * | coresight: tmc: Don't enable TMC when it's not ready.Yabin Cui2023-01-304-14/+56
| * | coresight: tpda: fix return value check in tpda_probe()Yang Yingliang2023-01-301-2/+2
| * | Coresight: tpda/tpdm: remove incorrect __exit annotationArnd Bergmann2023-01-262-2/+2
| * | coresight: perf: Output trace id only onceSuzuki K Poulose2023-01-242-4/+14
| * | coresight: Fix uninitialised variable use in coresight_disableSuzuki K Poulose2023-01-241-1/+1
| * | Coresight: Add TPDA link driverMao Jinlong2023-01-204-0/+258
| * | coresight-tpdm: Add integration test supportMao Jinlong2023-01-202-0/+68
| * | coresight-tpdm: Add DSB dataset supportMao Jinlong2023-01-202-0/+78
| * | Coresight: Add coresight TPDM source driverMao Jinlong2023-01-205-1/+192
| * | coresight: core: Use IDR for non-cpu bound sources' paths.Mao Jinlong2023-01-191-11/+26
| * | coresight: trace-id: Add debug & test macros to Trace ID allocationMike Leach2023-01-191-0/+33
| * | coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace IDMike Leach2023-01-191-0/+7
| * | coresight: etmX.X: stm: Remove trace_id() callbackMike Leach2023-01-194-54/+0
| * | coresight: etm3x: Update ETM3 driver to use Trace ID APIMike Leach2023-01-193-26/+75
| * | coresight: etm4x: Update ETM4 driver to use Trace ID APIMike Leach2023-01-193-10/+93
| * | coresight: stm: Update STM driver to use Trace ID APIMike Leach2023-01-191-27/+14
| * | coresight: perf: traceid: Add perf ID allocation and notifiersMike Leach2023-01-191-0/+16
| * | coresight: Remove obsolete Trace ID unniqueness checksMike Leach2023-01-191-45/+0
| * | coresight: trace-id: Add API to dynamically assign Trace ID valuesMike Leach2023-01-193-1/+421
| * | hwtracing: hisi_ptt: Only add the supported devices to the filters listYicong Yang2023-01-191-0/+10
| * | coresight: ultrasoc-smb: fix return value check in smb_init_data_buffer()Yang Yingliang2023-01-191-1/+1
| * | drivers/coresight: Add UltraSoc System Memory Buffer driverQi Liu2023-01-164-0/+786
| * | coresight: cti: Remove atomic type from enable_req_countJames Clark2023-01-163-9/+9
| * | coresight: cti: Add PM runtime call in enable_storeMao Jinlong2023-01-161-2/+11
| * | coresight: cti: Prevent negative values of enable countJames Clark2023-01-161-2/+9
| * | coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTRJunhao He2023-01-161-6/+12
| |/
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-2/+2
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-092-2/+2
| |/
* / drivers/hwtracing/stm: Remove "select SRCU"Paul E. McKenney2023-02-021-1/+0
|/
* coresight: etm4x: fix repeated words in commentsJilin Yuan2022-11-281-1/+1
* coresight: cti: Fix null pointer error on CTI init before ETMMike Leach2022-11-281-1/+1
* coresight: trbe: remove cpuhp instance node before remove cpuhp stateYang Shen2022-11-281-0/+1
* coresight: etm4x: add CPU hotplug support for probingTamas Zsoldos2022-10-311-40/+113
* coresight: cti: Fix hang in cti_disable_hw()James Clark2022-10-251-5/+0
* Revert "coresight: cti: Fix hang in cti_disable_hw()"Greg Kroah-Hartman2022-10-241-0/+3
* coresight: cti: Fix hang in cti_disable_hw()James Clark2022-10-201-3/+0
* coresight: Fix possible deadlock with lock dependencySudeep Holla2022-10-202-5/+7
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-0818-312/+1497
|\
| * hwtracing: hisi_ptt: Fix up for "iommu/dma: Make header private"Stephen Rothwell2022-09-121-1/+0
| * hwtracing: hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Tr...Yicong Yang2022-09-082-0/+154
| * hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and T...Yicong Yang2022-09-085-0/+1109
| * coresight: cti-sysfs: Mark coresight_cti_reg_store() as __maybe_unusedNathan Chancellor2022-09-061-3/+3
| * coresight: Make new csdev_access offsets unsignedJames Clark2022-08-314-34/+31
| * coresight: cti-sysfs: Re-use same functions for similar sysfs register accessorsJames Clark2022-08-312-127/+91
| * coresight: Re-use same function for similar sysfs register accessorsJames Clark2022-08-318-131/+91
| * coresight: Simplify sysfs accessors by using csdev_access abstractionJames Clark2022-08-317-80/+61
| * coresight: Remove unused function parameterJames Clark2022-08-311-12/+4