1. 915b4d1 drm: add driver->set_busid() callback by David Herrmann · 10 years ago
  2. 1e444be drm: drop unused drm_master->unique_size by David Herrmann · 10 years ago
  3. d0a3916 drm: simplify drm_*_set_unique() by David Herrmann · 10 years ago
  4. 69d516c drm: inline "struct drm_sigdata" by David Herrmann · 10 years ago
  5. edf0ac7 drm: drop DRM_DEBUG_CODE by David Herrmann · 10 years ago
  6. d6db656 drm: merge drm_memory.h into drm_memory.c by David Herrmann · 10 years ago
  7. 2791ee8 drm: replace weird conditional includes by David Herrmann · 10 years ago
  8. cc5ea59 drm: move AGP definitions harder by David Herrmann · 10 years ago
  9. 71d3948 drm: move "struct drm_magic_entry" to drm_auth.c by David Herrmann · 10 years ago
  10. 03decbe drm: move "struct drm_vma_entry" to drm_vm.c by David Herrmann · 10 years ago
  11. 9fc5cde drm: mark drm_buf and drm_map as legacy by David Herrmann · 10 years ago
  12. 9f50bd8 drm/radeon: move drm_buffer to drm/radeon/ by David Herrmann · 10 years ago
  13. 58b21c2 drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objects by Maarten Lankhorst · 10 years ago
  14. b75402c drm/qxl: fix gaping memory hole by Maarten Lankhorst · 10 years ago
  15. d7e4d67 drm/qxl: Remove release_lock stupidity by Maarten Lankhorst · 10 years ago
  16. 47c1296 drm/qxl: enables gem prime helpers for qxl using dummy driver callbacks by Andreas Pokorny · 10 years ago
  17. 058e9f5 drm/qxl: simple crtc page flipping emulated using buffer copy by Andreas Pokorny · 10 years ago
  18. 6ba59f3 Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 10 years ago
  19. 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
  20. 809e944 drm/nouveau: use shared fences for readable objects by Maarten Lankhorst · 10 years ago
  21. 9242829 drm/nouveau: Keep only a single list for validation. by Maarten Lankhorst · 10 years ago
  22. 472db7a drm/ttm: use rcu in core ttm by Maarten Lankhorst · 10 years ago
  23. 5fbad99 drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab by Maarten Lankhorst · 10 years ago
  24. 39e7f6f drm/radeon: use rcu waits in some ioctls by Maarten Lankhorst · 10 years ago
  25. 59701f9 drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 10 years ago
  26. f2c24b8 drm/ttm: flip the switch, and convert to dma_fence by Maarten Lankhorst · 10 years ago
  27. 2f453ed drm/qxl: rework to new fence interface by Maarten Lankhorst · 10 years ago
  28. 29ba89b drm/nouveau: rework to new fence interface by Maarten Lankhorst · 11 years ago
  29. 2298e80 drm/vmwgfx: rework to new fence interface, v2 by Maarten Lankhorst · 10 years ago
  30. c060a4e drm/vmwgfx: get rid of different types of fence_flags entirely by Maarten Lankhorst · 10 years ago
  31. 954605c drm/radeon: use common fence implementation for fences, v4 by Maarten Lankhorst · 11 years ago
  32. 1f0dc9a drm/ttm: kill off some members to ttm_validate_buffer by Maarten Lankhorst · 11 years ago
  33. 58b4d72 drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers by Maarten Lankhorst · 11 years ago
  34. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 10 years ago
  35. 7040138 drm/ttm: call ttm_bo_wait while inside a reservation by Maarten Lankhorst · 10 years ago
  36. bdaf7dd drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence by Maarten Lankhorst · 10 years ago
  37. d0b3c3b drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 10 years ago
  38. feba9b0 drm/radeon: preallocate mem for UVD create/destroy msg by Christian König · 10 years ago
  39. 3852752 drm/radeon: allow UVD to use a second 256MB segment by Christian König · 10 years ago
  40. 6adae10 Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/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. 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
  63. 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
  64. 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
  65. 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
  66. 5e30ca1 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  67. bf87bb1 bus: arm-ccn: Fix warning message by Pawel Moll · 10 years ago
  68. 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
  69. 433ab34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  70. c281354 drm/i915: Update DRIVER_DATE to 20140822 by Daniel Vetter · 10 years ago
  71. faaa552 drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndef by Rasmus Villemoes · 10 years ago
  72. 7d149c5 net: ethernet: broadcom: bnx2x: Remove redundant #ifdef by Rasmus Villemoes · 10 years ago
  73. cbd5228 ibmveth: Fix endian issues with rx_no_buffer statistic by Anton Blanchard · 10 years ago
  74. c10e4ca net: xgene: fix possible NULL dereference in xgene_enet_free_desc_rings() by Iyappan Subramanian · 10 years ago
  75. 91c0d98 net: fec: ptp: avoid register access when ipg clock is disabled by Nimrod Andy · 10 years ago
  76. 1ae45cf Merge tag 'iommu-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  77. 6dc14ba drm/radeon: add new KV pci id by Alex Deucher · 10 years ago
  78. aee530c firmware: Do not use WARN_ON(!spin_is_locked()) by Guenter Roeck · 10 years ago
  79. 08f1a1b cxgb4: Free completed tx skbs promptly by Hariprasad Shenai · 10 years ago
  80. 215a004 Merge tag 'linux-can-fixes-for-3.17-20140821' of git://gitorious.org/linux-can/linux-can by David S. Miller · 10 years ago
  81. 29aaee6 cxgb4: Fix race condition in cleanup by Anish Bhatt · 10 years ago
  82. 049d280 sh: intc: Confine SH_INTC to platforms that need it by Geert Uytterhoeven · 10 years ago
  83. 7c3afd8 bnx2x: Revert UNDI flushing mechanism by Yuval Mintz · 10 years ago
  84. 3d8623e qlcnic: Fix endianess issue in firmware load from file operation by Shahed Shaikh · 10 years ago
  85. d874df5 qlcnic: Fix endianess issue in FW dump template header by Rajesh Borundia · 10 years ago
  86. 26acc71 qlcnic: Fix flash access interface to application by Jitendra Kalsaria · 10 years ago
  87. 8a50f11 macvlan: Allow setting multicast filter on all macvlan types by Vlad Yasevich · 10 years ago
  88. 20a984c Merge tag 'drm-intel-fixes-2014-08-21' of git://anongit.freedesktop.org/drm-intel by Dave Airlie · 10 years ago
  89. 5317821 Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  90. cee5aa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  91. 29fdd5b Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  92. 4ab2578 HID: fix a couple of off-by-ones by Jiri Kosina · 10 years ago
  93. ad3e14d HID: logitech: perform bounds checking on device_id early enough by Jiri Kosina · 10 years ago
  94. 51217e6 HID: logitech: fix bounds checking on LED report size by Jiri Kosina · 10 years ago
  95. 8117bd5 gpio-lynxpoint: enable input sensing in resume by Mathias Nyman · 10 years ago
  96. 8ce261d can: flexcan: handle state passive -> warning transition by Sebastian Andrzej Siewior · 10 years ago
  97. bc03a54 can: flexcan: Disable error interrupt when bus error reporting is disabled by Alexander Stein · 10 years ago
  98. 37b75a3 can: c_can: checking IS_ERR() instead of NULL by Dan Carpenter · 10 years ago
  99. 9e37bc6 can: sja1000: Validate initialization state in start method by Mirza Krak · 10 years ago
  100. 3951ad2 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 10 years ago