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-tmc-etf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-12
coresight: Add helper for setting csdev->mode
James Clark
1
-5
/
+5
2024-02-12
coresight: Add a helper for getting csdev->mode
James Clark
1
-8
/
+8
2024-02-12
coresight: Remove atomic type from refcnt
James Clark
1
-9
/
+11
2024-02-12
coresight: Move mode to struct coresight_device
James Clark
1
-13
/
+13
2023-08-04
coresight: tmc: Explicit type conversions to prevent integer overflow
Ruidong Tian
1
-1
/
+1
2023-06-05
coresight: Make refcount a property of the connection
James Clark
1
-11
/
+13
2023-06-05
coresight: Use enum type for cs_mode wherever possible
James Clark
1
-1
/
+1
2023-01-30
coresight: tmc: Don't enable TMC when it's not ready.
Yabin Cui
1
-9
/
+36
2021-10-27
coresight: Update comments for removing cs_etm_find_snapshot()
Leo Yan
1
-3
/
+2
2021-10-27
coresight: tmc-etf: Add comment for store ordering
Leo Yan
1
-0
/
+5
2021-06-15
coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer()
Sai Prakash Ranjan
1
-1
/
+1
2021-02-04
coresight: Convert claim/disclaim operations to use access wrappers
Suzuki K Poulose
1
-4
/
+6
2020-11-27
coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()
Sai Prakash Ranjan
1
-1
/
+3
2020-09-28
coresight: Add coresight prefix to barrier_pkt
Tingwei Zhang
1
-1
/
+1
2020-07-21
coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()
Sai Prakash Ranjan
1
-7
/
+6
2020-05-19
coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb()
Sai Prakash Ranjan
1
-8
/
+8
2019-11-04
coresight: Serialize enabling/disabling a link device.
Yabin Cui
1
-7
/
+19
2019-09-03
coresight: tmc: Make memory width mask computation into a function
Mathieu Poirier
1
-21
/
+2
2019-07-03
coresight: tmc-etf: Do not call smp_processor_id from preemptible
Suzuki K Poulose
1
-4
/
+2
2019-06-19
coresight: tmc: Clean up device specific data
Suzuki K Poulose
1
-5
/
+4
2019-06-19
coresight: perf: Don't set the truncated flag in snapshot mode
Mathieu Poirier
1
-1
/
+7
2019-06-19
coresight: tmc-etf: Fix snapshot mode update function
Mathieu Poirier
1
-2
/
+4
2019-06-19
coresight: tmc-etf: Properly set AUX buffer head in snapshot mode
Mathieu Poirier
1
-5
/
+9
2019-04-25
coresight: tmc-etf: Add support for CPU-wide trace scenarios
Mathieu Poirier
1
-5
/
+35
2019-04-25
coresight: Communicate perf event to sink buffer allocation functions
Mathieu Poirier
1
-3
/
+4
2019-04-25
coresight: Properly address concurrency in sink::update() functions
Mathieu Poirier
1
-1
/
+3
2019-04-25
coresight: Properly address errors in sink::disable() functions
Mathieu Poirier
1
-5
/
+4
2019-04-25
coresight: Move reference counting inside sink drivers
Mathieu Poirier
1
-4
/
+17
2019-04-25
coresight: Adding return code to sink::disable() operation
Mathieu Poirier
1
-2
/
+3
2018-12-06
coresight: etf: Release CLAIM tag after disabling the HW
Mathieu Poirier
1
-1
/
+1
2018-12-06
coresight: tmc: Fix bad register address for CLAIM
Leo Yan
1
-1
/
+1
2018-09-25
coreisght: tmc: Claim device before use
Suzuki K Poulose
1
-3
/
+19
2018-09-25
coresight: tmc-etb/etf: Prepare to handle errors enabling
Suzuki K Poulose
1
-28
/
+45
2018-09-25
coresight: tmc: Fix byte-address alignment for RRP
Leo Yan
1
-2
/
+2
2018-09-25
coresight: tmc: Refactor loops in etb dump
Leo Yan
1
-10
/
+7
2018-09-25
coresight: perf: Remove set_buffer call back
Suzuki K Poulose
1
-9
/
+19
2018-09-25
coresight: perf: Remove reset_buffer call back for sinks
Suzuki K Poulose
1
-46
/
+12
2018-09-25
coresight: Convert driver messages to dev_dbg
Suzuki K Poulose
1
-4
/
+4
2018-07-15
coresight: Add helper for inserting synchronization packets
Suzuki K Poulose
1
-19
/
+8
2018-07-15
coresight: tmc: Hide trace buffer handling for file read
Suzuki K Poulose
1
-0
/
+18
2018-05-14
coresight: Moving framework and drivers to SPDX identifier
Mathieu Poirier
1
-12
/
+1
2017-08-28
coresight tmc: Add helpers for accessing 64bit registers
Suzuki K Poulose
1
-4
/
+4
2017-08-28
coresight: Add barrier packet for synchronisation
Mathieu Poirier
1
-1
/
+25
2017-08-28
coresight: Correct buffer lost increment
Mathieu Poirier
1
-2
/
+6
2017-06-09
coresight: tmc: minor fix for output log
Leo Yan
1
-8
/
+17
2017-03-16
perf/core: Keep AUX flags in the output handle
Will Deacon
1
-4
/
+3
2016-11-29
coresight: tmc: Get rid of mode parameter for helper routines
Suzuki K. Poulose
1
-13
/
+5
2016-11-29
coresight: tmc: Cleanup operation mode handling
Suzuki K. Poulose
1
-18
/
+14
2016-09-09
coresight: tmc: mark symbols static where possible
Baoyou Xie
1
-1
/
+1
2016-08-31
coresight: tmc: Delete an unnecessary check before the function call "kfree"
Markus Elfring
1
-1
/
+1
[next]