summaryrefslogtreecommitdiff
path: root/drivers/hwtracing
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-512/+915
2026-06-09driver core: platform: set mod_name in driver registrationShashank Balaji1-2/+3
2026-06-09coresight: pass THIS_MODULE implicitly through a macroShashank Balaji10-16/+12
2026-06-04coresight: ultrasoc-smb: Fix OOB write in smb_sync_perf_buffer()Junrui Luo1-0/+1
2026-05-29coresight: etb10: restore atomic_t for shared reading stateRunyu Xiao1-3/+3
2026-05-19coresight: platform: defer connection counter increment until alloc succeedsJie Gan1-6/+6
2026-05-18coresight: sysfs: Validate CPU online status for per-CPU sourcesLeo Yan1-0/+3
2026-05-18coresight: Move CPU hotplug callbacks to core layerLeo Yan3-86/+39
2026-05-18coresight: sysfs: Increment refcount only for software sourceLeo Yan1-14/+25
2026-05-18coresight: trbe: Save and restore state across CPU low power stateYabin Cui1-1/+58
2026-05-18coresight: Add PM callbacks for sink deviceLeo Yan1-2/+33
2026-05-18coresight: Control path during CPU idleLeo Yan1-15/+78
2026-05-18coresight: sysfs: Use source's path pointer for path controlLeo Yan1-73/+9
2026-05-18coresight: etm3x: Set active path on target CPULeo Yan1-3/+14
2026-05-18coresight: etm4x: Set active path on target CPULeo Yan1-3/+15
2026-05-18coresight: Save active path for system tracersLeo Yan1-1/+22
2026-05-18coresight: Introduce coresight_enable_source() helperLeo Yan4-4/+21
2026-05-18coresight: Use helpers to fetch first and last nodesLeo Yan1-2/+12
2026-05-18coresight: Control path with rangeLeo Yan1-14/+81
2026-05-18coresight: Disable source helpers in coresight_disable_path()Leo Yan1-19/+8
2026-05-18coresight: syscfg: Use IRQ-safe spinlock to protect active variablesLeo Yan2-18/+22
2026-05-18coresight: etm4x: Remove redundant checks in PM save and restoreLeo Yan1-37/+4
2026-05-18coresight: etm4x: Hook CPU PM callbacksLeo Yan1-50/+23
2026-05-18coresight: Register CPU PM notifier in core layerLeo Yan1-0/+93
2026-05-18coresight: Take per-CPU source reference during AUX setupLeo Yan3-71/+130
2026-05-18coresight: Move per-CPU source pointer to core layerLeo Yan3-10/+43
2026-05-18coresight: Take a reference on csdevLeo Yan1-9/+27
2026-05-18coresight: perf: Retrieve path and source from event dataLeo Yan3-43/+74
2026-05-18coresight: Take hotplug lock in enable_source_store() for Sysfs modeLeo Yan3-17/+7
2026-05-18coresight: Remove .cpu_id() callback from source opsLeo Yan5-23/+7
2026-05-18coresight: Populate CPU ID into coresight_deviceLeo Yan6-4/+26
2026-05-18coresight: Extract device init into coresight_init_device()Leo Yan1-8/+19
2026-05-18coresight: Handle helper enable failure properlyLeo Yan1-1/+10
2026-05-18coresight: Fix source not disabled on idr_alloc_u32 failureJie Gan1-1/+3
2026-05-12coresight: fix missing error code when trace ID is invalidJie Gan4-15/+19
2026-05-07coresight: etm4x: Correct TRCVMIDCCTLR1 save and restoreLeo Yan1-2/+2
2026-05-07coresight: ete: Always save state on power downJames Clark1-14/+34
2026-05-07coresight: tmc: Fix overflow when calculating is bigger than 2GiBLeo Yan1-2/+2
2026-05-06coresight: cti: Fix DT filter signals silently ignoredYingchao Deng1-0/+1
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