1. ec58923 gpu: host1x: Check whether size of unpin isn't 0 by Dmitry Osipenko · 7 years ago
  2. 4466b1f gpu: host1x: Skip IOMMU initialization if firewall is enabled by Dmitry Osipenko · 7 years ago
  3. 135c550 Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  4. 326bbd7 gpu: host1x: Use not explicitly sized types by Thierry Reding · 7 years ago
  5. 06490bb gpu: host1x: Rename relocarray -> relocs for consistency by Thierry Reding · 7 years ago
  6. ac330f45 gpu: host1x: Drop unnecessary host1x argument by Thierry Reding · 7 years ago
  7. d4ad3ad gpu: host1x: Cleanup loop variable usage by Thierry Reding · 7 years ago
  8. bf3d41c gpu: host1x: Store pointer to client in jobs by Thierry Reding · 7 years ago
  9. 24c94e1 gpu: host1x: Remove wait check support by Thierry Reding · 7 years ago
  10. 2f8a6da gpu: host1x: Fix compiler errors by converting to dma_addr_t by Emil Goode · 7 years ago
  11. f40e159 gpu: host1x: Acquire a reference to the IOVA cache by Thierry Reding · 7 years ago
  12. 27db6a0 gpu: host1x: Fix dma_free_wc() argument in the error path by Dmitry Osipenko · 7 years ago
  13. 3d6ce86 drivers: remove force dma flag from buses by Christoph Hellwig · 7 years ago
  14. 07397df dma-mapping: move dma configuration to bus infrastructure by Nipun Gupta · 7 years ago
  15. 41c3068 gpu: host1x: Use IOMMU groups by Thierry Reding · 7 years ago
  16. 8f7da15 gpu: host1x: Cleanup on initialization failure by Thierry Reding · 7 years ago
  17. 1f876c3 gpu: host1x: Rewrite conditional for better readability by Thierry Reding · 7 years ago
  18. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  19. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  20. 2cd83ba Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. 45bd862 gpu: host1x: Fix incorrect comment for channel_request by Mikko Perttunen · 7 years ago
  23. 2a79c03 gpu: host1x: Disassemble more instructions by Mikko Perttunen · 7 years ago
  24. eb2ee1a gpu: host1x: Improve debug disassembly formatting by Mikko Perttunen · 7 years ago
  25. 2316f29 gpu: host1x: Enable gather filter by Mikko Perttunen · 7 years ago
  26. c3f5222 gpu: host1x: Enable Tegra186 syncpoint protection by Mikko Perttunen · 7 years ago
  27. 2fb0dce gpu: host1x: Call of_dma_configure() after setting bus by Mikko Perttunen · 7 years ago
  28. f1b53c4 gpu: host1x: Add Tegra186 support by Mikko Perttunen · 7 years ago
  29. 617dd7c gpu: host1x: syncpt: Request syncpoints per client by Thierry Reding · 7 years ago
  30. 6a341fd gpu: host1x: Use of_device_get_match_data() by Thierry Reding · 7 years ago
  31. d89e237 drivers: flag buses which demand DMA configuration by Robin Murphy · 7 years ago
  32. aa3ac94 iommu/iova: Make dma_32bit_pfn implicit by Zhen Lei · 7 years ago
  33. 3aadb88 Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 7 years ago
  34. 25ae30d gpu: host1x: Support sub-devices recursively by Thierry Reding · 7 years ago
  35. 7b2c63d gpu: host1x: fix error return code in host1x_probe() by Gustavo A. R. Silva · 7 years ago
  36. 4ac45eb gpu: host1x: Fix bitshift/mask multipliers by Mikko Perttunen · 7 years ago
  37. 18b3f5a gpu: host1x: Don't fail on NULL bo physical address by Mikko Perttunen · 7 years ago
  38. 0c697fa Backmerge tag 'v4.13-rc5' into drm-next by Dave Airlie · 7 years ago
  39. acadb3d gpu/host1x: Remove excess parameter in host1x_subdev_add docs by Sean Paul · 8 years ago
  40. fea2099 gpu: host1x: Free the IOMMU domain when there is no device to attach by Paul Kocialkowski · 8 years ago
  41. 6d61e70 Backmerge tag 'v4.12-rc7' into drm-next by Dave Airlie · 8 years ago
  42. b15cdca Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes by Sean Paul · 8 years ago
  43. 4a525ba Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  44. 43240bb gpu: host1x: At first try a non-blocking allocation for the gather copy by Dmitry Osipenko · 8 years ago
  45. 8474b02 gpu: host1x: Refactor channel allocation code by Mikko Perttunen · 8 years ago
  46. 03f0de770 gpu: host1x: Remove unused host1x_cdma_stop() definition by Dmitry Osipenko · 8 years ago
  47. 03ebcaa gpu: host1x: Remove unused 'struct host1x_cmdbuf' by Dmitry Osipenko · 8 years ago
  48. a47ac10 gpu: host1x: Check waits in the firewall by Dmitry Osipenko · 8 years ago
  49. 0f563a4 gpu: host1x: Forbid unrelated SETCLASS opcode in the firewall by Dmitry Osipenko · 8 years ago
  50. ef81624 gpu: host1x: Forbid RESTART opcode in the firewall by Dmitry Osipenko · 8 years ago
  51. 571cbf7 gpu: host1x: Forbid relocation address shifting in the firewall by Dmitry Osipenko · 8 years ago
  52. 47f89c1 gpu: host1x: Do not leak BO's phys address to userspace by Dmitry Osipenko · 8 years ago
  53. e5855aa gpu: host1x: Correct host1x_job_pin() error handling by Dmitry Osipenko · 8 years ago
  54. 3833d16 gpu: host1x: Initialize firewall class to the job's one by Dmitry Osipenko · 8 years ago
  55. d0fbbdf drm/tegra: Correct copying of waitchecks and disable them in the 'submit' IOCTL by Dmitry Osipenko · 8 years ago
  56. 59e04bc gpu: host1x: Fix error handling by Christophe JAILLET · 8 years ago
  57. 466749f gpu: host1x: Flesh out kerneldoc by Thierry Reding · 8 years ago
  58. 52499a6 gpu: host1x: select IOMMU_IOVA by Arnd Bergmann · 8 years ago
  59. b12f601 gpu: host1x: select IOMMU_IOVA by Arnd Bergmann · 8 years ago
  60. b0d36da gpu: host1x: Fix host1x driver shutdown by Thierry Reding · 8 years ago
  61. b386c6b gpu: host1x: Support module reset by Thierry Reding · 8 years ago
  62. 7e7d432 gpu: host1x: Sort includes alphabetically by Thierry Reding · 8 years ago
  63. 404bfb7 gpu: host1x: Add IOMMU support by Mikko Perttunen · 8 years ago
  64. 8cadb01 gpu: host1x: Fix potential out-of-bounds access by Thierry Reding · 8 years ago
  65. 7b1d418 gpu: host1x: Set OF node for new host1x devices by Thierry Reding · 8 years ago
  66. d4b5781 gpu: host1x: Add locking to syncpt by Arto Merilainen · 8 years ago
  67. f08ef2d gpu: host1x: Store device address to all bufs by Arto Merilainen · 8 years ago
  68. 87904c3 drm/tegra: dsi: Enhance runtime power management by Thierry Reding · 8 years ago
  69. 4b92e29 gpu: host1x: Remove useless local variable by Thierry Reding · 9 years ago
  70. 9f2e57c gpu: host1x: Constify array of action handlers by Thierry Reding · 9 years ago
  71. 813a9d4 gpu: host1x: Remove redundant parentheses by Thierry Reding · 9 years ago
  72. 0b8070d1 gpu: host1x: Whitespace cleanup for readability by Thierry Reding · 9 years ago
  73. 6df633d gpu: host1x: Fix a couple of checkpatch warnings by Thierry Reding · 9 years ago
  74. b47a049 gpu: host1x: syncpt: Use kcalloc() instead of kzalloc() by Thierry Reding · 9 years ago
  75. ebb2475 gpu: host1x: cdma: Drop unnecessary local variable by Thierry Reding · 9 years ago
  76. e18e33a gpu: host1x: channel: Use correct type by Thierry Reding · 9 years ago
  77. 5c0d8d3 gpu: host1x: Use unsigned int consistently for IDs by Thierry Reding · 9 years ago
  78. 14c95fc gpu: host1x: Consistently use unsigned int for counts by Thierry Reding · 9 years ago
  79. 57574bd gpu: host1x: hw: intr_hw: Remove create_workqueue by Bhaktipriya Shridhar · 9 years ago
  80. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  81. 266c73b Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  82. 0e5dc9a Merge tag 'drm/tegra/for-4.6-rc1' of http://anongit.freedesktop.org/git/tegra/linux into drm-next by Dave Airlie · 9 years ago
  83. 341917f gpu: host1x: Use a signed return type for do_relocs() by Markus Elfring · 9 years ago
  84. 93ec302 gpu: host1x: bus: Add missing of_node_put() by Amitoj Kaur Chawla · 9 years ago
  85. f6e4566 dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() by Luis R. Rodriguez · 9 years ago
  86. c95469a gpu: host1x: Set DMA ops on device creation by Alexandre Courbot · 9 years ago
  87. 097452e gpu: host1x: Set DMA mask by Alexandre Courbot · 9 years ago
  88. a134789 gpu: host1x: Add Tegra210 support by Thierry Reding · 10 years ago
  89. e3e7081 gpu: host1x: Remove core driver on unregister by Thierry Reding · 9 years ago
  90. 28fae81 gpu: host1x: Use platform_register/unregister_drivers() by Thierry Reding · 9 years ago
  91. 3fe2c7d gpu: host1x: Fix MLOCK's debug info by Dmitry Osipenko · 10 years ago
  92. 15372d4 gpu: host1x: mipi: Power down regulators when unused by Thierry Reding · 10 years ago
  93. 5e77524 gpu: host1x: mipi: Add Tegra210 support by Thierry Reding · 10 years ago
  94. 7fd3eca gpu: host1x: mipi: Add Tegra132 support by Thierry Reding · 10 years ago
  95. c22fb79 gpu: host1x: mipi: Constify OF match table by Thierry Reding · 10 years ago
  96. 2ed264b gpu: host1x: mipi: Clear calibration status by Thierry Reding · 10 years ago
  97. 8ed5c06 gpu: host1x: mipi: Fix clock lane register for DSI by Thierry Reding · 10 years ago
  98. 83a3c22 gpu: host1x: mipi: Parameterize to support future SoCs by Thierry Reding · 10 years ago
  99. b4a20144 gpu: host1x: Export host1x_syncpt_read() by Thierry Reding · 10 years ago
  100. f4c5cf8 gpu: host1x: Provide a proper struct bus_type by Thierry Reding · 10 years ago