summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-14drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobsChunming Zhou2-10/+20
2015-12-14drm/amdgpu: handle error case for ctxChunming Zhou1-2/+5
2015-12-14drm/amdgpu: add entity only when first job comeChunming Zhou1-5/+8
2015-12-11drm/amdgpu: add more debugging output for driver failuresAlex Deucher1-16/+57
2015-12-11drm/amdgpu: update rev id register for VIFlora Cui1-6/+3
2015-12-11drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP onlyFlora Cui1-1/+1
2015-12-11drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3Flora Cui1-0/+5
2015-12-04drm/amdgpu: add spin lock to protect freed list in vm (v2)jimqu2-3/+15
2015-12-04amdgpu/gfxv8: Remove magic numbers from function gfx_v8_0_tiling_mode_table_i...Tom St Denis1-2/+2
2015-12-04drm/amdgpu: fix race condition in amd_sched_entity_push_jobNicolai Hähnle1-2/+3
2015-12-04drm/amdgpu: add err check for pin userptrChunming Zhou1-3/+7
2015-12-04amdgpu/gfxv8: Simplification in gfx_v8_0_enable_gui_idle_interrupt()Tom St Denis1-11/+5
2015-12-04amdgpu/gfxv8: Simplification of gfx_v8_0_create_bitmask()Tom St Denis1-7/+1
2015-12-04amdgpu/gfxv8: Cleanup of gfx_v8_0_tiling_mode_table_init() (v2)Tom St Denis1-1388/+898
2015-12-02amdgpu/gfxv8: Add missing break to switch statement from states init codeTom St Denis1-0/+1
2015-12-02drm/amd: abstract kernel rq and normal rq to priority of run queueChunming Zhou5-15/+23
2015-12-02drm/amdgpu: add EDC support for CZ (v3)Alex Deucher1-1/+330
2015-12-02drm/amd: add new gfx8 register definitions for EDCAlex Deucher1-0/+13
2015-12-02drm/radeon: Use unlocked gem unreferencingDaniel Vetter1-1/+1
2015-12-02drm/amdgpu: Use unlocked gem unreferencingDaniel Vetter1-1/+1
2015-12-02drm/amdgpu: Use new read bios from rom callbackmonk.liu1-8/+50
2015-12-02drm/amdgpu: add read_bios_from_rom callback for VI partsAlex Deucher1-0/+33
2015-12-02drm/amdgpu: add read_bios_from_rom callback for CI partsAlex Deucher1-0/+32
2015-12-02drm/amdgpu: add a callback for reading the bios from the rom directlyAlex Deucher1-0/+3
2015-12-02drm/radeon: constify radeon_asic_ring structuresJulia Lawall2-20/+20
2015-12-02drm/amdgpu: use $(src) in Makefile (v2)Jammy Zhou1-4/+6
2015-12-02drm/radeon: call hpd_irq_event on resumeAlex Deucher1-0/+1
2015-12-02drm/amdgpu: call hpd_irq_event on resumeAlex Deucher1-0/+1
2015-12-02drm/radeon: remove UMS supportAlex Deucher14-13506/+0
2015-12-01Merge tag 'drm-intel-next-2015-11-20-merged' of git://anongit.freedesktop.org...Dave Airlie68-4316/+5268
2015-12-01Merge tag 'topic/drm-misc-2015-11-26' of git://anongit.freedesktop.org/drm-in...Dave Airlie78-292/+379
2015-11-29Linux 4.4-rc3v4.4-rc3Linus Torvalds1-1/+1
2015-11-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds27-993/+1093
2015-11-29Merge tag 'rtc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Linus Torvalds2-36/+9
2015-11-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-5/+9
2015-11-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds7-8/+13
2015-11-29Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-2/+4
2015-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds11-64/+53
2015-11-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds8-152/+316
2015-11-28target/stat: print full t10_wwn.model bufferDavid Disseldorp1-1/+1
2015-11-28target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt1-2/+2
2015-11-28qla2xxx: Fix regression introduced by target configFS changesHimanshu Madhani1-1/+1
2015-11-28kref: Remove kref_put_spinlock_irqsave()Bart Van Assche1-33/+0
2015-11-28target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2-7/+12
2015-11-28target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger3-11/+18
2015-11-28iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2-1/+13
2015-11-28iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt1-5/+5
2015-11-28target/user: Do not set unused fields in tcmu_opsAndy Grover1-2/+0
2015-11-28target/user: Fix time calc in expired cmd processingAndy Grover1-1/+1
2015-11-28ARM: 8454/1: OF implies OF_FLATTREEArnd Bergmann1-2/+2