summary refs log tree commit diff
path: root/drivers/hwtracing
AgeCommit message (Expand)Author
2020-09-28coresight: tpiu: Allow tpiu to be built as a moduleKim Phillips
2020-09-28coresight: etb: Allow etb to be built as a moduleKim Phillips
2020-09-28coresight: etm4x: Allow etm4x to be built as a moduleKim Phillips
2020-09-28coresight: etm3x: Allow etm3x to be built as a moduleKim Phillips
2020-09-28coresight: etm: perf: Fix warning caused by etm_setup_aux failureTingwei Zhang
2020-09-28coresight: stm: Allow to build coresight-stm as a moduleTingwei Zhang
2020-09-28coresight: Add try_get_module() in coresight_grab_device()Tingwei Zhang
2020-09-28coresight: Export global symbolsMian Yousaf Kaukab
2020-09-28coresight: Add coresight prefix to barrier_pktTingwei Zhang
2020-09-28coresight: Use IS_ENABLED for CONFIGs that may be modulesKim Phillips
2020-09-28coresight: cpu_debug: Define MODULE_DEVICE_TABLETingwei Zhang
2020-09-28coresight: cpu_debug: Add module name in KconfigTingwei Zhang
2020-09-17coresight: etm4x: Fix number of resources check for ETM 4.3 and aboveMike Leach
2020-09-17coresight: etm4x: Fix mis-usage of nr_resource in sysfs interfaceJonathan Zhou
2020-09-17coresight: Make sysfs functional on topologies with per core sinkLinu Cherian
2020-09-17coresight: etm: perf: Sink selection using sysfs is deprecatedLinu Cherian
2020-09-17coresight: etm4x: Fix issues on trcseqevr accessJonathan Zhou
2020-09-17coresight: etm4x: Handle unreachable sink in perf modeSuzuki K Poulose
2020-09-17coresight: cti: Write regsiters directly in cti_enable_hw()Tingwei Zhang
2020-09-17coresight: etm4x: Fix issues within reset interface of sysfsJonathan Zhou
2020-09-17coresight: etm4x: Ensure default perf settings filter user/kernelMike Leach
2020-09-17coresight: cti: remove pm_runtime_get_sync() from CPU hotplugTingwei Zhang
2020-09-17coresight: cti: disclaim device only when it's claimedTingwei Zhang
2020-09-17coresight: etm4x: Add Support for HiSilicon ETM deviceQi Liu
2020-09-17coresight: fix offset by one error in counting portsMian Yousaf Kaukab
2020-09-17coresight: stm: Support marked packetTingwei Zhang
2020-09-17coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to initSai Prakash Ranjan
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-21coresight: etm4x: Fix save/restore during cpu idleSuzuki K Poulose
2020-07-21coresight: etm: perf: Add default sink selection to etm perfMike Leach
2020-07-21coresight: tmc: Update sink types for default selectionMike Leach
2020-07-21coresight: Add default sink selection to CoreSight baseMike Leach
2020-07-21coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()Sai Prakash Ranjan
2020-07-21coresight: tmc: Add shutdown callback for TMC ETRSai Prakash Ranjan
2020-07-21coresight: etmv4: Counter values not saved on disableMike Leach
2020-07-21coresight: etmv4: Fix resource selector constantMike Leach
2020-07-21coresight: Drop double check for ACPI companion deviceAndy Shevchenko
2020-07-21coresight: Use devm_kcalloc() in coresight_alloc_conns()Xu Wang
2020-07-21coresight: replicator: Reset replicator if context is lostSai Prakash Ranjan
2020-07-21coresight: etm4x: Add support to skip trace unit power upTingwei Zhang
2020-07-21coresight: catu: Use CS_AMBA_ID macro for id tableSai Prakash Ranjan
2020-07-21coresight: replicator: Use CS_AMBA_ID macro for id tableSai Prakash Ranjan
2020-07-10intel_th: Fix a NULL dereference when hub driver is not loadedAlexander Shishkin
2020-07-10intel_th: pci: Add Emmitsburg PCH supportAlexander Shishkin
2020-07-10intel_th: pci: Add Tiger Lake PCH-H supportAlexander Shishkin
2020-07-10intel_th: pci: Add Jasper Lake CPU supportAlexander Shishkin
2020-07-01coresight: etmv4: Fix CPU power management setup in probe() functionMike Leach
2020-07-01coresight: cti: Fix error handling in probeDan Carpenter
2020-06-15stm class: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds