| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | coresight: etb10: restore atomic_t for shared reading state | Runyu Xiao | 1 | -3/+3 |
| 13 days | coresight: platform: defer connection counter increment until alloc succeeds | Jie Gan | 1 | -6/+6 |
| 14 days | coresight: sysfs: Validate CPU online status for per-CPU sources | Leo Yan | 1 | -0/+3 |
| 14 days | coresight: Move CPU hotplug callbacks to core layer | Leo Yan | 3 | -86/+39 |
| 14 days | coresight: sysfs: Increment refcount only for software source | Leo Yan | 1 | -14/+25 |
| 14 days | coresight: trbe: Save and restore state across CPU low power state | Yabin Cui | 1 | -1/+58 |
| 14 days | coresight: Add PM callbacks for sink device | Leo Yan | 1 | -2/+33 |
| 14 days | coresight: Control path during CPU idle | Leo Yan | 1 | -15/+78 |
| 14 days | coresight: sysfs: Use source's path pointer for path control | Leo Yan | 1 | -73/+9 |
| 14 days | coresight: etm3x: Set active path on target CPU | Leo Yan | 1 | -3/+14 |
| 14 days | coresight: etm4x: Set active path on target CPU | Leo Yan | 1 | -3/+15 |
| 14 days | coresight: Save active path for system tracers | Leo Yan | 1 | -1/+22 |
| 14 days | coresight: Introduce coresight_enable_source() helper | Leo Yan | 4 | -4/+21 |
| 14 days | coresight: Use helpers to fetch first and last nodes | Leo Yan | 1 | -2/+12 |
| 14 days | coresight: Control path with range | Leo Yan | 1 | -14/+81 |
| 14 days | coresight: Disable source helpers in coresight_disable_path() | Leo Yan | 1 | -19/+8 |
| 14 days | coresight: syscfg: Use IRQ-safe spinlock to protect active variables | Leo Yan | 2 | -18/+22 |
| 14 days | coresight: etm4x: Remove redundant checks in PM save and restore | Leo Yan | 1 | -37/+4 |
| 14 days | coresight: etm4x: Hook CPU PM callbacks | Leo Yan | 1 | -50/+23 |
| 14 days | coresight: Register CPU PM notifier in core layer | Leo Yan | 1 | -0/+93 |
| 14 days | coresight: Take per-CPU source reference during AUX setup | Leo Yan | 3 | -71/+130 |
| 14 days | coresight: Move per-CPU source pointer to core layer | Leo Yan | 3 | -10/+43 |
| 14 days | coresight: Take a reference on csdev | Leo Yan | 1 | -9/+27 |
| 14 days | coresight: perf: Retrieve path and source from event data | Leo Yan | 3 | -43/+74 |
| 14 days | coresight: Take hotplug lock in enable_source_store() for Sysfs mode | Leo Yan | 3 | -17/+7 |
| 14 days | coresight: Remove .cpu_id() callback from source ops | Leo Yan | 5 | -23/+7 |
| 14 days | coresight: Populate CPU ID into coresight_device | Leo Yan | 6 | -4/+26 |
| 14 days | coresight: Extract device init into coresight_init_device() | Leo Yan | 1 | -8/+19 |
| 14 days | coresight: Handle helper enable failure properly | Leo Yan | 1 | -1/+10 |
| 14 days | coresight: Fix source not disabled on idr_alloc_u32 failure | Jie Gan | 1 | -1/+3 |
| 2026-05-12 | coresight: fix missing error code when trace ID is invalid | Jie Gan | 4 | -15/+19 |
| 2026-05-07 | coresight: etm4x: Correct TRCVMIDCCTLR1 save and restore | Leo Yan | 1 | -2/+2 |
| 2026-05-07 | coresight: ete: Always save state on power down | James Clark | 1 | -14/+34 |
| 2026-05-07 | coresight: tmc: Fix overflow when calculating is bigger than 2GiB | Leo Yan | 1 | -2/+2 |
| 2026-05-06 | coresight: cti: Fix DT filter signals silently ignored | Yingchao Deng | 1 | -0/+1 |
| 2026-04-24 | Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 21 | -496/+345 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -10/+21 |
| 2026-04-09 | coresight: don't use bitmap_print_to_pagebuf() | Yury Norov | 1 | -18/+14 |
| 2026-04-07 | coresight: tpdm: fix invalid MMIO access issue | Jie Gan | 1 | -1/+1 |
| 2026-04-05 | stm: replace deprecated mmap hook with mmap_prepare | Lorenzo Stoakes (Oracle) | 1 | -10/+21 |
| 2026-03-31 | coresight: tpdm: add traceid_show for checking traceid | Jie Gan | 2 | -1/+35 |
| 2026-03-30 | coresight: platform: check the availability of the endpoint before parse | Jie Gan | 1 | -0/+2 |
| 2026-03-27 | coresight: cti: fix the check condition in inout_sel_store | Jie Gan | 1 | -1/+2 |
| 2026-03-03 | coresight: cti: Properly handle negative offsets in cti_reg32_{show|store}() | Leo Yan | 1 | -2/+8 |
| 2026-03-03 | coresight: cti: Remove hw_enabled flag | Leo Yan | 3 | -13/+4 |
| 2026-03-03 | coresight: cti: Remove hw_powered flag | Leo Yan | 3 | -33/+13 |
| 2026-03-03 | coresight: cti: Rename cti_active() to cti_is_active() | Leo Yan | 3 | -12/+12 |
| 2026-03-03 | coresight: cti: Remove CPU power management code | Leo Yan | 1 | -183/+3 |
| 2026-03-03 | coresight: cti: Access ASICCTL only when implemented | Leo Yan | 3 | -1/+19 |
| 2026-03-03 | coresight: cti: Fix register reads | Leo Yan | 3 | -4/+14 |
| 2026-03-03 | coresight: cti: Make spinlock usage consistent | Leo Yan | 2 | -116/+103 |
| 2026-03-02 | drivers/hwtracing/coresight: remove unneeded variable in tmc_crashdata_release() | Elsanti | 1 | -2/+1 |
| 2026-02-26 | coresight: ctcu: fix the spin_bug | Jie Gan | 1 | -0/+1 |
| 2026-02-25 | coresight: Unify bus unregistration via coresight_unregister() | Leo Yan | 1 | -11/+4 |
| 2026-02-25 | coresight: Do not mix success path with failure handling | Leo Yan | 1 | -8/+13 |
| 2026-02-25 | coresight: Move sink validation into etm_perf_add_symlink_sink() | Leo Yan | 2 | -15/+13 |
| 2026-02-25 | coresight: Refactor sysfs connection group cleanup | Leo Yan | 3 | -9/+7 |
| 2026-02-25 | coresight: Refactor output connection sysfs link cleanup | Leo Yan | 1 | -9/+7 |
| 2026-02-25 | coresight: Protect unregistration with mutex | Leo Yan | 1 | -1/+4 |
| 2026-02-25 | coresight: Get parent device reference after sink ID map allocation | Leo Yan | 1 | -6/+8 |
| 2026-02-25 | coresight: Fix memory leak in coresight_alloc_device_name() | Leo Yan | 15 | -93/+116 |
| 2026-02-25 | coresight: cti: Move resource release to cti_remove() | Leo Yan | 2 | -23/+3 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 13 | -27/+27 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 14 | -33/+32 |
| 2026-02-17 | Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 13 | -413/+885 |
| 2026-02-04 | Merge branch 'pm-runtime' | Rafael J. Wysocki | 1 | -8/+4 |
| 2026-01-27 | intel_th: pci: Add Nova Lake support | Pawel Chmielewski | 2 | -0/+8 |
| 2026-01-27 | intel_th: pci: Use PCI_DEVICE_DATA() for device entries | Pawel Chmielewski | 2 | -219/+102 |
| 2026-01-26 | Merge tag 'coresight-next-v7.0' of ssh://gitolite.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 10 | -192/+773 |
| 2026-01-26 | Merge 6.19-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -6/+19 |
| 2026-01-21 | coresight: tmc: Decouple the perf buffer allocation from sysfs mode | Yicong Yang | 1 | -21/+9 |
| 2026-01-21 | coresight: tmc-etr: Fix race condition between sysfs and perf mode | Yicong Yang | 1 | -0/+13 |
| 2026-01-21 | coresight: tmc: Add missing doc including reading and etr_mode of struct tmc_... | Yicong Yang | 1 | -0/+2 |
| 2026-01-19 | coresight-tnoc: Add runtime PM support for Interconnect TNOC | Yuanfang Zhang | 1 | -0/+23 |
| 2026-01-19 | coresight-tnoc: add platform driver to support Interconnect TNOC | Yuanfang Zhang | 1 | -11/+102 |
| 2026-01-19 | coresight: etm3x: Fix cpulocked warning on cpuhp | Antonio Borneo | 1 | -6/+6 |
| 2026-01-16 | intel_th: rename error label | Johan Hovold | 1 | -4/+4 |
| 2026-01-16 | intel_th: fix device leak on output open() | Johan Hovold | 1 | -3/+16 |
| 2026-01-16 | stm class: Kconfig: correct symbol name | Randy Dunlap | 1 | -2/+2 |
| 2026-01-08 | coresight: Discard pm_runtime_put() return values | Rafael J. Wysocki | 1 | -8/+4 |
| 2026-01-05 | coresight: tpda: add sysfs node to flush specific port | Tao Zhang | 2 | -0/+41 |
| 2026-01-05 | coresight: tpda: add logic to configure TPDA_SYNCR register | Tao Zhang | 2 | -0/+100 |
| 2026-01-05 | coresight: tpda: add global_flush_req sysfs node | Jie Gan | 2 | -0/+47 |
| 2026-01-05 | coresight: tpda: add sysfs nodes for tpda cross-trigger configuration | Tao Zhang | 2 | -7/+165 |
| 2025-12-22 | coresight: Extend width of timestamp format attribute | James Clark | 3 | -15/+37 |
| 2025-12-22 | coresight: Prepare to allow setting the timestamp interval | James Clark | 1 | -10/+10 |
| 2025-12-22 | coresight: Interpret ETMv4 config with ATTR_CFG_GET_FLD() | James Clark | 1 | -25/+19 |
| 2025-12-22 | coresight: Interpret perf config with ATTR_CFG_GET_FLD() | James Clark | 1 | -10/+8 |
| 2025-12-22 | coresight: Don't reject unrecognized ETMv3 format attributes | James Clark | 1 | -7/+0 |
| 2025-12-22 | coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD() | James Clark | 1 | -11/+13 |
| 2025-12-22 | coresight: Define format attributes with GEN_PMU_FORMAT_ATTR() | James Clark | 2 | -10/+42 |
| 2025-12-22 | coresight: Hide unused ETMv3 format attributes | James Clark | 1 | -17/+20 |
| 2025-12-22 | coresight: Refactor etm4_config_timestamp_event() | James Clark | 2 | -38/+112 |
| 2025-12-22 | coresight: Repack struct etmv4_drvdata | James Clark | 1 | -18/+18 |
| 2025-12-22 | coresight: Change syncfreq to be a u8 | James Clark | 1 | -1/+1 |
| 2025-12-06 | Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 23 | -169/+377 |
| 2025-11-26 | intel_th: Fix error handling in intel_th_output_open | Ma Ke | 1 | -5/+15 |
| 2025-11-24 | Merge tag 'coresight-next-v6.19' of ssh://gitolite.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 22 | -163/+361 |
| 2025-11-12 | coresight: etm4x: Remove the state_needs_restore flag | Leo Yan | 2 | -8/+8 |
| 2025-11-11 | coresight: etm4x: Remove the redundant DSB | Leo Yan | 1 | -5/+18 |
| 2025-11-11 | coresight: etm4x: Properly control filter in CPU idle with FEAT_TRF | Leo Yan | 2 | -10/+7 |
| 2025-11-11 | coresight: etm4x: Add context synchronization before enabling trace | Leo Yan | 1 | -4/+23 |
| 2025-11-11 | coresight: etm4x: Correct polling IDLE bit | Leo Yan | 1 | -1/+1 |
| 2025-11-11 | coresight: etm3x: Always set tracer's device mode on target CPU | Leo Yan | 1 | -19/+40 |
| 2025-11-11 | coresight: etm4x: Always set tracer's device mode on target CPU | Leo Yan | 1 | -22/+38 |
| 2025-11-10 | coresight: change the sink_ops to accept coresight_path | Jie Gan | 11 | -29/+33 |
| 2025-11-10 | coresight: change helper_ops to accept coresight_path | Jie Gan | 7 | -26/+30 |
| 2025-11-10 | coresight: tmc: add the handle of the event to the path | Carl Worth | 2 | -1/+3 |
| 2025-11-07 | coresight: tpdm: remove redundant check for drvdata | Jie Gan | 1 | -2/+2 |
| 2025-11-06 | coresight: tpdm: add static tpdm support | Jie Gan | 3 | -39/+154 |
| 2025-11-05 | coresight: ETR: Fix ETR buffer use-after-free issue | Xiaoqi Zhuang | 1 | -0/+7 |
| 2025-10-27 | coresight: trbe: Request specific affinities for per CPU interrupts | Marc Zyngier | 1 | -1/+2 |
| 2025-10-27 | coresight: trbe: Convert to the new interrupt affinity retrieval API | Marc Zyngier | 1 | -3/+3 |
| 2025-10-22 | intel_th: make intel_th_bus_type constant | Greg Kroah-Hartman | 1 | -1/+1 |
| 2025-10-04 | Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 25 | -295/+592 |
| 2025-09-23 | coresight: Add label sysfs node support | Mao Jinlong | 1 | -2/+69 |
| 2025-09-23 | coresight: tnoc: add new AMBA ID to support Trace Noc V2 | Yuanfang Zhang | 1 | -0/+4 |
| 2025-09-23 | coresight: Fix incorrect handling for return value of devm_kzalloc | Lin Yujun | 1 | -1/+1 |
| 2025-09-23 | coresight: tpda: fix the logic to setup the element size | Jie Gan | 1 | -0/+3 |
| 2025-09-23 | coresight: trbe: Return NULL pointer for allocation failures | Leo Yan | 1 | -3/+3 |
| 2025-09-23 | coresight: Refactor runtime PM | Leo Yan | 8 | -60/+53 |
| 2025-09-23 | coresight: Make clock sequence consistent | Leo Yan | 4 | -12/+12 |
| 2025-09-23 | coresight: Refactor driver data allocation | Leo Yan | 3 | -40/+21 |
| 2025-09-23 | coresight: Consolidate clock enabling | Leo Yan | 10 | -55/+81 |
| 2025-09-23 | coresight: Appropriately disable trace bus clocks | Leo Yan | 6 | -74/+34 |
| 2025-09-23 | coresight: Appropriately disable programming clocks | Leo Yan | 9 | -46/+12 |
| 2025-09-23 | coresight: etm4x: Support atclk | Leo Yan | 2 | -6/+18 |
| 2025-09-23 | coresight: catu: Support atclk | Leo Yan | 2 | -5/+18 |
| 2025-09-23 | coresight: tmc: Support atclk | Leo Yan | 2 | -5/+19 |
| 2025-09-23 | coresight-etm4x: Conditionally access register TRCEXTINSELR | Yuanfang Zhang | 2 | -3/+10 |
| 2025-09-23 | coresight: fix indentation error in cscfg_remove_owned_csdev_configs() | Yeoreum Yun | 1 | -1/+1 |
| 2025-09-23 | coresight: tnoc: Fix a NULL vs IS_ERR() bug in probe | Dan Carpenter | 1 | -2/+2 |
| 2025-09-18 | coresight: trbe: Prevent overflow in PERF_IDX2OFF() | Leo Yan | 1 | -1/+2 |
| 2025-09-02 | coresight: add coresight Trace Network On Chip driver | Yuanfang Zhang | 3 | -0/+255 |
| 2025-09-02 | coresight: perf: Use %px for printing pointers | Leo Yan | 1 | -2/+2 |
| 2025-09-02 | coresight: stm: Remove redundant NULL checks | Leo Yan | 1 | -4/+4 |
| 2025-09-02 | hwtracing: coresight: Use of_reserved_mem_region_to_resource() for "memory-re... | Rob Herring (Arm) | 1 | -16/+6 |
| 2025-09-02 | coresight: Only register perf symlink for sinks with alloc_buffer | Yuanfang Zhang | 1 | -2/+3 |
| 2025-09-02 | coresight: Fix missing include for FIELD_GET | James Clark | 4 | -0/+4 |
| 2025-09-02 | coresight: trbe: Add ISB after TRBLIMITR write | James Clark | 1 | -0/+1 |
| 2025-07-09 | mm: remove callers of pfn_t functionality | Alistair Popple | 1 | -2/+1 |
| 2025-05-22 | Merge tag 'coresight-next-v6.16' of ssh://gitolite.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 30 | -205/+556 |
| 2025-05-20 | coresight: prevent deactivate active config while enabling the config | Yeoreum Yun | 2 | -16/+35 |
| 2025-05-20 | coresight: holding cscfg_csdev_lock while removing cscfg from csdev | Yeoreum Yun | 1 | -0/+2 |
| 2025-05-20 | coresight/etm4: fix missing disable active config | Yeoreum Yun | 1 | -0/+3 |
| 2025-05-20 | coresight: etm4x: Fix timestamp bit field handling | Leo Yan | 2 | -3/+3 |
| 2025-05-14 | coresight: tmc: fix failure to disable/enable ETF after reading | Mao Jinlong | 1 | -6/+5 |
| 2025-05-14 | coresight: perf: Update buffer on AUX pause | Leo Yan | 1 | -2/+41 |
| 2025-05-14 | coresight: tmc: Re-enable sink after buffer update | Leo Yan | 2 | -0/+19 |
| 2025-05-14 | coresight: perf: Support AUX trace pause and resume | Leo Yan | 1 | -1/+44 |
| 2025-05-14 | coresight: etm4x: Hook pause and resume callbacks | Leo Yan | 2 | -1/+43 |
| 2025-05-14 | coresight: Introduce pause and resume APIs for source | Leo Yan | 2 | -0/+24 |
| 2025-05-14 | coresight: etm4x: Extract the trace unit controlling | Leo Yan | 1 | -41/+62 |
| 2025-05-08 | coresight: cti: Replace inclusion by struct fwnode_handle forward declaration | Andy Shevchenko | 1 | -1/+2 |
| 2025-05-07 | coresight: Disable MMIO logging for coresight stm driver | Mao Jinlong | 1 | -0/+2 |
| 2025-05-07 | coresight: replicator: Fix panic for clearing claim tag | Leo Yan | 1 | -1/+1 |
| 2025-04-30 | coresight: Add a KUnit test for coresight_find_default_sink() | James Clark | 4 | -0/+85 |
| 2025-04-30 | coresight: Remove extern from function declarations | James Clark | 1 | -8/+6 |
| 2025-04-30 | coresight: Remove inlines from static function definitions | James Clark | 12 | -60/+57 |
| 2025-04-30 | coresight: Clear self hosted claim tag on probe | James Clark | 8 | -0/+11 |
| 2025-04-30 | coresight: etm3x: Convert raw base pointer to struct coresight access | James Clark | 3 | -21/+20 |
| 2025-04-30 | coresight: Add claim tag warnings and debug messages | James Clark | 2 | -20/+36 |
| 2025-04-30 | coresight: Only check bottom two claim bits | James Clark | 2 | -1/+3 |
| 2025-04-30 | coresight: Convert tag clear function to take a struct csdev_access | James Clark | 1 | -11/+22 |
| 2025-04-30 | coresight: core: Disable helpers for devices that fail to enable | Yabin Cui | 1 | -5/+10 |
| 2025-04-30 | coresight: catu: Introduce refcount and spinlock for enabling/disabling | Yabin Cui | 2 | -8/+18 |
| 2025-04-29 | coresight: Fixes device's owner field for registered using coresight_init_dri... | Junhao He | 8 | -10/+13 |
| 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 |