index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
Age
Commit message (
Expand
)
Author
Files
Lines
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-15
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-01
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
2020-05-19
coresight: etm4x: Add support for Neoverse N1 ETM
Anurag Koul
1
-0
/
+1
2020-05-19
coresight: etmv4: Update default filter and initialisation
Mike Leach
2
-18
/
+7
2020-05-19
coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb()
Sai Prakash Ranjan
1
-8
/
+8
2020-05-19
coresight: Fix support for sparsely populated ports
Suzuki K Poulose
2
-26
/
+66
2020-05-19
coresight: etb10: Make coresight_etb_groups static
Jason Yan
1
-1
/
+1
2020-05-19
coresight: cti: Make some symbols static
Jason Yan
1
-3
/
+3
2020-05-19
coresight: etm4x: Replace ETM PIDs with UCI IDs for Kryo385
Sai Prakash Ranjan
1
-2
/
+2
2020-05-19
coresight: etm4x: Add support for Qualcomm SC7180 SoC
Sai Prakash Ranjan
1
-0
/
+2
2020-05-19
coresight: cti: Add in sysfs links to other coresight devices
Mike Leach
1
-4
/
+48
2020-05-19
coresight: Expose device connections via sysfs
Suzuki K Poulose
3
-12
/
+119
2020-05-19
coresight: Add generic sysfs link creation functions
Mike Leach
3
-1
/
+130
2020-05-19
coresight: Add return value for fixup connections
Suzuki K Poulose
1
-10
/
+14
2020-05-19
coresight: Pass coresight_device for coresight_release_platform_data
Suzuki K Poulose
3
-5
/
+7
2020-05-15
coresight: cti: remove incorrect NULL return check
Calvin Johnson
1
-2
/
+2
2020-04-20
docs: fix broken references to text files
Mauro Carvalho Chehab
1
-1
/
+1
2020-03-24
intel_th: msu: Make stopping the trace optional
Alexander Shishkin
1
-1
/
+37
2020-03-23
Merge 5.6-rc7 into char-misc-next
Greg Kroah-Hartman
3
-9
/
+15
2020-03-21
coresight: cti: Add connection information to sysfs
Mike Leach
3
-3
/
+346
2020-03-21
coresight: cti: Enable CTI associated with devices
Mike Leach
4
-5
/
+204
[next]