summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
Commit message (Expand)AuthorAgeFilesLines
...
* coresight: etm: perf: Fix warning caused by etm_setup_aux failureTingwei Zhang2020-09-281-2/+2
* coresight: stm: Allow to build coresight-stm as a moduleTingwei Zhang2020-09-282-2/+23
* coresight: Add try_get_module() in coresight_grab_device()Tingwei Zhang2020-09-281-7/+53
* coresight: Export global symbolsMian Yousaf Kaukab2020-09-284-0/+17
* coresight: Add coresight prefix to barrier_pktTingwei Zhang2020-09-284-7/+6
* coresight: Use IS_ENABLED for CONFIGs that may be modulesKim Phillips2020-09-282-2/+2
* coresight: cpu_debug: Define MODULE_DEVICE_TABLETingwei Zhang2020-09-281-0/+2
* coresight: cpu_debug: Add module name in KconfigTingwei Zhang2020-09-281-0/+3
* coresight: etm4x: Fix number of resources check for ETM 4.3 and aboveMike Leach2020-09-172-1/+10
* coresight: etm4x: Fix mis-usage of nr_resource in sysfs interfaceJonathan Zhou2020-09-171-3/+6
* coresight: Make sysfs functional on topologies with per core sinkLinu Cherian2020-09-172-36/+29
* coresight: etm: perf: Sink selection using sysfs is deprecatedLinu Cherian2020-09-171-2/+0
* coresight: etm4x: Fix issues on trcseqevr accessJonathan Zhou2020-09-171-2/+2
* coresight: etm4x: Handle unreachable sink in perf modeSuzuki K Poulose2020-09-171-0/+10
* coresight: cti: Write regsiters directly in cti_enable_hw()Tingwei Zhang2020-09-171-19/+5
* coresight: etm4x: Fix issues within reset interface of sysfsJonathan Zhou2020-09-171-1/+1
* coresight: etm4x: Ensure default perf settings filter user/kernelMike Leach2020-09-172-10/+25
* coresight: cti: remove pm_runtime_get_sync() from CPU hotplugTingwei Zhang2020-09-171-3/+0
* coresight: cti: disclaim device only when it's claimedTingwei Zhang2020-09-171-1/+2
* coresight: etm4x: Add Support for HiSilicon ETM deviceQi Liu2020-09-171-0/+2
* coresight: fix offset by one error in counting portsMian Yousaf Kaukab2020-09-171-5/+5
* coresight: stm: Support marked packetTingwei Zhang2020-09-171-4/+7
* coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to initSai Prakash Ranjan2020-09-171-34/+31
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-7/+4
* coresight: etm4x: Fix save/restore during cpu idleSuzuki K Poulose2020-07-212-9/+9
* coresight: etm: perf: Add default sink selection to etm perfMike Leach2020-07-211-3/+14
* coresight: tmc: Update sink types for default selectionMike Leach2020-07-211-1/+2
* coresight: Add default sink selection to CoreSight baseMike Leach2020-07-212-0/+168
* coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()Sai Prakash Ranjan2020-07-211-7/+6
* coresight: tmc: Add shutdown callback for TMC ETRSai Prakash Ranjan2020-07-213-1/+25
* coresight: etmv4: Counter values not saved on disableMike Leach2020-07-211-0/+6
* coresight: etmv4: Fix resource selector constantMike Leach2020-07-211-2/+2
* coresight: Drop double check for ACPI companion deviceAndy Shevchenko2020-07-211-2/+0
* coresight: Use devm_kcalloc() in coresight_alloc_conns()Xu Wang2020-07-211-3/+2
* coresight: replicator: Reset replicator if context is lostSai Prakash Ranjan2020-07-211-17/+38
* coresight: etm4x: Add support to skip trace unit power upTingwei Zhang2020-07-212-10/+20
* coresight: catu: Use CS_AMBA_ID macro for id tableSai Prakash Ranjan2020-07-211-4/+1
* coresight: replicator: Use CS_AMBA_ID macro for id tableSai Prakash Ranjan2020-07-211-10/+3
* intel_th: Fix a NULL dereference when hub driver is not loadedAlexander Shishkin2020-07-102-6/+19
* intel_th: pci: Add Emmitsburg PCH supportAlexander Shishkin2020-07-101-0/+5
* intel_th: pci: Add Tiger Lake PCH-H supportAlexander Shishkin2020-07-101-0/+5
* intel_th: pci: Add Jasper Lake CPU supportAlexander Shishkin2020-07-101-0/+5
* coresight: etmv4: Fix CPU power management setup in probe() functionMike Leach2020-07-011-29/+53
* coresight: cti: Fix error handling in probeDan Carpenter2020-07-011-42/+54
* stm class: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-152-3/+3
* Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-0715-106/+619
|\
| * coresight: cti: Add CPU idle pm notifer to CTI devicesMike Leach2020-05-191-0/+69
| * 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