summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
2026-08-03intel_th: fix MSC output device reference leakGuangshuo Li2-10/+2
2026-07-24coresight: platform: defer connection counter increment until alloc succeedsJie Gan1-6/+6
2026-07-24coresight: Handle helper enable failure properlyLeo Yan1-1/+10
2026-07-24coresight: Fix source not disabled on idr_alloc_u32 failureJie Gan1-1/+3
2026-07-24coresight: fix missing error code when trace ID is invalidJie Gan4-15/+19
2026-07-24coresight: etm4x: Correct TRCVMIDCCTLR1 save and restoreLeo Yan1-2/+2
2026-07-24coresight: ete: Always save state on power downJames Clark1-14/+34
2026-07-24coresight: tmc: Fix overflow when calculating is bigger than 2GiBLeo Yan1-2/+2
2026-07-24coresight: cti: Fix DT filter signals silently ignoredYingchao Deng1-0/+1
2026-07-18coresight: ultrasoc-smb: Fix OOB write in smb_sync_perf_buffer()Junrui Luo1-0/+1
2026-07-18coresight: etb10: restore atomic_t for shared reading stateRunyu Xiao1-3/+3
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-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus 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-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert '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/gi...Linus 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/ke...Greg 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_...Yicong Yang1-0/+2