1. da3ced2 drm/i915: Use for_each_connector_in_state helper macro by Ander Conselvan de Oliveira · 9 years ago
  2. f0c6057 drm/i915: Call drm helpers when duplicating crtc and plane states by Ander Conselvan de Oliveira · 9 years ago
  3. e5d958e drm/i915: Don't check for NULL before freeing state by Ander Conselvan de Oliveira · 9 years ago
  4. ce22dba drm/i915: Move toggling planes out of crtc enable/disable. by Maarten Lankhorst · 9 years ago
  5. 7cac945 drm/i915: Rename intel_crtc_dpms_overlay. by Maarten Lankhorst · 9 years ago
  6. 87d4300 drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, and use it there. by Maarten Lankhorst · 9 years ago
  7. b70709a drm/i915: get rid of primary_enabled and use atomic state by Maarten Lankhorst · 9 years ago
  8. 27321ae drm/i915: Use the disable callback for disabling planes. by Maarten Lankhorst · 9 years ago
  9. a8ad0d8 drm/i915: Add a way to disable planes without updating state by Maarten Lankhorst · 9 years ago
  10. ecce87e drm/i915: Remove implicitly disabling primary plane for now by Maarten Lankhorst · 9 years ago
  11. eb3394fa drm/i915: Add debugfs test control files for Displayport compliance testing by Todd Previte · 9 years ago
  12. 559be30 drm/i915: Implement the intel_dp_autotest_edid function for DP EDID complaince tests by Todd Previte · 9 years ago
  13. 6ba2bd3 drm: Add edid_corrupt flag for Displayport Link CTS 4.2.2.6 by Todd Previte · 9 years ago
  14. 83a2497 drm/i915/bxt: Add WaForceContextSaveRestoreNonCoherent by Nick Hoath · 9 years ago
  15. f1d3d34 drm/i915/skl: Fix WaDisableChickenBitTSGBarrierAckForFFSliceCS by Damien Lespiau · 9 years ago
  16. 22e02c0 drm/i915: Add missing POSTING_READ()s to BXT dbuf enable sequence by Ville Syrjälä · 9 years ago
  17. 813b5e6 drm/i915: s/9/intel_freq_opcode(450)/ by Ville Syrjälä · 9 years ago
  18. 9e45803 drm/i915/skl: Add module parameter to select edp vswing table by Sonika Jindal · 9 years ago
  19. 983b4b9 drm/i915/bxt: Add WaDisableSbeCacheDispatchPortSharing by Nick Hoath · 9 years ago
  20. abab631 drm/i915: Use POSTING_READ() in intel_sdvo_write_sdvox() by Ville Syrjälä · 9 years ago
  21. 0fb890c drm/i915/bxt: BLC implementation by Vandana Kannan · 9 years ago
  22. b3da4a6 drm/i915: Free wa_batchbuffer when freeing error state by Mika Kuoppala · 9 years ago
  23. d3902c3 drm/i915/audio: do not mess with audio registers if port is invalid by Jani Nikula · 9 years ago
  24. 6222709 drm/i915/skl: Make the Misc I/O power well part of the PLLS domain by Damien Lespiau · 9 years ago
  25. 57520bc drm/i915: Merge the GEN9 memory latency PCU opcode with its friends by Damien Lespiau · 9 years ago
  26. 9043ae0 drm/i915: Re-order the PCU opcodes by Damien Lespiau · 9 years ago
  27. 71cd842 drm/i915/skl: Fix the CTRL typo in the DPLL_CRTL1 defines by Damien Lespiau · 9 years ago
  28. aeaa212 drm/i915/skl: Add the INIT power domain to the MISC I/O power well by Damien Lespiau · 9 years ago
  29. 4dd738e drm/i915: Fix 32b overflow check in gen8_ppgtt_alloc_page_directories by Michel Thierry · 9 years ago
  30. 5e562f1 drm/i915: Clear vma->bound on unbinding by Mika Kuoppala · 9 years ago
  31. 65b38e0 drm/i915: make drm_crtc_helper_funcs const data by Jani Nikula · 9 years ago
  32. 5fa836a drm/i915: DP link training optimization by Mika Kahola · 9 years ago
  33. 4e96c97 drm/i915: eDP link training optimization by Mika Kahola · 9 years ago
  34. 3ef6234 drm/i915: Setup static bias for GPU by Deepak S · 9 years ago
  35. 3126a66 drm/i915: checking IS_ERR() instead of NULL by Dan Carpenter · 9 years ago
  36. d4dc5e9 drm/i915: Remove incorrect restriction on 32bit offsets in ppGTT backend by Chris Wilson · 9 years ago
  37. d86ed34 drm/i915: Add RPS thresholds to debugfs/i915_frequency_info by Chris Wilson · 9 years ago
  38. 0b6cc18 drm/i915: use ERR_CAST instead of ERR_PTR/PTR_ERR by Fabian Frederick · 9 years ago
  39. 06615ee drm/i915: Do not clear mappings beyond VMA size by Joonas Lahtinen · 9 years ago
  40. 09b1eb1 drm/i915: Move Displayport test request and sink IRQ logic to intel_dp_detect() by Todd Previte · 9 years ago
  41. 0077651 drm/i915/skl: Enable runtime PM by Suketu Shah · 9 years ago
  42. 93c7cb6 drm/i915/skl: Assert the requirements to enter or exit DC6. by Suketu Shah · 9 years ago
  43. 74b4f37 Implement enable/disable for Display C6 state by A.Sunil Kamath · 9 years ago
  44. f75a198 drm/i915/skl: Add DC6 Trigger sequence. by Suketu Shah · 9 years ago
  45. 5aefb23 drm/i915/skl: Assert the requirements to enter or exit DC5. by Suketu Shah · 9 years ago
  46. 6b457d3 drm/i915/skl: Implement enable/disable for Display C5 state. by A.Sunil Kamath · 9 years ago
  47. dc17430 drm/i915/skl: Add DC5 Trigger Sequence by Suketu Shah · 9 years ago
  48. eb80562 drm/i915/skl: Add support to load SKL CSR firmware. by Daniel Vetter · 9 years ago
  49. c6b8a4b drm/i915: Simplify cmd-parser DISPATCH_SECURE check by Daniel Vetter · 9 years ago
  50. dfb601e drm/i915/bxt: Add WaDisableThreadStallDopClockGating by Nick Hoath · 9 years ago
  51. c331879 drm/i915: skylake sprite plane scaling using shared scalers by Chandra Konduru · 9 years ago
  52. 6156a45 drm/i915: skylake primary plane scaling using shared scalers by Chandra Konduru · 9 years ago
  53. e1dee19 Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  54. c0fe07a drm/qxl: rewrite framebuffer support by Gerd Hoffmann · 9 years ago
  55. 49f8976 Merge tag 'topic/drm-misc-2015-05-06' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  56. 4a324d3 drm: simplify master cleanup by David Herrmann · 9 years ago
  57. 32e7b94 drm: simplify authentication management by David Herrmann · 9 years ago
  58. acab18b drm: drop unused 'magicfree' list by David Herrmann · 9 years ago
  59. ed18170 drm: fix a memleak on mutex failure path by Oleg Drokin · 9 years ago
  60. 3671c58 drm/atomic-helper: Really recover pre-atomic plane/cursor behavior by Daniel Vetter · 9 years ago
  61. 337eb43 drm/qxl: Fix qxl_noop_get_vblank_counter() by Mario Kleiner · 9 years ago
  62. d66a1e3 drm: Zero out invalid vblank timestamp in drm_update_vblank_count. (v2) by Mario Kleiner · 9 years ago
  63. 5a8b21b drm: Prevent invalid use of vblank_disable_immediate. (v2) by Mario Kleiner · 9 years ago
  64. 99264a6 drm/vblank: Fixup and document timestamp update/read barriers by Daniel Vetter · 9 years ago
  65. 101a6fd Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  66. 71aee81 Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  67. df9ebeb Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes by Dave Airlie · 9 years ago
  68. 61f06db Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  69. 3333222 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  70. 6c3c1eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  71. 6fa7272 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  72. 082a75d rbd: end I/O the entire obj_request on error by Ilya Dryomov · 9 years ago
  73. 4a152c3 Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  74. e813bb2 net: fec: Fix RGMII-ID mode by Markus Pargmann · 9 years ago
  75. 07841f9 net/mlx4_en: Schedule napi when RX buffers allocation fails by Ido Shamay · 9 years ago
  76. c232d8a netxen_nic: use spin_[un]lock_bh around tx_clean_lock by Tony Camuso · 9 years ago
  77. 17d5ceb net/mlx4_core: Fix unaligned accesses by David Ahern · 9 years ago
  78. f94813f mlx4_en: Use correct loop cursor in error path. by Benjamin Poirier · 9 years ago
  79. 50904a7 Merge branches 'acpica', 'acpi-battery' and 'pm-cpuidle' by Rafael J. Wysocki · 9 years ago
  80. fb45f49 Merge tag 'dm-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  81. 9263a06 Merge tag 'tty-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  82. dcca8de Merge tag 'usb-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  83. 73be174 Merge tag 'renesas-sh-drivers-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas by Linus Torvalds · 9 years ago
  84. aa6df8d dm: fix free_rq_clone() NULL pointer when requeueing unmapped request by Mike Snitzer · 9 years ago
  85. 3e6180f dm: only initialize the request_queue once by Christoph Hellwig · 9 years ago
  86. 75d04a3 drm/i915/gtt: Allocate va range only if vma is not bound by Mika Kuoppala · 9 years ago
  87. 245054a drm/i915: Enable cmd parser to do secure batch promotion for aliasing ppgtt by Daniel Vetter · 9 years ago
  88. faa0cdb drm/i915: fix intel_prepare_ddi by Imre Deak · 9 years ago
  89. a1e6ad6 drm/i915: factor out ddi_get_encoder_port by Imre Deak · 9 years ago
  90. 052f62f drm/i915/hdmi: check port in ibx_infoframe_enabled by Jani Nikula · 9 years ago
  91. eeea3e6 drm/i915/hdmi: fix vlv infoframe port check by Jani Nikula · 9 years ago
  92. feb589e Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  93. 7f0b8a5 cxgb4: Fix MC1 memory offset calculation by Hariprasad Shenai · 9 years ago
  94. 12a8541 bnx2x: Delay during kdump load by Yuval Mintz · 9 years ago
  95. e913fb2 net: Fix Kernel Panic in bonding driver debugfs file: rlb_hash_table by Pai · 9 years ago
  96. d4c216c net: macb: Fix race condition in driver when Rx frame is dropped by Punnaiah Choudary Kalluri · 9 years ago
  97. b56fc3c hv_netvsc: Fix a bug in netvsc_start_xmit() by KY Srinivasan · 9 years ago
  98. 4873499 altera_tse: Correct rx packet length by Vlastimil Setka · 9 years ago
  99. 42eab00 mlx4: Fix tx ring affinity_mask creation by Benjamin Poirier · 9 years ago
  100. 46c264d bridge/nl: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 9 years ago