aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds21-496/+345
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-10/+21
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-04-05stm: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)1-10/+21
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 Torvalds13-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook14-33/+32
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds13-413/+885
2026-02-04Merge branch 'pm-runtime'Rafael J. Wysocki1-8/+4
2026-01-27intel_th: pci: Add Nova Lake supportPawel Chmielewski2-0/+8
2026-01-27intel_th: pci: Use PCI_DEVICE_DATA() for device entriesPawel Chmielewski2-219/+102
2026-01-26Merge tag 'coresight-next-v7.0' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-nextGreg Kroah-Hartman10-192/+773
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman1-6/+19
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_drvdataYicong 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-16intel_th: rename error labelJohan Hovold1-4/+4
2026-01-16intel_th: fix device leak on output open()Johan Hovold1-3/+16
2026-01-16stm class: Kconfig: correct symbol nameRandy Dunlap1-2/+2
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