aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds15-106/+619
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2020-05-19coresight: cti: Add CPU idle pm notifer to CTI devicesMike Leach1-0/+69
2020-05-19coresight: cti: Add CPU Hotplug handling to CTI driverMike Leach1-0/+92
2020-05-19coresight: etm4x: Fix use-after-free of per-cpu etm drvdataSuzuki K Poulose1-0/+1
2020-05-19coresight: Avoid casting void pointersStephen Boyd1-3/+6
2020-05-19coresight: Include required headers in C filesStephen Boyd4-2/+33
2020-05-19coresight: Initialize arg in sparse friendly wayStephen Boyd2-2/+2
2020-05-19coresight: Don't initialize variables unnecessarilyStephen Boyd1-4/+4
2020-05-19coresight: Mark some functions staticStephen Boyd4-6/+5
2020-05-19coresight: etm4x: Add support for Neoverse N1 ETMAnurag Koul1-0/+1
2020-05-19coresight: etmv4: Update default filter and initialisationMike Leach2-18/+7
2020-05-19coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb()Sai Prakash Ranjan1-8/+8
2020-05-19coresight: Fix support for sparsely populated portsSuzuki K Poulose2-26/+66
2020-05-19coresight: etb10: Make coresight_etb_groups staticJason Yan1-1/+1
2020-05-19coresight: cti: Make some symbols staticJason Yan1-3/+3
2020-05-19coresight: etm4x: Replace ETM PIDs with UCI IDs for Kryo385Sai Prakash Ranjan1-2/+2
2020-05-19coresight: etm4x: Add support for Qualcomm SC7180 SoCSai Prakash Ranjan1-0/+2
2020-05-19coresight: cti: Add in sysfs links to other coresight devicesMike Leach1-4/+48
2020-05-19coresight: Expose device connections via sysfsSuzuki K Poulose3-12/+119
2020-05-19coresight: Add generic sysfs link creation functionsMike Leach3-1/+130
2020-05-19coresight: Add return value for fixup connectionsSuzuki K Poulose1-10/+14
2020-05-19coresight: Pass coresight_device for coresight_release_platform_dataSuzuki K Poulose3-5/+7
2020-05-15coresight: cti: remove incorrect NULL return checkCalvin Johnson1-2/+2
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab1-1/+1
2020-03-21coresight: cti: Add connection information to sysfsMike Leach3-3/+346
2020-03-21coresight: cti: Enable CTI associated with devicesMike Leach4-5/+204
2020-03-21coresight: cti: Add device tree support for custom CTIMike Leach2-4/+241
2020-03-21coresight: cti: Add device tree support for v8 arch CTIMike Leach4-9/+230
2020-03-21coresight: cti: Add sysfs trigger / channel programming APIMike Leach3-0/+551
2020-03-21coresight: cti: Add sysfs access to program function registersMike Leach4-0/+397
2020-03-21coresight: cti: Add sysfs coresight mgmt register accessMike Leach2-0/+54
2020-03-21coresight: cti: Initial CoreSight CTI DriverMike Leach7-0/+786
2020-01-14coresight: etm4x: Fix unused function warningArnd Bergmann1-7/+6
2019-11-19coresight: replicator: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2019-11-19coresight: funnel: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2019-11-04coresight: etm4x: Fix BMVAL misuseRikard Falkeborn1-1/+1
2019-11-04coresight: Serialize enabling/disabling a link device.Yabin Cui4-52/+90
2019-11-04coresight: Add explicit architecture dependencyMark Brown1-0/+1
2019-11-04coresight: etm4x: Add missing single-shot control API to sysfsMike Leach3-1/+149
2019-11-04coresight: etm4x: Add view comparator settings API to sysfs.Mike Leach1-0/+52
2019-11-04coresight: etm4x: Improve usability of sysfs - CID and VMID masks.Mike Leach1-2/+8
2019-11-04coresight: etm4x: Improve usability of sysfs - include/exclude addr.Mike Leach1-5/+9
2019-11-04coresight: etm4x: Fix issues with start-stop logic.Mike Leach2-4/+36
2019-11-04coresight: etm4x: Add missing API to set EL match on address filtersMike Leach1-0/+42
2019-11-04coresight: etm4x: Fix input validation for sysfs.Mike Leach1-8/+13
2019-11-04coresight: etm4x: Fixes for ETM v4.4 architecture updates.Mike Leach3-11/+21
2019-11-04coresight: etm4x: Add support for ThunderX2Tanmay Vilas Kumar Jagdale1-0/+1
2019-11-04coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray3-0/+388
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds10-99/+176