aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar2-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-01-16drm/amdkfd: fix improper return value on errorPan Bian1-1/+3
2017-01-12amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiterColin Ian King1-3/+3
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-1/+1
2016-09-19drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan4-5/+5
2016-09-19drm/amdkfd: Unify multiple calls to pr_debug() into oneEdward O'Callaghan1-7/+9
2016-09-19drm/amdkfd: Reuse function to find a process through pasidEdward O'Callaghan1-36/+25
2016-09-19drm/amdkfd: Add some missing memset zero'ing in queue init funcEdward O'Callaghan1-0/+3
2016-09-19drm/amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpackEdward O'Callaghan1-3/+5
2016-08-09drm/amdkfd: print doorbell offset as a hex valueColin Ian King1-1/+1
2016-07-03drm/amdkfd: destroy mutex if process creation failsOded Gabbay1-0/+1
2016-07-03drm/amdkfd: Remove create_workqueue()Bhaktipriya Shridhar1-2/+1
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie2-28/+44
2016-06-21drm/amdkfd: Clean up inline handlingDaniel Vetter2-5/+2
2016-06-03drm/amdkfd: print once about mem_banks truncationOded Gabbay1-1/+1
2016-06-03drm/amdkfd: destroy dbgmgr in notifier releaseOded Gabbay1-2/+8
2016-06-03drm/amdkfd: unbind only existing processesOded Gabbay1-25/+35
2016-05-01amdkfd: Trim unnescessary intermediate err var in kfd_chardev.cEdward O'Callaghan1-2/+1
2016-05-01amdkfd: Trim off unnescessary semicolon from kfd_packet_manager.cEdward O'Callaghan1-1/+1
2016-05-01amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan5-14/+14
2016-03-22drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2-2/+2
2016-03-15drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()Dan Carpenter1-1/+1
2016-02-27drm/amdkfd: Track when module's init is completeOded Gabbay1-3/+12
2016-01-28drm/amdkfd: Remove unnecessary cast in kfreeAmitoj Kaur Chawla1-1/+1
2016-01-15amdkfd: Copy from the proper user command pointerBorislav Petkov1-2/+1
2016-01-06amdkfd: don't open-code memdup_user()Al Viro1-26/+7
2015-08-30amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig2-2/+2
2015-07-30drm/amdkfd: fix bug when initializing sdma vmOded Gabbay2-2/+2
2015-07-20drm/amdkfd: Set correct doorbell packet type for CarrizoBen Goz2-0/+6
2015-07-20drm/amdkfd: Use generic defines in new amd headersOded Gabbay3-22/+21
2015-07-20drm/amdkfd: Implement create_map_queues() for CarrizoBen Goz1-4/+87
2015-07-20drm/amdkfd: fix runlist length calculationBen Goz1-1/+7
2015-07-20drm/amdkfd: Add support for VI in DQMBen Goz1-4/+99
2015-07-20drm/amdkfd: add support for VI in MQD managerBen Goz2-4/+248
2015-07-20drm/amdkfd: add CP HWS packet headers for VIBen Goz1-0/+398
2015-07-20drm/amdkfd: add supported CZ devices PCI IDs to amdkfdBen Goz1-1/+6
2015-07-20drm/amdkfd: Add dependency of DRM_AMDGPU to KconfigOded Gabbay1-1/+1
2015-07-09drm/amdkfd: validate pdd where it acquired firstManinder Singh1-2/+7
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds26-228/+3969
2015-06-16drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter1-3/+3
2015-06-06drm/amdkfd: remove not used defines from cik_regs.hOded Gabbay1-164/+13
2015-06-06drm/amdkfd: Add missing properties to CZ device infoOded Gabbay1-0/+3
2015-06-06drm/amdkfd: make reset wavefronts per process per deviceBen Goz3-13/+25
2015-06-06drm/amdkfd: add debug print to kfd_events.cOded Gabbay1-0/+4
2015-06-06drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbolsValentin Rothberg2-8/+8
2015-06-03drm/amdkfd: fix topology bug with capability attr.Alexey Skidanov1-2/+2
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz4-1/+90