index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
/
coresight
/
coresight-etm4x-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-20
coresight: Use per-sink trace ID maps for Perf sessions
James Clark
1
-4
/
+5
2024-05-22
Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+17
2024-04-22
coresight: etm4x: Fix access to resource selector registers
Suzuki K Poulose
1
-2
/
+4
2024-04-22
coresight: etm4x: Safe access for TRCQCLTR
Suzuki K Poulose
1
-2
/
+6
2024-04-22
coresight: etm4x: Do not save/restore Data trace control registers
Suzuki K Poulose
1
-6
/
+0
2024-04-22
coresight: etm4x: Do not hardcode IOMEM access for register restore
Suzuki K Poulose
1
-2
/
+4
2024-04-18
ARM: 9378/1: coresight: etm4x: drop owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-04-16
coresight: etm4x: Fix unbalanced pm_runtime_enable()
Anshuman Khandual
1
-0
/
+3
2024-02-12
coresight: etm4x: Set skip_power_up in etm4_init_arch_data function
Mao Jinlong
1
-5
/
+5
2024-02-12
coresight: Add helper for setting csdev->mode
James Clark
1
-2
/
+2
2024-02-12
coresight: Add a helper for getting csdev->mode
James Clark
1
-4
/
+4
2024-02-12
coresight: Add helper for atomically taking the device
James Clark
1
-5
/
+3
2024-02-12
coresight: Move all sysfs code to sysfs file
James Clark
1
-2
/
+2
2024-02-12
coresight: Move mode to struct coresight_device
James Clark
1
-9
/
+7
2024-02-12
coresight: Fix uninitialized struct warnings
James Clark
1
-1
/
+1
2023-11-16
coresight: etm4x: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-16
coresight: etm: Make cycle count threshold user configurable
Anshuman Khandual
1
-2
/
+7
2023-11-16
coresight: etm: Override TRCIDR3.CCITMIN on errata affected cpus
Anshuman Khandual
1
-0
/
+37
2023-11-13
coresight: etm4x: Remove bogous __exit annotation for some functions
Uwe Kleine-König
1
-3
/
+3
2023-08-17
coresight: etm4x: Ensure valid drvdata and clock before clk_put()
Anshuman Khandual
1
-1
/
+1
2023-07-26
coresight: etm4x: Add ACPI support in platform driver
Suzuki K Poulose
1
-0
/
+10
2023-07-26
coresight: etm4x: Change etm4_platform_driver driver for MMIO devices
Anshuman Khandual
1
-2
/
+56
2023-07-26
coresight: etm4x: Drop pid argument from etm4_probe()
Anshuman Khandual
1
-14
/
+15
2023-07-26
coresight: etm4x: Drop iomem 'base' argument from etm4_probe()
Anshuman Khandual
1
-5
/
+5
2023-07-26
coresight: etm4x: Allocate and device assign 'struct etmv4_drvdata' earlier
Anshuman Khandual
1
-5
/
+14
2023-06-07
coresight: etm4x: Match all ETM4 instances based on DEVARCH and DEVTYPE
Suzuki K Poulose
1
-0
/
+5
2023-06-07
coresight: etm4x: Make etm4_remove_dev() return void
Uwe Kleine-König
1
-6
/
+3
2023-06-05
coresight: Use enum type for cs_mode wherever possible
James Clark
1
-3
/
+3
2023-03-21
coresight: etm4x: Do not access TRCIDR1 for identification
Suzuki K Poulose
1
-13
/
+9
2023-03-21
coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug
Steve Clevenger
1
-1
/
+1
2023-01-19
coresight: etmX.X: stm: Remove trace_id() callback
Mike Leach
1
-8
/
+0
2023-01-19
coresight: etm4x: Update ETM4 driver to use Trace ID API
Mike Leach
1
-7
/
+66
2023-01-16
coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR
Junhao He
1
-6
/
+12
2022-11-28
coresight: etm4x: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-10-31
coresight: etm4x: add CPU hotplug support for probing
Tamas Zsoldos
1
-40
/
+113
2022-09-21
arm64/sysreg: Fix a few missed conversions
Nathan Chancellor
1
-2
/
+2
2022-08-05
Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+4
2022-07-06
coresight: Add config flag to enable branch broadcast
James Clark
1
-0
/
+14
2022-06-15
coresight: etm4x: Use asm-generic IO memory barriers
Sai Prakash Ranjan
1
-4
/
+4
2022-04-13
coresight: etm4x: Cleanup TRCSSCCRn and TRCSSCSRn register accesses
James Clark
1
-1
/
+1
2022-04-13
coresight: etm4x: Cleanup TRCVICTLR register accesses
James Clark
1
-5
/
+5
2022-04-13
coresight: etm4x: Cleanup TRCCONFIGR register accesses
James Clark
1
-7
/
+5
2022-04-13
coresight: etm4x: Cleanup TRCIDR5 register accesses
James Clark
1
-12
/
+6
2022-04-13
coresight: etm4x: Cleanup TRCIDR4 register accesses
James Clark
1
-6
/
+6
2022-04-13
coresight: etm4x: Cleanup TRCIDR3 register accesses
James Clark
1
-30
/
+10
2022-04-13
coresight: etm4x: Cleanup TRCIDR2 register accesses
James Clark
1
-3
/
+3
2022-04-13
coresight: etm4x: Cleanup TRCIDR0 register accesses
James Clark
1
-28
/
+8
2022-03-11
coresight: etm4x: Don't trace PID for non-root PID namespace
Leo Yan
1
-2
/
+8
2022-03-11
coresight: no-op refactor to make INSTP0 check more idiomatic
James Clark
1
-1
/
+1
2021-11-26
coresight: configfs: Allow configfs to activate configuration
Mike Leach
1
-1
/
+10
[next]