Age | Commit message (Expand) | Author | Files | Lines |
2025-04-15 | intel_th: avoid using deprecated page->mapping, index fields | Lorenzo Stoakes | 2 | -24/+8 |
2025-04-01 | Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 41 | -516/+1904 |
2025-03-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+2 |
2025-03-20 | Merge tag 'coresight-next-v6.15' of ssh://gitolite.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 41 | -516/+1904 |
2025-03-19 | Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/next | Oliver Upton | 1 | -1/+1 |
2025-03-14 | Coresight: Fix a NULL vs IS_ERR() bug in probe | Dan Carpenter | 1 | -2/+2 |
2025-03-12 | coresight: configfs: Constify struct config_item_type | Christophe JAILLET | 1 | -6/+6 |
2025-03-10 | coresight/ultrasoc: change smb_drv_data spinlock's type to raw_spinlock_t | Yeoreum Yun | 2 | -7/+7 |
2025-03-10 | coresight-tmc: change tmc_drvdata spinlock's type to raw_spinlock_t | Yeoreum Yun | 4 | -54/+54 |
2025-03-10 | coresight-replicator: change replicator_drvdata spinlock's type to raw_spinlo... | Yeoreum Yun | 1 | -6/+6 |
2025-03-10 | coresight-funnel: change funnel_drvdata spinlock's type to raw_spinlock_t | Yeoreum Yun | 1 | -6/+6 |
2025-03-10 | coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_t | Yeoreum Yun | 1 | -13/+13 |
2025-03-10 | coresight-cti: change cti_drvdata spinlock's type to raw_spinlock_t | Yeoreum Yun | 3 | -61/+61 |
2025-03-10 | coresight: change coresight_trace_id_map's lock type to raw_spinlock_t | Yeoreum Yun | 2 | -12/+12 |
2025-03-10 | coresight-etm4x: change etmv4_drvdata spinlock type to raw_spinlock_t | Yeoreum Yun | 5 | -140/+140 |
2025-03-10 | coresight: change coresight_device lock type to raw_spinlock_t | Yeoreum Yun | 1 | -13/+13 |
2025-03-10 | coresight: add verification process for coresight_etm_get_trace_id | Jie Gan | 1 | -2/+5 |
2025-03-04 | Coresight: Add Coresight TMC Control Unit driver | Jie Gan | 4 | -0/+379 |
2025-03-04 | Coresight: Change functions to accept the coresight_path | Jie Gan | 4 | -33/+32 |
2025-03-04 | Coresight: Change to read the trace ID from coresight_path | Jie Gan | 9 | -107/+24 |
2025-03-04 | Coresight: Allocate trace ID after building the path | Jie Gan | 4 | -3/+52 |
2025-03-04 | Coresight: Introduce a new struct coresight_path | Jie Gan | 5 | -32/+34 |
2025-03-04 | Coresight: Use coresight_etm_get_trace_id() in traceid_show() | James Clark | 2 | -4/+3 |
2025-03-04 | Coresight: Add trace_id function to retrieving the trace ID | Jie Gan | 6 | -1/+66 |
2025-02-26 | arm64: Modify _midr_range() functions to read MIDR/REVIDR internally | Shameer Kolothum | 1 | -1/+1 |
2025-02-26 | coresight-tpdm: Add support to enable the lane for MCMB TPDM | Tao Zhang | 2 | -0/+32 |
2025-02-26 | coresight-tpdm: Add support to select lane | Tao Zhang | 2 | -0/+54 |
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 |