1. 71930d7 drm: move __OS_HAS_AGP into drm_agpsupport.h by David Herrmann · 10 years ago
  2. d6db656 drm: merge drm_memory.h into drm_memory.c by David Herrmann · 10 years ago
  3. 32abc55 drm: drop __KERNEL__ protection in drmP.h by David Herrmann · 10 years ago
  4. 2791ee8 drm: replace weird conditional includes by David Herrmann · 10 years ago
  5. cc5ea59 drm: move AGP definitions harder by David Herrmann · 10 years ago
  6. cc33db0 drm: drop unused "struct drm_waitlist" by David Herrmann · 10 years ago
  7. 71d3948 drm: move "struct drm_magic_entry" to drm_auth.c by David Herrmann · 10 years ago
  8. 03decbe drm: move "struct drm_vma_entry" to drm_vm.c by David Herrmann · 10 years ago
  9. 9fc5cde drm: mark drm_buf and drm_map as legacy by David Herrmann · 10 years ago
  10. 9f50bd8 drm/radeon: move drm_buffer to drm/radeon/ by David Herrmann · 10 years ago
  11. 58b21c2 drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objects by Maarten Lankhorst · 10 years ago
  12. b75402c drm/qxl: fix gaping memory hole by Maarten Lankhorst · 10 years ago
  13. d7e4d67 drm/qxl: Remove release_lock stupidity by Maarten Lankhorst · 10 years ago
  14. 47c1296 drm/qxl: enables gem prime helpers for qxl using dummy driver callbacks by Andreas Pokorny · 10 years ago
  15. 058e9f5 drm/qxl: simple crtc page flipping emulated using buffer copy by Andreas Pokorny · 10 years ago
  16. 6ba59f3 Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 10 years ago
  17. 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
  18. 809e944 drm/nouveau: use shared fences for readable objects by Maarten Lankhorst · 10 years ago
  19. 9242829 drm/nouveau: Keep only a single list for validation. by Maarten Lankhorst · 10 years ago
  20. 472db7a drm/ttm: use rcu in core ttm by Maarten Lankhorst · 10 years ago
  21. 5fbad99 drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab by Maarten Lankhorst · 10 years ago
  22. 39e7f6f drm/radeon: use rcu waits in some ioctls by Maarten Lankhorst · 10 years ago
  23. 59701f9 drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 10 years ago
  24. f2c24b8 drm/ttm: flip the switch, and convert to dma_fence by Maarten Lankhorst · 10 years ago
  25. 2f453ed drm/qxl: rework to new fence interface by Maarten Lankhorst · 10 years ago
  26. 29ba89b drm/nouveau: rework to new fence interface by Maarten Lankhorst · 10 years ago
  27. 2298e80 drm/vmwgfx: rework to new fence interface, v2 by Maarten Lankhorst · 10 years ago
  28. c060a4e drm/vmwgfx: get rid of different types of fence_flags entirely by Maarten Lankhorst · 10 years ago
  29. 954605c drm/radeon: use common fence implementation for fences, v4 by Maarten Lankhorst · 10 years ago
  30. 1f0dc9a drm/ttm: kill off some members to ttm_validate_buffer by Maarten Lankhorst · 10 years ago
  31. 58b4d72 drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers by Maarten Lankhorst · 10 years ago
  32. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 10 years ago
  33. 7040138 drm/ttm: call ttm_bo_wait while inside a reservation by Maarten Lankhorst · 10 years ago
  34. bdaf7dd drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence by Maarten Lankhorst · 10 years ago
  35. d0b3c3b drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 10 years ago
  36. 04cd214 Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  37. feba9b0 drm/radeon: preallocate mem for UVD create/destroy msg by Christian König · 10 years ago
  38. 3852752 drm/radeon: allow UVD to use a second 256MB segment by Christian König · 10 years ago
  39. 6adae10 Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  40. fb1aaca Merge branch 'ttm_pfn' of git://people.freedesktop.org/~deathsimple/linux into drm-next by Dave Airlie · 10 years ago
  41. 3c03638 drm/radeon: drop doing resets in a work item by Christian König · 10 years ago
  42. d6d5c5b drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2 by Christian König · 10 years ago
  43. 9867d00 drm/radeon: add timeout argument to radeon_fence_wait_seq v2 by Maarten Lankhorst · 10 years ago
  44. 0bfa4b4 drm/radeon: handle lockup in delayed work, v5 by Christian König · 10 years ago
  45. 9bb39ff drm/radeon: take exclusive_lock in read mode during ring tests, v5 by Maarten Lankhorst · 10 years ago
  46. eb98c70 drm/radeon: force fence completion only on problematic rings (v2) by Christian König · 10 years ago
  47. f0d970b drm/radeon: wake up all fences on manual reset by Christian König · 10 years ago
  48. 14e935a drm/radeon: add UVD fw names for older asic by Christian König · 11 years ago
  49. 32517d5 drm/radeon: enable RB_ARB before resetting the VCPU by Christian König · 10 years ago
  50. bdc9972 drm/radeon: 760G/780V/880V don't have UVD by Alex Deucher · 10 years ago
  51. 115365e drm/radeon: implement UVD hw workarounds for R6xx v3 by Christian König · 11 years ago
  52. 856754c drm/radeon: add UVD support for older asics v4 by Christian König · 11 years ago
  53. 4a956a7 drm/radeon: add set_uvd_clocks callback for r6xx v4 by Alex Deucher · 12 years ago
  54. a8fba64 drm/radeon: properly init UVD MC bits on R600 by Christian König · 11 years ago
  55. b6a7eee drm/radeon: force UVD buffers into VRAM on RS[78]80 v2 by Christian König · 11 years ago
  56. 13a7d29 drm/radeon: move the IB test after the AGP fallback by Christian König · 10 years ago
  57. f1217ed drm/ttm: move fpfn and lpfn into each placement v2 by Christian König · 10 years ago
  58. 604effb drm/i915: fix suspend/resume for GENs w/o runtime PM support by Imre Deak · 10 years ago
  59. 484048d Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  60. 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
  61. 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
  62. 52addcf Linux 3.17-rc2 by Linus Torvalds · 10 years ago
  63. f01bfc9 Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  64. 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
  65. 497c01d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  66. 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
  67. 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
  68. 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
  69. 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
  70. 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
  71. 5e30ca1 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  72. d856f32 aio: fix reqs_available handling by Benjamin LaHaise · 10 years ago
  73. bf87bb1 bus: arm-ccn: Fix warning message by Pawel Moll · 10 years ago
  74. 12266db ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux by Geert Uytterhoeven · 10 years ago
  75. caa9eac ARM: tegra: apalis/colibri t30: fix on-module 5v0 supplies by Marcel Ziswiler · 10 years ago
  76. 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
  77. a284e9d MAINTAINERS: Add entry for Renesas DRM drivers by Laurent Pinchart · 10 years ago
  78. db314f2 Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  79. 00250b5 MAINTAINERS: add new Rockchip SoC list by Heiko Stuebner · 10 years ago
  80. 1302d32 ARM: dts: rockchip: readd missing mmc0 pinctrl settings by Heiko Stuebner · 10 years ago
  81. 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
  82. 39b5552 ftrace: Use current addr when converting to nop in __ftrace_replace_code() by Steven Rostedt (Red Hat) · 10 years ago
  83. 5f151b2 ftrace: Fix function_profiler and function tracer together by Steven Rostedt (Red Hat) · 10 years ago
  84. 92a5655 nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait by David Jeffery · 10 years ago
  85. 78270e8 nfs: can_coalesce_requests must enforce contiguity by Weston Andros Adamson · 10 years ago
  86. bba5c18 nfs: disallow duplicate pages in pgio page vectors by Weston Andros Adamson · 10 years ago
  87. 7c3af97 nfs: don't sleep with inode lock in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  88. 9497001 nfs: fix error handling in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  89. bfd484a nfs: use blocking page_group_lock in add_request by Weston Andros Adamson · 10 years ago
  90. bc8a309 nfs: fix nonblocking calls to nfs_page_group_lock by Weston Andros Adamson · 10 years ago
  91. fd2f3a0 nfs: change nfs_page_group_lock argument by Weston Andros Adamson · 10 years ago
  92. 451fd72 Merge tag 'pwm/for-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 10 years ago
  93. 47e4df9 mac80211: fix channel switch for chanctx-based drivers by Michal Kazior · 10 years ago
  94. 433ab34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  95. c281354 drm/i915: Update DRIVER_DATE to 20140822 by Daniel Vetter · 10 years ago
  96. bce0b6c ftrace: Fix up trampoline accounting with looping on hash ops by Steven Rostedt (Red Hat) · 10 years ago
  97. faaa552 drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndef by Rasmus Villemoes · 10 years ago
  98. aa4a83e net: sctp: fix suboptimal edge-case on non-active active/retrans path selection by Daniel Borkmann · 10 years ago
  99. ea4f19c net: sctp: spare unnecessary comparison in sctp_trans_elect_best by Daniel Borkmann · 10 years ago
  100. 7d149c5 net: ethernet: broadcom: bnx2x: Remove redundant #ifdef by Rasmus Villemoes · 10 years ago