summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorLines
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-496/+345
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+21
2026-04-09coresight: don't use bitmap_print_to_pagebuf()Yury Norov-18/+14
2026-04-07coresight: tpdm: fix invalid MMIO access issueJie Gan-1/+1
2026-04-05stm: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)-10/+21
2026-03-31coresight: tpdm: add traceid_show for checking traceidJie Gan-1/+35
2026-03-30coresight: platform: check the availability of the endpoint before parseJie Gan-0/+2
2026-03-27coresight: cti: fix the check condition in inout_sel_storeJie Gan-1/+2
2026-03-03coresight: cti: Properly handle negative offsets in cti_reg32_{show|store}()Leo Yan-2/+8
2026-03-03coresight: cti: Remove hw_enabled flagLeo Yan-13/+4
2026-03-03coresight: cti: Remove hw_powered flagLeo Yan-33/+13
2026-03-03coresight: cti: Rename cti_active() to cti_is_active()Leo Yan-12/+12
2026-03-03coresight: cti: Remove CPU power management codeLeo Yan-183/+3
2026-03-03coresight: cti: Access ASICCTL only when implementedLeo Yan-1/+19
2026-03-03coresight: cti: Fix register readsLeo Yan-4/+14
2026-03-03coresight: cti: Make spinlock usage consistentLeo Yan-116/+103
2026-03-02drivers/hwtracing/coresight: remove unneeded variable in tmc_crashdata_release()Elsanti-2/+1
2026-02-26coresight: ctcu: fix the spin_bugJie Gan-0/+1
2026-02-25coresight: Unify bus unregistration via coresight_unregister()Leo Yan-11/+4
2026-02-25coresight: Do not mix success path with failure handlingLeo Yan-8/+13
2026-02-25coresight: Move sink validation into etm_perf_add_symlink_sink()Leo Yan-15/+13
2026-02-25coresight: Refactor sysfs connection group cleanupLeo Yan-9/+7
2026-02-25coresight: Refactor output connection sysfs link cleanupLeo Yan-9/+7
2026-02-25coresight: Protect unregistration with mutexLeo Yan-1/+4
2026-02-25coresight: Get parent device reference after sink ID map allocationLeo Yan-6/+8
2026-02-25coresight: Fix memory leak in coresight_alloc_device_name()Leo Yan-93/+116
2026-02-25coresight: cti: Move resource release to cti_remove()Leo Yan-23/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-33/+32
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-413/+885
2026-02-04Merge branch 'pm-runtime'Rafael J. Wysocki-8/+4
2026-01-27intel_th: pci: Add Nova Lake supportPawel Chmielewski-0/+8
2026-01-27intel_th: pci: Use PCI_DEVICE_DATA() for device entriesPawel Chmielewski-219/+102
2026-01-26Merge tag 'coresight-next-v7.0' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-192/+773
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman-6/+19
2026-01-21coresight: tmc: Decouple the perf buffer allocation from sysfs modeYicong Yang-21/+9
2026-01-21coresight: tmc-etr: Fix race condition between sysfs and perf modeYicong Yang-0/+13
2026-01-21coresight: tmc: Add missing doc including reading and etr_mode of struct tmc_...Yicong Yang-0/+2
2026-01-19coresight-tnoc: Add runtime PM support for Interconnect TNOCYuanfang Zhang-0/+23
2026-01-19coresight-tnoc: add platform driver to support Interconnect TNOCYuanfang Zhang-11/+102
2026-01-19coresight: etm3x: Fix cpulocked warning on cpuhpAntonio Borneo-6/+6
2026-01-16intel_th: rename error labelJohan Hovold-4/+4
2026-01-16intel_th: fix device leak on output open()Johan Hovold-3/+16
2026-01-16stm class: Kconfig: correct symbol nameRandy Dunlap-2/+2
2026-01-08coresight: Discard pm_runtime_put() return valuesRafael J. Wysocki-8/+4
2026-01-05coresight: tpda: add sysfs node to flush specific portTao Zhang-0/+41
2026-01-05coresight: tpda: add logic to configure TPDA_SYNCR registerTao Zhang-0/+100
2026-01-05coresight: tpda: add global_flush_req sysfs nodeJie Gan-0/+47
2026-01-05coresight: tpda: add sysfs nodes for tpda cross-trigger configurationTao Zhang-7/+165