| Commit message (Expand) | Author | Age | Files | Lines |
* | coresight: etm4x: Do not access TRCIDR1 for identification | Suzuki K Poulose | 2023-03-21 | 2 | -27/+15 |
* | coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug | Steve Clevenger | 2023-03-21 | 1 | -1/+1 |
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-02-24 | 2 | -5/+5 |
|\ |
|
| * | driver core: make struct device_type.devnode() take a const * | Greg Kroah-Hartman | 2023-01-27 | 2 | -5/+5 |
* | | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-02-24 | 28 | -195/+2171 |
|\ \ |
|
| * | | coresight: tmc: Don't enable TMC when it's not ready. | Yabin Cui | 2023-01-30 | 4 | -14/+56 |
| * | | coresight: tpda: fix return value check in tpda_probe() | Yang Yingliang | 2023-01-30 | 1 | -2/+2 |
| * | | Coresight: tpda/tpdm: remove incorrect __exit annotation | Arnd Bergmann | 2023-01-26 | 2 | -2/+2 |
| * | | coresight: perf: Output trace id only once | Suzuki K Poulose | 2023-01-24 | 2 | -4/+14 |
| * | | coresight: Fix uninitialised variable use in coresight_disable | Suzuki K Poulose | 2023-01-24 | 1 | -1/+1 |
| * | | Coresight: Add TPDA link driver | Mao Jinlong | 2023-01-20 | 4 | -0/+258 |
| * | | coresight-tpdm: Add integration test support | Mao Jinlong | 2023-01-20 | 2 | -0/+68 |
| * | | coresight-tpdm: Add DSB dataset support | Mao Jinlong | 2023-01-20 | 2 | -0/+78 |
| * | | Coresight: Add coresight TPDM source driver | Mao Jinlong | 2023-01-20 | 5 | -1/+192 |
| * | | coresight: core: Use IDR for non-cpu bound sources' paths. | Mao Jinlong | 2023-01-19 | 1 | -11/+26 |
| * | | coresight: trace-id: Add debug & test macros to Trace ID allocation | Mike Leach | 2023-01-19 | 1 | -0/+33 |
| * | | coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace ID | Mike Leach | 2023-01-19 | 1 | -0/+7 |
| * | | coresight: etmX.X: stm: Remove trace_id() callback | Mike Leach | 2023-01-19 | 4 | -54/+0 |
| * | | coresight: etm3x: Update ETM3 driver to use Trace ID API | Mike Leach | 2023-01-19 | 3 | -26/+75 |
| * | | coresight: etm4x: Update ETM4 driver to use Trace ID API | Mike Leach | 2023-01-19 | 3 | -10/+93 |
| * | | coresight: stm: Update STM driver to use Trace ID API | Mike Leach | 2023-01-19 | 1 | -27/+14 |
| * | | coresight: perf: traceid: Add perf ID allocation and notifiers | Mike Leach | 2023-01-19 | 1 | -0/+16 |
| * | | coresight: Remove obsolete Trace ID unniqueness checks | Mike Leach | 2023-01-19 | 1 | -45/+0 |
| * | | coresight: trace-id: Add API to dynamically assign Trace ID values | Mike Leach | 2023-01-19 | 3 | -1/+421 |
| * | | hwtracing: hisi_ptt: Only add the supported devices to the filters list | Yicong Yang | 2023-01-19 | 1 | -0/+10 |
| * | | coresight: ultrasoc-smb: fix return value check in smb_init_data_buffer() | Yang Yingliang | 2023-01-19 | 1 | -1/+1 |
| * | | drivers/coresight: Add UltraSoc System Memory Buffer driver | Qi Liu | 2023-01-16 | 4 | -0/+786 |
| * | | coresight: cti: Remove atomic type from enable_req_count | James Clark | 2023-01-16 | 3 | -9/+9 |
| * | | coresight: cti: Add PM runtime call in enable_store | Mao Jinlong | 2023-01-16 | 1 | -2/+11 |
| * | | coresight: cti: Prevent negative values of enable count | James Clark | 2023-01-16 | 1 | -2/+9 |
| * | | coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR | Junhao He | 2023-01-16 | 1 | -6/+12 |
| |/ |
|
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-24 | 2 | -2/+2 |
|\ \ |
|
| * | | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 2023-02-10 | 2 | -2/+2 |
| |/ |
|
* / | drivers/hwtracing/stm: Remove "select SRCU" | Paul E. McKenney | 2023-02-03 | 1 | -1/+0 |
|/ |
|
* | coresight: etm4x: fix repeated words in comments | Jilin Yuan | 2022-11-28 | 1 | -1/+1 |
* | coresight: cti: Fix null pointer error on CTI init before ETM | Mike Leach | 2022-11-28 | 1 | -1/+1 |
* | coresight: trbe: remove cpuhp instance node before remove cpuhp state | Yang Shen | 2022-11-28 | 1 | -0/+1 |
* | coresight: etm4x: add CPU hotplug support for probing | Tamas Zsoldos | 2022-10-31 | 1 | -40/+113 |
* | coresight: cti: Fix hang in cti_disable_hw() | James Clark | 2022-10-25 | 1 | -5/+0 |
* | Revert "coresight: cti: Fix hang in cti_disable_hw()" | Greg Kroah-Hartman | 2022-10-24 | 1 | -0/+3 |
* | coresight: cti: Fix hang in cti_disable_hw() | James Clark | 2022-10-20 | 1 | -3/+0 |
* | coresight: Fix possible deadlock with lock dependency | Sudeep Holla | 2022-10-20 | 2 | -5/+7 |
* | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-10-08 | 18 | -312/+1497 |
|\ |
|
| * | hwtracing: hisi_ptt: Fix up for "iommu/dma: Make header private" | Stephen Rothwell | 2022-09-12 | 1 | -1/+0 |
| * | hwtracing: hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Tr... | Yicong Yang | 2022-09-09 | 2 | -0/+154 |
| * | hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and T... | Yicong Yang | 2022-09-09 | 5 | -0/+1109 |
| * | coresight: cti-sysfs: Mark coresight_cti_reg_store() as __maybe_unused | Nathan Chancellor | 2022-09-06 | 1 | -3/+3 |
| * | coresight: Make new csdev_access offsets unsigned | James Clark | 2022-08-31 | 4 | -34/+31 |
| * | coresight: cti-sysfs: Re-use same functions for similar sysfs register accessors | James Clark | 2022-08-31 | 2 | -127/+91 |
| * | coresight: Re-use same function for similar sysfs register accessors | James Clark | 2022-08-31 | 8 | -131/+91 |