index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwtracing
/
coresight
/
coresight.c
Age
Commit message (
Expand
)
Author
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2019-06-20
coresight: Use platform agnostic names
Suzuki K Poulose
2019-06-20
coresight: Use fwnode handle instead of device names
Suzuki K Poulose
2019-06-20
coresight: Add support for releasing platform specific data
Suzuki K Poulose
2019-06-20
coresight: Reuse platform data structure for connection tracking
Suzuki K Poulose
2019-06-20
coresight: Cleanup coresight_remove_conns
Suzuki K Poulose
2019-06-20
coresight: Remove name from platform description
Suzuki K Poulose
2019-04-25
coresight: Move reference counting inside sink drivers
Mathieu Poirier
2019-04-25
coresight: Adding return code to sink::disable() operation
Mathieu Poirier
2019-04-25
coresight: Fix freeing up the coresight connections
Suzuki K Poulose
2019-02-06
coresight: Use event attributes for sink selection
Mathieu Poirier
2019-02-06
coresight: perf: Add "sinks" group to PMU directory
Mathieu Poirier
2018-09-25
coresight: Add support for CLAIM tag protocol
Suzuki K Poulose
2018-09-25
coresight: Handle failures in enabling a trace path
Suzuki K Poulose
2018-09-25
coresight: perf: Remove set_buffer call back
Suzuki K Poulose
2018-09-25
coresight: Fix handling of sinks
Suzuki K Poulose
2018-09-25
coresight: platform: Cleanup coresight connection handling
Suzuki K Poulose
2018-09-25
coresight: Document error handling in coresight_register
Suzuki K Poulose
2018-07-15
coresight: Add helper device type
Suzuki K Poulose
2018-07-15
coresight: Handle errors in finding input/output ports
Suzuki K Poulose
2018-07-15
coresight: Add helper for inserting synchronization packets
Suzuki K Poulose
2018-05-14
coresight: Moving framework and drivers to SPDX identifier
Mathieu Poirier
2018-05-14
coresight: use put_device() instead of kfree()
Arvind Yadav
2017-12-19
coresight: Deduplicate bus_find_device() by name matching
Lukas Wunner
2017-08-28
coresight: Add barrier packet for synchronisation
Mathieu Poirier
2017-06-09
coresight: Fix reference count for software sources
Suzuki K Poulose
2017-06-09
coresight: Disable the path only when the source is disabled
Suzuki K Poulose
2016-11-29
coresight: reset "enable_sink" flag when need be
Mathieu Poirier
2016-09-09
coresight: perf: deal with error condition properly
Mathieu Poirier
2016-08-31
coresight: etm-perf: pass struct perf_event to source::enable/disable()
Mathieu Poirier
2016-08-31
coresight: Fix csdev connections initialisation
Suzuki K Poulose
2016-08-31
coresight: access conn->child_name only if it's initialised
Sudeep Holla
2016-06-16
coresight: Handle build path error
Suzuki K Poulose
2016-06-16
coresight: Fix NULL pointer dereference in _coresight_build_path
Suzuki K Poulose
2016-05-03
coresight: configuring ETF in FIFO mode when acting as link
Mathieu Poirier
2016-05-03
coresight: adding path for STM device
Mathieu Poirier
2016-05-03
coresight: no need to do the forced type conversion
Li Pengcheng
2016-02-20
drivers/hwtracing: make coresight-* explicitly non-modular
Paul Gortmaker
2016-02-20
coresight: etb10: adding operation mode for sink->enable()
Mathieu Poirier
2016-02-20
coresight: etm3x: implementing perf_enable/disable() API
Mathieu Poirier
2016-02-20
coresight: etm3x: adding operation mode for etm_enable()
Mathieu Poirier
2016-02-20
coresight: moving PM runtime operations to core framework
Mathieu Poirier
2016-02-20
coresight: add API to get sink from path
Mathieu Poirier
2016-02-20
coresight: associating path with session rather than tracer
Mathieu Poirier
2016-02-07
coresight: remove csdev's link from topology
Mathieu Poirier
2016-02-07
coresight: release reference taken by 'bus_find_device()'
Mathieu Poirier
2016-02-07
coresight: coresight_unregister() function cleanup
Mathieu Poirier
2016-02-07
coresight: fixing lockdep error
Mathieu Poirier
2016-02-07
coresight: fixing indentation problem
Mathieu Poirier
[next]