Age | Commit message (Expand) | Author | Files | Lines |
2020-10-29 | coresight: cti: Initialize dynamic sysfs attributes | Suzuki K Poulose | 1 | -0/+7 |
2020-10-29 | coresight: Fix uninitialised pointer bug in etm_setup_aux() | Mike Leach | 1 | -1/+1 |
2020-10-29 | coresight: add module license | Arnd Bergmann | 1 | -0/+1 |
2020-10-05 | intel_th: pci: Add Alder Lake CPU support | Alexander Shishkin | 1 | -0/+5 |
2020-10-05 | intel_th: pci: Add Alder Lake-S support | Alexander Shishkin | 1 | -0/+5 |
2020-10-05 | stm class: ftrace: Use different channel accroding to CPU | Tingwei Zhang | 1 | -1/+4 |
2020-10-05 | stm class: ftrace: Enable supported trace export flag | Tingwei Zhang | 1 | -0/+2 |
2020-10-05 | stm class: ftrace: Change dependency to TRACING | Tingwei Zhang | 1 | -1/+1 |
2020-09-28 | coresight: etm4x: Fix save and restore of TRCVMIDCCTLR1 register | Sai Prakash Ranjan | 1 | -2/+2 |
2020-09-28 | coresight: core: Allow the coresight core driver to be built as a module | Tingwei Zhang | 5 | -15/+48 |
2020-09-28 | coresight: catu: Allow catu drivers to be built as modules | Tingwei Zhang | 2 | -1/+19 |
2020-09-28 | coresight: tmc-etr: Add function to register catu ops | Mian Yousaf Kaukab | 4 | -6/+36 |
2020-09-28 | coresight: cti: Allow cti to be built as a module | Tingwei Zhang | 5 | -5/+28 |
2020-09-28 | coresight: cti: Increase reference count when enabling cti | Tingwei Zhang | 1 | -3/+14 |
2020-09-28 | coresight: cti: Don't disable ect device if it's not enabled | Tingwei Zhang | 1 | -3/+8 |
2020-09-28 | coresight: cti: Fix bug clearing sysfs links on callback | Mike Leach | 2 | -3/+3 |
2020-09-28 | coresight: cti: Fix remove sysfs link error | Mike Leach | 1 | -3/+6 |
2020-09-28 | coresight: cti: Add function to register cti associate ops | Tingwei Zhang | 3 | -16/+55 |
2020-09-28 | coresight: replicator: Allow replicator driver to be built as module | Kim Phillips | 2 | -3/+67 |
2020-09-28 | coresight: funnel: Allow funnel driver to be built as module | Kim Phillips | 1 | -2/+63 |
2020-09-28 | coresight: tmc: Allow tmc to be built as a module | Kim Phillips | 3 | -5/+32 |
2020-09-28 | coresight: tpiu: Allow tpiu to be built as a module | Kim Phillips | 2 | -2/+23 |
2020-09-28 | coresight: etb: Allow etb to be built as a module | Kim Phillips | 2 | -2/+29 |
2020-09-28 | coresight: etm4x: Allow etm4x to be built as a module | Kim Phillips | 3 | -24/+69 |
2020-09-28 | coresight: etm3x: Allow etm3x to be built as a module | Kim Phillips | 3 | -42/+122 |
2020-09-28 | coresight: etm: perf: Fix warning caused by etm_setup_aux failure | Tingwei Zhang | 1 | -2/+2 |
2020-09-28 | coresight: stm: Allow to build coresight-stm as a module | Tingwei Zhang | 2 | -2/+23 |
2020-09-28 | coresight: Add try_get_module() in coresight_grab_device() | Tingwei Zhang | 1 | -7/+53 |
2020-09-28 | coresight: Export global symbols | Mian Yousaf Kaukab | 4 | -0/+17 |
2020-09-28 | coresight: Add coresight prefix to barrier_pkt | Tingwei Zhang | 4 | -7/+6 |
2020-09-28 | coresight: Use IS_ENABLED for CONFIGs that may be modules | Kim Phillips | 2 | -2/+2 |
2020-09-28 | coresight: cpu_debug: Define MODULE_DEVICE_TABLE | Tingwei Zhang | 1 | -0/+2 |
2020-09-28 | coresight: cpu_debug: Add module name in Kconfig | Tingwei Zhang | 1 | -0/+3 |
2020-09-17 | coresight: etm4x: Fix number of resources check for ETM 4.3 and above | Mike Leach | 2 | -1/+10 |
2020-09-17 | coresight: etm4x: Fix mis-usage of nr_resource in sysfs interface | Jonathan Zhou | 1 | -3/+6 |
2020-09-17 | coresight: Make sysfs functional on topologies with per core sink | Linu Cherian | 2 | -36/+29 |
2020-09-17 | coresight: etm: perf: Sink selection using sysfs is deprecated | Linu Cherian | 1 | -2/+0 |
2020-09-17 | coresight: etm4x: Fix issues on trcseqevr access | Jonathan Zhou | 1 | -2/+2 |
2020-09-17 | coresight: etm4x: Handle unreachable sink in perf mode | Suzuki K Poulose | 1 | -0/+10 |
2020-09-17 | coresight: cti: Write regsiters directly in cti_enable_hw() | Tingwei Zhang | 1 | -19/+5 |
2020-09-17 | coresight: etm4x: Fix issues within reset interface of sysfs | Jonathan Zhou | 1 | -1/+1 |
2020-09-17 | coresight: etm4x: Ensure default perf settings filter user/kernel | Mike Leach | 2 | -10/+25 |
2020-09-17 | coresight: cti: remove pm_runtime_get_sync() from CPU hotplug | Tingwei Zhang | 1 | -3/+0 |
2020-09-17 | coresight: cti: disclaim device only when it's claimed | Tingwei Zhang | 1 | -1/+2 |
2020-09-17 | coresight: etm4x: Add Support for HiSilicon ETM device | Qi Liu | 1 | -0/+2 |
2020-09-17 | coresight: fix offset by one error in counting ports | Mian Yousaf Kaukab | 1 | -5/+5 |
2020-09-17 | coresight: stm: Support marked packet | Tingwei Zhang | 1 | -4/+7 |
2020-09-17 | coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to init | Sai Prakash Ranjan | 1 | -34/+31 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 4 | -7/+4 |
2020-07-21 | coresight: etm4x: Fix save/restore during cpu idle | Suzuki K Poulose | 2 | -9/+9 |