1. 1c180fa drm/nouveau: Call drm_vblank_pre/post_modeset() around mode setting. by Francisco Jerez · 14 years ago
  2. 332b242 drm/nouveau: Implement the pageflip ioctl. by Francisco Jerez · 14 years ago
  3. 042206c drm/nouveau: Implement the vblank DRM hooks. by Francisco Jerez · 14 years ago
  4. 63f7fcf drm/nv04: Make CRTC base changes effective in the next hsync. by Francisco Jerez · 14 years ago
  5. 382d62e drm/nouveau: fix annoying nouveau_fence type issue by Marcin Slusarz · 14 years ago
  6. 5f80198 drm/nv50: regression fix, point NVAA/NVAC at correct PM functions by Ben Skeggs · 14 years ago
  7. 35fa2f2 drm/nouveau: add support for MSI by Ben Skeggs · 14 years ago
  8. 01d63187 drm/nv10: fix thinko and let nv17 do 3d again :) by Ben Skeggs · 14 years ago
  9. 8888cb1 drm/nv50: fix evo instmem alignment by Ben Skeggs · 14 years ago
  10. 97e2000 drm/nv50: improve evo error handler when more than just channel 0 active by Ben Skeggs · 14 years ago
  11. 43ce028 drm/nv50: rework evo init to match nvidia more closely by Ben Skeggs · 14 years ago
  12. 1e96268 drm/nv50: initial work to allow multiple evo channels by Ben Skeggs · 14 years ago
  13. b7bc613 drm/nv50: move evo handling to nv50_evo.c by Ben Skeggs · 14 years ago
  14. 106ddad drm/nv50: clearer separation of the stages of evo init by Ben Skeggs · 14 years ago
  15. f4512e6 drm/nv50: create graph and crypt contexts on demand by Ben Skeggs · 14 years ago
  16. 3052be2 drm/nv50: remove excessive alignment of graph/crypt contexts by Ben Skeggs · 14 years ago
  17. bd2e597 drm/nv84: add support for the PCRYPT engine by Ben Skeggs · 14 years ago
  18. b8c157d drm/nouveau: only expose the object classes that are supported by the chipset by Ben Skeggs · 14 years ago
  19. a6a1a38 drm/nouveau: use object class structs more extensively by Ben Skeggs · 14 years ago
  20. 5053694 drm/nouveau: store engine type in gpuobj class structs by Ben Skeggs · 14 years ago
  21. 9100468 drm/nouveau: pass gpuobj alignment request down into backing allocator by Ben Skeggs · 14 years ago
  22. 0541324a drm/nv40: Ignore sync-to-vblank active when waiting for idle. by Francisco Jerez · 14 years ago
  23. 889fa93 drm/nouveau: Take fence spinlock in nouveau_fence_channel_fini(). by Francisco Jerez · 14 years ago
  24. 2b478add drm/nouveau: Avoid race in the interchannel sync code. by Francisco Jerez · 14 years ago
  25. 2a6789a drm/nouveau: Make fences take a weak channel reference. by Francisco Jerez · 14 years ago
  26. f091a3d drm/nouveau: Implement weak channel references. by Francisco Jerez · 14 years ago
  27. 36c952e drm/nouveau: Fix lock unbalance on card take down. by Francisco Jerez · 14 years ago
  28. feeb0ae drm/nouveau: Add unlocked variants of nouveau_channel_get/put. by Francisco Jerez · 14 years ago
  29. f175b74 drm/nouveau: Fix race condition in channel refcount handling. by Francisco Jerez · 14 years ago
  30. 3945e47 drm/nouveau: Refactor context destruction to avoid a lock ordering issue. by Francisco Jerez · 14 years ago
  31. fcccab2 drm/nouveau: Use lazy fence waits when doing software interchannel sync. by Francisco Jerez · 14 years ago
  32. aa5ac73 drm/nouveau: Leave BO eviction synchronization for later. by Francisco Jerez · 14 years ago
  33. cbb4b60 drm/nv50: remove some unnecessary PDISPLAY init by Ben Skeggs · 14 years ago
  34. 9acc810 drm/nouveau: fallback to sw fbcon if we can't get mutex immediately by Ben Skeggs · 14 years ago
  35. 6032649 drm/nouveau: hook up acpi power supply change tracking by Ben Skeggs · 14 years ago
  36. 18a16a7 drm/nouveau: return error from nouveau_ramht_remove() if not found by Ben Skeggs · 14 years ago
  37. 938c40e drm/nouveau: use interruptible waits during pushbuf validation by Ben Skeggs · 14 years ago
  38. 08cd3d4 drm/nouveau: fix thinko in channel locking in semaphore path by Ben Skeggs · 14 years ago
  39. 21e86c1 drm/nouveau: remove cpu_writers lock by Ben Skeggs · 14 years ago
  40. b12120a drm/nouveau: switch to unlocked ioctls by Ben Skeggs · 14 years ago
  41. cff5c13 drm/nouveau: add more fine-grained locking to channel list + structures by Ben Skeggs · 14 years ago
  42. 6a6b73f drm/nouveau: add per-channel mutex, use to lock access to drm's channel by Ben Skeggs · 14 years ago
  43. ceed5f3 drm/nouveau: disallow fbcon accel if running in interrupt context by Ben Skeggs · 14 years ago
  44. 7c74cbd drm/nouveau: tidy fifo swmthd handler a little by Ben Skeggs · 14 years ago
  45. f7eb0c5 Merge branch 'drm-radeon-fusion' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  46. 7e76c5c Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  47. a9979d6 Merge branch 'drm-ttm-next' into drm-core-next by Dave Airlie · 14 years ago
  48. acb3250 drm/radeon/kms: improve pflip precision on r1xx-r4xx by Alex Deucher · 14 years ago
  49. 439bd6c drm/radeon/kms: add Ontario APU ucode loading support by Alex Deucher · 14 years ago
  50. 11fa161 drm/radeon/kms: add Ontario Fusion APU pci ids by Alex Deucher · 14 years ago
  51. bbbf9b7 drm/radeon/kms: enable MSIs on fusion APUs by Alex Deucher · 14 years ago
  52. b0e6641 drm/radeon/kms: add power table parsing support for Ontario fusion APUs by Alex Deucher · 14 years ago
  53. 560154e drm/radeon/kms: refactor atombios power state fetching by Alex Deucher · 14 years ago
  54. e719ebd drm/radeon/kms: add bo blit support for Ontario fusion APUs by Alex Deucher · 14 years ago
  55. e33df25 drm/radeon/kms: add thermal sensor support for fusion APUs by Alex Deucher · 14 years ago
  56. d5e455e drm/radeon/kms: fill in GPU init for AMD Ontario Fusion APUs by Alex Deucher · 14 years ago
  57. 958261d drm/radeon/kms: add radeon_asic struct for AMD Ontario fusion APUs by Alex Deucher · 14 years ago
  58. 1800740 drm/radeon/kms: evergreen.c updates for fusion by Alex Deucher · 14 years ago
  59. 6eb18f8 drm/radeon/kms: MC setup changes for fusion APUs by Alex Deucher · 14 years ago
  60. 0ef0c1f drm/radeon/kms: move r7xx/evergreen to its own vram_gtt setup function by Alex Deucher · 14 years ago
  61. 4339c44 drm/radeon/kms: add support for ss overrides on Fusion APUs by Alex Deucher · 14 years ago
  62. bf982eb drm/radeon/kms: Add support for external encoders on fusion APUs by Alex Deucher · 14 years ago
  63. 4e8c65a drm/radeon/kms: atom changes for DCE4.1 devices by Alex Deucher · 14 years ago
  64. 2f062fd drm/radeon/kms: add new family id for AMD Ontario APUs by Alex Deucher · 14 years ago
  65. 603a9da drm/radeon/kms: upstream power table updates by Alex Deucher · 14 years ago
  66. 1422ef5 drm/radeon/kms: upstream atombios.h updates by Alex Deucher · 14 years ago
  67. 5d68e50 drm/radeon/kms: upstream ObjectID.h updates by Alex Deucher · 14 years ago
  68. 9535ab7 drm/radeon/kms: setup mc chremap properly on r7xx/evergreen by Alex Deucher · 14 years ago
  69. 147666f drm/radeon: Use the ttm execbuf utilities by Thomas Hellstrom · 14 years ago
  70. eba6709 drm/ttm: Fix up io_mem_reserve / io_mem_free calling by Thomas Hellstrom · 14 years ago
  71. 6570596 drm/ttm/vmwgfx: Have TTM manage the validation sequence. by Thomas Hellstrom · 14 years ago
  72. 95762c2 drm/ttm: Improved fencing of buffer object lists by Thomas Hellstrom · 14 years ago
  73. 702adba drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock by Thomas Hellstrom · 14 years ago
  74. 96726fe drm/ttm: Don't deadlock on recursive multi-bo reservations by Thomas Hellstrom · 14 years ago
  75. 68c4fa3 drm/ttm: Optimize ttm_eu_backoff_reservation by Thomas Hellstrom · 14 years ago
  76. 2357cbe drm/ttm: Use kref_sub instead of repeatedly calling kref_put by Thomas Hellstrom · 14 years ago
  77. ecf7ace kref: Add a kref_sub function by Thomas Hellstrom · 14 years ago
  78. d6ea888 drm/ttm: Add a bo list reserve fastpath (v2) by Dave Airlie · 14 years ago
  79. b672440 drm/kms/radeon: Use high precision timestamps for pageflip completion events. by Mario Kleiner · 14 years ago
  80. 3e4ea74 drm/kms/radeon: Reorder vblank and pageflip interrupt handling. by Mario Kleiner · 14 years ago
  81. 6f34be5 drm/radeon/kms: add pageflip ioctl support (v3) by Alex Deucher · 14 years ago
  82. f5a8020 drm/kms/radeon: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  83. 27641c3 drm/vblank: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  84. 3561d43 Linux 2.6.37-rc3 by Linus Torvalds · 14 years ago
  85. b86db47 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  86. e681c04 ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard by Lukas Czerner · 14 years ago
  87. 93bb41f fs: Do not dispatch FITRIM through separate super_operation by Lukas Czerner · 14 years ago
  88. 76db8ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  89. caf8394 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  90. 6656b3f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  91. 33e0d57 Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking" by Linus Torvalds · 14 years ago
  92. 864ee6c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  93. 973d168 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel by Linus Torvalds · 14 years ago
  94. 764bc56 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  95. b1353e4 sata_via: apply magic FIFO fix to vt6420 too by Tejun Heo · 14 years ago
  96. 0302b86 net: fix kernel-doc for sk_filter_rcu_release by Randy Dunlap · 14 years ago
  97. d9efd2a be2net: Fix to avoid firmware update when interface is not open. by Sarveshwar Bandi · 14 years ago
  98. 5a9ae68 ext4: ext4_fill_super shouldn't return 0 on corruption by Darrick J. Wong · 14 years ago
  99. 16c59ef drm/i915: Disable FBC on Ironlake to save 1W by Alex Shi · 14 years ago
  100. e7dbb2f drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardware by Keith Packard · 14 years ago