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
2019-07-12
coresight: Make the coresight_device_fwnode_match declaration's fwnode parame...
Nathan Chancellor
1
-1
/
+1
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-20
/
+8
2019-07-04
coresight: Do not default to CPU0 for missing CPU phandle
Sai Prakash Ranjan
4
-10
/
+19
2019-07-03
coresight: tmc: Smatch: Fix potential NULL pointer dereference
Suzuki K Poulose
1
-2
/
+4
2019-07-03
coresight: etm3x: Smatch: Fix potential NULL pointer dereference
Suzuki K Poulose
1
-1
/
+2
2019-07-03
coresight: Potential uninitialized variable in probe()
Dan Carpenter
1
-0
/
+1
2019-07-03
coresight: etb10: Do not call smp_processor_id from preemptible
Suzuki K Poulose
1
-4
/
+2
2019-07-03
coresight: tmc-etf: Do not call smp_processor_id from preemptible
Suzuki K Poulose
1
-4
/
+2
2019-07-03
coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preempt...
Suzuki K Poulose
1
-5
/
+2
2019-07-03
coresight: tmc-etr: Do not call smp_processor_id() from preemptible
Suzuki K Poulose
1
-4
/
+2
2019-07-03
intel_th: msu: Start read iterator from a non-empty window
Alexander Shishkin
1
-9
/
+33
2019-07-03
intel_th: msu: Split sgt array and pointer in multiwindow mode
Alexander Shishkin
1
-10
/
+13
2019-07-03
intel_th: msu: Support multipage blocks
Alexander Shishkin
1
-18
/
+38
2019-07-03
intel_th: pci: Add Ice Lake NNPI support
Alexander Shishkin
1
-0
/
+5
2019-07-03
intel_th: msu: Fix single mode with disabled IOMMU
Alexander Shishkin
1
-1
/
+1
2019-07-03
intel_th: msu: Remove set but not used variable 'last'
YueHaibing
1
-2
/
+1
2019-07-03
intel_th: msu: Fix unused variable warning on arm64 platform
Shaokun Zhang
1
-13
/
+27
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
3
-7
/
+6
2019-06-21
coresight: cpu-debug: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-13
/
+2
2019-06-20
coresight: replicator: Add terminate entry for acpi_device_id tables
Wei Yongjun
1
-0
/
+1
2019-06-20
coresight: platform: add OF/APCI dependency
Arnd Bergmann
1
-0
/
+1
2019-06-20
coresight: Add dummy definition for of_coresight_get_cpu()
Suzuki K Poulose
1
-0
/
+5
2019-06-20
coresight: acpi: Support for platform devices
Suzuki K Poulose
1
-1
/
+9
2019-06-20
coresight: Support for ACPI bindings
Suzuki K Poulose
1
-0
/
+464
2019-06-20
coresight: stm: ACPI support for parsing stimulus base
Suzuki K Poulose
1
-1
/
+52
2019-06-20
coresight: Use platform agnostic names
Suzuki K Poulose
10
-11
/
+117
2019-06-20
coresight: Use fwnode handle instead of device names
Suzuki K Poulose
3
-15
/
+47
2019-06-20
coresight: platform: Use fwnode handle for device search
Suzuki K Poulose
1
-7
/
+9
2019-06-20
coresight: Add support for releasing platform specific data
Suzuki K Poulose
3
-1
/
+12
2019-06-20
coresight: Rearrange platform data probing
Suzuki K Poulose
9
-49
/
+60
2019-06-20
coresight: Reuse platform data structure for connection tracking
Suzuki K Poulose
2
-25
/
+25
2019-06-20
coresight: Cleanup coresight_remove_conns
Suzuki K Poulose
1
-2
/
+13
2019-06-20
coresight: Remove name from platform description
Suzuki K Poulose
11
-7
/
+15
2019-06-20
coresight: Remove cpu field from platform data
Suzuki K Poulose
3
-3
/
+2
2019-06-20
coresight: Make device to CPU mapping generic
Suzuki K Poulose
2
-7
/
+14
2019-06-20
coresight: Introduce generic platform data helper
Suzuki K Poulose
10
-81
/
+81
2019-06-20
coresight: Make sure device uses DT for obsolete compatible check
Suzuki K Poulose
2
-2
/
+4
2019-06-20
coresight: platform: Make memory allocation helper generic
Suzuki K Poulose
1
-15
/
+19
2019-06-20
coresight: Rename of_coresight to coresight-platform
Suzuki K Poulose
2
-3
/
+3
2019-06-19
coresight: tmc-etr: Rearrange probing default buffer size
Suzuki K Poulose
1
-9
/
+12
2019-06-19
coresight: stm: Rearrange probing the stimulus area
Suzuki K Poulose
1
-4
/
+19
2019-06-19
coresight: etm3x: Rearrange cp14 access detection
Suzuki K Poulose
1
-1
/
+1
2019-06-19
coresight: Use coresight device names for sinks in PMU attribute
Mathieu Poirier
1
-4
/
+4
2019-06-19
coresight: etb10: Clean up device specific data
Suzuki K Poulose
1
-16
/
+16
2019-06-19
coresight: etm: Clean up device specific data
Suzuki K Poulose
5
-30
/
+29
2019-06-19
coresight: stm: Cleanup device specific data
Suzuki K Poulose
1
-11
/
+10
2019-06-19
coresight: tpiu: Clean up device specific data
Suzuki K Poulose
1
-5
/
+2
2019-06-19
coresight: catu: Cleanup device specific data
Suzuki K Poulose
2
-7
/
+7
2019-06-19
coresight: tmc: Clean up device specific data
Suzuki K Poulose
5
-47
/
+47
2019-06-19
coresight: replicator: Cleanup device tracking
Suzuki K Poulose
1
-5
/
+2
[next]