summaryrefslogtreecommitdiffstats
path: root/drivers/net (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-18drm/radeon: Fix "slow" audio over DP on DCE8+Slava Grigorev4-0/+29
2015-12-18drm/amdgpu: keep the PTs validation list in the VM v2Christian König4-47/+27
2015-12-18drm/amdgpu: split VM PD and PT handling during CSChristian König4-29/+51
2015-12-18drm/amdgpu: put VM page tables directly into duplicates listChristian König4-9/+12
2015-12-18drm/amdgpu: restrict the sched jobs number to power of twoChunming Zhou2-2/+11
2015-12-17drm/amdgpu: limit visible vram if it's smaller than the BARAlex Deucher2-0/+8
2015-12-15drm/amdgpu: change default sched jobs to 32Chunming Zhou1-2/+2
2015-12-15drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobsChunming Zhou2-10/+20
2015-12-15drm/amdgpu: handle error case for ctxChunming Zhou1-2/+5
2015-12-15drm/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-11-30Linux 4.4-rc3v4.4-rc3Linus Torvalds1-1/+1
2015-11-29target/stat: print full t10_wwn.model bufferDavid Disseldorp1-1/+1
2015-11-29target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt1-2/+2
2015-11-29qla2xxx: Fix regression introduced by target configFS changesHimanshu Madhani1-1/+1
2015-11-29kref: Remove kref_put_spinlock_irqsave()Bart Van Assche1-33/+0
2015-11-29target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2-7/+12
2015-11-29target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger3-11/+18
2015-11-29iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2-1/+13
2015-11-29iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt1-5/+5
2015-11-29target/user: Do not set unused fields in tcmu_opsAndy Grover1-2/+0
2015-11-29target/user: Fix time calc in expired cmd processingAndy Grover1-1/+1
2015-11-29ARM: 8454/1: OF implies OF_FLATTREEArnd Bergmann1-2/+2
2015-11-27MIPS: Fix delay loops which may be removed by GCC.Ralf Baechle3-5/+9
2015-11-26xen/evtchn: dynamically grow pending event channel ringDavid Vrabel1-16/+107