summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds36-213/+418
2016-07-30documentation: da9052: Update regulator bindings names to match DA9052/53 DTS...Steve Twiss1-11/+11
2016-07-30Merge tag 'pm-urgent-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1
2016-07-30Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+8
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds75-2013/+1316
2016-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds4-5/+6
2016-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds14-94/+173
2016-07-29Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds4-3/+5
2016-07-29Merge branch 'pm-sleep'Rafael J. Wysocki1-3/+1
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds4-653/+675
2016-07-29Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds25-171/+373
2016-07-29Merge tag 'imx-drm-fixes-2016-07-27' of git://git.pengutronix.de/git/pza/linu...Dave Airlie1-5/+2
2016-07-29Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie63-564/+1176
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds7-41/+44
2016-07-29Merge tag 'topic/drm-misc-2016-07-28' of git://anongit.freedesktop.org/drm-in...Dave Airlie15-86/+66
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds2-30/+5
2016-07-29Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-236/+445
2016-07-29Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfsLinus Torvalds13-584/+661
2016-07-29Merge tag 'configfs-for-4.8' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-3/+3
2016-07-29drm/amd/powerplay: remove enable_clock_power_gatings_tasks from initialize an...Tom St Denis1-2/+0
2016-07-29drm/amd/powerplay: move clockgating to after ungating power in pp for uvd/vceTom St Denis1-7/+7
2016-07-29drm/amdgpu: add query device id and revision id into system info entry at CGSHuang Rui2-1/+9
2016-07-29drm/amdgpu: add new definition in bif headerHuang Rui1-0/+1
2016-07-29drm/amd/powerplay: rename smum header guardsHuang Rui1-2/+2
2016-07-29drm/amdgpu: enable UVD context buffer for older HWChristian König2-2/+27
2016-07-29drm/amdgpu: fix default UVD context sizeChristian König1-1/+1
2016-07-29drm/amdgpu: fix incorrect type of info_idHuang Rui1-5/+5
2016-07-29drm/amdgpu: make amdgpu_cgs_call_acpi_method as staticHuang Rui1-1/+1
2016-07-29drm/amdgpu: comment out unused defaults_staturn_pro static const structure to...Slava Grigorev1-0/+2
2016-07-29drm/amdgpu: enable UVD VM only on polarisChristian König1-1/+1
2016-07-29drm/amdgpu: increase timeout of IB testChunming Zhou1-1/+1
2016-07-29drm/amdgpu: add destroy session when generate VCE destroy msg.Rex Zhu1-7/+8
2016-07-29drm/amd: fix deadlock of job_list_lock V2Chunming Zhou1-3/+6
2016-07-29drm/amd: reset hw count when reset jobChunming Zhou1-0/+3
2016-07-29drm/amdgpu: free handles after fini the contextLeo Liu1-4/+3
2016-07-29drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3Christian König3-7/+22
2016-07-29drm/amdgpu: add a fence timeout for the IB tests v2Christian König11-57/+93
2016-07-29drm/amdgpu: move UVD IB test into common code v2Christian König5-125/+40
2016-07-29drm/amdgpu: use begin/end_use for VCE power/clock gatingChristian König5-13/+31
2016-07-29drm/amdgpu: use begin/end_use for UVD power/clock gatingChristian König5-8/+17
2016-07-29drm/amdgpu: add begin/end_use ring callbacksChristian König2-0/+13
2016-07-29drm/amdgpu: remove fence_lockChristian König2-2/+0
2016-07-29drm/amdgpu: fix indentation in struct amdgpu_ringChristian König1-2/+2
2016-07-29drm/amd/powerplay: fix issue can't enable vce dpm.Rex Zhu3-28/+22
2016-07-29drm/amdgpu: add bypass mode for vce3.0Rex Zhu1-0/+15
2016-07-29Revert "drm/amd/powerplay: workaround issue that when uvd dpm disabled,"Rex Zhu1-4/+0
2016-07-29drm/amd/powerplay: fix typo error when set clock gate state.Rex Zhu2-2/+2
2016-07-29drm/amdgpu: correct coding stylejimqu1-2/+2
2016-07-29drm/amdgpu: increment driver minorChristian König1-1/+2
2016-07-29drm/amdgpu: implement UVD VM mode for Stoney v2Christian König2-2/+82