Age | Commit message (Expand) | Author | Files | Lines |
2021-02-04 | coresight: tpiu: Prepare for using coresight device access abstraction | Suzuki K Poulose | 1 | -17/+13 |
2021-02-04 | coresight: Introduce device access abstraction | Suzuki K Poulose | 11 | -0/+53 |
2021-02-04 | coresight: etm4x: Skip accessing TRCPDCR in save/restore | Suzuki K Poulose | 1 | -5/+7 |
2021-02-04 | coresight: etm4x: Handle access to TRCSSPCICRn | Suzuki K Poulose | 2 | -5/+26 |
2021-02-04 | coresight: etm4x: add AMBA id for Cortex-A55 and Cortex-A75 | Chunyan Zhang | 1 | -0/+2 |
2021-02-04 | coresight: cti: Reduce scope for the variable 'cs_fwnode' in cti_plat_create_... | Markus Elfring | 1 | -3/+3 |
2021-02-02 | amba: Make the remove callback return void | Uwe Kleine-König | 11 | -30/+13 |
2021-01-21 | intel_th: pci: Add Alder Lake-P support | Alexander Shishkin | 1 | -0/+5 |
2021-01-21 | stm class: Fix module init return on allocation failure | Wang Hui | 1 | -2/+4 |
2020-12-16 | Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 16 | -44/+188 |
2020-12-15 | hwtracing: intel: use krealloc_array() | Bartosz Golaszewski | 1 | -1/+1 |
2020-12-08 | coresight: etm4x: Modify core-commit to avoid HiSilicon ETM overflow | Qi Liu | 3 | -0/+114 |
2020-12-08 | coresight: remove broken __exit annotations | Arnd Bergmann | 10 | -16/+16 |
2020-12-08 | coresight: tmc-etr: Fix barrier packet insertion for perf buffer | Suzuki K Poulose | 1 | -1/+1 |
2020-11-27 | coresight-stm: Fix W=1 warning in STM driver | Mathieu Poirier | 1 | -1/+1 |
2020-11-27 | coresight-tpiu: Fix W=1 warning in TPIU driver | Mathieu Poirier | 1 | -1/+1 |
2020-11-27 | coresight: Fix W=1 warnings in core framework | Mathieu Poirier | 1 | -1/+7 |
2020-11-27 | coresight: tmc-etr: Check if page is valid before dma_map_page() | Mao Jinlong | 1 | -0/+2 |
2020-11-27 | coresight: tmc-etr: Assign boolean values to a bool variable | Kaixu Xia | 1 | -2/+2 |
2020-11-27 | coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf() | Sai Prakash Ranjan | 1 | -1/+3 |
2020-11-27 | coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf() | Sai Prakash Ranjan | 2 | -1/+5 |
2020-11-27 | coresight: Remove unnecessary THIS_MODULE of funnel and replicator driver | Qi Liu | 2 | -2/+2 |
2020-11-27 | coresight: etm4x: Handle TRCVIPCSSCTLR accesses | Suzuki K Poulose | 1 | -4/+7 |
2020-11-27 | coresight: etm4x: Fix accesses to TRCPROCSELR | Suzuki K Poulose | 1 | -4/+6 |
2020-11-27 | coresight: etm4x: Update TRCIDR3.NUMPROCS handling to match v4.2 | Suzuki K Poulose | 1 | -2/+7 |
2020-11-27 | coresight: etm4x: Fix accesses to TRCCIDCTLR1 | Suzuki K Poulose | 1 | -3/+6 |
2020-11-27 | coresight: etm4x: Fix accesses to TRCVMIDCTLR1 | Suzuki K Poulose | 1 | -3/+6 |
2020-11-27 | coresight: core: Remove unneeded semicolon | Zou Wei | 1 | -1/+1 |
2020-11-27 | coresight: etm4x: Skip setting LPOVERRIDE bit for qcom, skip-power-up | Sai Prakash Ranjan | 1 | -1/+1 |
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 |