summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorLines
2020-07-21coresight: etm4x: Fix save/restore during cpu idleSuzuki K Poulose-9/+9
2020-07-21coresight: etm: perf: Add default sink selection to etm perfMike Leach-3/+14
2020-07-21coresight: tmc: Update sink types for default selectionMike Leach-1/+2
2020-07-21coresight: Add default sink selection to CoreSight baseMike Leach-0/+168
2020-07-21coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()Sai Prakash Ranjan-7/+6
2020-07-21coresight: tmc: Add shutdown callback for TMC ETRSai Prakash Ranjan-1/+25
2020-07-21coresight: etmv4: Counter values not saved on disableMike Leach-0/+6
2020-07-21coresight: etmv4: Fix resource selector constantMike Leach-2/+2
2020-07-21coresight: Drop double check for ACPI companion deviceAndy Shevchenko-2/+0
2020-07-21coresight: Use devm_kcalloc() in coresight_alloc_conns()Xu Wang-3/+2
2020-07-21coresight: replicator: Reset replicator if context is lostSai Prakash Ranjan-17/+38
2020-07-21coresight: etm4x: Add support to skip trace unit power upTingwei Zhang-10/+20
2020-07-21coresight: catu: Use CS_AMBA_ID macro for id tableSai Prakash Ranjan-4/+1
2020-07-21coresight: replicator: Use CS_AMBA_ID macro for id tableSai Prakash Ranjan-10/+3
2020-07-10intel_th: Fix a NULL dereference when hub driver is not loadedAlexander Shishkin-6/+19
2020-07-10intel_th: pci: Add Emmitsburg PCH supportAlexander Shishkin-0/+5
2020-07-10intel_th: pci: Add Tiger Lake PCH-H supportAlexander Shishkin-0/+5
2020-07-10intel_th: pci: Add Jasper Lake CPU supportAlexander Shishkin-0/+5
2020-07-01coresight: etmv4: Fix CPU power management setup in probe() functionMike Leach-29/+53
2020-07-01coresight: cti: Fix error handling in probeDan Carpenter-42/+54
2020-06-15stm class: Replace zero-length array with flexible-arrayGustavo A. R. Silva-3/+3
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-106/+619
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2020-05-19coresight: cti: Add CPU idle pm notifer to CTI devicesMike Leach-0/+69
2020-05-19coresight: cti: Add CPU Hotplug handling to CTI driverMike Leach-0/+92
2020-05-19coresight: etm4x: Fix use-after-free of per-cpu etm drvdataSuzuki K Poulose-0/+1
2020-05-19coresight: Avoid casting void pointersStephen Boyd-3/+6
2020-05-19coresight: Include required headers in C filesStephen Boyd-2/+33
2020-05-19coresight: Initialize arg in sparse friendly wayStephen Boyd-2/+2
2020-05-19coresight: Don't initialize variables unnecessarilyStephen Boyd-4/+4
2020-05-19coresight: Mark some functions staticStephen Boyd-6/+5
2020-05-19coresight: etm4x: Add support for Neoverse N1 ETMAnurag Koul-0/+1
2020-05-19coresight: etmv4: Update default filter and initialisationMike Leach-18/+7
2020-05-19coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb()Sai Prakash Ranjan-8/+8
2020-05-19coresight: Fix support for sparsely populated portsSuzuki K Poulose-26/+66
2020-05-19coresight: etb10: Make coresight_etb_groups staticJason Yan-1/+1
2020-05-19coresight: cti: Make some symbols staticJason Yan-3/+3
2020-05-19coresight: etm4x: Replace ETM PIDs with UCI IDs for Kryo385Sai Prakash Ranjan-2/+2
2020-05-19coresight: etm4x: Add support for Qualcomm SC7180 SoCSai Prakash Ranjan-0/+2
2020-05-19coresight: cti: Add in sysfs links to other coresight devicesMike Leach-4/+48
2020-05-19coresight: Expose device connections via sysfsSuzuki K Poulose-12/+119
2020-05-19coresight: Add generic sysfs link creation functionsMike Leach-1/+130
2020-05-19coresight: Add return value for fixup connectionsSuzuki K Poulose-10/+14
2020-05-19coresight: Pass coresight_device for coresight_release_platform_dataSuzuki K Poulose-5/+7
2020-05-15coresight: cti: remove incorrect NULL return checkCalvin Johnson-2/+2
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab-1/+1
2020-03-24intel_th: msu: Make stopping the trace optionalAlexander Shishkin-1/+37
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman-9/+15
2020-03-21coresight: cti: Add connection information to sysfsMike Leach-3/+346
2020-03-21coresight: cti: Enable CTI associated with devicesMike Leach-5/+204