summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight
AgeCommit message (Expand)Author
12 daysMerge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-09coresight: don't use bitmap_print_to_pagebuf()Yury Norov
2026-04-07coresight: tpdm: fix invalid MMIO access issueJie Gan
2026-03-31coresight: tpdm: add traceid_show for checking traceidJie Gan
2026-03-30coresight: platform: check the availability of the endpoint before parseJie Gan
2026-03-27coresight: cti: fix the check condition in inout_sel_storeJie Gan
2026-03-03coresight: cti: Properly handle negative offsets in cti_reg32_{show|store}()Leo Yan
2026-03-03coresight: cti: Remove hw_enabled flagLeo Yan
2026-03-03coresight: cti: Remove hw_powered flagLeo Yan
2026-03-03coresight: cti: Rename cti_active() to cti_is_active()Leo Yan
2026-03-03coresight: cti: Remove CPU power management codeLeo Yan
2026-03-03coresight: cti: Access ASICCTL only when implementedLeo Yan
2026-03-03coresight: cti: Fix register readsLeo Yan
2026-03-03coresight: cti: Make spinlock usage consistentLeo Yan
2026-03-02drivers/hwtracing/coresight: remove unneeded variable in tmc_crashdata_release()Elsanti
2026-02-26coresight: ctcu: fix the spin_bugJie Gan
2026-02-25coresight: Unify bus unregistration via coresight_unregister()Leo Yan
2026-02-25coresight: Do not mix success path with failure handlingLeo Yan
2026-02-25coresight: Move sink validation into etm_perf_add_symlink_sink()Leo Yan
2026-02-25coresight: Refactor sysfs connection group cleanupLeo Yan
2026-02-25coresight: Refactor output connection sysfs link cleanupLeo Yan
2026-02-25coresight: Protect unregistration with mutexLeo Yan
2026-02-25coresight: Get parent device reference after sink ID map allocationLeo Yan
2026-02-25coresight: Fix memory leak in coresight_alloc_device_name()Leo Yan
2026-02-25coresight: cti: Move resource release to cti_remove()Leo Yan
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-01-21coresight: tmc: Decouple the perf buffer allocation from sysfs modeYicong Yang
2026-01-21coresight: tmc-etr: Fix race condition between sysfs and perf modeYicong Yang
2026-01-21coresight: tmc: Add missing doc including reading and etr_mode of struct tmc_...Yicong Yang
2026-01-19coresight-tnoc: Add runtime PM support for Interconnect TNOCYuanfang Zhang
2026-01-19coresight-tnoc: add platform driver to support Interconnect TNOCYuanfang Zhang
2026-01-19coresight: etm3x: Fix cpulocked warning on cpuhpAntonio Borneo
2026-01-08coresight: Discard pm_runtime_put() return valuesRafael J. Wysocki
2026-01-05coresight: tpda: add sysfs node to flush specific portTao Zhang
2026-01-05coresight: tpda: add logic to configure TPDA_SYNCR registerTao Zhang
2026-01-05coresight: tpda: add global_flush_req sysfs nodeJie Gan
2026-01-05coresight: tpda: add sysfs nodes for tpda cross-trigger configurationTao Zhang
2025-12-22coresight: Extend width of timestamp format attributeJames Clark
2025-12-22coresight: Prepare to allow setting the timestamp intervalJames Clark
2025-12-22coresight: Interpret ETMv4 config with ATTR_CFG_GET_FLD()James Clark
2025-12-22coresight: Interpret perf config with ATTR_CFG_GET_FLD()James Clark
2025-12-22coresight: Don't reject unrecognized ETMv3 format attributesJames Clark
2025-12-22coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD()James Clark
2025-12-22coresight: Define format attributes with GEN_PMU_FORMAT_ATTR()James Clark
2025-12-22coresight: Hide unused ETMv3 format attributesJames Clark
2025-12-22coresight: Refactor etm4_config_timestamp_event()James Clark
2025-12-22coresight: Repack struct etmv4_drvdataJames Clark