1. 7375c95 drm/nouveau: remove 'chan' argument from nouveau_bo_new by Ben Skeggs · 14 years ago
  2. fd2871a drm/nouveau: initial changes to support multiple VMAs per buffer object by Ben Skeggs · 14 years ago
  3. 180cc30 drm/nouveau: convert bo.mem.start usage to bo.offset by Ben Skeggs · 14 years ago
  4. 07533ea drm/nouveau: convert some bo.offset use to vma.offset by Ben Skeggs · 14 years ago
  5. d2f96666 drm/nouveau: create temp vmas for both src and dst of bo moves by Ben Skeggs · 14 years ago
  6. f91bac5 drm/nouveau: store bo's page size in nouveau_bo by Ben Skeggs · 14 years ago
  7. 111af5c drm/nouveau: skip move_notify() if bo does not have a vma attached by Ben Skeggs · 14 years ago
  8. d359d51 drm/nouveau: no need to update bo.offset from vma after validate by Ben Skeggs · 14 years ago
  9. 34db18ab Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next by Dave Airlie · 14 years ago
  10. 7db2662 drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo by Ben Skeggs · 14 years ago
  11. 26c0c9e drm/nv50-nvc0: delay GART binding until move_notify time by Ben Skeggs · 15 years ago
  12. d5f4239 drm/nouveau: rename nouveau_vram to nouveau_mem by Ben Skeggs · 15 years ago
  13. 3425df4 drm/nv50-nvc0: unmap buffers from the vm when they're evicted by Ben Skeggs · 15 years ago
  14. a4154bb drm/nv50-nvc0: move vm bind/unbind to move_notify hook by Ben Skeggs · 15 years ago
  15. db5c8e2 drm/nv50-nvc0: restrict memtype to those specified at creation time by Ben Skeggs · 15 years ago
  16. a670478 drm/nv50: simplify bo moves now that they're all through the vm by Ben Skeggs · 14 years ago
  17. d550c41 drm/nouveau: remove no_vm/mappable flags from nouveau_bo by Ben Skeggs · 14 years ago
  18. 58e6c7a drm/nouveau: introduce new gart type, and name _SGDMA more appropriately by Ben Skeggs · 15 years ago
  19. b8884da drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup() by Ben Skeggs · 15 years ago
  20. 812f219 drm/nv10: Fix crash when allocating a BO larger than half the available VRAM. by Francisco Jerez · 15 years ago
  21. 183720b drm/nvc0: accelerate ttm buffer moves by Ben Skeggs · 15 years ago
  22. 6d86951 drm/nvc0: initial support for tiled buffer objects by Ben Skeggs · 15 years ago
  23. 966a5b7 drm/nvc0: implement pgraph engine hooks by Ben Skeggs · 15 years ago
  24. 8984e04 drm/nvc0: initial vm implementation, use for bar1/bar3 management by Ben Skeggs · 15 years ago
  25. 4c74eb7 drm/nvc0: import initial vm backend by Ben Skeggs · 15 years ago
  26. b571fe2 drm/nv50: tidy up PCIEGART implementation by Ben Skeggs · 15 years ago
  27. bfd83ac drm/nv50: enable 4KiB pages for small vram allocations by Ben Skeggs · 15 years ago
  28. 4c136142 drm/nv50: implement global channel address space on new VM code by Ben Skeggs · 15 years ago
  29. f869ef8 drm/nv50: implement BAR1/BAR3 management on top of new VM code by Ben Skeggs · 15 years ago
  30. 573a2a3 drm/nv50: implement custom vram mm by Ben Skeggs · 15 years ago
  31. 7a45d76 drm/nouveau: wrap calls to ttm_bo_validate() by Ben Skeggs · 15 years ago
  32. a3d487e drm/nouveau: Use WC memory on the AGP GART. by Francisco Jerez · 15 years ago
  33. 23c45e8 drm/nouveau: Fix sleep while atomic in nouveau_bo_fence(). by Francisco Jerez · 15 years ago
  34. a5cf68b drm/nouveau: Rework tile region handling. by Francisco Jerez · 15 years ago
  35. e419cf0 drm/nouveau: Add a separate class for the kernel channel mutex. by Francisco Jerez · 15 years ago
  36. 332b242 drm/nouveau: Implement the pageflip ioctl. by Francisco Jerez · 15 years ago
  37. 382d62e drm/nouveau: fix annoying nouveau_fence type issue by Marcin Slusarz · 15 years ago
  38. aa5ac73 drm/nouveau: Leave BO eviction synchronization for later. by Francisco Jerez · 15 years ago
  39. 6a6b73f drm/nouveau: add per-channel mutex, use to lock access to drm's channel by Ben Skeggs · 15 years ago
  40. 699ddfd drm/nv10: Balance RTs expected to be accessed simultaneously by the 3d engine. by Francisco Jerez · 15 years ago
  41. f13b326 drm/nouveau: Expose some BO usage flags to userspace. by Francisco Jerez · 15 years ago
  42. d961db7 drm/ttm: restructure to allow driver to plug in alternate memory manager by Ben Skeggs · 15 years ago
  43. 42311ff drm/ttm: introduce utility function to free an allocated memory node by Ben Skeggs · 15 years ago
  44. 6479881 drm/nouveau: Synchronize buffer object moves in hardware. by Francisco Jerez · 15 years ago
  45. 2730723 drm/nouveau: Minor refactoring/cleanup of the fence code. by Francisco Jerez · 15 years ago
  46. 9bb5863 drm/nouveau: fix chipset vs card_type thinko by Ben Skeggs · 15 years ago
  47. 5220b3c drm/nv50: assume smaller tiles for bo moves by Ben Skeggs · 15 years ago
  48. e1429b4 drm/nouveau: better handling of unmappable vram by Ben Skeggs · 15 years ago
  49. fbd2895e drm/nouveau: rework init ordering so nv50_instmem.c can be less bad by Ben Skeggs · 15 years ago
  50. 9d59e8a drm/nouveau: require explicit unmap of kmapped bos by Ben Skeggs · 15 years ago
  51. b8a6a80 drm/nouveau: move check for no-op bo move before memcpy fallback by Ben Skeggs · 15 years ago
  52. f1ab0cc drm/nv50: add new accelerated bo move funtion by Ben Skeggs · 15 years ago
  53. 415e618 drm/nouveau: fix race condition when under memory pressure by Ben Skeggs · 15 years ago
  54. 0d3470d drm/nouveau: remove unused ttm bo list by Ben Skeggs · 15 years ago
  55. b6d3d87 drm/nouveau: remove dev_priv->init_state and friends by Ben Skeggs · 15 years ago
  56. 311ab69 drm/nouveau: Move the fence wait before migration resource clean-up. by Francisco Jerez · 15 years ago
  57. 01d73a6 drm: Remove drm_resource wrappers by Jordan Crouse · 15 years ago
  58. 90af89b drm/nouveau: fix a nouveau_bo dereference after it's been destroyed by Ben Skeggs · 15 years ago
  59. 7547a91 Merge branch 'drm-ttm-unmappable' into drm-core-next by Dave Airlie · 15 years ago
  60. 0c321c7 drm/ttm: remove io_ field from TTM V6 by Jerome Glisse · 15 years ago
  61. f32f02f drm/nouveau/kms: add support for new TTM fault callback V5 by Jerome Glisse · 15 years ago
  62. 2f10ffc Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  63. a76fb4e drm/nouveau: detect vram amount once, and save the value by Ben Skeggs · 15 years ago
  64. 78ad0f7 drm/nouveau: Make use of TTM busy_placements. by Francisco Jerez · 15 years ago
  65. 9d87fa2 drm/ttm: split no_wait argument in 2 GPU or reserve wait by Jerome Glisse · 15 years ago
  66. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 15 years ago
  67. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  68. 965cf68 drm/nouveau: Never evict VRAM buffers to system. by Francisco Jerez · 15 years ago
  69. eb1dba0 drm/nv50: align size of buffer object to the right boundaries. by Maarten Maathuis · 16 years ago
  70. e147eae drm/nouveau: wait on fence after bo move if validating for another channel by Ben Skeggs · 16 years ago
  71. a510604 drm/nv50: make the blocksize depend on vram size by Maarten Maathuis · 16 years ago
  72. 1c7059e drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGN by Maarten Maathuis · 16 years ago
  73. 8dea4a1 drm/nouveau: Drop redundant placement initialization. by Francisco Jerez · 16 years ago
  74. 27f691a drm/nouveau: No need to force evict=true when swapping evicted BOs back in. by Francisco Jerez · 16 years ago
  75. 77e2b5e drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path. by Francisco Jerez · 16 years ago
  76. a0af9ad drm/nouveau: Make the MM aware of pre-G80 tiling. by Francisco Jerez · 16 years ago
  77. 37cb3e08 drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flag by Ben Skeggs · 16 years ago
  78. 0735f62 drm/nouveau: prevent all channel creation if accel not available by Ben Skeggs · 16 years ago
  79. 22fbd53 drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible. by Francisco Jerez · 16 years ago
  80. b694dfb drm/nouveau: fix build with CONFIG_AGP=n by Ben Skeggs · 16 years ago
  81. 6ee7386 drm/nouveau: Add DRM driver for NVIDIA GPUs by Ben Skeggs · 16 years ago