summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-27drm/amdkfd: Add wavefront context save state retrieval ioctlJay Cornwall1-0/+21
2018-09-11drm/amdkfd: Only add bi-directional iolink on GPU with XGMI or largebar (v2)shaoyunl1-1/+1
2018-07-15drm/amdkfd: Add CU-masking ioctl to KFDFelix Kuehling1-0/+58
2018-07-12drm/amdkfd: Implement GPU reset handlers in KFDShaoyun Liu1-0/+3
2018-07-11drm/admkfd use modern ktime accessorsArnd Bergmann1-6/+2
2018-05-15Merge tag 'drm-amdkfd-next-2018-05-14' of git://people.freedesktop.org/~gabba...Dave Airlie1-17/+35
2018-04-24drm/amdkfd: fix clock counter retrieval for node without GPUAndres Rodriguez1-6/+7
2018-04-24drm/amdkfd: Fix the error return code in kfd_ioctl_unmap_memory_from_gpu()Wei Yongjun1-1/+1
2018-04-24drm/amdkfd: kfd_dev_is_large_bar() can be statickbuild test robot1-1/+1
2018-05-02drm/amdkfd: use %px to print user space address instead of %pPhilip Yang1-1/+1
2018-04-24drm/amdkfd: Integer overflows in ioctlDan Carpenter1-4/+4
2018-04-11drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling1-0/+7
2018-04-11drm/amdkfd: Clean up KFD_MMAP_ offset handlingHarish Kasiviswanathan1-12/+23
2018-03-16drm/amdkfd: Add module option for testing large-BAR functionalityFelix Kuehling1-0/+5
2018-03-16drm/amdkfd: Kmap event page for dGPUsFelix Kuehling1-0/+56
2018-03-16drm/amdkfd: Add ioctls for GPUVM memory managementFelix Kuehling1-0/+377
2018-03-16drm/amdkfd: Remove limit on number of GPUsFelix Kuehling1-0/+94
2018-01-05drm/amdkfd: Make sched_policy a per-device settingFelix Kuehling1-1/+2
2017-11-28drm/amdkfd: Add crash protection in debugger register pathPhilip Yang1-1/+1
2017-11-15drm/amdkfd: Add support for user-mode trap handlersFelix Kuehling1-1/+36
2017-11-15drm/amdkfd: Add CWSR supportFelix Kuehling1-1/+6
2017-11-02drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar1-2/+2
2017-10-28drm/amdkfd: Clean up kfd_wait_on_eventsFelix Kuehling1-4/+1
2017-09-27drm/amdkfd: Compress unnecessary function parametersYong Zhao1-2/+1
2017-09-08drm/amdkfd: check for null dev to avoid a null pointer dereferenceColin Ian King1-0/+2
2017-08-16drm/amdkfd: Implement image tiling mode support v2Yong Zhao1-0/+43
2017-08-16drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben1-0/+37
2017-08-16drm/amdkfd: Fix goto usage v2Kent Russell1-7/+8
2017-08-16drm/amdkfd: Change x==NULL/false references to !xKent Russell1-11/+11
2017-08-16drm/amdkfd: Consolidate and clean up log commandsKent Russell1-32/+32
2017-08-16drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell1-2/+4
2017-01-12amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiterColin Ian King1-3/+3
2016-04-30amdkfd: Trim unnescessary intermediate err var in kfd_chardev.cEdward O'Callaghan1-2/+1
2016-04-30amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan1-1/+1
2016-03-23drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski1-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 Hellwig1-1/+1
2015-06-16drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter1-3/+3
2015-06-03drm/amdkfd: Implement address watch debugger IOCTLYair Shachar1-1/+101
2015-06-03drm/amdkfd: Implement wave control debugger IOCTLYair Shachar1-1/+87
2015-06-03drm/amdkfd: Implement (un)register debugger IOCTLsYair Shachar1-2/+70
2015-06-03drm/amdkfd: add H/W debugger IOCTL set definitionsYair Shachar1-0/+54
2015-05-19drm/amdkfd: Implement events IOCTLsAndrew Lewycky1-5/+31
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky1-2/+14
2015-05-19drm/amdkfd: add events IOCTL set definitionsAndrew Lewycky1-0/+45
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang1-1/+2
2015-03-25drm/amdkfd: Convert timestamping to use 64bit time accessorsJohn Stultz1-5/+5
2015-01-22drm/amdkfd: Fix sparse errorsOded Gabbay1-8/+8
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie1-150/+170