summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: gsc: fix wrong bitwise operation for swap detectionHyungwon Hwang2015-08-111-4/+2
* Merge branch 'msm-fixes-4.2' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie2015-07-3011-48/+127
|\
| * drm/msm/mdp5: release SMB (shared memory blocks) in various casesWentao Xu2015-07-295-32/+104
| * drm/msm: change to uninterruptible wait in atomic commitWentao Xu2015-07-294-13/+14
| * drm/msm: mdp4: Fix drm_framebuffer dereference crashArchit Taneja2015-07-291-1/+3
| * drm/msm: fix msm_gem_prime_get_sg_table()Rob Clark2015-07-291-2/+6
* | drm/amdgpu: add new parameter to seperate map and unmapmonk.liu2015-07-291-3/+5
* | drm/amdgpu: hdp_flush is not needed for inside IBmonk.liu2015-07-291-8/+8
* | drm/amdgpu: different emit_ib for gfx and computemonk.liu2015-07-292-22/+71
* | drm/amdgpu: information leak in amdgpu_info_ioctl()Dan Carpenter2015-07-291-1/+1
* | drm/amdgpu: clean up init sequence for failuresAlex Deucher2015-07-293-19/+31
* | drm/radeon/combios: add some validation of lvds valuesAlex Deucher2015-07-291-1/+6
* | drm/radeon: rework audio modeset to handle non-audio hdmi featuresAlex Deucher2015-07-292-28/+40
* | drm/radeon: rework audio detect (v4)Alex Deucher2015-07-295-123/+105
|/
* drm/nouveau/nouveau/ttm: fix tiled system memory with MaxwellAlexandre Courbot2015-07-281-0/+9
* drm/nouveau/kms/nv50-: guard against enabling cursor on disabled headsBen Skeggs2015-07-281-1/+1
* drm/nouveau/fbcon/g80: reduce PUSH_SPACE alloc, fire ring on accel initIlia Mirkin2015-07-271-1/+2
* drm/nouveau/fbcon/gf100-: reduce RING_SPACE allocationIlia Mirkin2015-07-271-1/+1
* drm/nouveau/fbcon/nv11-: correctly account for ring space usageIlia Mirkin2015-07-271-1/+1
* drm/nouveau/bios: add proper support for opcode 0x59Ilia Mirkin2015-07-271-4/+20
* drm/nouveau/bios: add 0x59 and 0x5a opcodesIlia Mirkin2015-07-271-0/+24
* drm/nouveau/disp: Use NULL for pointersThierry Reding2015-07-271-1/+1
* drm/nouveau/pm: fix a potential race condition when creating an engine contextSamuel Pitoiset2015-07-271-4/+3
* drm/nouveau/pm: prevent freeing the wrong engine contextSamuel Pitoiset2015-07-271-2/+5
* drm/nouveau/gr/gf100: wait for GR idle after GO_IDLE bundleAlexandre Courbot2015-07-272-0/+38
* drm/nouveau/gr/gf100: wait on bottom half of FE's pipelineAlexandre Courbot2015-07-271-1/+1
* drm/nouveau/fifo/gk104: kick channels when deactivating themAlexandre Courbot2015-07-271-8/+21
* drm/nouveau/ibus/gk20a: increase SM wait timeoutAlexandre Courbot2015-07-271-0/+8
* drm/nouveau/platform: fix compile error if !CONFIG_IOMMUAlexandre Courbot2015-07-271-0/+16
* drm/nouveau: Do not leak client objectsThierry Reding2015-07-271-0/+1
* drm/nouveau/clk/gt215: u32->s32 for difference in req. and set clockRoy Spliet2015-07-271-1/+2
* drm/nouveau/drm/nv04-nv40/instmem: protect access to priv->heap by mutexKamil Dudka2015-07-271-0/+8
* drm/nouveau: hold mutex when calling nouveau_abi16_fini()Kamil Dudka2015-07-271-0/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-263-11/+25
|\
| * Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-07-211-3/+12
| |\
| | * efi: Handle memory error structures produced based on old versions of standardLuck, Tony2015-07-151-3/+12
| * | x86/mm/pat, drivers/media/ivtv: Move the PAT warning and replace WARN() with ...Luis R. Rodriguez2015-07-211-6/+9
| * | x86/mm/pat, drivers/infiniband/ipath: Replace WARN() with pr_warn()Luis R. Rodriguez2015-07-211-2/+4
* | | Merge tag 'usb-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-07-2520-161/+170
|\ \ \
| * | | USB: OHCI: fix bad #define in ohci-tmio.cAlan Stern2015-07-221-1/+1
| * | | cdc-acm: Destroy acm_minors IDR on module exitJohannes Thumshirn2015-07-221-0/+1
| * | | usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectorsHans de Goede2015-07-221-0/+11
| * | | usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum2015-07-221-0/+12
| * | | USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern2015-07-221-6/+1
| * | | usb: core: lpm: set lpm_capable for root hub deviceLu Baolu2015-07-223-3/+7
| * | | Merge tag 'phy-for-4.2-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman2015-07-223-133/+45
| |\ \ \
| | * | | phy: berlin-usb: fix divider for BG2Thomas Hebb2015-07-151-1/+1
| | * | | phy: berlin-usb: fix divider for BG2CDThomas Hebb2015-07-151-2/+2
| | * | | phy/pxa: add HAS_IOMEM dependencySebastian Ott2015-07-151-0/+2
| | * | | phy: ti-pipe3: fix suspendRoger Quadros2015-07-151-131/+41