summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-04hwmon: (dell-smm) Blacklist Dell Studio XPS 8000Thorsten Leemhuis1-0/+11
2016-03-04Thermal: do thermal zone update after a cooling device registeredChen Yu1-1/+13
2016-03-04Thermal: handle thermal zone device properly during system sleepZhang Rui1-0/+42
2016-03-04Thermal: initialize thermal zone device correctlyZhang Rui3-4/+33
2016-03-04IB/mlx5: Expose correct maximum number of CQE capacityLeon Romanovsky1-1/+1
2016-03-04IB/qib: Support creating qps with GFP_NOIO flagVinit Agnihotri1-14/+32
2016-03-04IB/qib: fix mcast detach when qp not attachedMike Marciniszyn1-20/+15
2016-03-04IB/cm: Fix a recently introduced deadlockBart Van Assche1-2/+2
2016-03-04dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko1-5/+10
2016-03-04dmaengine: at_xdmac: fix resume for cyclic transfersSongjun Wu1-0/+3
2016-03-04dmaengine: dw: fix cyclic transfer callbacksMans Rullgard1-6/+15
2016-03-04dmaengine: dw: fix cyclic transfer setupMans Rullgard1-22/+1
2016-03-04nfit: fix multi-interface dimm handling, acpi6.1 compatibilityDan Williams1-36/+35
2016-03-04ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()Insu Yun1-1/+3
2016-03-04ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"Hans de Goede1-8/+0
2016-03-04ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite ...Hans de Goede1-0/+9
2016-03-04ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege R700Hans de Goede1-0/+9
2016-03-04ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi listJosh Boyer1-0/+7
2016-03-04ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi listJosh Boyer1-0/+7
2016-03-04toshiba_acpi: Fix blank screen at boot if transflective backlight is supportedAzael Avalos1-0/+8
2016-03-04drm/radeon/pm: adjust display configuration after powerstateAlex Deucher1-2/+3
2016-03-04drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)Mario Kleiner1-2/+15
2016-03-04drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)Mario Kleiner1-2/+1
2016-03-04drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4Mario Kleiner1-0/+16
2016-03-04drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)Mario Kleiner1-0/+43
2016-03-04drm: No-Op redundant calls to drm_vblank_off() (v2)Mario Kleiner1-1/+10
2016-03-04drm/radeon: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-03-04drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_commandGerd Hoffmann1-1/+2
2016-03-04drm/i915: fix error path in intel_setup_gmbus()Rasmus Villemoes1-1/+1
2016-03-04drm/i915/dsi: don't pass arbitrary data to sidebandJani Nikula1-1/+1
2016-03-04drm/i915/dsi: defend gpio table against out of bounds accessJani Nikula1-0/+6
2016-03-04drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()Lyude1-1/+2
2016-03-04drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+Ville Syrjälä1-5/+6
2016-03-04drm/i915/dp: fall back to 18 bpp when sink capability is unknownJani Nikula1-5/+15
2016-03-04drm/i915: Make sure DC writes are coherent on flush.Francisco Jerez2-0/+3
2016-03-04drm/i915: Init power domains early in driver loadDaniel Vetter2-3/+5
2016-03-04drm/i915: intel_hpd_init(): Fix suspend/resume reprobingLyude1-2/+7
2016-03-04drm/i915: Restore inhibiting the load of the default contextChris Wilson1-1/+5
2016-03-04drm: fix missing reference counting decreaseInsu Yun1-0/+1
2016-03-04drm/radeon: hold reference to fences in radeon_sa_bo_newNicolai Hähnle1-0/+5
2016-03-04drm/radeon: mask out WC from BO on unsupported archesOded Gabbay1-0/+7
2016-03-04drm/radeon: fix DP audio support for APU with DCE4.1 display engineSlava Grigorev3-8/+44
2016-03-04drm/radeon: Add a common function for DFS handlingSlava Grigorev3-10/+15
2016-03-04drm/radeon: cleaned up VCO output settings for DP audioSlava Grigorev4-14/+10
2016-03-04drm/radeon: properly byte swap vce firmware setupAlex Deucher1-6/+6
2016-03-04drm/radeon: clean up fujitsu quirksAlex Deucher1-9/+3
2016-03-04drm/radeon: Fix "slow" audio over DP on DCE8+Slava Grigorev4-0/+29
2016-03-04drm/radeon: call hpd_irq_event on resumeAlex Deucher1-0/+1
2016-03-04drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addrFelix Kuehling1-6/+6
2016-03-04drm/dp/mst: deallocate payload on port destructionMykola Lysenko1-8/+83