1. 2241b97 msm: kgsl: Protect SMMU registers from being written by the GPU by Jordan Crouse · 11 years ago
  2. 6420b92 msm: kgsl: Enable protected mode for A3XX by Jordan Crouse · 11 years ago
  3. e07b1a8 msm: kgsl: Don't enable VBIF counters for targets that don't use them by Lucille Sylvester · 11 years ago
  4. 9496cb6 msm: kgsl: Re-enable performance counters by Jordan Crouse · 11 years ago
  5. 3948e4a msm: kgsl: Account for fixed perfcounter groups by Jordan Crouse · 11 years ago
  6. cd5fcd8 msm: kgsl: Release hang detect performance counters when not in use by Jordan Crouse · 11 years ago
  7. 6bc697f msm: kgsl: Add TSE performance counter to software hang detection by Tarun Karra · 11 years ago
  8. 5e5dca6 msm: kgsl: Save/restore performance counters across GPU power collapse by Harshdeep Dhatt · 11 years ago
  9. b80b6c9 msm: kgsl: bus modifier computation by Lucille Sylvester · 11 years ago
  10. 9e70a30 Revert "msm: kgsl: Add TSE performance counter to software hang detection" by Zhoulu Luo · 11 years ago
  11. 8852f51 Merge remote-tracking branch 'remotes/quic/jb_3.2' into HEAD by Zhoulu Luo · 11 years ago
  12. 07bf490 msm: kgsl: Set CP_DEBUG in GPU cores start routine by Shubhraprakash Das · 11 years ago
  13. 8fe27fd msm: kgsl: Correctly enable A3XX performance counters by Harshdeep Dhatt · 11 years ago
  14. 02833d5 msm: kgsl: keep usermode context flags in kgsl_context by Jeremy Gebben · 11 years ago
  15. 88a9b5e msm: kgsl: consolidate preamble based context switch code by Jeremy Gebben · 11 years ago
  16. 872ed5b msm: kgsl: Fix freezing of counter when reading it by Shubhraprakash Das · 11 years ago
  17. 6cce4da msm: kgsl: Add return value for perfcounter enable function by Shubhraprakash Das · 11 years ago
  18. 83bfe6b msm: kgsl: Fix reading of special case counters by Shubhraprakash Das · 11 years ago
  19. b7bd8bc msm: kgsl: Restructure performance counters by Shubhraprakash Das · 11 years ago
  20. 1d8fd16 msm: kgsl: Store process private pointer in context by Shubhraprakash Das · 11 years ago
  21. 2371c9b msm: kgsl: Add dispatcher and server-side-sync support by Jordan Crouse · 11 years ago
  22. 19e33aa Revert "msm: kgsl: Enable GPU hang interrupt" by Zhoulu Luo · 11 years ago
  23. e50ba54 Revert "msm: kgsl: Restructure performance counters" by Zhoulu Luo · 11 years ago
  24. 398d6db Revert "msm: kgsl: Save/restore performance counters across GPU power collapse" by Zhoulu Luo · 11 years ago
  25. da54579 msm: kgsl: Add TSE performance counter to software hang detection by Tarun Karra · 11 years ago
  26. 845ddd6 Merge "msm: kgsl: Enable GPU hang interrupt" by Linux Build Service Account · 11 years ago
  27. c7209c1 msm: kgsl: Save/restore performance counters across GPU power collapse by Harshdeep Dhatt · 11 years ago
  28. 5081549 msm: kgsl: Restructure performance counters by Shubhraprakash Das · 11 years ago
  29. 5f3ed73 msm: kgsl: Enable GPU hang interrupt by Tarun Karra · 11 years ago
  30. 5756b4e msm: kgsl: Implement the A3XX power-on shader workaround by Jordan Crouse · 11 years ago
  31. aaf3155 Revert "msm: kgsl: Add a command dispatcher to manage the ringbuffer" by Tarun Karra · 11 years ago
  32. d0679d5 Revert "msm: kgsl: Implement KGSL fault tolerance policy in the dispatcher" by Tarun Karra · 11 years ago
  33. 246e37b msm: kgsl: Implement KGSL fault tolerance policy in the dispatcher by Jordan Crouse · 11 years ago
  34. a2e8ddc msm: kgsl: Add a command dispatcher to manage the ringbuffer by Jordan Crouse · 11 years ago
  35. 9abac66 msm: kgsl: Add per-context performance counter sampling feature by Carter Cooper · 11 years ago
  36. 749475f msm: kgsl: Count user and kernel performance counters seperately by Carter Cooper · 11 years ago
  37. a52df1a Merge "msm: kgsl: Setup a3xx protection in its start function" by Linux Build Service Account · 11 years ago
  38. fce943a msm: kgsl: Setup a3xx protection in its start function by Shubhraprakash Das · 11 years ago
  39. 0ca32f2 msm: kgsl: embed kgsl_context struct in adreno_context struct by Jeremy Gebben · 11 years ago
  40. 9b6ec30 Merge "msm: kgsl: Use a standard function for register access" by Linux Build Service Account · 11 years ago
  41. 5c46790 Merge "msm: kgsl: Bypass SP counter 4 on A33x" by Linux Build Service Account · 11 years ago
  42. 8848488 msm: kgsl: Bypass SP counter 4 on A33x by Carter Cooper · 11 years ago
  43. 89fc6bb msm: kgsl: Use a standard function for register access by Shubhraprakash Das · 11 years ago
  44. 0e1f369 msm: kgsl: Define register offset array by Shubhraprakash Das · 11 years ago
  45. 1f72a73 msm: kgsl: Enable special case performance counters by Carter Cooper · 11 years ago
  46. 18e099a msm: kgsl: GPU soft reset by Tarun Karra · 11 years ago
  47. d896234 msm: kgsl: Make cff capture a device specific property by Shubhraprakash Das · 11 years ago
  48. d451d87 msm: kgsl: Add support for coresight by Alex Wong · 11 years ago
  49. 8b09aa9 msm: kgsl: Avoid an array overrun in the perfcounter API by Jordan Crouse · 11 years ago
  50. 7fbbddc msm: kgsl: Only allow two counters for VBIF performance counters by Jordan Crouse · 11 years ago
  51. 1938f3b msm: kgsl: Add support for VBIF and VBIF_PWR performance counters by Jeremy Gebben · 11 years ago
  52. 765ae8f Merge "msm: kgsl: Sync memory with CFF from places where it was missing" by Linux Build Service Account · 11 years ago
  53. ea5a90be msm: kgsl: Sync memory with CFF from places where it was missing by Shubhraprakash Das · 11 years ago
  54. cae5050 Merge "msm: kgsl: Add support for A305C GPU for MSM8x10" by Linux Build Service Account · 11 years ago
  55. 7ee9e31 msm: kgsl: Add support for A305C GPU for MSM8x10 by Lokesh Batra · 11 years ago
  56. 35b8fe9 msm: kgsl: Add a new API to allow sharing of GPU performance counters by Jordan Crouse · 12 years ago
  57. 736f5d4 msm: kgsl: Convert the Adreno GPU cycle counters to run free by Jordan Crouse · 12 years ago
  58. e5b94fd Merge "msm: kgsl: Renaming recovery to fault tolerance" by Linux Build Service Account · 11 years ago
  59. 39514ac Merge "msm: kgsl: Remove few a3xx registers from the register list" by Linux Build Service Account · 11 years ago
  60. de69f42 Merge "msm: kgsl: Enable VBIF dynamic clock gating for 8974v2" by Linux Build Service Account · 11 years ago
  61. a9aae0e msm: kgsl: Renaming recovery to fault tolerance by Tarun Karra · 12 years ago
  62. 419923f msm: kgsl: Remove few a3xx registers from the register list by Shubhraprakash Das · 11 years ago
  63. b377758 msm: kgsl: Handle a possible ringbuffer allocspace error by Jordan Crouse · 11 years ago
  64. d3ede89 msm: kgsl: Resolve a potential race in the interrupt handler by Jordan Crouse · 11 years ago
  65. 5fa8017 msm: kgsl: Check the current interrupt status before power operations by Jordan Crouse · 11 years ago
  66. 5d5ab14 msm: kgsl: add more VBIF settings for A305B by liu zhong · 11 years ago
  67. d47f7cd msm: kgsl: Enable VBIF dynamic clock gating for 8974v2 by Pu Chen · 12 years ago
  68. a905a5e msm: kgsl: add VBIF table for A305B by liu zhong · 12 years ago
  69. 9d6791e msm: kgsl: Support the new A305 revision by liu zhong · 12 years ago
  70. 021f47e msm: kgsl: Update settings for the A330v2 GPU in 8972v2 by Jordan Crouse · 12 years ago
  71. 6a82ad4 msm: kgsl: Move A3XX VBIF settings decision to a table by Jordan Crouse · 12 years ago
  72. 243b873 msm: kgsl: Change GPU Fast Hang detection to 50ms by Tarun Karra · 12 years ago
  73. 02938ea msm: kgsl: Disable HLSQ register reads from snapshot by Carter Cooper · 12 years ago
  74. 28c4e0e Merge "msm: kgsl: Update A330 VBIF settings" by Linux Build Service Account · 12 years ago
  75. 95b0011 msm: kgsl: Always reset global ts_cmp_enable on GPU interrupts by Carter Cooper · 12 years ago
  76. 94902fc msm: kgsl: Update A330 VBIF settings by Jordan Crouse · 12 years ago
  77. 6162b62 Merge "msm: kgsl: Add 8974 default GPR0 & clk gating values" by Linux Build Service Account · 12 years ago
  78. 4f28124 msm: kgsl: Add 8974 default GPR0 & clk gating values by Harsh Vardhan Dwivedi · 12 years ago
  79. 82c99c0 msm: kgsl: Watch SP_FS_FULL_ALU_INSTRUCTIONS for hang detection by Jordan Crouse · 12 years ago
  80. c652513 msm: kgsl: Remove ts_notifier_list by Carter Cooper · 12 years ago
  81. 05d2c43 msm: kgsl: Simplify logic for VBIF registers across A3XX cores by Carter Cooper · 12 years ago
  82. 211f6a0 msm: kgsl: Update log messages for usability by Carter Cooper · 12 years ago
  83. 3ea912b msm: kgsl: Define unique values for context flags by Shubhraprakash Das · 12 years ago
  84. a1634b8 msm: kgsl: Do not allocate space in ringbuffer for hung context by Shubhraprakash Das · 12 years ago
  85. 5ab2cd0 msm: kgsl: Add subset of new A330 registers by Jordan Crouse · 12 years ago
  86. d9ec0e5 msm: kgsl: Add adreno_is_a330() for A330 specific code by Jordan Crouse · 12 years ago
  87. 8006764 msm: kgsl: A3xx: Initialize UCHE 64-byte cachelines by Kevin Matlage · 12 years ago
  88. e5a5327 msm: kgsl: set GPU register RB_GMEM_BASE_ADDR by liu zhong · 12 years ago
  89. 29112fd msm: kgsl: Do not save context if it is being destroyed by Shubhraprakash Das · 12 years ago
  90. a5ff521 msm: kgsl: Updated VBIF settings for A330 to improve performance by Lokesh Batra · 12 years ago
  91. 6fcfb98 msm: kgsl: Change VBIF settings for adreno A330 by Shubhraprakash Das · 12 years ago
  92. a29a2e0 msm: kgsl: Don't use 'wait_timeout' in the idle functions by Jordan Crouse · 12 years ago
  93. fd42e62 msm: kgsl: Support A330 GPU by liu zhong · 12 years ago
  94. c46499f msm:kgsl: Adjust the GMEM restore Procedure as per A3XX GPU spec by Rajeev Kulkarni · 12 years ago
  95. 06a2c72 msm:kgsl: Adjust the GMEM save Procedure as per A3XX GPU spec by Rajeev Kulkarni · 12 years ago
  96. b2abc45 msm: kgsl: Check if GPU is hung when reserving space in rb by Shubhraprakash Das · 12 years ago
  97. 7f17796 msm: kgsl: Enable Clock Gating for A3XX GPU by Rajeev Kulkarni · 12 years ago
  98. a4bdf84 msm: kgsl: Remove A3XX soft reset by Jordan Crouse · 12 years ago
  99. fb3012f msm: kgsl: Restore default clock control during A3XX GMEM restore by Jordan Crouse · 12 years ago
  100. d7b1aba msm: kgsl: Clean up a3xx irq handler to keep consistent by Carter Cooper · 12 years ago