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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
coresight: Use IS_ENABLED for CONFIGs that may be modules
Kim Phillips
2
-2
/
+2
2020-09-28
coresight: cpu_debug: Define MODULE_DEVICE_TABLE
Tingwei Zhang
1
-0
/
+2
2020-09-28
coresight: cpu_debug: Add module name in Kconfig
Tingwei Zhang
1
-0
/
+3
2020-09-17
coresight: etm4x: Fix number of resources check for ETM 4.3 and above
Mike Leach
2
-1
/
+10
2020-09-17
coresight: etm4x: Fix mis-usage of nr_resource in sysfs interface
Jonathan Zhou
1
-3
/
+6
2020-09-17
coresight: Make sysfs functional on topologies with per core sink
Linu Cherian
2
-36
/
+29
2020-09-17
coresight: etm: perf: Sink selection using sysfs is deprecated
Linu Cherian
1
-2
/
+0
2020-09-17
coresight: etm4x: Fix issues on trcseqevr access
Jonathan Zhou
1
-2
/
+2
2020-09-17
coresight: etm4x: Handle unreachable sink in perf mode
Suzuki K Poulose
1
-0
/
+10
2020-09-17
coresight: cti: Write regsiters directly in cti_enable_hw()
Tingwei Zhang
1
-19
/
+5
2020-09-17
coresight: etm4x: Fix issues within reset interface of sysfs
Jonathan Zhou
1
-1
/
+1
2020-09-17
coresight: etm4x: Ensure default perf settings filter user/kernel
Mike Leach
2
-10
/
+25
2020-09-17
coresight: cti: remove pm_runtime_get_sync() from CPU hotplug
Tingwei Zhang
1
-3
/
+0
2020-09-17
coresight: cti: disclaim device only when it's claimed
Tingwei Zhang
1
-1
/
+2
2020-09-17
coresight: etm4x: Add Support for HiSilicon ETM device
Qi Liu
1
-0
/
+2
2020-09-17
coresight: fix offset by one error in counting ports
Mian Yousaf Kaukab
1
-5
/
+5
2020-09-17
coresight: stm: Support marked packet
Tingwei Zhang
1
-4
/
+7
2020-09-17
coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to init
Sai Prakash Ranjan
1
-34
/
+31
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
4
-7
/
+4
2020-07-21
coresight: etm4x: Fix save/restore during cpu idle
Suzuki K Poulose
2
-9
/
+9
2020-07-21
coresight: etm: perf: Add default sink selection to etm perf
Mike Leach
1
-3
/
+14
2020-07-21
coresight: tmc: Update sink types for default selection
Mike Leach
1
-1
/
+2
2020-07-21
coresight: Add default sink selection to CoreSight base
Mike Leach
2
-0
/
+168
2020-07-21
coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()
Sai Prakash Ranjan
1
-7
/
+6
2020-07-21
coresight: tmc: Add shutdown callback for TMC ETR
Sai Prakash Ranjan
3
-1
/
+25
2020-07-21
coresight: etmv4: Counter values not saved on disable
Mike Leach
1
-0
/
+6
2020-07-21
coresight: etmv4: Fix resource selector constant
Mike Leach
1
-2
/
+2
2020-07-21
coresight: Drop double check for ACPI companion device
Andy Shevchenko
1
-2
/
+0
2020-07-21
coresight: Use devm_kcalloc() in coresight_alloc_conns()
Xu Wang
1
-3
/
+2
2020-07-21
coresight: replicator: Reset replicator if context is lost
Sai Prakash Ranjan
1
-17
/
+38
2020-07-21
coresight: etm4x: Add support to skip trace unit power up
Tingwei Zhang
2
-10
/
+20
2020-07-21
coresight: catu: Use CS_AMBA_ID macro for id table
Sai Prakash Ranjan
1
-4
/
+1
2020-07-21
coresight: replicator: Use CS_AMBA_ID macro for id table
Sai Prakash Ranjan
1
-10
/
+3
2020-07-10
intel_th: Fix a NULL dereference when hub driver is not loaded
Alexander Shishkin
2
-6
/
+19
2020-07-10
intel_th: pci: Add Emmitsburg PCH support
Alexander Shishkin
1
-0
/
+5
2020-07-10
intel_th: pci: Add Tiger Lake PCH-H support
Alexander Shishkin
1
-0
/
+5
2020-07-10
intel_th: pci: Add Jasper Lake CPU support
Alexander Shishkin
1
-0
/
+5
2020-07-01
coresight: etmv4: Fix CPU power management setup in probe() function
Mike Leach
1
-29
/
+53
2020-07-01
coresight: cti: Fix error handling in probe
Dan Carpenter
1
-42
/
+54
2020-06-16
stm class: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2
-3
/
+3
2020-06-07
Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-106
/
+619
2020-06-02
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2020-05-19
coresight: cti: Add CPU idle pm notifer to CTI devices
Mike Leach
1
-0
/
+69
2020-05-19
coresight: cti: Add CPU Hotplug handling to CTI driver
Mike Leach
1
-0
/
+92
2020-05-19
coresight: etm4x: Fix use-after-free of per-cpu etm drvdata
Suzuki K Poulose
1
-0
/
+1
2020-05-19
coresight: Avoid casting void pointers
Stephen Boyd
1
-3
/
+6
2020-05-19
coresight: Include required headers in C files
Stephen Boyd
4
-2
/
+33
2020-05-19
coresight: Initialize arg in sparse friendly way
Stephen Boyd
2
-2
/
+2
2020-05-19
coresight: Don't initialize variables unnecessarily
Stephen Boyd
1
-4
/
+4
2020-05-19
coresight: Mark some functions static
Stephen Boyd
4
-6
/
+5
[prev]
[next]