Sign in
android-kvm
/
linux
/
85e12066ea09bbee5c99ff2dbde9934291533b0d
/
drivers
/
hwtracing
/
coresight
06dd3df
Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
6ed70cf
perf/x86/pt, coresight: Clean up address filter structure
by Alexander Shishkin
· 7 years ago
57adbee
coresight: etm4x: Fix bit shifting
by Bo Yan
· 7 years ago
831c326
coresight: Use %px to print pcsr instead of %p
by Leo Yan
· 7 years ago
f6cff79
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
29198e3
coresight: of: Use of_cpu_node_to_id helper
by Suzuki K Poulose
· 7 years ago
76526f9
coresight: etb10: remove duplicate includes
by Pravin Shedge
· 7 years ago
11595db
coresight: Fix disabling of CoreSight TPIU
by Robert Walker
· 7 years ago
3703221
coresight: Use PTR_ERR_OR_ZERO()
by Vasyl Gomonovych
· 7 years ago
26cf91f
coresight: Deduplicate bus_find_device() by name matching
by Lukas Wunner
· 7 years ago
2bf16b7
Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
0bbb194
coresight: Extend the PIDR mask to cover relevant bits in PIDR2
by Suzuki K Poulose
· 7 years ago
0875957
coresight: constify amba_id
by Arvind Yadav
· 8 years ago
5959f3d
coresight: etb10: constify amba_id
by Arvind Yadav
· 8 years ago
a13f6f9
coresight: etm3x: constify amba_id
by Arvind Yadav
· 8 years ago
c5520c9
coresight: etm4x: constify amba_id
by Arvind Yadav
· 8 years ago
87c89af
coresight: funnel: constify amba_id
by Arvind Yadav
· 8 years ago
c214f76
coresight: replicator: constify amba_id
by Arvind Yadav
· 8 years ago
44d5af0
coresight: stm: constify amba_id
by Arvind Yadav
· 8 years ago
6f964e7
coresight: tmc: constify amba_id
by Arvind Yadav
· 8 years ago
74bf16d
coresight: tpiu: constify amba_id
by Arvind Yadav
· 8 years ago
e3b7868
coresight: STM: Clean up __iomem type usage
by Stephen Boyd
· 8 years ago
3d1afa0
coresight: Add support for Coresight SoC 600 components
by Suzuki K Poulose
· 8 years ago
6495892
coresight tmc: Add support for Coresight SoC 600 TMC
by Suzuki K Poulose
· 8 years ago
f2e931a
coresight tmc: Support for save-restore in ETR
by Suzuki K Poulose
· 8 years ago
ebab6a7
coresight tmc etr: Setup AXI cache encoding for read transfers
by Suzuki K Poulose
· 8 years ago
cd407ab
coresight tmc etr: Cleanup AXICTL register handling
by Suzuki K Poulose
· 8 years ago
ff11f5b
coresight tmc etr: Detect address width at runtime
by Suzuki K Poulose
· 8 years ago
2e21934
coresight tmc: Detect support for scatter gather
by Suzuki K Poulose
· 8 years ago
2884132
coresight tmc etr: Add capabilitiy information
by Suzuki K Poulose
· 8 years ago
99ac6f1
coresight tmc: Handle configuration types properly
by Suzuki K Poulose
· 8 years ago
79d29bb
coresight replicator: Expose replicator management registers
by Suzuki K Poulose
· 8 years ago
2b45533
coresight tmc: Expose DBA and AXICTL
by Suzuki K Poulose
· 8 years ago
6f6ab4f
coresight tmc: Add helpers for accessing 64bit registers
by Suzuki K Poulose
· 8 years ago
47675f6
coresight: Use the new helper for defining registers
by Suzuki K Poulose
· 8 years ago
b4523c8
coresight: Add support for reading 64bit registers
by Suzuki K Poulose
· 8 years ago
1c88598
coresight replicator: Cleanup programmable replicator naming
by Suzuki K Poulose
· 8 years ago
27b8f66
coresight: etm4x: Adds trace return stack option programming for ETMv4.
by Mike Leach
· 8 years ago
557587b
coresight: ptm: Adds trace return stack option programming for PTM.
by Mike Leach
· 8 years ago
b97971b
coresight: pmu: Adds return stack option to perf coresight pmu
by Mike Leach
· 8 years ago
89f00a1
hwtracing: coresight: constify attribute_group structures.
by Arvind Yadav
· 8 years ago
af36103
coresight: etm3x: Set synchronisation frequencty to TRM default
by Mathieu Poirier
· 8 years ago
1655a3d
coresight: etb10: Move etb_disable_hw() outside of lock
by Mathieu Poirier
· 8 years ago
0c3fc4d
coresight: Add barrier packet for synchronisation
by Mathieu Poirier
· 8 years ago
4f871a9
coresight: etb10: Remove useless conversion to LE
by Mathieu Poirier
· 8 years ago
cfd9f63
coresight: Correct buffer lost increment
by Mathieu Poirier
· 8 years ago
f4dd029
Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
2227b7c
coresight: add support for CPU debug module
by Leo Yan
· 8 years ago
c56cdd7
coresight: refactor with function of_coresight_get_cpu
by Leo Yan
· 8 years ago
04c9490
coresight: of_get_coresight_platform_data: Add missing of_node_put
by Suzuki K Poulose
· 8 years ago
a3959c5
coresight: tmc: Configure DMA mask appropriately
by Robin Murphy
· 8 years ago
63a5c02
coresight: etb10: Fix a typo in a comment line
by Markus Elfring
· 8 years ago
0f9df80
coresight: etb10: Delete an error message for a failed memory allocation in etb_probe()
by Markus Elfring
· 8 years ago
f42fe52
coresight: use const for device_node structures
by Leo Yan
· 8 years ago
2cd5414
coresight: tmc: minor fix for output log
by Leo Yan
· 8 years ago
d755209
coresight: etm_perf: Fix using uninitialised work
by Suzuki K Poulose
· 8 years ago
022aa1a
coresight: Fix reference count for software sources
by Suzuki K Poulose
· 8 years ago
f73f20e
coresight: Disable the path only when the source is disabled
by Suzuki K Poulose
· 8 years ago
e9f5d63
hwtracing/coresight-etm4x: Use cpuhp_setup_state_nocalls_cpuslocked()
by Sebastian Andrzej Siewior
· 8 years ago
e560c89
hwtracing/coresight-etm3x: Use cpuhp_setup_state_nocalls_cpuslocked()
by Sebastian Andrzej Siewior
· 8 years ago
af82455
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
eeedc54
coresight: Fixes coresight DT parse to get correct output port ID.
by Mike Leach
· 8 years ago
f4c0b0a
perf/core: Keep AUX flags in the output handle
by Will Deacon
· 8 years ago
27a7e2a
coresight: etm4x: Fix timestamp configuration when working from perf
by Mathieu Poirier
· 8 years ago
ae3fabc
coresight: etm4x: Fix enabling of cycle accurate tracing in perf.
by Mike Leach
· 8 years ago
f094446
coresight: fix kernel panic caused by invalid CPU
by Wang Nan
· 8 years ago
4474f4c
coresight: STM: Balance enable/disable
by Suzuki K Poulose
· 8 years ago
36e5b0e
coresight/etm3/4x: Consolidate hotplug state space
by Thomas Gleixner
· 8 years ago
73c1b41
cpu/hotplug: Cleanup state names
by Thomas Gleixner
· 8 years ago
179a7ba
Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
ec98960
coresight: perf: Add a missing call to etm_free_aux
by Quentin Lambert
· 8 years ago
bcb5b81
coresight: Add support for ARM Coresight STM-500
by Suzuki K Poulose
· 8 years ago
675a502
coresight: tmc: Remove duplicate memset
by Suzuki K. Poulose
· 8 years ago
c38e505
coresight: tmc: Get rid of mode parameter for helper routines
by Suzuki K. Poulose
· 8 years ago
297ab90
coresight: tmc: Cleanup operation mode handling
by Suzuki K. Poulose
· 8 years ago
d52c9750
coresight: reset "enable_sink" flag when need be
by Mathieu Poirier
· 8 years ago
a39f841
coresight: etm3x: Adding missing features of Coresight PTM components
by Muhammad Abdul WAHAB
· 8 years ago
a3e4df8
coresight: etm3x: indentation fix (extra space removed)
by Muhammad Abdul WAHAB
· 8 years ago
9870ef5
coresight: stm: return error code instead of zero in .packet()
by Chunyan Zhang
· 8 years ago
dea5d0e
coresight: Mark stm_generic_packet() with notrace
by Chunyan Zhang
· 8 years ago
0ef7528
coresight: tmc: mark symbols static where possible
by Baoyou Xie
· 8 years ago
8e67cdb
coresight: perf: deal with error condition properly
by Mathieu Poirier
· 8 years ago
e97b1c6
coresight: etm4x: adding configurable start/stop filtering
by Mathieu Poirier
· 9 years ago
2703d74
coresight: etm4x: adding configurable address range filtering
by Mathieu Poirier
· 9 years ago
f0d30cc
coresight: etm4x: configuring include/exclude function
by Mathieu Poirier
· 9 years ago
6cccf66
coresight: etm4x: adding range filter configuration function
by Mathieu Poirier
· 9 years ago
5edd944
coresight: etm4x: cleaning up default filter configuration
by Mathieu Poirier
· 9 years ago
2a5695a5
coresight: etm4x: split default and filter configuration
by Mathieu Poirier
· 9 years ago
ca878b1
coresight: etm-perf: configuring filters from perf core
by Mathieu Poirier
· 9 years ago
2b7adc4
coresight: remove duplicated enumeration
by Mathieu Poirier
· 9 years ago
68905d7
coresight: etm-perf: pass struct perf_event to source::enable/disable()
by Mathieu Poirier
· 9 years ago
3224dcc
coresight: fix handling of ETM trace register access via sysfs
by Sudeep Holla
· 9 years ago
46a3d5c
coresight: etm4x: request to retain power to the trace unit when active
by Sudeep Holla
· 9 years ago
1d37ae5
coresight: tmc: Delete an unnecessary check before the function call "kfree"
by Markus Elfring
· 9 years ago
57a3668
coresight: etm4x: remove duplicated include from coresight-etm4x.c
by Wei Yongjun
· 9 years ago
9486295
coresight: Use local coresight_desc instances
by Suzuki K Poulose
· 9 years ago
7f73b0b
hwtracing: coresight: of_coresight: add missing of_node_put after calling of_parse_phandle
by Peter Chen
· 9 years ago
2a18d72
coresight-etm3x: Add ARM ETM 3.5 Cortex-A5 peripheral ID
by Olivier Schonken
· 9 years ago
cd9e347
coresight: add PM runtime calls to coresight_simple_func()
by Mathieu Poirier
· 9 years ago
Next »