| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-02-26 | coresight-tpdm: Add MCMB dataset support | Mao Jinlong | 3 | -20/+54 |
| 2025-02-26 | coresight-etm4x: add isb() before reading the TRCSTATR | Yuanfang Zhang | 2 | -10/+58 |
| 2025-02-26 | coresight: etm4x: don't include '<linux/pm_wakeup.h>' directly | Wolfram Sang | 1 | -1/+0 |
| 2025-02-24 | coresight: tpdm: Constify amba_id table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2025-02-24 | coresight: tpda: Constify amba_id table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2025-02-24 | coresight: catu: Constify amba_id table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2025-02-21 | coresight: config: Add preloaded configuration | Linu Cherian | 4 | -1/+88 |
| 2025-02-21 | coresight: tmc: Stop trace capture on FlIn | Linu Cherian | 4 | -10/+47 |
| 2025-02-21 | coresight: tmc: Add support for reading crash data | Linu Cherian | 3 | -3/+258 |
| 2025-02-21 | coresight: tmc: Enable panic sync handling | Linu Cherian | 4 | -0/+233 |
| 2025-02-21 | coresight: core: Add provision for panic callbacks | Linu Cherian | 1 | -0/+42 |
| 2025-02-21 | coresight: tmc-etr: Add support to use reserved trace memory | Linu Cherian | 3 | -0/+154 |
| 2025-02-21 | coresight: catu: Fix number of pages while using 64k pages | Ilkka Koskinen | 1 | -1/+1 |
| 2025-02-20 | intel_th: pci: Add Panther Lake-P/U support | Alexander Shishkin | 1 | -0/+5 |
| 2025-02-20 | intel_th: pci: Add Panther Lake-H support | Alexander Shishkin | 1 | -0/+5 |
| 2025-02-20 | intel_th: pci: Add Arrow Lake support | Pawel Chmielewski | 1 | -0/+5 |
| 2025-02-20 | intel_th: msu: Fix less trivial kernel-doc warnings | Alexander Shishkin | 1 | -1/+8 |
| 2025-02-20 | intel_th: msu: Fix kernel-doc warnings | Andy Shevchenko | 1 | -1/+3 |
| 2025-02-18 | stm class: heartbeat: Switch to use hrtimer_setup() | Nam Cao | 1 | -4/+2 |
| 2025-01-28 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 6 | -26/+68 |
| 2025-01-17 | arm64/sysreg: Get rid of TRFCR_ELx SysregFields | Marc Zyngier | 3 | -14/+14 |
| 2025-01-13 | intel_th: core: fix kernel-doc warnings | Randy Dunlap | 1 | -1/+2 |
| 2025-01-12 | coresight: Pass guest TRFCR value to KVM | James Clark | 5 | -17/+56 |
| 2025-01-12 | KVM: arm64: coresight: Give TRBE enabled state to KVM | James Clark | 1 | -0/+3 |
| 2025-01-12 | coresight: trbe: Remove redundant disable call | James Clark | 1 | -1/+1 |
| 2024-12-13 | coresight-tpda: Optimize the function of reading element size | Tao Zhang | 1 | -1/+10 |
| 2024-12-13 | coresight: Add support for trace filtering by source | Tao Zhang | 2 | -19/+115 |
| 2024-12-13 | coresight: Add a helper to check if a device is source | Tao Zhang | 1 | -1/+1 |
| 2024-12-11 | coresight: Fix dsb_mode_store() unsigned val is never less than zero | Pei Xiao | 1 | -2/+1 |
| 2024-12-11 | coresight: dummy: Add static trace id support for dummy source | Mao Jinlong | 1 | -9/+72 |
| 2024-12-11 | coresight: Add support to get static id for system trace sources | Mao Jinlong | 3 | -12/+46 |
| 2024-12-11 | coresight: Drop atomics in connection refcounts | James Clark | 3 | -9/+9 |
| 2024-12-11 | Coresight: Narrow down the matching range of tpdm | Songwei Chai | 1 | -2/+2 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 12 | -12/+12 |
| 2024-10-30 | intel_th: pci: Replace deprecated PCI functions | Philipp Stanner | 1 | -2/+7 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 5 | -5/+0 |
| 2024-08-20 | coresight: Make trace ID map spinlock local to the map | James Clark | 2 | -14/+13 |
| 2024-08-20 | coresight: Emit sink ID in the HW_ID packets | James Clark | 3 | -17/+26 |
| 2024-08-20 | coresight: Remove pending trace ID release mechanism | James Clark | 3 | -75/+41 |
| 2024-08-20 | coresight: Use per-sink trace ID maps for Perf sessions | James Clark | 8 | -17/+38 |
| 2024-08-20 | coresight: Make CPU id map a property of a trace ID map | James Clark | 1 | -7/+9 |
| 2024-08-20 | coresight: Expose map arguments in trace ID API | James Clark | 2 | -11/+45 |
| 2024-08-20 | coresight: Move struct coresight_trace_id_map to common header | James Clark | 2 | -19/+1 |
| 2024-08-20 | coresight: Clarify comments around the PID of the sink owner | James Clark | 2 | -4/+6 |
| 2024-08-20 | coresight: Remove unused ETM Perf stubs | James Clark | 1 | -18/+0 |
| 2024-08-20 | coresight: tmc: sg: Do not leak sg_table | Suzuki K Poulose | 1 | -1/+1 |
| 2024-08-19 | Coresight: Set correct cs_mode for dummy source to fix disable issue | Jie Gan | 1 | -0/+4 |
| 2024-08-19 | Coresight: Set correct cs_mode for TPDM to fix disable issue | Jie Gan | 1 | -0/+6 |
| 2024-08-19 | coresight: cti: use device_* to iterate over device child nodes | Javier Carrasco | 1 | -7/+3 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+3 |
| 2024-07-03 | intel_th: msu-sink: add missing MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 2 | -3/+3 |
| 2024-07-01 | hwtracing: use for_each_endpoint_of_node() | Kuninori Morimoto | 1 | -2/+2 |
| 2024-06-21 | coresight: constify the struct device_type usage | Ricardo B. Marliere | 2 | -2/+2 |
| 2024-06-10 | coresight: tmc: Remove duplicated include in coresight-tmc-core.c | Yang Li | 1 | -1/+0 |
| 2024-06-07 | coresight: Fix ref leak when of_coresight_parse_endpoint() fails | James Clark | 1 | -1/+3 |
| 2024-05-22 | Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 27 | -233/+910 |
| 2024-05-19 | Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -3/+3 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
| 2024-05-04 | intel_th: pci: Add Lunar Lake support | Alexander Shishkin | 1 | -0/+5 |
| 2024-05-04 | intel_th: pci: Add Meteor Lake-S CPU support | Alexander Shishkin | 1 | -0/+5 |
| 2024-05-04 | intel_th: pci: Add Meteor Lake-S support | Alexander Shishkin | 1 | -0/+5 |
| 2024-05-04 | intel_th: pci: Add Sapphire Rapids SOC support | Alexander Shishkin | 1 | -0/+5 |
| 2024-05-04 | intel_th: pci: Add Granite Rapids SOC support | Alexander Shishkin | 1 | -0/+5 |
| 2024-05-04 | intel_th: pci: Add Granite Rapids support | Alexander Shishkin | 1 | -0/+5 |
| 2024-05-04 | intel_th: msu: Fix kernel-doc warnings | Randy Dunlap | 1 | -2/+10 |
| 2024-05-04 | intel_th: Remove redundant initialization of pointer outp | Colin Ian King | 1 | -1/+1 |
| 2024-05-04 | intel_th: Convert sprintf/snprintf to sysfs_emit | Li Zhijian | 1 | -4/+4 |
| 2024-05-04 | intel_th: Constify the struct device_type usage | Ricardo B. Marliere | 1 | -4/+4 |
| 2024-05-04 | intel_th: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-05-04 | stm class: sys-t: Improve ftrace source handling | Mikhail Lappo | 1 | -7/+83 |
| 2024-05-04 | stm class: Propagate source type to protocols | Mikhail Lappo | 4 | -7/+9 |
| 2024-05-04 | stm class: Add source type | Mikhail Lappo | 3 | -0/+3 |
| 2024-05-04 | stm class: Fix a double free in stm_register_device() | Dan Carpenter | 1 | -5/+6 |
| 2024-05-02 | hwtracing: hisi_ptt: Assign parent for event_source device | Jonathan Cameron | 1 | -0/+1 |
| 2024-05-01 | coresight: tmc: Enable SG capability on ACPI based SoC-400 TMC ETR devices | Anshuman Khandual | 1 | -1/+27 |
| 2024-04-29 | intel_th: remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -3/+3 |
| 2024-04-25 | fix missing vmalloc.h includes | Kent Overstreet | 1 | -0/+1 |
| 2024-04-25 | coresight: tpiu: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+3 |
| 2024-04-25 | coresight: tmc: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+3 |
| 2024-04-25 | coresight: stm: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+3 |
| 2024-04-25 | coresight: debug: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+3 |
| 2024-04-25 | coresight: catu: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+3 |
| 2024-04-24 | coresight: stm: Remove duplicate linux/acpi.h header | Jiapeng Chong | 1 | -1/+0 |
| 2024-04-22 | coresight: etm4x: Fix access to resource selector registers | Suzuki K Poulose | 1 | -2/+4 |
| 2024-04-22 | coresight: etm4x: Safe access for TRCQCLTR | Suzuki K Poulose | 2 | -2/+9 |
| 2024-04-22 | coresight: etm4x: Do not save/restore Data trace control registers | Suzuki K Poulose | 2 | -34/+0 |
| 2024-04-22 | coresight: etm4x: Do not hardcode IOMEM access for register restore | Suzuki K Poulose | 1 | -2/+4 |
| 2024-04-18 | ARM: 9379/1: coresight: tpda: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9378/1: coresight: etm4x: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9376/1: coresight: tpdm: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9375/1: coresight: stm: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9374/1: coresight: etb10: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9373/1: coresight: funnel: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9371/1: coresight: cti: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9366/1: coresight: tpiu: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9365/1: coresight: tmc: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9364/1: coresight: replicator: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9363/1: coresight: etm3x: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-18 | ARM: 9362/1: coresight: catu: drop owner assignment | Krzysztof Kozlowski | 1 | -1/+0 |
| 2024-04-16 | coresight: debug: Move ACPI support from AMBA driver to platform driver | Anshuman Khandual | 1 | -16/+122 |
| 2024-04-16 | coresight: stm: Move ACPI support from AMBA driver to platform driver | Anshuman Khandual | 1 | -10/+94 |
| 2024-04-16 | coresight: tmc: Move ACPI support from AMBA driver to platform driver | Anshuman Khandual | 2 | -15/+127 |
| 2024-04-16 | coresight: tpiu: Move ACPI support from AMBA driver to platform driver | Anshuman Khandual | 1 | -17/+100 |
| 2024-04-16 | coresight: catu: Move ACPI support from AMBA driver to platform driver | Anshuman Khandual | 2 | -19/+120 |
| 2024-04-16 | coresight: funnel: Move ACPI support from AMBA driver to platform driver | Anshuman Khandual | 1 | -24/+48 |
| 2024-04-16 | coresight: replicator: Move ACPI support from AMBA driver to platform driver | Anshuman Khandual | 1 | -23/+45 |
| 2024-04-16 | coresight: Add helpers registering/removing both AMBA and platform drivers | Anshuman Khandual | 3 | -34/+34 |
| 2024-04-16 | coresight: tmc: Extract device properties from AMBA pid based table lookup | Anshuman Khandual | 1 | -4/+10 |
| 2024-04-16 | coresight: stm: Extract device name from AMBA pid based table lookup | Anshuman Khandual | 2 | -1/+21 |
| 2024-04-16 | coresight: etm4x: Fix unbalanced pm_runtime_enable() | Anshuman Khandual | 1 | -0/+3 |
| 2024-02-27 | coresight-tpda: Change qcom,dsb-element-size to qcom,dsb-elem-bits | Mao Jinlong | 2 | -3/+3 |
| 2024-02-26 | hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_i... | Yang Jihong | 1 | -3/+3 |
| 2024-02-13 | coresight: tpdm: Fix build break due to uninitialised field | Suzuki K Poulose | 1 | -0/+1 |
| 2024-02-12 | coresight: etm4x: Set skip_power_up in etm4_init_arch_data function | Mao Jinlong | 1 | -5/+5 |
| 2024-02-12 | coresight-tpdm: Add msr register support for CMB | Tao Zhang | 2 | -1/+100 |
| 2024-02-12 | coresight-tpdm: Add timestamp control register support for the CMB | Tao Zhang | 2 | -7/+145 |
| 2024-02-12 | coresight-tpdm: Add pattern registers support for CMB | Tao Zhang | 2 | -1/+134 |
| 2024-02-12 | coresight-tpdm: Add support to configure CMB | Tao Zhang | 2 | -0/+72 |
| 2024-02-12 | coresight-tpda: Add support to configure CMB element | Tao Zhang | 2 | -55/+81 |
| 2024-02-12 | coresight-tpdm: Add CMB dataset support | Tao Zhang | 2 | -0/+41 |
| 2024-02-12 | coresight-tpdm: Optimize the useage of tpdm_has_dsb_dataset | Tao Zhang | 2 | -16/+18 |
| 2024-02-12 | coresight-tpdm: Optimize the store function of tpdm simple dataset | Tao Zhang | 1 | -20/+19 |
| 2024-02-12 | coresight: Add helper for setting csdev->mode | James Clark | 7 | -19/+19 |
| 2024-02-12 | coresight: Add a helper for getting csdev->mode | James Clark | 10 | -45/+45 |
| 2024-02-12 | coresight: Add helper for atomically taking the device | James Clark | 3 | -15/+9 |
| 2024-02-12 | coresight: Add explicit member initializers to coresight_dev_type | James Clark | 1 | -5/+5 |
| 2024-02-12 | coresight: Remove atomic type from refcnt | James Clark | 7 | -32/+49 |
| 2024-02-12 | coresight: Move all sysfs code to sysfs file | James Clark | 6 | -398/+403 |
| 2024-02-12 | coresight: Remove the 'enable' field. | James Clark | 2 | -60/+38 |
| 2024-02-12 | coresight: Move mode to struct coresight_device | James Clark | 13 | -76/+63 |
| 2024-02-12 | coresight: Remove ops callback checks | James Clark | 1 | -39/+12 |
| 2024-02-12 | coresight: Make language around "activated" sinks consistent | James Clark | 2 | -34/+19 |
| 2024-02-12 | coresight: Fix issue where a source device's helpers aren't disabled | James Clark | 3 | -9/+25 |
| 2024-02-12 | coresight: make coresight_bustype const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-02-12 | coresight: Make current W=1 warnings default | James Clark | 1 | -0/+20 |
| 2024-02-12 | coresight: Fix undeclared variable warnings from sparse checker | James Clark | 1 | -0/+1 |
| 2024-02-12 | coresight: etm3x: Fix build warning | James Clark | 1 | -1/+1 |
| 2024-02-12 | coresight: Fix uninitialized struct warnings | James Clark | 12 | -13/+13 |
| 2023-11-21 | coresight: ultrasoc-smb: Use guards to cleanup | Junhao He | 1 | -48/+22 |
| 2023-11-16 | coresight: ultrasoc-smb: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-11-16 | coresight: trbe: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2023-11-16 | coresight: replicator: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2023-11-16 | coresight: funnel: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2023-11-16 | coresight: etm4x: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-11-16 | coresight: dummy: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2023-11-16 | coresight: etm4x: Fix width of CCITMIN field | James Clark | 1 | -1/+1 |
| 2023-11-16 | coresight-tpdm: Correct the property name of MSR number | Tao Zhang | 1 | -1/+1 |
| 2023-11-16 | hwtracing: hisi_ptt: Optimize the trace data committing | Yicong Yang | 1 | -8/+7 |
| 2023-11-16 | hwtracing: hisi_ptt: Disable interrupt after trace end | Yicong Yang | 2 | -0/+5 |
| 2023-11-16 | coresight-tpdm: Add nodes for dsb msr support | Tao Zhang | 2 | -0/+97 |
| 2023-11-16 | coresight-tpdm: Add nodes for timestamp request | Tao Zhang | 2 | -7/+172 |
| 2023-11-16 | coresight-tpdm: Add nodes to configure pattern match output | Tao Zhang | 2 | -1/+109 |
| 2023-11-16 | coresight-tpdm: Add nodes for dsb edge control | Tao Zhang | 2 | -1/+233 |
| 2023-11-16 | coresight-tpdm: Add node to set dsb programming mode | Tao Zhang | 2 | -0/+72 |
| 2023-11-16 | coresight-tpdm: Add nodes to set trigger timestamp and type | Tao Zhang | 1 | -0/+95 |
| 2023-11-16 | coresight-tpdm: Add reset node to TPDM node | Tao Zhang | 1 | -0/+22 |
| 2023-11-16 | coresight-tpdm: Initialize DSB subunit configuration | Tao Zhang | 2 | -8/+74 |
| 2023-11-16 | coresight-tpda: Add DSB dataset support | Tao Zhang | 2 | -10/+118 |
| 2023-11-16 | coresight-tpdm: Introduce TPDM subtype to TPDM driver | Tao Zhang | 2 | -1/+4 |
| 2023-11-16 | coresight-tpdm: Remove the unnecessary lock | Tao Zhang | 1 | -2/+0 |
| 2023-11-16 | coresight: tmc: Make etr buffer mode user configurable from sysfs | Anshuman Khandual | 3 | -14/+115 |
| 2023-11-16 | coresight: etm: Make cycle count threshold user configurable | Anshuman Khandual | 2 | -2/+9 |
| 2023-11-16 | coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpus | Anshuman Khandual | 1 | -0/+37 |
| 2023-11-16 | coresight: trbe: Enable ACPI based TRBE devices | Anshuman Khandual | 2 | -0/+11 |
| 2023-11-16 | coresight: trbe: Add a representative coresight_platform_data for TRBE | Anshuman Khandual | 1 | -2/+12 |
| 2023-11-16 | coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base | Junhao He | 1 | -1/+1 |
| 2023-11-16 | coresight: ultrasoc-smb: Config SMB buffer before register sink | Junhao He | 1 | -13/+8 |
| 2023-11-16 | coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb | Junhao He | 2 | -24/+17 |
| 2023-11-13 | hwtracing: hisi_ptt: Don't try to attach a task | Yicong Yang | 1 | -0/+3 |
| 2023-11-13 | hwtracing: hisi_ptt: Handle the interrupt in hardirq context | Yicong Yang | 1 | -3/+3 |
| 2023-11-13 | hwtracing: hisi_ptt: Add dummy callback pmu::read() | Junhao He | 1 | -0/+5 |
| 2023-11-13 | coresight: Fix crash when Perf and sysfs modes are used concurrently | James Clark | 1 | -2/+2 |
| 2023-11-13 | coresight: etm4x: Remove bogous __exit annotation for some functions | Uwe Kleine-König | 1 | -3/+3 |
| 2023-09-20 | coresight: tmc-etr: Disable warnings for allocation failures | Suzuki K Poulose | 1 | -1/+2 |
| 2023-09-15 | coresight: Fix run time warnings while reusing ETR buffer | Linu Cherian | 1 | -11/+13 |
| 2023-08-18 | coresight: trbe: Fix TRBE potential sleep in atomic context | Junhao He | 1 | -15/+17 |
| 2023-08-18 | coresight: Fix memory leak in acpi_buffer->pointer | Junhao He | 1 | -14/+26 |
| 2023-08-17 | coresight: etm4x: Ensure valid drvdata and clock before clk_put() | Anshuman Khandual | 1 | -1/+1 |
| 2023-08-17 | coresight: trbe: Allocate platform data per device | Suzuki K Poulose | 1 | -7/+4 |
| 2023-08-15 | hwtracing: hisi_ptt: Use pci_dev_id() to simplify the code | Xiongfeng Wang | 1 | -4/+4 |
| 2023-08-04 | coresight: dummy: simplify the code with module_platform_driver | Yang Yingliang | 1 | -11/+1 |
| 2023-08-04 | coresight: tmc: Explicit type conversions to prevent integer overflow | Ruidong Tian | 3 | -4/+5 |
| 2023-08-02 | coresight: trbe: Directly use ID_AA64DFR0_EL1_TraceBuffer_IMP | Anshuman Khandual | 1 | -1/+1 |
| 2023-07-26 | coresight: Fix all W=1 build warnings | James Clark | 2 | -3/+3 |
| 2023-07-26 | coresight: etm4x: Add ACPI support in platform driver | Suzuki K Poulose | 1 | -0/+10 |
| 2023-07-26 | coresight: platform: acpi: Ignore the absence of graph | Suzuki K Poulose | 1 | -1/+5 |
| 2023-07-26 | coresight: etm4x: Change etm4_platform_driver driver for MMIO devices | Anshuman Khandual | 2 | -2/+60 |
| 2023-07-26 | coresight: etm4x: Drop pid argument from etm4_probe() | Anshuman Khandual | 1 | -14/+15 |
| 2023-07-26 | coresight: etm4x: Drop iomem 'base' argument from etm4_probe() | Anshuman Khandual | 1 | -5/+5 |
| 2023-07-26 | coresight: etm4x: Allocate and device assign 'struct etmv4_drvdata' earlier | Anshuman Khandual | 1 | -5/+14 |
| 2023-07-26 | hwtracing: coresight: Explicitly include correct DT includes | Rob Herring | 2 | -3/+1 |
| 2023-07-03 | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 30 | -676/+1320 |
| 2023-06-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -39/+32 |
| 2023-06-21 | hwtracing: hisi_ptt: Fix potential sleep in atomic context | Yicong Yang | 2 | -7/+7 |
| 2023-06-21 | hwtracing: hisi_ptt: Advertise PERF_PMU_CAP_NO_EXCLUDE for PTT PMU | Yicong Yang | 1 | -1/+1 |
| 2023-06-21 | hwtracing: hisi_ptt: Export available filters through sysfs | Yicong Yang | 2 | -0/+221 |
| 2023-06-21 | hwtracing: hisi_ptt: Add support for dynamically updating the filter list | Yicong Yang | 2 | -8/+202 |
| 2023-06-21 | hwtracing: hisi_ptt: Factor out filter allocation and release operation | Yicong Yang | 1 | -24/+39 |
| 2023-06-19 | coresight: dummy: Update type of mode parameter in dummy_{sink,source}_enable() | Nathan Chancellor | 1 | -2/+2 |