summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight
Commit message (Expand)AuthorAgeFilesLines
* coresight: cti: Add CPU Hotplug handling to CTI driverMike Leach2020-05-191-0/+92
* coresight: etm4x: Fix use-after-free of per-cpu etm drvdataSuzuki K Poulose2020-05-191-0/+1
* coresight: Avoid casting void pointersStephen Boyd2020-05-191-3/+6
* coresight: Include required headers in C filesStephen Boyd2020-05-194-2/+33
* coresight: Initialize arg in sparse friendly wayStephen Boyd2020-05-192-2/+2
* coresight: Don't initialize variables unnecessarilyStephen Boyd2020-05-191-4/+4
* coresight: Mark some functions staticStephen Boyd2020-05-194-6/+5
* coresight: etm4x: Add support for Neoverse N1 ETMAnurag Koul2020-05-191-0/+1
* coresight: etmv4: Update default filter and initialisationMike Leach2020-05-192-18/+7
* coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb()Sai Prakash Ranjan2020-05-191-8/+8
* coresight: Fix support for sparsely populated portsSuzuki K Poulose2020-05-192-26/+66
* coresight: etb10: Make coresight_etb_groups staticJason Yan2020-05-191-1/+1
* coresight: cti: Make some symbols staticJason Yan2020-05-191-3/+3
* coresight: etm4x: Replace ETM PIDs with UCI IDs for Kryo385Sai Prakash Ranjan2020-05-191-2/+2
* coresight: etm4x: Add support for Qualcomm SC7180 SoCSai Prakash Ranjan2020-05-191-0/+2
* coresight: cti: Add in sysfs links to other coresight devicesMike Leach2020-05-191-4/+48
* coresight: Expose device connections via sysfsSuzuki K Poulose2020-05-193-12/+119
* coresight: Add generic sysfs link creation functionsMike Leach2020-05-193-1/+130
* coresight: Add return value for fixup connectionsSuzuki K Poulose2020-05-191-10/+14
* coresight: Pass coresight_device for coresight_release_platform_dataSuzuki K Poulose2020-05-193-5/+7
* coresight: cti: Add connection information to sysfsMike Leach2020-03-213-3/+346
* coresight: cti: Enable CTI associated with devicesMike Leach2020-03-214-5/+204
* coresight: cti: Add device tree support for custom CTIMike Leach2020-03-212-4/+241
* coresight: cti: Add device tree support for v8 arch CTIMike Leach2020-03-214-9/+230
* coresight: cti: Add sysfs trigger / channel programming APIMike Leach2020-03-213-0/+551
* coresight: cti: Add sysfs access to program function registersMike Leach2020-03-214-0/+397
* coresight: cti: Add sysfs coresight mgmt register accessMike Leach2020-03-212-0/+54
* coresight: cti: Initial CoreSight CTI DriverMike Leach2020-03-217-0/+786
* coresight: etm4x: Fix unused function warningArnd Bergmann2020-01-141-7/+6
* coresight: replicator: Fix missing spin_lock_init()Wei Yongjun2019-11-191-0/+1
* coresight: funnel: Fix missing spin_lock_init()Wei Yongjun2019-11-191-0/+1
* coresight: etm4x: Fix BMVAL misuseRikard Falkeborn2019-11-041-1/+1
* coresight: Serialize enabling/disabling a link device.Yabin Cui2019-11-044-52/+90
* coresight: Add explicit architecture dependencyMark Brown2019-11-041-0/+1
* coresight: etm4x: Add missing single-shot control API to sysfsMike Leach2019-11-043-1/+149
* coresight: etm4x: Add view comparator settings API to sysfs.Mike Leach2019-11-041-0/+52
* coresight: etm4x: Improve usability of sysfs - CID and VMID masks.Mike Leach2019-11-041-2/+8
* coresight: etm4x: Improve usability of sysfs - include/exclude addr.Mike Leach2019-11-041-5/+9
* coresight: etm4x: Fix issues with start-stop logic.Mike Leach2019-11-042-4/+36
* coresight: etm4x: Add missing API to set EL match on address filtersMike Leach2019-11-041-0/+42
* coresight: etm4x: Fix input validation for sysfs.Mike Leach2019-11-041-8/+13
* coresight: etm4x: Fixes for ETM v4.4 architecture updates.Mike Leach2019-11-043-11/+21
* coresight: etm4x: Add support for ThunderX2Tanmay Vilas Kumar Jagdale2019-11-041-0/+1
* coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray2019-11-043-0/+388
* Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-1810-99/+176
|\
| * coresight: tmc-etr: Add barrier packets when moving offset forwardMathieu Poirier2019-09-031-5/+24
| * coresight: tmc-etr: Decouple buffer sync and barrier packet insertionMathieu Poirier2019-09-031-6/+12
| * coresight: tmc: Make memory width mask computation into a functionMathieu Poirier2019-09-033-21/+31
| * coresight: tmc-etr: Fix perf_data checkYabin Cui2019-09-032-7/+7
| * coresight: tmc-etr: Fix updating buffer in not-snapshot mode.Yabin Cui2019-09-031-7/+11