1. 03decbe drm: move "struct drm_vma_entry" to drm_vm.c by David Herrmann · 10 years ago
  2. 9fc5cde drm: mark drm_buf and drm_map as legacy by David Herrmann · 10 years ago
  3. 9f50bd8 drm/radeon: move drm_buffer to drm/radeon/ by David Herrmann · 10 years ago
  4. 58b21c2 drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objects by Maarten Lankhorst · 10 years ago
  5. b75402c drm/qxl: fix gaping memory hole by Maarten Lankhorst · 10 years ago
  6. d7e4d67 drm/qxl: Remove release_lock stupidity by Maarten Lankhorst · 10 years ago
  7. 47c1296 drm/qxl: enables gem prime helpers for qxl using dummy driver callbacks by Andreas Pokorny · 10 years ago
  8. 058e9f5 drm/qxl: simple crtc page flipping emulated using buffer copy by Andreas Pokorny · 10 years ago
  9. 6ba59f3 Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 10 years ago
  10. 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
  11. 809e944 drm/nouveau: use shared fences for readable objects by Maarten Lankhorst · 11 years ago
  12. 9242829 drm/nouveau: Keep only a single list for validation. by Maarten Lankhorst · 11 years ago
  13. 472db7a drm/ttm: use rcu in core ttm by Maarten Lankhorst · 11 years ago
  14. 5fbad99 drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grab by Maarten Lankhorst · 11 years ago
  15. 39e7f6f drm/radeon: use rcu waits in some ioctls by Maarten Lankhorst · 11 years ago
  16. 59701f9 drm/nouveau: use rcu in nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 11 years ago
  17. f2c24b8 drm/ttm: flip the switch, and convert to dma_fence by Maarten Lankhorst · 11 years ago
  18. 2f453ed drm/qxl: rework to new fence interface by Maarten Lankhorst · 11 years ago
  19. 29ba89b drm/nouveau: rework to new fence interface by Maarten Lankhorst · 11 years ago
  20. 2298e80 drm/vmwgfx: rework to new fence interface, v2 by Maarten Lankhorst · 11 years ago
  21. c060a4e drm/vmwgfx: get rid of different types of fence_flags entirely by Maarten Lankhorst · 11 years ago
  22. 954605c drm/radeon: use common fence implementation for fences, v4 by Maarten Lankhorst · 11 years ago
  23. 1f0dc9a drm/ttm: kill off some members to ttm_validate_buffer by Maarten Lankhorst · 11 years ago
  24. 58b4d72 drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers by Maarten Lankhorst · 11 years ago
  25. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 11 years ago
  26. 7040138 drm/ttm: call ttm_bo_wait while inside a reservation by Maarten Lankhorst · 11 years ago
  27. bdaf7dd drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence by Maarten Lankhorst · 11 years ago
  28. d0b3c3b drm/nouveau: add reservation to nouveau_gem_ioctl_cpu_prep by Maarten Lankhorst · 11 years ago
  29. feba9b0 drm/radeon: preallocate mem for UVD create/destroy msg by Christian König · 10 years ago
  30. 3852752 drm/radeon: allow UVD to use a second 256MB segment by Christian König · 10 years ago
  31. 6adae10 Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  32. 3c03638 drm/radeon: drop doing resets in a work item by Christian König · 10 years ago
  33. d6d5c5b drm/radeon: drop RADEON_FENCE_SIGNALED_SEQ v2 by Christian König · 10 years ago
  34. 9867d00 drm/radeon: add timeout argument to radeon_fence_wait_seq v2 by Maarten Lankhorst · 10 years ago
  35. 0bfa4b4 drm/radeon: handle lockup in delayed work, v5 by Christian König · 10 years ago
  36. 9bb39ff drm/radeon: take exclusive_lock in read mode during ring tests, v5 by Maarten Lankhorst · 10 years ago
  37. eb98c70 drm/radeon: force fence completion only on problematic rings (v2) by Christian König · 10 years ago
  38. f0d970b drm/radeon: wake up all fences on manual reset by Christian König · 10 years ago
  39. 14e935a drm/radeon: add UVD fw names for older asic by Christian König · 12 years ago
  40. 32517d5 drm/radeon: enable RB_ARB before resetting the VCPU by Christian König · 10 years ago
  41. bdc9972 drm/radeon: 760G/780V/880V don't have UVD by Alex Deucher · 10 years ago
  42. 115365e drm/radeon: implement UVD hw workarounds for R6xx v3 by Christian König · 12 years ago
  43. 856754c drm/radeon: add UVD support for older asics v4 by Christian König · 12 years ago
  44. 4a956a7 drm/radeon: add set_uvd_clocks callback for r6xx v4 by Alex Deucher · 12 years ago
  45. a8fba64 drm/radeon: properly init UVD MC bits on R600 by Christian König · 12 years ago
  46. b6a7eee drm/radeon: force UVD buffers into VRAM on RS[78]80 v2 by Christian König · 12 years ago
  47. 13a7d29 drm/radeon: move the IB test after the AGP fallback by Christian König · 10 years ago
  48. f1217ed drm/ttm: move fpfn and lpfn into each placement v2 by Christian König · 10 years ago
  49. 604effb drm/i915: fix suspend/resume for GENs w/o runtime PM support by Imre Deak · 10 years ago
  50. 484048d Merge branch 'drm-next-3.18' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  56. 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
  57. 5e30ca1 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  58. bf87bb1 bus: arm-ccn: Fix warning message by Pawel Moll · 10 years ago
  59. 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
  60. 433ab34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  61. c281354 drm/i915: Update DRIVER_DATE to 20140822 by Daniel Vetter · 10 years ago
  62. faaa552 drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndef by Rasmus Villemoes · 10 years ago
  63. 7d149c5 net: ethernet: broadcom: bnx2x: Remove redundant #ifdef by Rasmus Villemoes · 10 years ago
  64. cbd5228 ibmveth: Fix endian issues with rx_no_buffer statistic by Anton Blanchard · 10 years ago
  65. c10e4ca net: xgene: fix possible NULL dereference in xgene_enet_free_desc_rings() by Iyappan Subramanian · 10 years ago
  66. 91c0d98 net: fec: ptp: avoid register access when ipg clock is disabled by Nimrod Andy · 10 years ago
  67. 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
  68. 6dc14ba drm/radeon: add new KV pci id by Alex Deucher · 10 years ago
  69. aee530c firmware: Do not use WARN_ON(!spin_is_locked()) by Guenter Roeck · 10 years ago
  70. 08f1a1b cxgb4: Free completed tx skbs promptly by Hariprasad Shenai · 10 years ago
  71. 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
  72. 29aaee6 cxgb4: Fix race condition in cleanup by Anish Bhatt · 10 years ago
  73. 049d280 sh: intc: Confine SH_INTC to platforms that need it by Geert Uytterhoeven · 10 years ago
  74. 7c3afd8 bnx2x: Revert UNDI flushing mechanism by Yuval Mintz · 10 years ago
  75. 3d8623e qlcnic: Fix endianess issue in firmware load from file operation by Shahed Shaikh · 10 years ago
  76. d874df5 qlcnic: Fix endianess issue in FW dump template header by Rajesh Borundia · 10 years ago
  77. 26acc71 qlcnic: Fix flash access interface to application by Jitendra Kalsaria · 10 years ago
  78. 8a50f11 macvlan: Allow setting multicast filter on all macvlan types by Vlad Yasevich · 10 years ago
  79. 20a984c Merge tag 'drm-intel-fixes-2014-08-21' of git://anongit.freedesktop.org/drm-intel by Dave Airlie · 10 years ago
  80. 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
  81. cee5aa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  82. 29fdd5b Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  83. 4ab2578 HID: fix a couple of off-by-ones by Jiri Kosina · 10 years ago
  84. ad3e14d HID: logitech: perform bounds checking on device_id early enough by Jiri Kosina · 10 years ago
  85. 51217e6 HID: logitech: fix bounds checking on LED report size by Jiri Kosina · 10 years ago
  86. 8117bd5 gpio-lynxpoint: enable input sensing in resume by Mathias Nyman · 10 years ago
  87. 8ce261d can: flexcan: handle state passive -> warning transition by Sebastian Andrzej Siewior · 10 years ago
  88. bc03a54 can: flexcan: Disable error interrupt when bus error reporting is disabled by Alexander Stein · 10 years ago
  89. 37b75a3 can: c_can: checking IS_ERR() instead of NULL by Dan Carpenter · 10 years ago
  90. 9e37bc6 can: sja1000: Validate initialization state in start method by Mirza Krak · 10 years ago
  91. 3951ad2 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 10 years ago
  92. be816bc Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  93. 3a5f87c drm: fix plane rotation when restoring fbdev configuration by Thomas Wood · 10 years ago
  94. 8039aab Revert "platform/x86/toshiba-apci.c possible bad if test?" by Matthew Garrett · 10 years ago
  95. fd639ac drm/i915/bdw: Disable execlists by default by Damien Lespiau · 10 years ago
  96. d7f621e drm/i915/bdw: Enable Logical Ring Contexts (hence, Execlists) by Oscar Mateo · 10 years ago
  97. 73e4d07 drm/i915/bdw: Document Logical Rings, LR contexts and Execlists by Oscar Mateo · 10 years ago
  98. c0ab1ae drm/i915/bdw: Print context state in debugfs by Ben Widawsky · 10 years ago
  99. c9fe99b drm/i915/bdw: Display context backing obj & ringbuffer info in debugfs by Oscar Mateo · 10 years ago
  100. 4ba70e4 drm/i915/bdw: Display execlists info in debugfs by Oscar Mateo · 10 years ago