1. e07f055 drm/i915: Handle i915_ppgtt_put correctly by Michel Thierry · 10 years ago
  2. c695b6b drm/i915: Flatten intel_edp_panel_vdd_on() by Ville Syrjälä · 10 years ago
  3. 15e899a drm/i915: Warn about want_panel_vdd in edp_panel_vdd_off_sync() by Ville Syrjälä · 10 years ago
  4. be2c919 drm/i915: Replace big nested if block with early return by Ville Syrjälä · 10 years ago
  5. 72c3500 drm/i915: Add a note explaining vdd on/off handling in intel_dp_aux_ch() by Ville Syrjälä · 10 years ago
  6. 1e0560e drm/i915: Rename edp vdd funcs for consistency by Ville Syrjälä · 10 years ago
  7. d337a34 drm/i915: Use intel_edp_panel_vdd_on() in intel_dp_probe_mst() by Ville Syrjälä · 10 years ago
  8. ad933b5 drm/i915: Parametrize PANEL_PORT_SELECT_VLV by Ville Syrjälä · 10 years ago
  9. 2d96553 drm/i915/bdw: Populate lrc with aliasing ppgtt if required by Thomas Daniel · 10 years ago
  10. d84a0f3 drm/i915: honour forced connector modes by Chris Wilson · 10 years ago
  11. e80f14b drm/i915: Don't save/restore RS when not used by Ben Widawsky · 10 years ago
  12. 98a2e5f drm/i915: Bring UP Power Wells before disabling RC6. by Deepak S · 10 years ago
  13. 31e4b89 drm/i915: Print the pipe on which the vblank wait times out by Damien Lespiau · 10 years ago
  14. 055e393 drm/i915: Use dev_priv as first argument of for_each_pipe() by Damien Lespiau · 10 years ago
  15. 6a9e736 drm/i915: don't check for i830 in vlv specific code by Jani Nikula · 10 years ago
  16. 9075e52 drm/i915/bdw: Make sure error capture keeps working with Execlists by Oscar Mateo · 10 years ago
  17. 87a01e8 drm/i915: Suppress a WARN on reading an object back for a GPU hang by Chris Wilson · 10 years ago
  18. 8ae62dc drm/i915: Remove num_pages parameter to i915_error_object_create() by Chris Wilson · 10 years ago
  19. b3c3f5e drm/i915: Do not access stolen memory directly by the CPU, even for error capture by Chris Wilson · 10 years ago
  20. e6755fb drm/i915: switch off backlight for backlight class 0 brightness by Jani Nikula · 10 years ago
  21. 73580fb7 drm/i915/dp: make backlight bl_power control power sequencer backlight by Jani Nikula · 10 years ago
  22. ab656bb drm/i915: add some framework for backlight bl_power support by Jani Nikula · 10 years ago
  23. 1250d10 drm/i915/dp: split up panel power control from backlight pwm control by Jani Nikula · 10 years ago
  24. 9dd3c60 drm/i915: fix i915_frequency_info on BDW by Paulo Zanoni · 10 years ago
  25. 48404c1 drm/i915: Add 180 degree primary plane rotation support by Sonika Jindal · 10 years ago
  26. ce54d85 drm/i915: Updating plane parameters for primary plane in setplane by Sonika Jindal · 10 years ago
  27. 6689c16 drm/i915: Rework GPU reset sequence to match driver load & thaw by McAulay, Alistair · 10 years ago
  28. 47c1296 drm/qxl: enables gem prime helpers for qxl using dummy driver callbacks by Andreas Pokorny · 10 years ago
  29. 058e9f5 drm/qxl: simple crtc page flipping emulated using buffer copy by Andreas Pokorny · 10 years ago
  30. 6ba59f3 Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 10 years ago
  31. a18b29f Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  32. 809e944 drm/nouveau: use shared fences for readable objects by Maarten Lankhorst · 10 years ago
  33. 9242829 drm/nouveau: Keep only a single list for validation. by Maarten Lankhorst · 10 years ago
  34. 472db7a drm/ttm: use rcu in core ttm by Maarten Lankhorst · 10 years ago
  35. 5fbad99 drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab by Maarten Lankhorst · 10 years ago
  36. 39e7f6f drm/radeon: use rcu waits in some ioctls by Maarten Lankhorst · 10 years ago
  37. 59701f9 drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 10 years ago
  38. f2c24b8 drm/ttm: flip the switch, and convert to dma_fence by Maarten Lankhorst · 10 years ago
  39. 2f453ed drm/qxl: rework to new fence interface by Maarten Lankhorst · 10 years ago
  40. 29ba89b drm/nouveau: rework to new fence interface by Maarten Lankhorst · 11 years ago
  41. 2298e80 drm/vmwgfx: rework to new fence interface, v2 by Maarten Lankhorst · 10 years ago
  42. c060a4e drm/vmwgfx: get rid of different types of fence_flags entirely by Maarten Lankhorst · 10 years ago
  43. 954605c drm/radeon: use common fence implementation for fences, v4 by Maarten Lankhorst · 11 years ago
  44. 1f0dc9a drm/ttm: kill off some members to ttm_validate_buffer by Maarten Lankhorst · 11 years ago
  45. 58b4d72 drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers by Maarten Lankhorst · 11 years ago
  46. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 11 years ago
  47. 7040138 drm/ttm: call ttm_bo_wait while inside a reservation by Maarten Lankhorst · 11 years ago
  48. bdaf7dd drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence by Maarten Lankhorst · 11 years ago
  49. d0b3c3b drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 11 years ago
  50. 04cd214 Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  51. feba9b0 drm/radeon: preallocate mem for UVD create/destroy msg by Christian König · 10 years ago
  52. 3852752 drm/radeon: allow UVD to use a second 256MB segment by Christian König · 10 years ago
  53. 6adae10 Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  54. fb1aaca Merge branch 'ttm_pfn' of git://people.freedesktop.org/~deathsimple/linux into drm-next by Dave Airlie · 10 years ago
  55. 3c03638 drm/radeon: drop doing resets in a work item by Christian König · 10 years ago
  56. d6d5c5b drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2 by Christian König · 10 years ago
  57. 9867d00 drm/radeon: add timeout argument to radeon_fence_wait_seq v2 by Maarten Lankhorst · 10 years ago
  58. 0bfa4b4 drm/radeon: handle lockup in delayed work, v5 by Christian König · 10 years ago
  59. 9bb39ff drm/radeon: take exclusive_lock in read mode during ring tests, v5 by Maarten Lankhorst · 10 years ago
  60. eb98c70 drm/radeon: force fence completion only on problematic rings (v2) by Christian König · 10 years ago
  61. f0d970b drm/radeon: wake up all fences on manual reset by Christian König · 10 years ago
  62. 14e935a drm/radeon: add UVD fw names for older asic by Christian König · 11 years ago
  63. 32517d5 drm/radeon: enable RB_ARB before resetting the VCPU by Christian König · 10 years ago
  64. bdc9972 drm/radeon: 760G/780V/880V don't have UVD by Alex Deucher · 10 years ago
  65. 115365e drm/radeon: implement UVD hw workarounds for R6xx v3 by Christian König · 11 years ago
  66. 856754c drm/radeon: add UVD support for older asics v4 by Christian König · 11 years ago
  67. 4a956a7 drm/radeon: add set_uvd_clocks callback for r6xx v4 by Alex Deucher · 12 years ago
  68. a8fba64 drm/radeon: properly init UVD MC bits on R600 by Christian König · 11 years ago
  69. b6a7eee drm/radeon: force UVD buffers into VRAM on RS[78]80 v2 by Christian König · 11 years ago
  70. 13a7d29 drm/radeon: move the IB test after the AGP fallback by Christian König · 10 years ago
  71. f1217ed drm/ttm: move fpfn and lpfn into each placement v2 by Christian König · 10 years ago
  72. 604effb drm/i915: fix suspend/resume for GENs w/o runtime PM support by Imre Deak · 10 years ago
  73. 484048d Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  74. d5a0f2e Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  75. c0ee755 Merge tag 'topic/core-stuff-2014-08-15' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  76. 52addcf Linux 3.17-rc2 by Linus Torvalds · 10 years ago
  77. f01bfc9 Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  78. dd5957b Merge tag 'renesas-sh-drivers-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas by Linus Torvalds · 10 years ago
  79. 497c01d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  80. 01e9982 Merge tag 'trace-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  81. 7be141d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  82. 44744bb Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  83. 959dc25 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  84. fa7f78e Merge tag 'gpio-v3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  85. 5e30ca1 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  86. d856f32 aio: fix reqs_available handling by Benjamin LaHaise · 10 years ago
  87. bf87bb1 bus: arm-ccn: Fix warning message by Pawel Moll · 10 years ago
  88. 12266db ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux by Geert Uytterhoeven · 10 years ago
  89. caa9eac ARM: tegra: apalis/colibri t30: fix on-module 5v0 supplies by Marcel Ziswiler · 10 years ago
  90. 9d0b1f3 Merge tag 'v3.17-rockchip-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes by Olof Johansson · 10 years ago
  91. a284e9d MAINTAINERS: Add entry for Renesas DRM drivers by Laurent Pinchart · 10 years ago
  92. db314f2 Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  93. 00250b5 MAINTAINERS: add new Rockchip SoC list by Heiko Stuebner · 10 years ago
  94. 1302d32 ARM: dts: rockchip: readd missing mmc0 pinctrl settings by Heiko Stuebner · 10 years ago
  95. 2136edf Merge tag 'sunxi-dt-for-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into fixes by Olof Johansson · 10 years ago
  96. 39b5552 ftrace: Use current addr when converting to nop in __ftrace_replace_code() by Steven Rostedt (Red Hat) · 10 years ago
  97. 5f151b2 ftrace: Fix function_profiler and function tracer together by Steven Rostedt (Red Hat) · 10 years ago
  98. 92a5655 nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait by David Jeffery · 10 years ago
  99. 78270e8 nfs: can_coalesce_requests must enforce contiguity by Weston Andros Adamson · 10 years ago
  100. bba5c18 nfs: disallow duplicate pages in pgio page vectors by Weston Andros Adamson · 10 years ago