1. 938c40e drm/nouveau: use interruptible waits during pushbuf validation by Ben Skeggs · 14 years ago
  2. 08cd3d4 drm/nouveau: fix thinko in channel locking in semaphore path by Ben Skeggs · 14 years ago
  3. 21e86c1 drm/nouveau: remove cpu_writers lock by Ben Skeggs · 14 years ago
  4. b12120a drm/nouveau: switch to unlocked ioctls by Ben Skeggs · 14 years ago
  5. cff5c13 drm/nouveau: add more fine-grained locking to channel list + structures by Ben Skeggs · 14 years ago
  6. 6a6b73f drm/nouveau: add per-channel mutex, use to lock access to drm's channel by Ben Skeggs · 14 years ago
  7. ceed5f3 drm/nouveau: disallow fbcon accel if running in interrupt context by Ben Skeggs · 14 years ago
  8. 7c74cbd drm/nouveau: tidy fifo swmthd handler a little by Ben Skeggs · 14 years ago
  9. f7eb0c5 Merge branch 'drm-radeon-fusion' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  10. 7e76c5c Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next by Dave Airlie · 14 years ago
  11. a9979d6 Merge branch 'drm-ttm-next' into drm-core-next by Dave Airlie · 14 years ago
  12. acb3250 drm/radeon/kms: improve pflip precision on r1xx-r4xx by Alex Deucher · 14 years ago
  13. 439bd6c drm/radeon/kms: add Ontario APU ucode loading support by Alex Deucher · 14 years ago
  14. 11fa161 drm/radeon/kms: add Ontario Fusion APU pci ids by Alex Deucher · 14 years ago
  15. bbbf9b7 drm/radeon/kms: enable MSIs on fusion APUs by Alex Deucher · 14 years ago
  16. b0e6641 drm/radeon/kms: add power table parsing support for Ontario fusion APUs by Alex Deucher · 14 years ago
  17. 560154e drm/radeon/kms: refactor atombios power state fetching by Alex Deucher · 14 years ago
  18. e719ebd drm/radeon/kms: add bo blit support for Ontario fusion APUs by Alex Deucher · 14 years ago
  19. e33df25 drm/radeon/kms: add thermal sensor support for fusion APUs by Alex Deucher · 14 years ago
  20. d5e455e drm/radeon/kms: fill in GPU init for AMD Ontario Fusion APUs by Alex Deucher · 14 years ago
  21. 958261d drm/radeon/kms: add radeon_asic struct for AMD Ontario fusion APUs by Alex Deucher · 14 years ago
  22. 1800740 drm/radeon/kms: evergreen.c updates for fusion by Alex Deucher · 14 years ago
  23. 6eb18f8 drm/radeon/kms: MC setup changes for fusion APUs by Alex Deucher · 14 years ago
  24. 0ef0c1f drm/radeon/kms: move r7xx/evergreen to its own vram_gtt setup function by Alex Deucher · 14 years ago
  25. 4339c44 drm/radeon/kms: add support for ss overrides on Fusion APUs by Alex Deucher · 14 years ago
  26. bf982eb drm/radeon/kms: Add support for external encoders on fusion APUs by Alex Deucher · 14 years ago
  27. 4e8c65a drm/radeon/kms: atom changes for DCE4.1 devices by Alex Deucher · 14 years ago
  28. 2f062fd drm/radeon/kms: add new family id for AMD Ontario APUs by Alex Deucher · 14 years ago
  29. 603a9da drm/radeon/kms: upstream power table updates by Alex Deucher · 14 years ago
  30. 1422ef5 drm/radeon/kms: upstream atombios.h updates by Alex Deucher · 14 years ago
  31. 5d68e50 drm/radeon/kms: upstream ObjectID.h updates by Alex Deucher · 14 years ago
  32. 9535ab7 drm/radeon/kms: setup mc chremap properly on r7xx/evergreen by Alex Deucher · 14 years ago
  33. 147666f drm/radeon: Use the ttm execbuf utilities by Thomas Hellstrom · 14 years ago
  34. eba6709 drm/ttm: Fix up io_mem_reserve / io_mem_free calling by Thomas Hellstrom · 14 years ago
  35. 6570596 drm/ttm/vmwgfx: Have TTM manage the validation sequence. by Thomas Hellstrom · 14 years ago
  36. 95762c2 drm/ttm: Improved fencing of buffer object lists by Thomas Hellstrom · 14 years ago
  37. 702adba drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock by Thomas Hellstrom · 14 years ago
  38. 96726fe drm/ttm: Don't deadlock on recursive multi-bo reservations by Thomas Hellstrom · 14 years ago
  39. 68c4fa3 drm/ttm: Optimize ttm_eu_backoff_reservation by Thomas Hellstrom · 14 years ago
  40. 2357cbe drm/ttm: Use kref_sub instead of repeatedly calling kref_put by Thomas Hellstrom · 14 years ago
  41. ecf7ace kref: Add a kref_sub function by Thomas Hellstrom · 14 years ago
  42. d6ea888 drm/ttm: Add a bo list reserve fastpath (v2) by Dave Airlie · 14 years ago
  43. b672440 drm/kms/radeon: Use high precision timestamps for pageflip completion events. by Mario Kleiner · 14 years ago
  44. 3e4ea74 drm/kms/radeon: Reorder vblank and pageflip interrupt handling. by Mario Kleiner · 14 years ago
  45. 6f34be5 drm/radeon/kms: add pageflip ioctl support (v3) by Alex Deucher · 14 years ago
  46. f5a8020 drm/kms/radeon: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  47. 27641c3 drm/vblank: Add support for precise vblank timestamping. by Mario Kleiner · 14 years ago
  48. 3561d43 Linux 2.6.37-rc3 by Linus Torvalds · 14 years ago
  49. b86db47 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  50. e681c04 ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard by Lukas Czerner · 14 years ago
  51. 93bb41f fs: Do not dispatch FITRIM through separate super_operation by Lukas Czerner · 14 years ago
  52. 76db8ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  53. caf8394 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  54. 6656b3f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  55. 33e0d57 Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking" by Linus Torvalds · 14 years ago
  56. 864ee6c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  57. 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
  58. 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
  59. b1353e4 sata_via: apply magic FIFO fix to vt6420 too by Tejun Heo · 14 years ago
  60. 0302b86 net: fix kernel-doc for sk_filter_rcu_release by Randy Dunlap · 14 years ago
  61. d9efd2a be2net: Fix to avoid firmware update when interface is not open. by Sarveshwar Bandi · 14 years ago
  62. 5a9ae68 ext4: ext4_fill_super shouldn't return 0 on corruption by Darrick J. Wong · 14 years ago
  63. 16c59ef drm/i915: Disable FBC on Ironlake to save 1W by Alex Shi · 14 years ago
  64. e7dbb2f drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardware by Keith Packard · 14 years ago
  65. c9a1c4c drm/i915/crt: Introduce struct intel_crt by Chris Wilson · 14 years ago
  66. 51311d0 drm/i915: Do not hold mutex when faulting in user addresses by Chris Wilson · 14 years ago
  67. 164bcb9 drm/radeon/kms: i2c s/sprintf/snprintf/g for safety by Alex Deucher · 14 years ago
  68. be66305 drm/radeon/kms: fix i2c pad masks on rs4xx by Alex Deucher · 14 years ago
  69. 589136b Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  70. 5d3efe0 MAINTAINERS: update documentation entries by Randy Dunlap · 14 years ago
  71. f830673 Documentation/development-process: more staging info by Andres Salomon · 14 years ago
  72. e4fabad Documentation/development-process: use -next trees instead of staging by Andres Salomon · 14 years ago
  73. f99e0e9 Documentation: change email address for Hans Koch by Hans J. Koch · 14 years ago
  74. ebde7b0 Documentation/gpio.txt: explain poll/select usage by Bernhard Walle · 14 years ago
  75. 09c9feb Documentation: make configfs example code simpler, clearer by Dan Carpenter · 14 years ago
  76. 2b35f4d kernel-doc: escape xml for structs by Randy Dunlap · 14 years ago
  77. dba4490d netfilter: fix IP_VS dependencies by Patrick McHardy · 14 years ago
  78. 925e277 net: irda: irttp: sync error paths of data- and udata-requests by Wolfram Sang · 14 years ago
  79. 18a31e1 ipv6: Expose reachable and retrans timer values as msecs by Thomas Graf · 14 years ago
  80. 07bfa52 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  81. 2811036 Fix build failure at cx25821-video driver by Youquan Song · 14 years ago
  82. 93908d1 ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies by Thomas Graf · 14 years ago
  83. ed1d77b hardirq.h: needs sched.h if using BKL by Linus Torvalds · 14 years ago
  84. d530db0 3c59x: fix build failure on !CONFIG_PCI by Namhyung Kim · 14 years ago
  85. 1aa46ec ipg.c: remove id [SUNDANCE, 0x1021] by Ken Kawasaki · 14 years ago
  86. 8ea9122 net: caif: spi: fix potential NULL dereference by Vasiliy Kulikov · 14 years ago
  87. 3bf30b5 ath9k_htc: Avoid setting QoS control for non-QoS frames by Rajkumar Manoharan · 14 years ago
  88. fb3ff69 Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  89. 7d8e76b net: zero kobject in rx_queue_release by John Fastabend · 14 years ago
  90. ef22b7b net: Fix duplicate volatile warning. by Tetsuo Handa · 14 years ago
  91. b52b97a MAINTAINERS: Add stmmac maintainer by Giuseppe Cavallaro · 14 years ago
  92. 3006bc3 bonding: fix a race in IGMP handling by Eric Dumazet · 14 years ago
  93. de391d1 Input: fix typo in keycode validation supporting large scancodes by Mattia Dongili · 14 years ago
  94. 3105c19 ceph: fix readdir EOVERFLOW on 32-bit archs by Sage Weil · 14 years ago
  95. 09a02fd cfg80211: fix can_beacon_sec_chan, reenable HT40 by Mark Mentovai · 14 years ago
  96. 2d42dc3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  97. 70b99ef Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  98. 95ccb0f drm/ttm: Fix up a theoretical deadlock by Thomas Hellstrom · 14 years ago
  99. 9a03d34 Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 14 years ago
  100. 1aa52bd drm/radeon/kms: fix tiling info on evergreen by Alex Deucher · 14 years ago