1. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 17 years ago
  2. 40565f1 [PATCH] Char: timers cleanup by Jiri Slaby · 17 years ago
  3. 1545085 drm: Allow for 44 bit user-tokens (or drm_file offsets) by Thomas Hellstrom · 17 years ago
  4. 756db73 drm/via: Disable AGP DMA for chips with the new 3D engine. by Thomas Hellstrom · 17 years ago
  5. 1d58420 drm: update core memory manager from git drm tree by Thomas Hellstrom · 18 years ago
  6. 004a772 drm: remove drm_ioremap and drm_ioremapfree by Christoph Hellwig · 18 years ago
  7. b9094d3 i810/i830: use drm_core_ioremap instead of drm_ioremap by Dave Airlie · 18 years ago
  8. f239b7b drm: use vmalloc_user instead of vmalloc_32 for DRM_SHM by Thomas Hellstrom · 18 years ago
  9. 9b8d9d0 via: allow for npot texture pitch alignment by Thomas Hellstrom · 18 years ago
  10. 689692e via: add some new chipsets by Thomas Hellstrom · 18 years ago
  11. 76f6255 via: some PCI posting flushes by Thomas Hellstrom · 18 years ago
  12. eac681b i915: Fix a DRM_ERROR that should be DRM_DEBUG. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  13. f9841a8 drm: Stop defining pci_pretty_name by Jean Delvare · 18 years ago
  14. 83a9e29 drm: r128: comment aligment with drm git by Dave Airlie · 18 years ago
  15. 0c4dd90 drm: make kernel context switch same as for drm git tree. by Dave Airlie · 18 years ago
  16. 94bb598 drm: fixup comment header style by Dave Airlie · 18 years ago
  17. 183b4ae drm: savage: compat fix from drm git. by Eric Anholt · 18 years ago
  18. 1d6bb8e drm: Unify radeon offset checking. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  19. 3188a24 i915_vblank_tasklet: Try harder to avoid tearing. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  20. 2c3f0ed DRM: handle pci_enable_device failure by Jeff Garzik · 18 years ago
  21. 94f060b drm: fix return value check by Akinobu Mita · 18 years ago
  22. 9b3a89f Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 18 years ago
  23. cc5ef55fd [PATCH] struct path: convert drm by Josef Sipek · 18 years ago
  24. cd54e7e [PATCH] mm: incorrect VM_FAULT_OOM returns from drivers by Nick Piggin · 18 years ago
  25. a1e8537 [PATCH] drm-sis linkage fix by Andrew Morton · 18 years ago
  26. d942625 Fix http://bugzilla.kernel.org/show_bug.cgi?id=7606 by Andrew Morton · 18 years ago
  27. 3417f33 drm: add flag for mapping PCI DMA buffers read-only. by George Sapountzis · 18 years ago
  28. 5c2df2b drm: fix up irqflags in drm_lock.c by Dave Airlie · 18 years ago
  29. 2228ed6 drm: i915 updates by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  30. a0b136b drm: i915: fix up irqflags arg by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  31. 21fa60e drm: i915: Only return EBUSY after we've established we need to schedule a new swap. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  32. 2dbb232 drm: i915: Fix 'sequence has passed' condition in i915_vblank_swap(). by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  33. 376642c drm: i915: Add SAREA fileds for determining which pipe to sync window buffer swaps to. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  34. 5b51694 drm: Make handling of dev_priv->vblank_pipe more robust. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  35. 541f29a drm: DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  36. a6b54f3 drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  37. 049b323 drm: Core vsync: Don't clobber target sequence number when scheduling signal. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  38. ab285d7 drm: Core vsync: Add flag DRM_VBLANK_NEXTONMISS. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  39. 8163e41 drm: Make locked tasklet handling more robust. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  40. 507c018 drm: drm_rmdraw: Declare id and idx as signed so testing for < 0 works as intended. by =?utf-8?q?Felix_K=C3=BChling?= · 18 years ago
  41. cdec2f8 drm: Change first valid DRM drawable ID to be 1 instead of 0. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  42. b03ed6f drm: drawable locking + memory management fixes + copyright by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  43. 2e54a00 drm: Add support for interrupt triggered driver callback with lock held to DRM core. by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  44. bea5679 drm: Add support for tracking drawable information to core by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  45. 68815ba drm: add support for secondary vertical blank interrupt to i915 by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  46. 776c944 drm: add support for secondary vertical blank interrupt to DRM core by =?utf-8?q?Michel_D=C3=A4nzer?= · 18 years ago
  47. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  48. 85abb3f drm: ioremap balanced with iounmap for drivers/char/drm by Amol Lad · 18 years ago
  49. 24f73c9 drm: fix error returns, sysfs error handling by Jeff Garzik · 18 years ago
  50. 0d960d2 fix return code in error case. by Dave Jones · 18 years ago
  51. 958de71 drm: mga: set dev_priv_size by Tilman Sauerbeck · 18 years ago
  52. 10eee0f drm: savage: dev->agp_buffer_map is not initialized for AGP DMA on savages by Michael Karcher · 18 years ago
  53. a1aa2897 drm: radeon: only allow specific type-3 packetss through verifier by Roland Scheidegger · 18 years ago
  54. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  55. 3e14a28 drm: Use register writes instead of BITBLT_MULTI packets for buffer swap blits by Michel Daenzer · 18 years ago
  56. 54a56ac drm: use radeon specific names for radeon flags by Dave Airlie · 18 years ago
  57. 2f02cc3 drm: add device/vendor id to drm_device_t for compat with FreeBSD drivers by Eric Anholt · 18 years ago
  58. e08870c drm: allow multiple addMaps with the same 32-bit map offsset. by Thomas Hellstrom · 18 years ago
  59. 214ff13 drm: fd.o Bug #7595: Avoid u32 overflows in radeon_check_and_fixup_offset(). by Michel Daenzer · 18 years ago
  60. 47cc140 drm: Fix hashtab implementation leaking illegal error codes to user space. by Thomas Hellstrom · 18 years ago
  61. 9b1a51b drm: domain changes broke ppc r200 by Dave Airlie · 18 years ago
  62. 1f27ce6 drm: fixup setversion return codes.. by Dave Airlie · 18 years ago
  63. 46acbf1 drm: fixup i915 error codes by Dave Airlie · 18 years ago
  64. b15ec36 drm: realign sosme radeon code with drm git tree by Dave Airlie · 18 years ago
  65. d40c853 drm: realign via driver with drm git tree by Dave Airlie · 18 years ago
  66. 1f4eccf drm: remove hash tables on drm exit by Thomas Hellstrom · 18 years ago
  67. fb41e54 drm: cleanups by Adrian Bunk · 18 years ago
  68. c7aed17 drm: i810_dma.c: fix pointer arithmetic for 64-bit target by Denis Vlasenko · 18 years ago
  69. 0a0c721 drm: avoid kernel oops in some error paths calling drm_lastclose by Thomas Hellstrom · 18 years ago
  70. bd5af07 drm: allow detection of new VIA chipsets by Chuck Short · 18 years ago
  71. 78eca43 drm: fix i965 build bug by Andrew Morton · 18 years ago
  72. a1d0fcf drm: remove FALSE/TRUE that snuck in with simple memory manager changes. by Andrew Morton · 18 years ago
  73. c29b669 drm: Add support for Intel i965G chipsets. by Alan Hourihane · 18 years ago
  74. d000b48 drm: add better explanation for i830/i915 by Dave Airlie · 18 years ago
  75. c2604ce drm: remove a tab that snuck in by Dave Airlie · 18 years ago
  76. 572225b drm: fix return value in auth function by Dave Airlie · 18 years ago
  77. 7981bf7 drm: SiS 315 Awareness. by Thomas Hellstrom · 18 years ago
  78. 8d153f7 drm: update user token hashing and map handles by Thomas Hellstrom · 18 years ago
  79. 8669cbc drm: move drm authentication to new generic hash table. by Thomas Hellstrom · 18 years ago
  80. 3d45dbd drm: Add the P4VM800PRO (?) PCI ID. by Dave Airlie · 18 years ago
  81. ce65a44 drm: add drm simple memory manager support for SiS and VIA drivers by Thomas Hellstrom · 18 years ago
  82. 3a1bd92 drm: add simple DRM memory manager, and hash table by Thomas Hellstrom · 18 years ago
  83. b9b603d drm: radeon: Use RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D_DSTCACHE_CTLSTAT. by Michel Dänzer · 18 years ago
  84. ae1b1a48 drm: radeon: fix up bus mastering when writeback is disabled by Michel Dänzer · 18 years ago
  85. 8624ecb drm: radeon: implement RADEON_PARAM_SCRATCH_OFFSET getparam by Michel Dänzer · 18 years ago
  86. 9ca9416 drm: radeon: add some debug output when getparam is called with unknown by Michel Dänzer · 18 years ago
  87. 7a3f1f2 drm: missing mutex unlock by Thomas Hellstrom · 18 years ago
  88. 33229601 drm: remove the DRM pci domain by Dave Airlie · 18 years ago
  89. 242ef0e drm: remove local copies of pci bus/slot/func by Dave · 18 years ago
  90. 3d77461 drm: cleanup old compat code and DRM fns from Linux only code by Dave Airlie · 18 years ago
  91. 18f2905 [PATCH] drm: radeon flush TCL VAP for vertex program enable/disable by Roland Scheidegger · 18 years ago
  92. 935f6e3 [PATCH] irq-flags: drivers/drm: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  93. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  94. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  95. c499aeb drm: radeon constify radeon microcode by Dave Airlie · 18 years ago
  96. 702880f Add i915 ioctls to configure pipes for vblank interrupt. by Dave Airlie · 18 years ago
  97. d6fece0 drm: update radeon to 1.25 add r200 vertex program support by Dave Airlie · 18 years ago
  98. f2a2279 drm: radeon add a tcl state flush before accessing tcl vector space by Dave Airlie · 18 years ago
  99. 5d23faf drm: possible cleanups by Dave Airlie · 18 years ago
  100. caa98c4 drm: fixup r300 scratch on BE machines by Dave Airlie · 18 years ago