1. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. bc3f5d8 drm/radeon: use post-decrement in error handling by Rasmus Villemoes · 8 years ago
  3. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  4. a7fb8a2 drm: Remove __OS_HAS_AGP by Daniel Vetter · 9 years ago
  5. 69ee241 drm/radeon: use kzalloc for allocating one thing by Maninder Singh · 9 years ago
  6. db12973 drm/radeon: fix userptr BO unpin bug v3 by monk.liu · 9 years ago
  7. 863653f drm/radeon: add extra check in radeon_ttm_tt_unpin_userptr by Christian König · 9 years ago
  8. 5e5c21c drm/radeon: check the right ring in radeon_evict_flags() by Alex Deucher · 10 years ago
  9. 2a85aed drm/radeon: Try evicting from CPU accessible to inaccessible VRAM first by Michel Dänzer · 10 years ago
  10. 831b696 drm/radeon: export reservation_object from dmabuf to ttm by Maarten Lankhorst · 10 years ago
  11. 884c6da drm/<ttm-based-drivers>: Don't call drm_mmap by Daniel Vetter · 10 years ago
  12. 3840a65 drm/radeon: fix AGP userptr handling by Christian König · 10 years ago
  13. 57d20a4 drm/radeon: add the infrastructure for concurrent buffer access by Christian König · 10 years ago
  14. f2c24b8 drm/ttm: flip the switch, and convert to dma_fence by Maarten Lankhorst · 10 years ago
  15. f1217ed drm/ttm: move fpfn and lpfn into each placement v2 by Christian König · 10 years ago
  16. ddd00e3 drm/radeon: add userptr flag to limit it to anonymous memory v2 by Christian König · 10 years ago
  17. f72a113a drm/radeon: add userptr support v8 by Christian König · 10 years ago
  18. 02376d8 drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2) by Michel Dänzer · 10 years ago
  19. 77497f2 drm/radeon: Pass GART page flags to radeon_gart_set_page() explicitly by Michel Dänzer · 10 years ago
  20. d1583c9 Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-next by Dave Airlie · 10 years ago
  21. bcc298b Merge tag 'v3.14-rc7' into drm-next by Dave Airlie · 10 years ago
  22. 44d847b drm: init TTM dev_mapping in ttm_bo_device_init() by David Herrmann · 11 years ago
  23. 6796cb1 drm: use anon-inode instead of relying on cdevs by David Herrmann · 11 years ago
  24. 0d997b6 drm/radeon: silence GCC warning on 32 bit by Paul Bolle · 10 years ago
  25. 14eedc3 drm/radeon: TTM must be init with cpu-visible VRAM, v2 by Lauri Kasanen · 10 years ago
  26. 67e8e3f drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2 by Marek Olšák · 10 years ago
  27. dd66d20 drm/radeon: add GART debugfs access v3 by Christian König · 11 years ago
  28. 2014b56 drm/radeon: add VRAM debugfs access v3 by Christian König · 11 years ago
  29. 893d6e6 drm/radeon: cleanup radeon_ttm debugfs handling by Christian König · 11 years ago
  30. d990675 drm: rip out drm_core_has_AGP by Daniel Vetter · 11 years ago
  31. acb4652 drm: verify vma access in TTM+GEM drivers by David Herrmann · 11 years ago
  32. fc98603 drm/radeon: Fix VRAM size calculation for VRAM >= 4GB by Niels Ole Salscheider · 11 years ago
  33. 4cfe762 drm: fix compile failure by including <linux/swiotlb.h> by Chris Metcalf · 11 years ago
  34. 97a875c drm/ttm: remove no_wait_reserve, v3 by Maarten Lankhorst · 12 years ago
  35. dedfdff drm/ttm: remove sync_arg from driver functions by Maarten Lankhorst · 12 years ago
  36. b03640b drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup by Maarten Lankhorst · 12 years ago
  37. 1109ca0 drm/radeon: Mark all possible functions / structs as static by Lauri Kasanen · 12 years ago
  38. 949c4a3 drm: track dev_mapping in more robust and flexible way by Ilija Hadzic · 12 years ago
  39. db7fce3 drm/radeon: replace vmram_mutex with mclk_lock v2 by Christian König · 12 years ago
  40. 220907d drm/radeon: rework ring syncing code by Christian König · 12 years ago
  41. 876dc9f drm/radeon: remove radeon_fence_create by Christian König · 12 years ago
  42. 40f5cf9 drm/radeon: add PRIME support (v2) by Alex Deucher · 12 years ago
  43. 7c0d409 drm/radeon: immediately free ttm-move semaphore by Christian König · 12 years ago
  44. 8f676c4 drm/radeon: fix a bug with the ring syncing code by Christian König · 12 years ago
  45. 27cd776 drm/radeon/kms: reorganize copy callbacks by Alex Deucher · 12 years ago
  46. dea7e0a ttm: fix agp since ttm tt rework by Jerome Glisse · 13 years ago
  47. 3000bf3 drm/radeon/kms: sync across multiple rings when doing bo moves v3 by Alex Deucher · 13 years ago
  48. e32eb50 drm/radeon: rename struct radeon_cp to radeon_ring by Christian König · 13 years ago
  49. bf85279 drm/radeon: make cp variable an array by Christian König · 13 years ago
  50. 7465280 drm/radeon/kms: add support for multiple fence queues v2 by Alex Deucher · 13 years ago
  51. 8e7e705 drm/ttm: isolate dma data from ttm_tt V4 by Jerome Glisse · 13 years ago
  52. c52494f drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4 by Konrad Rzeszutek Wilk · 13 years ago
  53. b1e5f17 drm/ttm: introduce callback for ttm_tt populate & unpopulate V4 by Jerome Glisse · 13 years ago
  54. 649bf3c drm/ttm: merge ttm_backend and ttm_tt V5 by Jerome Glisse · 13 years ago
  55. a14af87 drm/ttm: remove unused backend flags field by Jerome Glisse · 13 years ago
  56. 003cefe drm/radeon/kms: Make GPU/CPU page size handling consistent in blit code (v2) by Alex Deucher · 13 years ago
  57. ffb57c4 drm/radeon/alpha: Add Alpha support to Radeon DRM code by Jay Estabrook · 13 years ago
  58. 38f1cff Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next by Dave Airlie · 13 years ago
  59. 34db18ab Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 13 years ago
  60. 5359533 drm/radeon: fix problem with changing active VRAM size. (v2) by Dave Airlie · 13 years ago
  61. a2c06ee Revert "ttm: Include the 'struct dev' when using the DMA API." by Dave Airlie · 13 years ago
  62. 63871f8 Merge branch 'drm-mm-cleanup' into drm-next by Dave Airlie · 13 years ago
  63. de1e7cd Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-next by Dave Airlie · 13 years ago
  64. 441921d drm/radeon: embed struct drm_gem_object by Daniel Vetter · 13 years ago
  65. 5a893fc ttm: Include the 'struct dev' when using the DMA API. by Konrad Rzeszutek Wilk · 13 years ago
  66. c39d351 radeon/ttm/PCIe: Use dma_addr if TTM has set it. by Konrad Rzeszutek Wilk · 14 years ago
  67. 16f9fdc drm/radeon: fix memory debugging since d961db75ce86a84f1f04e91ad1014653ed7d9f46 by Dave Airlie · 13 years ago
  68. 27e8b23 ttm: Expand (*populate) to support an array of DMA addresses. by Konrad Rzeszutek Wilk · 14 years ago
  69. 268b251 drm/radeon/kms: fix alignment when allocating buffers by Alex Deucher · 14 years ago
  70. fce7d61 drivers/gpu/drm: Update WARN uses by Joe Perches · 14 years ago
  71. c48c43e Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  72. d961db7 drm/ttm: restructure to allow driver to plug in alternate memory manager by Ben Skeggs · 14 years ago
  73. 42311ff drm/ttm: introduce utility function to free an allocated memory node by Ben Skeggs · 14 years ago
  74. 40b3be3 drivers/gpu/drm: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  75. ba4420c drm: move ttm global code to core drm by Dave Airlie · 14 years ago
  76. 365048f drm/radeon: AGP memory is only I/O if the aperture can be mapped by the CPU. by Michel Dänzer · 14 years ago
  77. 5876dd2 radeon: Unmap vram pages when reclocking by Matthew Garrett · 14 years ago
  78. 7547a91 Merge branch 'drm-ttm-unmappable' into drm-core-next by Dave Airlie · 14 years ago
  79. 0c321c7 drm/ttm: remove io_ field from TTM V6 by Jerome Glisse · 14 years ago
  80. 0a2d50e drm/radeon/kms: add support for new fault callback V7 by Jerome Glisse · 14 years ago
  81. c2b4127 Merge branch 'drm-ttm-pool' into drm-core-next by Dave Airlie · 14 years ago
  82. 9d87fa2 drm/ttm: split no_wait argument in 2 GPU or reserve wait by Jerome Glisse · 14 years ago
  83. 8d7cddc drm/radeon/kms: Add ttm page pool debugfs file. by Pauli Nieminen · 14 years ago
  84. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  85. eb6b6d7 Merge remote branch 'korg/drm-radeon-testing' into drm-next-stage by Dave Airlie · 14 years ago
  86. d594e46 drm/radeon/kms: simplify memory controller setup V2 by Jerome Glisse · 14 years ago
  87. 004b350 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  88. 9270eb1 drm/radeon/kms: only evict to GTT if CP is ready by Dave Airlie · 15 years ago
  89. f42ecb28 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  90. 0a0c759 drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structure by Jerome Glisse · 15 years ago
  91. c5113e3d Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  92. d03d858 drm/radeon/kms: Check if bo we got from ttm are radeon object or not by Jerome Glisse · 15 years ago
  93. 3ef884b Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  94. eaa5fd1 drm/radeon/kms: actualy set the eviction placements we choose by Jerome Glisse · 15 years ago
  95. 312ea8d drm/radeon/kms: Convert radeon to new TTM validation API (V2) by Jerome Glisse · 15 years ago
  96. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  97. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  98. 4c78867 drm/radeon/kms: Rework radeon object handling by Jerome Glisse · 15 years ago
  99. 6b46362 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  100. df67bed drm/radeon/kms: fix coherency issues on AGP cards. by Dave Airlie · 15 years ago