1. 8072bfa drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos() by Ville Syrjälä · 11 years ago
  2. abca9e4 drm: Pass 'flags' from the caller to .get_scanout_position() by Ville Syrjälä · 11 years ago
  3. c0ae24c drm: Fix vblank timestamping constants for interlaced modes by Ville Syrjälä · 11 years ago
  4. d31faf6 drm/i915: Fix scanoutpos calculations for interlaced modes by Ville Syrjälä · 11 years ago
  5. 3c184f6 drm: Change {pixel,line,frame}dur_ns from s64 to int by Ville Syrjälä · 11 years ago
  6. 77666b7 drm: Use crtc_clock in drm_calc_timestamping_constants() by Ville Syrjälä · 11 years ago
  7. 265d09a drm/radeon: Populate crtc_clock in radeon_atom_get_tv_timings() by Ville Syrjälä · 11 years ago
  8. 0dae35a drm: Simplify the math in drm_calc_timestamping_constants() by Ville Syrjälä · 11 years ago
  9. 21b2156 drm: Improve drm_calc_timestamping_constants() documentation by Ville Syrjälä · 11 years ago
  10. c326c0a drm/i915: Call drm_calc_timestamping_constants() earlier by Ville Syrjälä · 11 years ago
  11. 4b4b923 drm/i915: Kill hwmode save/restore by Ville Syrjälä · 11 years ago
  12. 7da903e drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos() by Ville Syrjälä · 11 years ago
  13. 545cdd5 drm: Pass the display mode to drm_calc_timestamping_constants() by Ville Syrjälä · 11 years ago
  14. cfd72a4 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  15. 9354eaf Merge tag 'vmwgfx-next-2014-01-17' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago
  16. 1985f99 drm/vmwgfx: Invalidate surface on non-readback unbind by Jakob Bornecrantz · 11 years ago
  17. 96b4362 drm/vmwgfx: Silence the device command verifier by Thomas Hellstrom · 11 years ago
  18. f2a0dcb drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2 by Thomas Hellstrom · 11 years ago
  19. b360a3c drm/vmwgfx: Fix surface framebuffer check for guest-backed surfaces by Thomas Hellstrom · 11 years ago
  20. 7cba906 drm/vmwgfx: Update otable definitions by Thomas Hellstrom · 11 years ago
  21. 0fd53cf drm/vmwgfx: Use the linux DMA api also for MOBs by Thomas Hellstrom · 11 years ago
  22. 4b9e45e drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare function by Thomas Hellstrom · 11 years ago
  23. 173fb7d drm/vmwgfx: Persistent tracking of context bindings by Thomas Hellstrom · 11 years ago
  24. b5c3b1a6 drm/vmwgfx: Track context bindings and scrub them upon exiting execbuf by Thomas Hellstrom · 11 years ago
  25. 8ba0731 drm/vmwgfx: Block the BIND_SHADERCONSTS command by Thomas Hellstrom · 11 years ago
  26. 311474d drm/vmwgfx: Add a parameter to get max MOB memory size by Thomas Hellstrom · 12 years ago
  27. 1d7a5cb drm/vmwgfx: Implement a buffer object synccpu ioctl. by Thomas Hellstrom · 12 years ago
  28. 15c6f65 drm/vmwgfx: Make sure that the multisampling is off by Zack Rusin · 12 years ago
  29. c373d4e drm/vmwgfx: Extend the command verifier to handle guest-backed on / off by Thomas Hellstrom · 12 years ago
  30. 7086d09 drm/vmwgfx: Fix up the vmwgfx_drv.h header for new files by Thomas Hellstrom · 12 years ago
  31. d8c08b2 drm/vmwgfx: Enable 3D for new hardware version by Thomas Hellstrom · 12 years ago
  32. 74c10d1 drm/vmwgfx: Add new unused (by user-space) commands to the verifier by Thomas Hellstrom · 12 years ago
  33. a21aa61 drm/vmwgfx: Validate guest-backed shader const commands by Thomas Hellstrom · 12 years ago
  34. c74c162 drm/vmwgfx: Add guest-backed shaders by Thomas Hellstrom · 12 years ago
  35. a97e219 drm/vmwgfx: Hook up guest-backed surfaces by Thomas Hellstrom · 12 years ago
  36. 58a0c5f drm/vmwgfx: Hook up guest-backed contexts by Thomas Hellstrom · 12 years ago
  37. f468911 drm/vmwgfx: Detach backing store from its resources when it is evicted by Thomas Hellstrom · 12 years ago
  38. ddcda24 drm/vmwgfx: Hook up guest-backed queries by Thomas Hellstrom · 12 years ago
  39. 96c5f0d drm/vmwgfx: Add the possibility to validate a buffer as a MOB by Thomas Hellstrom · 12 years ago
  40. afb0e50 drm/vmwgfx: Read bounding box memory from the appropriate register by Thomas Hellstrom · 12 years ago
  41. 6da768a drm/vmwgfx: Hook up MOBs to TTM as a separate memory type by Thomas Hellstrom · 12 years ago
  42. 3530bdc drm/vmwgfx: Add MOB management by Thomas Hellstrom · 12 years ago
  43. 716a2fd drm/vmwgfx: Adapt capability reporting to new hardware version by Thomas Hellstrom · 12 years ago
  44. c1234db drm/vmwgfx: Update the svga register definition by Thomas Hellstrom · 12 years ago
  45. bc2d650 drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolution by Thomas Hellstrom · 12 years ago
  46. cfe4d53 drm/vmwgfx: Update the driver user-space interface for guest-backed objects by Thomas Hellstrom · 12 years ago
  47. d901949 drm/vmwgfx: Update the svga3d register header file for new device version by Thomas Hellstrom · 12 years ago
  48. 0d00c48 drm/vmwgfx: Fix the driver for large dma addresses by Thomas Hellstrom · 11 years ago
  49. 0d9d349 Merge commit origin/master into drm-intel-next by Daniel Vetter · 11 years ago
  50. 53dac83 drm/mgag200: fix oops in cursor code. by Dave Airlie · 11 years ago
  51. 145830d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  52. 703a8c2 Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 11 years ago
  53. fdd239a drm/nouveau: fix null ptr dereferences on some boards by Ben Skeggs · 11 years ago
  54. c5416d6 gpu: fix qxl missing crc32_le by Randy Dunlap · 11 years ago
  55. 1302b23 drivers: gpu: Include appropriate header file in r128_ioc32.c by Rashika · 11 years ago
  56. 1e164bb drivers: gpu: Mark function as static in via_drv.c by Rashika · 11 years ago
  57. 902f4a7 drivers: gpu: Mark function as static in sis_drv.c by Rashika · 11 years ago
  58. 0662e4c drivers: gpu: Mark function as static in qxl_kms.c by Rashika · 11 years ago
  59. 06a8c65 drivers: gpu: Include appropriate header file in mga_ioc32.c by Rashika · 11 years ago
  60. f242a64 drivers: gpu: Mark functions as static in mgag200_ttm.c by Rashika · 11 years ago
  61. 080fd6b drivers: gpu: Mark functions as static in mgag200_mode.c by Rashika · 11 years ago
  62. b2890a7 drivers: gpu: Mark function as static in mgag200_main.c by Rashika · 11 years ago
  63. cdd7330 drivers: gpu: Mark functions as static and remove unused function in cirrus_ttm.c by Rashika · 11 years ago
  64. 5e89440 drivers: gpu: Mark functions as static in cirrus_mode.c by Rashika · 11 years ago
  65. 70d5422 drivers: gpu: Mark function as static in cirrus_main.c by Rashika · 11 years ago
  66. a1537f3 drivers: gpu: Mark functions as static in ast_ttm.c by Rashika · 11 years ago
  67. 7f5ccd4 drivers: gpu: Mark functions as static in ast_mode.c by Rashika · 11 years ago
  68. f610980 drivers: gpu: Mark function as static and remove unused function in ast_main.c by Rashika · 11 years ago
  69. 8eed55b drivers: gpu: Include appropriate header file in drm_usb.c by Rashika · 11 years ago
  70. abce1ec Revert "drm: copy mode type in drm_mode_connector_list_update()" by Dave Airlie · 11 years ago
  71. c0eeb85 Merge tag 'drm-intel-fixes-2014-01-13' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  72. c85dd51 drm/gma500: Remove unused function declaration by Daniel Vetter · 11 years ago
  73. b04a590 drm: store the gem vma offset manager in a typed pointer by Daniel Vetter · 11 years ago
  74. faf096f Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago
  75. a095c60 Merge tag 'ttm-next-2014-01-13' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago
  76. 99d4a8a drm/cirrus: Fix cirrus drm driver for fbdev + qemu by Martin Koegler · 11 years ago
  77. a6da83f9 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  78. ca2a2bb Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 11 years ago
  79. e95d9f9 Merge branch 'drm-next-3.14-wip' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 11 years ago
  80. feb5cde Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 11 years ago
  81. 061f49e Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 10348f5 powerpc: Check return value of instance-to-package OF call by Benjamin Herrenschmidt · 11 years ago
  83. 7e22e91 Linux 3.13-rc8 by Linus Torvalds · 11 years ago
  84. 3dc91d4 SELinux: Fix possible NULL pointer dereference in selinux_inode_permission() by Steven Rostedt · 11 years ago
  85. eecc1e4 thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only by Hugh Dickins · 11 years ago
  86. 518d00b block: null_blk: fix queue leak inside removing device by Ming Lei · 11 years ago
  87. 26bef13 x86, fpu, amd: Clear exceptions in AMD FXSAVE workaround by Linus Torvalds · 11 years ago
  88. 228fdc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  89. e2bc447 Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  90. 324c66f Merge branch 'leds-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 11 years ago
  91. cff539b1 Merge tag 'pm+acpi-3.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  92. c43a5eb Merge tag 'mfd-fixes-3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes by Linus Torvalds · 11 years ago
  93. e70988d leds: lp5521/5523: Remove duplicate mutex by Milo Kim · 11 years ago
  94. 09f2344 drm/i915/bdw: make sure south port interrupts are enabled properly v2 by Jesse Barnes · 11 years ago
  95. cba1c07 drm/i915: Include more information in disabled hotplug interrupt warning by Chris Wilson · 11 years ago
  96. 8b5565b drm/i915: Only complain about a rogue hotplug IRQ after disabling by Chris Wilson · 11 years ago
  97. 3432087 drm/i915: Only WARN about a stuck hotplug irq ONCE by Chris Wilson · 11 years ago
  98. 704cfb8 drm/i915: s/hotplugt_status_gen4/hotplug_status_g4x/ by Daniel Vetter · 11 years ago
  99. 1f4a63b xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 11 years ago
  100. bba719b xfs: fix off-by-one error in xfs_attr3_rmt_verify by Jie Liu · 11 years ago