Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-02 | coresight: funnel: Support static funnel | Leo Yan | 1 | -27/+89 |
2019-05-02 | coresight: replicator: Add new device id for static replicator | Leo Yan | 1 | -1/+5 |
2019-04-25 | coresight: etb10: Add support for CPU-wide trace scenarios | Mathieu Poirier | 1 | -4/+39 |
2019-04-25 | coresight: tmc-etf: Add support for CPU-wide trace scenarios | Mathieu Poirier | 1 | -5/+35 |
2019-04-25 | coresight: tmc-etr: Add support for CPU-wide trace scenarios | Mathieu Poirier | 3 | -5/+38 |
2019-04-25 | coresight: tmc-etr: Allocate and free ETR memory buffers for CPU-wide scenarios | Mathieu Poirier | 1 | -3/+104 |
2019-04-25 | coresight: tmc-etr: Introduce the notion of IDR to ETR devices | Mathieu Poirier | 2 | -0/+10 |
2019-04-25 | coresight: tmc-etr: Introduce the notion of reference counting to ETR devices | Mathieu Poirier | 2 | -0/+8 |
2019-04-25 | coresight: tmc-etr: Introduce the notion of process ID to ETR devices | Mathieu Poirier | 1 | -0/+4 |
2019-04-25 | coresight: tmc-etr: Create per-thread buffer allocation function | Mathieu Poirier | 1 | -1/+28 |
2019-04-25 | coresight: tmc-etr: Refactor function tmc_etr_setup_perf_buf() | Mathieu Poirier | 1 | -9/+30 |
2019-04-25 | coresight: Communicate perf event to sink buffer allocation functions | Mathieu Poirier | 4 | -15/+19 |
2019-04-25 | coresight: perf: Refactor function free_event_data() | Mathieu Poirier | 1 | -6/+18 |
2019-04-25 | coresight: perf: Clean up function etm_setup_aux() | Mathieu Poirier | 1 | -3/+5 |
2019-04-25 | coresight: Properly address concurrency in sink::update() functions | Mathieu Poirier | 2 | -2/+6 |
2019-04-25 | coresight: Properly address errors in sink::disable() functions | Mathieu Poirier | 3 | -15/+12 |
2019-04-25 | coresight: Move reference counting inside sink drivers | Mathieu Poirier | 5 | -29/+66 |
2019-04-25 | coresight: Adding return code to sink::disable() operation | Mathieu Poirier | 5 | -7/+15 |
2019-04-25 | coresight: etm4x: Configure tracers to emit timestamps | Mathieu Poirier | 1 | -1/+101 |
2019-04-25 | coresight: etm4x: Skip selector pair 0 | Mathieu Poirier | 1 | -2/+5 |
2019-04-25 | coresight: etm4x: Add kernel configuration for CONTEXTID | Mathieu Poirier | 3 | -0/+8 |
2019-04-25 | coresight: pmu: Adding ITRACE property to cs_etm PMU | Mathieu Poirier | 1 | -1/+2 |
2019-04-25 | coresight: tmc: Cleanup power management | Suzuki K Poulose | 1 | -2/+2 |
2019-04-25 | coresight: catu: Cleanup power management | Suzuki K Poulose | 1 | -1/+2 |
2019-04-25 | coresight: tpiu: Cleanup power management | Suzuki K Poulose | 1 | -3/+6 |
2019-04-25 | coresight: etb10: Cleanup power management | Suzuki K Poulose | 1 | -11/+3 |
2019-04-25 | coresight: Fix freeing up the coresight connections | Suzuki K Poulose | 1 | -1/+0 |
2019-04-25 | coresight: Merge the static and dynamic replicator drivers | Suzuki K Poulose | 4 | -299/+169 |
2019-04-25 | coresight: dynamic-replicator: Prepare for merging with static replicator | Suzuki K Poulose | 1 | -41/+63 |
2019-04-25 | coresight: replicator: Prepare for merging with dynamic-replicator | Suzuki K Poulose | 1 | -26/+36 |
2019-04-25 | coresight: dynamic-replicator: Clean up error handling | Suzuki K Poulose | 1 | -8/+16 |
2019-04-25 | coresight: tmc: Report DMA setup failures | Suzuki K Poulose | 1 | -1/+6 |
2019-04-25 | coresight: catu: Make catu_helper_ops and catu_ops static | YueHaibing | 1 | -2/+2 |
2019-04-25 | coresight: catu: fix clang build warning | Arnd Bergmann | 2 | -7/+3 |
2019-03-16 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 5 | -72/+77 |
2019-03-07 | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -11/+12 |
2019-02-26 | coresight: etm4x: Add support to enable ETMv4.2 | Sai Prakash Ranjan | 1 | -1/+2 |
2019-02-26 | ARM: 8837/1: coresight: etmv4: Update ID register table to add UCI support | Mike Leach | 2 | -9/+20 |
2019-02-26 | ARM: 8838/1: drivers: amba: Updates to component identification for driver ma... | Mike Leach | 4 | -63/+57 |
2019-02-22 | perf, pt, coresight: Fix address filters for vmas with non-zero offset | Alexander Shishkin | 1 | -3/+4 |
2019-02-08 | coresight: Use event attributes for sink selection | Mathieu Poirier | 3 | -12/+55 |
2019-02-08 | coresight: perf: Add "sinks" group to PMU directory | Mathieu Poirier | 3 | -1/+105 |
2019-02-08 | perf/aux: Make perf_event accessible to setup_aux() | Mathieu Poirier | 1 | -3/+3 |
2019-02-08 | coresight: Use of_node_name_eq for node name comparisons | Rob Herring | 1 | -2/+2 |
2019-02-08 | coresight: stm: Remove set but not used variable 'res_size' | YueHaibing | 1 | -8/+4 |
2019-02-08 | coresight: cpu-debug: Support for CA73 CPUs | Leo Yan | 1 | -0/+4 |
2019-02-06 | coresight: Use event attributes for sink selection | Mathieu Poirier | 3 | -12/+55 |
2019-02-06 | coresight: perf: Add "sinks" group to PMU directory | Mathieu Poirier | 3 | -1/+105 |
2019-02-06 | perf/aux: Make perf_event accessible to setup_aux() | Mathieu Poirier | 1 | -3/+3 |