aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight
AgeCommit message (Expand)AuthorFilesLines
8 daysdriver core: platform: set mod_name in driver registrationShashank Balaji1-2/+3
8 dayscoresight: pass THIS_MODULE implicitly through a macroShashank Balaji10-16/+12
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-496/+345
2026-04-09coresight: don't use bitmap_print_to_pagebuf()Yury Norov1-18/+14
2026-04-07coresight: tpdm: fix invalid MMIO access issueJie Gan1-1/+1
2026-03-31coresight: tpdm: add traceid_show for checking traceidJie Gan2-1/+35
2026-03-30coresight: platform: check the availability of the endpoint before parseJie Gan1-0/+2
2026-03-27coresight: cti: fix the check condition in inout_sel_storeJie Gan1-1/+2
2026-03-03coresight: cti: Properly handle negative offsets in cti_reg32_{show|store}()Leo Yan1-2/+8
2026-03-03coresight: cti: Remove hw_enabled flagLeo Yan3-13/+4
2026-03-03coresight: cti: Remove hw_powered flagLeo Yan3-33/+13
2026-03-03coresight: cti: Rename cti_active() to cti_is_active()Leo Yan3-12/+12
2026-03-03coresight: cti: Remove CPU power management codeLeo Yan1-183/+3
2026-03-03coresight: cti: Access ASICCTL only when implementedLeo Yan3-1/+19
2026-03-03coresight: cti: Fix register readsLeo Yan3-4/+14
2026-03-03coresight: cti: Make spinlock usage consistentLeo Yan2-116/+103
2026-03-02drivers/hwtracing/coresight: remove unneeded variable in tmc_crashdata_release()Elsanti1-2/+1
2026-02-26coresight: ctcu: fix the spin_bugJie Gan1-0/+1
2026-02-25coresight: Unify bus unregistration via coresight_unregister()Leo Yan1-11/+4
2026-02-25coresight: Do not mix success path with failure handlingLeo Yan1-8/+13
2026-02-25coresight: Move sink validation into etm_perf_add_symlink_sink()Leo Yan2-15/+13
2026-02-25coresight: Refactor sysfs connection group cleanupLeo Yan3-9/+7
2026-02-25coresight: Refactor output connection sysfs link cleanupLeo Yan1-9/+7
2026-02-25coresight: Protect unregistration with mutexLeo Yan1-1/+4
2026-02-25coresight: Get parent device reference after sink ID map allocationLeo Yan1-6/+8
2026-02-25coresight: Fix memory leak in coresight_alloc_device_name()Leo Yan15-93/+116
2026-02-25coresight: cti: Move resource release to cti_remove()Leo Yan2-23/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-17/+16
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-192/+773
2026-01-21coresight: tmc: Decouple the perf buffer allocation from sysfs modeYicong Yang1-21/+9
2026-01-21coresight: tmc-etr: Fix race condition between sysfs and perf modeYicong Yang1-0/+13
2026-01-21coresight: tmc: Add missing doc including reading and etr_mode of struct tmc_...Yicong Yang1-0/+2
2026-01-19coresight-tnoc: Add runtime PM support for Interconnect TNOCYuanfang Zhang1-0/+23
2026-01-19coresight-tnoc: add platform driver to support Interconnect TNOCYuanfang Zhang1-11/+102
2026-01-19coresight: etm3x: Fix cpulocked warning on cpuhpAntonio Borneo1-6/+6
2026-01-08coresight: Discard pm_runtime_put() return valuesRafael J. Wysocki1-8/+4
2026-01-05coresight: tpda: add sysfs node to flush specific portTao Zhang2-0/+41
2026-01-05coresight: tpda: add logic to configure TPDA_SYNCR registerTao Zhang2-0/+100
2026-01-05coresight: tpda: add global_flush_req sysfs nodeJie Gan2-0/+47
2026-01-05coresight: tpda: add sysfs nodes for tpda cross-trigger configurationTao Zhang2-7/+165
2025-12-22coresight: Extend width of timestamp format attributeJames Clark3-15/+37
2025-12-22coresight: Prepare to allow setting the timestamp intervalJames Clark1-10/+10
2025-12-22coresight: Interpret ETMv4 config with ATTR_CFG_GET_FLD()James Clark1-25/+19
2025-12-22coresight: Interpret perf config with ATTR_CFG_GET_FLD()James Clark1-10/+8
2025-12-22coresight: Don't reject unrecognized ETMv3 format attributesJames Clark1-7/+0
2025-12-22coresight: Interpret ETMv3 config with ATTR_CFG_GET_FLD()James Clark1-11/+13
2025-12-22coresight: Define format attributes with GEN_PMU_FORMAT_ATTR()James Clark2-10/+42
2025-12-22coresight: Hide unused ETMv3 format attributesJames Clark1-17/+20