1. 3f09ea4 drm/ttm: Add a swap_notify callback. by Thomas Hellstrom · 14 years ago
  2. 0c9d2c4 Merge remote branch 'korg/drm-radeon-next' into drm-linus by Dave Airlie · 14 years ago
  3. 7970e67 drm: Add eDP connector type by Alex Deucher · 14 years ago
  4. e6be8d9 drm: remove address mask param for drm_pci_alloc() by Zhenyu Wang · 15 years ago
  5. ed8b670 drm: convert drm_ioctl to unlocked_ioctl by Arnd Bergmann · 15 years ago
  6. cbc8cc0 Merge remote branch 'korg/drm-vmware-staging' into drm-core-next by Dave Airlie · 15 years ago
  7. fb1d973 drm/vmwgfx: Add DRM driver for VMware Virtual GPU by Jakob Bornecrantz · 15 years ago
  8. be1cb86 drm/ttm: Add more driver type enums by Jakob Bornecrantz · 15 years ago
  9. 6ee7386 drm/nouveau: Add DRM driver for NVIDIA GPUs by Ben Skeggs · 15 years ago
  10. 09855ac drm/ttm: Convert ttm_buffer_object_init to use ttm_placement by Jerome Glisse · 15 years ago
  11. 99d7e48 drm: Add memory manager debug function by Jerome Glisse · 15 years ago
  12. 98ffc415 drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART. by Thomas Hellstrom · 15 years ago
  13. ca262a999 drm/ttm: Rework validation & memory space allocation (V3) by Jerome Glisse · 15 years ago
  14. a2e68e9 drm: Add search/get functions to get a block in a specific range by Jerome Glisse · 15 years ago
  15. 7b0a9e8 Merge remote branch 'korg/drm-radeon-dp' into drm-linus by Dave Airlie · 15 years ago
  16. 3ff9916 Merge remote branch 'anholt/drm-intel-next' into drm-linus by Dave Airlie · 15 years ago
  17. 1bd049f Merge branch 'drm-core-next' into drm-linus by Dave Airlie · 15 years ago
  18. 5801ead drm/radeon/kms: add support for DP modesetting by Alex Deucher · 15 years ago
  19. 1a66c95 drm/radeon/kms: DP fixes and cleanup from the ddx by Alex Deucher · 15 years ago
  20. 746c1aa drm/radeon/kms: initial radeon displayport porting by Dave Airlie · 15 years ago
  21. ab2c067 drm/intel: refactor DP i2c support and DP common header to drm helper by Dave Airlie · 15 years ago
  22. f846761 Merge remote branch 'origin/drm-core-next' into test by Dave Airlie · 15 years ago
  23. 4bfd75c drm/ttm: Export symbols needed for the vmwgfx driver. by Thomas Hellstrom · 15 years ago
  24. c078aa2 drm/ttm: Add TTM execbuf utilities. by Thomas Hellstrom · 15 years ago
  25. 4aff101 drm/ttm: Add ttm lock functionality. by Thomas Hellstrom · 15 years ago
  26. 8807153 drm/ttm: Add user-space objects. by Thomas Hellstrom · 15 years ago
  27. 884840a drm: Add dirty ioctl and property by Jakob Bornecrantz · 15 years ago
  28. c3a73ba drm/ttm: Fix build failure due to missing struct page by Martin Michlmayr · 15 years ago
  29. 1a95916 drm: Add compatibility #ifdefs for *BSD by Kristian Høgsberg · 15 years ago
  30. 862302f drm: Add support for drm master_[set|drop] callbacks. by Thomas Hellstrom · 15 years ago
  31. 9340d8c drm/edid: Decode 3-byte CVT codes from EDID 1.4 by Adam Jackson · 15 years ago
  32. 2dbdc52 drm/edid: Add new detailed block types from EDID 1.4 by Adam Jackson · 15 years ago
  33. 7ac96a9 drm/modes: Add drm_mode_hsync() by Adam Jackson · 15 years ago
  34. 56f3f55 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 15 years ago
  35. 04b2d21 drm/i915: Fix typo in ioctl struct name. by Kristian Høgsberg · 15 years ago
  36. 778c902 drm/i915: Fix sync to vblank when VGA output is turned off by Li Peng · 15 years ago
  37. e9560f7 drm/i915: add GETPARAM request for page flipping by Jesse Barnes · 15 years ago
  38. 7bd4d7b drm: use page flip event to signal flip completion by Jesse Barnes · 15 years ago
  39. f40d681 Merge remote branch 'airlied/drm-next' into drm-intel-next by Eric Anholt · 15 years ago
  40. f13a48b SLOW_WORK: Move slow_work's proc file to debugfs by David Howells · 15 years ago
  41. 7716977 mfd: Correct WM831X_MAX_ISEL_VALUE by Mark Brown · 15 years ago
  42. 29e5536 Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by Linus Torvalds · 15 years ago
  43. ed9fd93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 15 years ago
  44. cd79bf7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  45. 6e80133 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscache by Linus Torvalds · 15 years ago
  46. 827d42c mac80211: fix spurious delBA handling by Johannes Berg · 15 years ago
  47. 5fdd4ba sctp: on T3_RTX retransmit all the in-flight chunks by Andrei Pelinescu-Onciul · 15 years ago
  48. 860dc73 [SCSI] fix async scan add/remove race resulting in an oops by James Bottomley · 15 years ago
  49. c8e0f93 drm/i915: Replace a calloc followed by copying data over it with malloc. by Eric Anholt · 15 years ago
  50. 4ced24c i2c: i2c-pnx: Made buf type unsigned to prevent sign extension by Kevin Wells · 15 years ago
  51. 308efab vt: Fix use of "new" in a struct field by Alan Cox · 15 years ago
  52. fee096d CacheFiles: Catch an overly long wait for an old active object by David Howells · 15 years ago
  53. a17754f CacheFiles: Don't write a full page if there's only a partial page to cache by David Howells · 15 years ago
  54. 60d543c FS-Cache: Start processing an object's operations on that object's death by David Howells · 15 years ago
  55. 201a154 FS-Cache: Handle pages pending storage that get evicted under OOM conditions by David Howells · 15 years ago
  56. 1bccf51 FS-Cache: Fix lock misorder in fscache_write_op() by David Howells · 15 years ago
  57. 4fbf429 FS-Cache: Allow the current state of all objects to be dumped by David Howells · 15 years ago
  58. 440f0af FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work items by David Howells · 15 years ago
  59. 3bde31a SLOW_WORK: Allow a requeueable work item to sleep till the thread is needed by David Howells · 15 years ago
  60. 31ba99d SLOW_WORK: Allow the owner of a work item to determine if it is queued or not by David Howells · 15 years ago
  61. 8fba10a SLOW_WORK: Allow the work items to be viewed through a /proc file by David Howells · 15 years ago
  62. 6b8268b SLOW_WORK: Add delayed_slow_work support by Jens Axboe · 15 years ago
  63. 0160950 SLOW_WORK: Add support for cancellation of slow work by Jens Axboe · 15 years ago
  64. 3d7a641 SLOW_WORK: Wait for outstanding work items belonging to a module to clear by David Howells · 15 years ago
  65. 7a65415 drm: set the type of the drm_framebuffer::fbdev field by Clemens Ladisch · 15 years ago
  66. 486bfe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  67. 978b405 fcntl: rename F_OWNER_GID to F_OWNER_PGRP by Peter Zijlstra · 15 years ago
  68. 6ad696d mm: allow memory hotplug and hibernation in the same kernel by Andi Kleen · 15 years ago
  69. d91d8a3 drm/kms: add page flipping ioctl by Kristian Høgsberg · 15 years ago
  70. 156822f drm: kill more unused DRM macros by Andres Salomon · 15 years ago
  71. 420a457 drm: kill some unused DRM_PROC macros from drmP.h by Andres Salomon · 15 years ago
  72. c9a9c5e drm: Add async event synchronization for drmWaitVblank by Kristian Høgsberg · 15 years ago
  73. 23f268f Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 15 years ago
  74. 82abc2a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 15 years ago
  75. e29d436 Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation." by David S. Miller · 15 years ago
  76. 1a7af63 nilfs2: deleted struct nilfs_dat_group_desc by Jiro SEKIBA · 15 years ago
  77. cd4ca27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 15 years ago
  78. 409b95a sctp: Set source addresses on the association before adding transports by Vlad Yasevich · 15 years ago
  79. b87e5e2 serial: add support for the Lava Quattro PCI quad-port 16550A card by Lennert Buytenhek · 15 years ago
  80. 71ccb83 alpha: fix F_SETOWN_EX and F_GETLK64 conflict by Peter Zijlstra · 15 years ago
  81. f5c15d0 fb: remove fb_save_state() and fb_restore_state operations by Krzysztof Helt · 15 years ago
  82. fe8bc91 ext3: Wait for proper transaction commit on fsync by Jan Kara · 15 years ago
  83. bf3204c Input: fix locking in memoryless force-feedback devices by Dmitry Torokhov · 15 years ago
  84. 799dd75 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  85. 1ce5523 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  86. afa0897 i2c: Add an interface to lock/unlock an I2C bus segment by Jean Delvare · 15 years ago
  87. 3806e94b i2c-piix4: Modify code name SB900 to Hudson-2 by Crane Cai · 15 years ago
  88. b2b465e [SCSI] Fix incorrect reporting of host protection capabilities by Martin K. Petersen · 15 years ago
  89. f9dd09c netfilter: nf_nat: fix NAT issue in 2.6.30.4+ by Jozsef Kadlecsik · 15 years ago
  90. 5b8f0be Merge remote branch 'airlied/drm-next' into drm-intel-next by Eric Anholt · 15 years ago
  91. 02e792f drm/i915: implement drmmode overlay support v4 by Daniel Vetter · 15 years ago
  92. 48764bf drm/i915: add i915_lp_ring_sync helper by Daniel Vetter · 15 years ago
  93. 7a9c906 drm: make drm_mode_object_find typesafe by Daniel Vetter · 15 years ago
  94. 38dc634 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  95. a84216e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  96. 9905d1b PM / yenta: Split resume into early and late parts (rev. 4) by Rafael J. Wysocki · 15 years ago
  97. 1836d95 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago
  98. bce8fc4 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  99. a5e3013 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. 3e2796a 9p: fix readdir corner cases by Eric Van Hensbergen · 15 years ago