summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-08-10rapidio: dereferencing an error pointerDan Carpenter
2016-08-10Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar
2016-08-10cxl: Set psl_fir_cntl to production environment valueFrederic Barrat
2016-08-09Merge tag 'platform-drivers-x86-v4.8-3' of git://git.infradead.org/users/dvha...Linus Torvalds
2016-08-09Merge tag 'drm-fixes-for-4.8-rc2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-08-09ipr: Fix sync scsi scanBrian King
2016-08-09drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" propertyMarc Zyngier
2016-08-09drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlockSudeep Holla
2016-08-09drm/dp_helper: Rate limit timeout errors from drm_dp_i2c_do_msg()Lyude
2016-08-09drm/dp_helper: Print first error received on failure in drm_dp_dpcd_access()Lyude
2016-08-09rbd: nuke the 32-bit pool id checkIlya Dryomov
2016-08-09virtio/s390: deprecate old transportCornelia Huck
2016-08-09virtio/s390: keep early_put_charsChristian Borntraeger
2016-08-09virtio_blk: Fix a slient kernel panicMinfei Huang
2016-08-09vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi
2016-08-09virtio: fix error handling for debug buildsMichael S. Tsirkin
2016-08-09virtio: fix memory leak in virtqueue_add()Wei Yongjun
2016-08-09genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier
2016-08-09cxl: Fix sparse warningsAndrew Donnellan
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan
2016-08-09drm/cirrus: Fix NULL pointer dereference when registering the fbdevBoris Brezillon
2016-08-08drm/edid: Set 8 bpc color depth for displays with "DFP 1.x compliant TMDS".Mario Kleiner
2016-08-08drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability is...Mario Kleiner
2016-08-08drm/edid: Add 6 bpc quirk for display AEO model 0.Mario Kleiner
2016-08-08Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds
2016-08-08vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson
2016-08-08drm/tilcdc: Change tilcdc_crtc_page_flip() to tilcdc_crtc_update_fb()Jyri Sarha
2016-08-08drm/tilcdc: Remove unnecessary pm_runtime_get() and *_put() callsJyri Sarha
2016-08-08drm/tilcdc: Get rid of legacy dpms mechanismJyri Sarha
2016-08-08drm/tilcdc: Use drm_atomic_helper_resume/suspend()Jyri Sarha
2016-08-08drm/tilcdc: Enable and disable interrupts in crtc start() and stop()Jyri Sarha
2016-08-08drm/tilcdc: tfp410: Add atomic modeset helpers to connector funcsJyri Sarha
2016-08-08drm/tilcdc: tfp410: Set crtc panel info at init phaseJyri Sarha
2016-08-08drm/tilcdc: panel: Add atomic modeset helpers to connector funcsJyri Sarha
2016-08-08drm/tilcdc: panel: Set crtc panel info at init phaseJyri Sarha
2016-08-08drm/tilcdc: Remove tilcdc_verify_fb()Jyri Sarha
2016-08-08drm/tilcdc: Remove obsolete crtc helper functionsJyri Sarha
2016-08-08drm/tilcdc: Set DRIVER_ATOMIC and use atomic crtc helpersJyri Sarha
2016-08-08drm/tilcdc: Add drm_mode_config_reset() call to tilcdc_load()Jyri Sarha
2016-08-08drm/tilcdc: Add atomic mode config funcsJyri Sarha
2016-08-08drm/tilcdc: Add tilcdc_crtc_atomic_check()Jyri Sarha
2016-08-08drm/tilcdc: Add tilcdc_crtc_mode_set_nofb()Jyri Sarha
2016-08-08drm/tilcdc: Initialize dummy primary plane from crtc initJyri Sarha
2016-08-08drm/tilcdc: Add dummy primary plane implementationJyri Sarha
2016-08-08drm/tilcdc: Make tilcdc_crtc_page_flip() work if crtc is not yet onJyri Sarha
2016-08-08drm/tilcdc: Make tilcdc_crtc_page_flip() publicJyri Sarha
2016-08-08drm/tilcdc: Fix tilcdc component master unloadingJyri Sarha
2016-08-08drm/tilcdc: Avoid error print by of_graph_get_next_endpoint()Jyri Sarha
2016-08-08drm/tilcdc: Call drm_crtc_vblank_on() and *_off() in start() and stop()Jyri Sarha
2016-08-08drm/tilcdc: Increase time out for waiting frame done interruptJyri Sarha