summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2020-09-28coresight: Use IS_ENABLED for CONFIGs that may be modulesKim Phillips2-2/+2
2020-09-28coresight: cpu_debug: Define MODULE_DEVICE_TABLETingwei Zhang1-0/+2
2020-09-28coresight: cpu_debug: Add module name in KconfigTingwei Zhang1-0/+3
2020-09-17coresight: etm4x: Fix number of resources check for ETM 4.3 and aboveMike Leach2-1/+10
2020-09-17coresight: etm4x: Fix mis-usage of nr_resource in sysfs interfaceJonathan Zhou1-3/+6
2020-09-17coresight: Make sysfs functional on topologies with per core sinkLinu Cherian2-36/+29
2020-09-17coresight: etm: perf: Sink selection using sysfs is deprecatedLinu Cherian1-2/+0
2020-09-17coresight: etm4x: Fix issues on trcseqevr accessJonathan Zhou1-2/+2
2020-09-17coresight: etm4x: Handle unreachable sink in perf modeSuzuki K Poulose1-0/+10
2020-09-17coresight: cti: Write regsiters directly in cti_enable_hw()Tingwei Zhang1-19/+5
2020-09-17coresight: etm4x: Fix issues within reset interface of sysfsJonathan Zhou1-1/+1
2020-09-17coresight: etm4x: Ensure default perf settings filter user/kernelMike Leach2-10/+25
2020-09-17coresight: cti: remove pm_runtime_get_sync() from CPU hotplugTingwei Zhang1-3/+0
2020-09-17coresight: cti: disclaim device only when it's claimedTingwei Zhang1-1/+2
2020-09-17coresight: etm4x: Add Support for HiSilicon ETM deviceQi Liu1-0/+2
2020-09-17coresight: fix offset by one error in counting portsMian Yousaf Kaukab1-5/+5
2020-09-17coresight: stm: Support marked packetTingwei Zhang1-4/+7
2020-09-17coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to initSai Prakash Ranjan1-34/+31
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-7/+4
2020-07-21coresight: etm4x: Fix save/restore during cpu idleSuzuki K Poulose2-9/+9
2020-07-21coresight: etm: perf: Add default sink selection to etm perfMike Leach1-3/+14
2020-07-21coresight: tmc: Update sink types for default selectionMike Leach1-1/+2
2020-07-21coresight: Add default sink selection to CoreSight baseMike Leach2-0/+168
2020-07-21coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()Sai Prakash Ranjan1-7/+6
2020-07-21coresight: tmc: Add shutdown callback for TMC ETRSai Prakash Ranjan3-1/+25
2020-07-21coresight: etmv4: Counter values not saved on disableMike Leach1-0/+6
2020-07-21coresight: etmv4: Fix resource selector constantMike Leach1-2/+2
2020-07-21coresight: Drop double check for ACPI companion deviceAndy Shevchenko1-2/+0
2020-07-21coresight: Use devm_kcalloc() in coresight_alloc_conns()Xu Wang1-3/+2
2020-07-21coresight: replicator: Reset replicator if context is lostSai Prakash Ranjan1-17/+38
2020-07-21coresight: etm4x: Add support to skip trace unit power upTingwei Zhang2-10/+20
2020-07-21coresight: catu: Use CS_AMBA_ID macro for id tableSai Prakash Ranjan1-4/+1
2020-07-21coresight: replicator: Use CS_AMBA_ID macro for id tableSai Prakash Ranjan1-10/+3
2020-07-10intel_th: Fix a NULL dereference when hub driver is not loadedAlexander Shishkin2-6/+19
2020-07-10intel_th: pci: Add Emmitsburg PCH supportAlexander Shishkin1-0/+5
2020-07-10intel_th: pci: Add Tiger Lake PCH-H supportAlexander Shishkin1-0/+5
2020-07-10intel_th: pci: Add Jasper Lake CPU supportAlexander Shishkin1-0/+5
2020-07-01coresight: etmv4: Fix CPU power management setup in probe() functionMike Leach1-29/+53
2020-07-01coresight: cti: Fix error handling in probeDan Carpenter1-42/+54
2020-06-15stm class: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-3/+3
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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