| Commit message (Expand) | Author | Age | Files | Lines |
* | coresight: syscfg: Add API to activate and enable configurations | Mike Leach | 2021-08-18 | 1 | -0/+2 |
* | coresight: syscfg: Add registration and feature loading for cs devices | Mike Leach | 2021-08-18 | 1 | -0/+7 |
* | coresight: core: Add support for dedicated percpu sinks | Anshuman Khandual | 2021-04-06 | 1 | -0/+13 |
* | coresight: Convert claim/disclaim operations to use access wrappers | Suzuki K Poulose | 2021-02-04 | 1 | -8/+8 |
* | coresight: Convert coresight_timeout to use access abstraction | Suzuki K Poulose | 2021-02-04 | 1 | -3/+8 |
* | coresight: Introduce device access abstraction | Suzuki K Poulose | 2021-02-04 | 1 | -3/+188 |
* | coresight: cti: Don't disable ect device if it's not enabled | Tingwei Zhang | 2020-09-28 | 1 | -0/+1 |
* | coresight: Use IS_ENABLED for CONFIGs that may be modules | Kim Phillips | 2020-09-28 | 1 | -1/+1 |
* | coresight: Add default sink selection to CoreSight base | Mike Leach | 2020-07-21 | 1 | -0/+3 |
* | coresight: Fix comment in main header file | Mike Leach | 2020-07-21 | 1 | -1/+2 |
* | coresight: Fix support for sparsely populated ports | Suzuki K Poulose | 2020-05-19 | 1 | -4/+6 |
* | coresight: Expose device connections via sysfs | Suzuki K Poulose | 2020-05-19 | 1 | -0/+2 |
* | coresight: Add generic sysfs link creation functions | Mike Leach | 2020-05-19 | 1 | -0/+20 |
* | coresight: cti: Enable CTI associated with devices | Mike Leach | 2020-03-21 | 1 | -0/+4 |
* | coresight: cti: Initial CoreSight CTI Driver | Mike Leach | 2020-03-21 | 1 | -0/+23 |
* | coresight: etm4x: Save/restore state across CPU low power states | Andrew Murray | 2019-11-04 | 1 | -0/+6 |
* | coresight: Use platform agnostic names | Suzuki K Poulose | 2019-06-20 | 1 | -1/+24 |
* | coresight: Use fwnode handle instead of device names | Suzuki K Poulose | 2019-06-20 | 1 | -2/+2 |
* | coresight: Reuse platform data structure for connection tracking | Suzuki K Poulose | 2019-06-20 | 1 | -6/+2 |
* | coresight: Remove name from platform description | Suzuki K Poulose | 2019-06-20 | 1 | -4/+4 |
* | coresight: Remove cpu field from platform data | Suzuki K Poulose | 2019-06-20 | 1 | -2/+0 |
* | coresight: Make device to CPU mapping generic | Suzuki K Poulose | 2019-06-20 | 1 | -6/+1 |
* | coresight: Introduce generic platform data helper | Suzuki K Poulose | 2019-06-20 | 1 | -5/+2 |
* | coresight: Communicate perf event to sink buffer allocation functions | Mathieu Poirier | 2019-04-25 | 1 | -2/+3 |
* | coresight: Adding return code to sink::disable() operation | Mathieu Poirier | 2019-04-25 | 1 | -1/+1 |
* | coresight: perf: Add "sinks" group to PMU directory | Mathieu Poirier | 2019-02-06 | 1 | -2/+5 |
* | coresight: Add support for CLAIM tag protocol | Suzuki K Poulose | 2018-09-25 | 1 | -0/+20 |
* | coresight: perf: Remove set_buffer call back | Suzuki K Poulose | 2018-09-25 | 1 | -5/+1 |
* | coresight: perf: Remove reset_buffer call back for sinks | Suzuki K Poulose | 2018-09-25 | 1 | -5/+1 |
* | coresight: platform: Cleanup coresight connection handling | Suzuki K Poulose | 2018-09-25 | 1 | -7/+2 |
* | coresight: Introduce support for Coresight Address Translation Unit | Suzuki K Poulose | 2018-07-15 | 1 | -0/+1 |
* | coresight: Add helper device type | Suzuki K Poulose | 2018-07-15 | 1 | -0/+24 |
* | coresight: Cleanup device subtype struct | Suzuki K Poulose | 2018-07-15 | 1 | -9/+12 |
* | coresight: Cleanup platform description data | Suzuki K Poulose | 2018-07-15 | 1 | -2/+0 |
* | coresight: Remove function coresight_vpid_to_pid() | Mathieu Poirier | 2018-07-15 | 1 | -20/+0 |
* | coresight: Moving framework and drivers to SPDX identifier | Mathieu Poirier | 2018-05-14 | 1 | -10/+3 |
* | coresight: refactor with function of_coresight_get_cpu | Leo Yan | 2017-06-09 | 1 | -0/+3 |
* | coresight: use const for device_node structures | Leo Yan | 2017-06-09 | 1 | -3/+4 |
* | perf/core: Keep AUX flags in the output handle | Will Deacon | 2017-03-16 | 1 | -1/+1 |
* | coresight: etm-perf: pass struct perf_event to source::enable/disable() | Mathieu Poirier | 2016-08-31 | 1 | -2/+3 |
* | coresight: etb10: implementing AUX API | Mathieu Poirier | 2016-02-20 | 1 | -2/+19 |
* | coresight: etb10: adding operation mode for sink->enable() | Mathieu Poirier | 2016-02-20 | 1 | -1/+1 |
* | coresight: etm3x: implementing perf_enable/disable() API | Mathieu Poirier | 2016-02-20 | 1 | -2/+4 |
* | coresight: etm3x: adding operation mode for etm_enable() | Mathieu Poirier | 2016-02-20 | 1 | -1/+1 |
* | coresight: associating path with session rather than tracer | Mathieu Poirier | 2016-02-20 | 1 | -2/+0 |
* | coresight: implementing 'cpu_id()' API | Mathieu Poirier | 2016-02-07 | 1 | -0/+3 |
* | coresight: fixing typographical error | Mathieu Poirier | 2015-10-07 | 1 | -1/+1 |
* | coresight: Fix implicit inclusion of linux/sched.h | Mark Brown | 2015-08-05 | 1 | -0/+1 |
* | Coresight: Add an interface for supporting ETM3/4 Context ID tracing | Chunyan Zhang | 2015-08-05 | 1 | -0/+20 |
* | coresight: remove the unnecessary function coresight_is_bit_set() | Kaixu Xia | 2015-02-04 | 1 | -3/+0 |