1. 61e9170 coresight: split qdss config to more granular coresight configs by Pratik Patel · 12 years ago
  2. b7fd060 coresight: turn on etm during first cpu hotplug if enabled in boot by Pratik Patel · 12 years ago
  3. dbb352b coresight: hotplug enable/disable etm only for round robin access by Pratik Patel · 12 years ago
  4. b335426 coresight: remove cpu hotplug locking for smp_calls by Pratik Patel · 12 years ago
  5. 85688c6 coresight: 9625: Modify ETM driver to support ETMv3.5 by Pushkar Joshi · 12 years ago
  6. cd2452e coresight: turn on pcsave during first hotplug if enabled in boot by Pratik Patel · 12 years ago
  7. f95c540 coresight: clear pwrup just after clearing pwrdwn by Pratik Patel · 12 years ago
  8. 97a08f3 coresight: graceful etm enable/disable for offline cores by Pratik Patel · 12 years ago
  9. 0a10be2 coresight: change ETM locking scheme from mutex to spinlock by Pratik Patel · 12 years ago
  10. 9dbfa37 coresight: graceful pcsave enable/disable for offline cores by Pratik Patel · 12 years ago
  11. f3238df coresight: resolve pcsave and etm tracing concurreny issue by Pratik Patel · 12 years ago
  12. 938e1ff coresight: implement runtime pc save control by Pratik Patel · 12 years ago
  13. d1d65c9 coresight: explicitly control ETMCR & preserve prog & power down bits by Pratik Patel · 12 years ago
  14. ef23b24 Revert "coresight: disable ETM probe for Krait v3" by Pratik Patel · 12 years ago
  15. e6e41da coresight: cp14 support for etm driver for krait v3 by Pratik Patel · 12 years ago
  16. ef6da29 coresight: use ETMPDCR instead of ETMCR for ETM power/clock control by Pratik Patel · 12 years ago
  17. dc3a0a4 coresight: simplify etm_init_arch_data by Pratik Patel · 12 years ago
  18. 2647779 coresight: implement crash dumping support by Pratik Patel · 12 years ago
  19. 66e1a41 coresight: change to using smp call for etm enable/disable by Pratik Patel · 12 years ago
  20. c14b4df coresight: only use etm0 for populating configuration by Pratik Patel · 12 years ago
  21. 670627c coresight: disable ETM probe for Krait pass3 by Pratik Patel · 12 years ago
  22. 2c09b76 coresight: fix whitespace in coresight drivers by Pratik Patel · 12 years ago
  23. 77b9063 coresight: krait pass3 support for etm driver by Pratik Patel · 12 years ago
  24. 5f6d1af coresight: device tree support for coresight drivers by Pratik Patel · 13 years ago
  25. 4a1b252 coresight: use devm apis in driver probe by Pratik Patel · 12 years ago
  26. 3b0ca88 coresight: switch to use coresight core layer code by Pratik Patel · 13 years ago
  27. 6fb3834 coresight: rename variables and functions from cs to coresight by Pratik Patel · 13 years ago
  28. 1746b8f coresight: rename directory and files from cs to coresight by Pratik Patel · 13 years ago[Renamed (99%) from drivers/cs/cs-etm.c]
  29. 16aefdb cs: rename driver state data to drvdata and dynamically allocate it by Pratik Patel · 13 years ago
  30. a9c0e06 cs: use device attributes instead of kobj attributes by Pratik Patel · 13 years ago
  31. f17b147 cs: let each driver manage the clk for its device by Pratik Patel · 13 years ago
  32. 43e47bd cs: move shared data to external header by Pratik Patel · 13 years ago
  33. 33454d2 cs: rename qdss files to coresight by Pratik Patel · 13 years ago[Renamed (99%) from drivers/cs/qdss-etm.c]
  34. 2963de4 cs: move qdss code under drivers by Pratik Patel · 13 years ago[Renamed from arch/arm/mach-msm/qdss-etm.c]
  35. 9eae482 msm: qdss: add device tree matching by Pratik Patel · 13 years ago
  36. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 13 years ago
  37. a951050 msm: qdss: fix section mismatches by Stephen Boyd · 13 years ago
  38. e10a77c msm: qdss: switch to using qdss apis in the etm driver by Pratik Patel · 13 years ago
  39. f6fe918 msm: qdss: separate initialization of different drivers by Pratik Patel · 13 years ago
  40. b27a935 msm: qdss: rename qdss private header file to qdss-priv.h by Pratik Patel · 13 years ago
  41. 2d0c7b6 msm: qdss: disable cycle accurate trace for Krait pass2 by default by Pratik Patel · 13 years ago
  42. d30deda msm: qdss: only trace kernel code by default by Pratik Patel · 13 years ago
  43. 6630ebe msm: qdss: sysfs interface for the qdss driver by Pratik Patel · 13 years ago
  44. 61de730 msm: qdss: miscellaneous code reorganization and cleanup by Pratik Patel · 13 years ago
  45. 492b301 msm: qdss: rename ptm to etm by Pratik Patel · 13 years ago
  46. d3b5c8e msm: qdss: file rename from qdss-ptm.c to qdss-etm.c by Pratik Patel · 13 years ago[Renamed from arch/arm/mach-msm/qdss-ptm.c]
  47. d5bbc76 msm: jtag: only provide even numbered data comparator value/mask regs by Pratik Patel · 13 years ago
  48. 29cba15 msm: qdss: facilitate compile time etm enablement by Pratik Patel · 13 years ago
  49. 59e2994 msm: qdss: consolidate initialization by Pratik Patel · 13 years ago
  50. 7492943 msm: qdss: move clk management to separate file by Pratik Patel · 13 years ago
  51. cc320a4 msm: qdss: migrate to RPM based qdss clk management by Pratik Patel · 13 years ago
  52. 17f3b82 msm: qdss: CP14 based save and restore of debug and trace registers by Pratik Patel · 13 years ago
  53. 18e89f3 msm: qdss: support for Krait pass2 tracing by Pratik Patel · 13 years ago
  54. fd6f56a msm: qdss: save and restore debug registers across PC by Pratik Patel · 13 years ago
  55. cf41862 msm: qdss: explicitly add required headers by Pratik Patel · 13 years ago
  56. e577179 msm: qdss: restore trace state for cores early during hotplug on by Pratik Patel · 13 years ago
  57. 7831c08 msm: qdss: coresight PFT tracing support by Pratik Patel · 14 years ago