summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Merge tag 'mmc-v4.8-rc7' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2-5/+12
2016-09-23Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-0/+1
2016-09-23blk-mq: skip unmapped queues in blk_mq_alloc_request_hctxChristoph Hellwig1-2/+14
2016-09-23MIPS: Fix pre-r6 emulation FPU initialisationPaul Burton1-0/+2
2016-09-23drm/amdgpu: fix amdgpu_vm_bo_update param errorFlora Cui1-1/+1
2016-09-23drm/amdgpu: Constify tablesNils Wallménius6-21/+20
2016-09-23drm/tilcdc: fix wrong error handlingDaniel Schultz1-3/+3
2016-09-23drm/tilcdc: Return directly after a failed kfree_table_init() in tilcdc_conve...Markus Elfring1-1/+1
2016-09-23Revert "drm/i2c: tda998x: don't register the connector"Sean Paul1-0/+8
2016-09-23arm64: kgdb: handle read-only text / modulesAKASHI Takahiro2-14/+24
2016-09-23arm64: Call numa_store_cpu_info() earlier.David Daney1-8/+6
2016-09-23drm: Fix plane type uabi breakageDaniel Vetter2-8/+14
2016-09-23locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help textVivien Didelot1-1/+1
2016-09-23nvme-rdma: only clear queue flags after successful connectSagi Grimberg1-1/+1
2016-09-22drm/tilcdc: Remove "default" from blue-and-red-wiring property bindingJyri Sarha1-3/+3
2016-09-22drm/tilcdc: Fix non static symbol warningWei Yongjun1-2/+2
2016-09-22drm/tilcdc: mark symbols static where possibleBaoyou Xie1-3/+3
2016-09-22drm/tilcdc: add missing header dependenciesBaoyou Xie2-0/+2
2016-09-22drm/amd/amdgpu: Clean up afmt allocation in DCEv6. (v2)Tom St Denis1-4/+14
2016-09-22i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla1-1/+2
2016-09-22drm/amd/amdgpu: Remove division from vblank_waitTom St Denis3-9/+15
2016-09-22Merge tag 'media/v4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds22-78/+212
2016-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds65-343/+658
2016-09-22drm/radeon/atif: Send a hotplug event when we get dgpu display requestAlex Deucher1-0/+17
2016-09-22drm/radeon/atpx: check for ATIF dGPU wake for display events supportAlex Deucher1-0/+5
2016-09-22drm/amdgpu/atif: Send a hotplug event when we get dgpu display requestAlex Deucher1-0/+11
2016-09-22drm/amdgpu/atpx: check for ATIF dGPU wake for display events supportAlex Deucher2-0/+11
2016-09-22drm/amdgpu: bump version for new vce packet supportAlex Deucher1-1/+2
2016-09-22drm/amdgpu/vce: allow the clock table packetAlex Deucher1-0/+1
2016-09-22drm/amdgpu:cleanup virt related defineMonk Liu2-31/+58
2016-09-22drm/amdgpu: use powerplay module for dgpu in Vi.Rex Zhu12-3114/+6
2016-09-22drm/amdgpu: set gfx clock gating for tonga/polaris.Rex Zhu1-0/+77
2016-09-22drm/amdgpu: set system clock gating for tonga/polaris.Rex Zhu1-0/+61
2016-09-22drm/amd/powerplay: export function to help to set cg by smu.Rex Zhu2-74/+5
2016-09-22drm/amdgpu: avoid out of bounds access on array interrupt_status_offsetsColin Ian King1-1/+1
2016-09-22drm/amdgpu: mark symbols static where possibleBaoyou Xie3-6/+8
2016-09-22drm/amdgpu: remove unused functionsBaoyou Xie2-15/+0
2016-09-22drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis7-140/+79
2016-09-22drm/radeon: narrow asic_init for virtualizationAlex Deucher1-2/+3
2016-09-22drm/amdgpu:add fw version entry to infoFrank Min3-0/+43
2016-09-22drm/amdgpu:determine if vPost is needed indeedMonk Liu1-4/+44
2016-09-22perf/core: Limit matching exclusive events to one PMUAlexander Shishkin1-1/+1
2016-09-22perf/x86/intel/bts: Make it an exclusive PMUAlexander Shishkin1-1/+2
2016-09-22locking/atomic, arch/sh: Fix ATOMIC_FETCH_OP()Peter Zijlstra1-1/+1
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan1-0/+1
2016-09-22drm/i2c: tda998x: don't register the connectorBrian Starkey1-8/+0
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen22-45/+45
2016-09-22drm: Distinguish no name from ENOMEM in set_unique()Tom Gundersen1-0/+3
2016-09-22regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko1-1/+5
2016-09-22crypto: rsa-pkcs1pad - Handle leading zero for decryptionHerbert Xu1-17/+24