1. 1c7c430 drm/i915: Mark the overlay active only if we got ring space by Ville Syrjälä · 10 years ago
  2. 209c2a5 drm/i915: Convert overlay->{active, pfit_active} to bools by Ville Syrjälä · 10 years ago
  3. 77589f5 drm/i915: Convert BUGs to WARNs in the video overlay code by Ville Syrjälä · 10 years ago
  4. 85250dd drm/i915/chv: Remove Wait for a previous gfx force-off by Deepak S · 10 years ago
  5. 670b90d drm/i915: PSR: Keep sink state consistent with source by Durgadoss R · 10 years ago
  6. b728d72 Enabled dithering in the intel VCH DVO for 18bpp pipelines. by Thomas Richter · 10 years ago
  7. 41037f9 drm/i915: Add i915_gem_request_unreference__unlocked by Chris Wilson · 10 years ago
  8. 6d29398 drm/i915: Check lane sharing between pipes B & C using atomic state by Ander Conselvan de Oliveira · 10 years ago
  9. 6e0aa80 Merge tag 'v4.0-rc6' into drm-intel-next by Daniel Vetter · 10 years ago
  10. 4a89452 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  11. 1ff27a3 drm/i915: Update DRIVER_DATE to 20150327 by Daniel Vetter · 10 years ago
  12. 743e78c drm/i915: Skip allocating shadow batch for 0-length batches by Chris Wilson · 10 years ago
  13. 9d918c1 drm/i915: Handle error to get connector state when staging config by Ander Conselvan de Oliveira · 10 years ago
  14. 9abc464 drm/i915: Compare GGTT view structs instead of types by Joonas Lahtinen · 10 years ago
  15. 2f2cf68 drm/i915: fix simple_return.cocci warnings by kbuild test robot · 10 years ago
  16. 5bedeb2 drm/i915: Add module param to test the load detect code by Daniel Vetter · 10 years ago
  17. 55bb999 drm/i915: Remove usage of encoder->new_crtc from clock computations by Ander Conselvan de Oliveira · 10 years ago
  18. 723f9aa drm/i915: Don't look at staged config crtc when changing DRRS state by Ander Conselvan de Oliveira · 10 years ago
  19. a93e255 drm/i915: Convert intel_pipe_will_have_type() to using atomic state by Ander Conselvan de Oliveira · 10 years ago
  20. 679dacd drm/i915: Pass an atomic state to modeset_global_resources() functions by Ander Conselvan de Oliveira · 10 years ago
  21. 72744cb drm/i915: Add dynamic page trace events by Michel Thierry · 10 years ago
  22. 4933d51 drm/i915: Finish gen6/7 dynamic page table allocation by Michel Thierry · 10 years ago
  23. 59568eb drm/i915: Remove unnecessary gen6_ppgtt_unmap_pages by Michel Thierry · 10 years ago
  24. 1266cdb drm/i915: Fix i915_dma_map_single positive error code by Michel Thierry · 10 years ago
  25. fdc454c drm/i915: Prevent out of range pt in gen6_for_each_pde by Michel Thierry · 10 years ago
  26. a8265c5 drm/i915: Rip out GET_SPRITE_COLORKEY ioctl by Daniel Vetter · 10 years ago
  27. ae6ee2f watchdog: imgpdc: Fix default heartbeat by James Hogan · 10 years ago
  28. a629c08 watchdog: imgpdc: Fix probe NULL pointer dereference by James Hogan · 10 years ago
  29. 9ffd906 watchdog: mtk_wdt: signedness bug in mtk_wdt_start() by Dan Carpenter · 10 years ago
  30. 3c435c1 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  31. be8a9bc Merge tag 'dm-4.0-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  32. d21bd67 drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config() by Ander Conselvan de Oliveira · 10 years ago
  33. e75f477 drm/i915: Don't use staged config in intel_dp_mst_compute_config() by Ander Conselvan de Oliveira · 10 years ago
  34. 3165c07 drm/i915: Use atomic state in intel_ddi_crtc_get_new_encoder() by Ander Conselvan de Oliveira · 10 years ago
  35. 77f06c8 drm/i915: Don't depend on encoder->new_crtc in intel_hdmi_compute_config by Ander Conselvan de Oliveira · 10 years ago
  36. 84556d5 drm/i915: Don't depend on encoder->new_crtc in intel_dp_compute_config() by Ander Conselvan de Oliveira · 10 years ago
  37. 1486017 drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp() by Ander Conselvan de Oliveira · 10 years ago
  38. 0b90187 drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config() by Ander Conselvan de Oliveira · 10 years ago
  39. 944b0c7 drm/i915: Copy the staged connector config to the legacy atomic state by Ander Conselvan de Oliveira · 10 years ago
  40. d29b2f9 drm/i915: Update dummy connector atomic state with current config by Ander Conselvan de Oliveira · 10 years ago
  41. 9896972 drm/i915: Implement connector state duplication by Ander Conselvan de Oliveira · 10 years ago
  42. 2f0b579 drm/i915/skl: fix semicolon.cocci warnings by kbuild test robot · 10 years ago
  43. db7542d drm/i915: Allocate a crtc_state also when the crtc is being disabled by Ander Conselvan de Oliveira · 10 years ago
  44. 83a5715 drm/i915: Allocate a drm_atomic_state for the legacy modeset code by Ander Conselvan de Oliveira · 10 years ago
  45. 49172fe drm/i915: Pass acquire ctx also to intel_release_load_detect_pipe() by Ander Conselvan de Oliveira · 10 years ago
  46. 10f81c1 drm/i915: Add intel_atomic_get_crtc_state() helper function by Ander Conselvan de Oliveira · 10 years ago
  47. 88595ac drm/i915: always preserve bios swizzling by Daniel Vetter · 10 years ago
  48. f6936e2 drm/i915: Add initial_ prefix to bios fb takeover code by Daniel Vetter · 10 years ago
  49. 3cd919f drm/i915: Remove duplicated psr.active unset by Rodrigo Vivi · 10 years ago
  50. 5097f8c drm/i915: Fixup legacy plane->crtc link for initial fb config by Daniel Vetter · 10 years ago
  51. ab585de drm/i915: kill i915.powersave by Rodrigo Vivi · 10 years ago
  52. 5f40775 drm/i915: Fixup legacy plane->crtc link for initial fb config by Daniel Vetter · 10 years ago
  53. 3164a80 drm/i915: Fix atomic state when reusing the firmware fb by Damien Lespiau · 10 years ago
  54. 6e20602 clocksource/drivers/sun5i: Fix cpufreq interaction with sched_clock() by Maxime Ripard · 10 years ago
  55. 11bc26f clocksource/drivers: Fix various !CONFIG_HAS_IOMEM build errors by Richard Weinberger · 10 years ago
  56. 832a3aa drm/i915: Keep ring->active_list and ring->requests_list consistent by Chris Wilson · 10 years ago
  57. 9c8e30d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  58. ddd2a30 drivers/rtc/rtc-mrst: fix suspend/resume by Lars-Peter Clausen · 10 years ago
  59. b8517e9 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  60. 6c826f3 drm/i915: Add fault address to error state for gen8 and gen9 by Mika Kuoppala · 10 years ago
  61. 1d00dad drm/i915/skl: Fix up positive error code by Tvrtko Ursulin · 10 years ago
  62. c0f4042 drm/i915: make unsupported fb modifier message DRM_DEBUG by Jesse Barnes · 10 years ago
  63. 1401b7c Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  64. 5cf955e Merge tag 'mfd-fixes-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  65. 59a58cb drm/i915: Don't try to reference the fb in get_initial_plane_config() by Damien Lespiau · 10 years ago
  66. 8696938 Merge tag 'spi-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  67. 7c9049d Merge tag 'regulator-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 10 years ago
  68. 7c90de3 Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 10 years ago
  69. 072ac04 Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/queue' and 'spi/fix/qup' into spi-linus by Mark Brown · 10 years ago
  70. c2d885c drm/i915: Removing the drrs capability enum initialization by Ramalingam C · 10 years ago
  71. 096fad9 drm/i915: move clearing of RPS interrupt bits from disable to reset time by Imre Deak · 10 years ago
  72. 58072cc drm/i915: fix race when clearing RPS IIR bits by Imre Deak · 10 years ago
  73. 8218c3f drm: Fixup racy refcounting in plane_force_disable by Daniel Vetter · 10 years ago
  74. 63a4f06 dm: fix add_disk() NULL pointer due to race with free_dev() by Mike Snitzer · 10 years ago
  75. 1401990 Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/palmas' into regulator-linus by Mark Brown · 10 years ago
  76. 90a5a89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  77. e6e96d7 NVMe: Initialize device list head before starting by Keith Busch · 10 years ago
  78. 1fc0a8f drm/i915/skl: Take 90/270 rotation into account in watermark calculations by Tvrtko Ursulin · 10 years ago
  79. 121920f drm/i915/skl: Query display address through a wrapper by Tvrtko Ursulin · 10 years ago
  80. 50470bb drm/i915/skl: Support secondary (rotated) frame buffer mapping by Tvrtko Ursulin · 10 years ago
  81. f64b98c drm/i915: Helper function to determine GGTT view from plane state by Tvrtko Ursulin · 10 years ago
  82. 82bc3b2 drm/i915: Pass in plane state when (un)pinning frame buffers by Tvrtko Ursulin · 10 years ago
  83. e661733 drm/i915: Use GGTT view when (un)pinning objects to planes by Tvrtko Ursulin · 10 years ago
  84. 6761dd3 drm/i915/skl: Extract tile height code into a helper function by Tvrtko Ursulin · 10 years ago
  85. 9848de0 drm/i915: Use usleep_range() in wait_for() by Ville Syrjälä · 10 years ago
  86. 1b717b1 Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  87. b93dbee Merge tag 'char-misc-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  88. 704fa7f Merge tag 'staging-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  89. b2f45ee Merge tag 'tty-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  90. cedd5f6 Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  91. f40bff4 cx82310_eth: wait for firmware to become ready by Ondrej Zary · 10 years ago
  92. f897522 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  93. 3d7a6db Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  94. 97448d5 Merge git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  95. bb8ef2f Merge tag 'devicetree-fixes-for-4.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 10 years ago
  96. e477f3e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  97. da6b9a2 Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  98. c6ef814 Merge tag 'upstream-4.0-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  99. 9c86286 Merge branches 'pm-cpuidle', 'powercap', 'irq-pm' and 'acpi-resources' by Rafael J. Wysocki · 10 years ago
  100. 0c35bd4 md: fix problems with freeing private data after ->run failure. by NeilBrown · 10 years ago