Age | Commit message (Expand) | Author |
2021-02-11 | coresight: etm-perf: Support PID tracing for kernel at EL2 | Suzuki K Poulose |
2021-02-11 | coresight: etm-perf: Clarify comment on perf options | Leo Yan |
2021-02-05 | coresight: etm4x: Fix merge resolution for amba rework | Uwe Kleine-König |
2021-02-05 | Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ... | Greg Kroah-Hartman |
2021-02-04 | coresight: etm4x: Handle accesses to TRCSTALLCTLR | Suzuki K Poulose |
2021-02-04 | coresight: Add support for v8.4 SelfHosted tracing | Jonathan Zhou |
2021-02-04 | coresight: etm4x: Add support for sysreg only devices | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Run arch feature detection on the CPU | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Refactor probing routine | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Detect system instructions support | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Add necessary synchronization for sysreg access | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Expose trcdevarch via sysfs | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Use TRCDEVARCH for component discovery | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Detect access early on the target CPU | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Handle ETM architecture version | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Clean up exception level masks | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Cleanup secure exception level masks | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Check for Software Lock | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Define DEVARCH register fields | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Hide sysfs attributes for unavailable registers | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Add sysreg access helpers | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Add commentary on the registers | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Make offset available for sysfs attributes | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Convert all register accesses | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Always read the registers on the host CPU | Suzuki K Poulose |
2021-02-04 | coresight: Convert claim/disclaim operations to use access wrappers | Suzuki K Poulose |
2021-02-04 | coresight: Convert coresight_timeout to use access abstraction | Suzuki K Poulose |
2021-02-04 | coresight: tpiu: Prepare for using coresight device access abstraction | Suzuki K Poulose |
2021-02-04 | coresight: Introduce device access abstraction | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Skip accessing TRCPDCR in save/restore | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: Handle access to TRCSSPCICRn | Suzuki K Poulose |
2021-02-04 | coresight: etm4x: add AMBA id for Cortex-A55 and Cortex-A75 | Chunyan Zhang |
2021-02-04 | coresight: cti: Reduce scope for the variable 'cs_fwnode' in cti_plat_create_... | Markus Elfring |
2021-02-02 | amba: Make the remove callback return void | Uwe Kleine-König |
2021-01-21 | intel_th: pci: Add Alder Lake-P support | Alexander Shishkin |
2021-01-21 | stm class: Fix module init return on allocation failure | Wang Hui |
2020-12-15 | Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-12-15 | hwtracing: intel: use krealloc_array() | Bartosz Golaszewski |
2020-12-08 | coresight: etm4x: Modify core-commit to avoid HiSilicon ETM overflow | Qi Liu |
2020-12-08 | coresight: remove broken __exit annotations | Arnd Bergmann |
2020-12-08 | coresight: tmc-etr: Fix barrier packet insertion for perf buffer | Suzuki K Poulose |
2020-11-27 | coresight-stm: Fix W=1 warning in STM driver | Mathieu Poirier |
2020-11-27 | coresight-tpiu: Fix W=1 warning in TPIU driver | Mathieu Poirier |
2020-11-27 | coresight: Fix W=1 warnings in core framework | Mathieu Poirier |
2020-11-27 | coresight: tmc-etr: Check if page is valid before dma_map_page() | Mao Jinlong |
2020-11-27 | coresight: tmc-etr: Assign boolean values to a bool variable | Kaixu Xia |
2020-11-27 | coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf() | Sai Prakash Ranjan |
2020-11-27 | coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf() | Sai Prakash Ranjan |
2020-11-27 | coresight: Remove unnecessary THIS_MODULE of funnel and replicator driver | Qi Liu |
2020-11-27 | coresight: etm4x: Handle TRCVIPCSSCTLR accesses | Suzuki K Poulose |