summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdkfd: Cosmetic cleanupKent Russell2019-05-241-1/+1
* drm/amdkfd: Expose HDP registers to user spaceOak Zeng2019-05-241-0/+6
* Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-01-051-2/+2
|\
| * drm/amdkfd: Fix handling of return code of dma_buf_getFelix Kuehling2018-12-181-2/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-12/+6
|/
* drm/amdkfd: Add support for doorbell BOsFelix Kuehling2018-12-071-0/+6
* drm/amdkfd: Add DMABuf import functionalityFelix Kuehling2018-12-071-1/+117
* drm/amdkfd: Add proper prefix to functionsAmber Lin2018-11-051-2/+2
* drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin2018-11-051-10/+11
* drm/amdkfd: Add wavefront context save state retrieval ioctlJay Cornwall2018-09-261-0/+21
* drm/amdkfd: Only add bi-directional iolink on GPU with XGMI or largebar (v2)shaoyunl2018-09-101-1/+1
* drm/amdkfd: Add CU-masking ioctl to KFDFelix Kuehling2018-07-141-0/+58
* drm/amdkfd: Implement GPU reset handlers in KFDShaoyun Liu2018-07-111-0/+3
* drm/admkfd use modern ktime accessorsArnd Bergmann2018-07-111-6/+2
* Merge tag 'drm-amdkfd-next-2018-05-14' of git://people.freedesktop.org/~gabba...Dave Airlie2018-05-151-17/+35
|\
| * drm/amdkfd: use %px to print user space address instead of %pPhilip Yang2018-05-011-1/+1
| * drm/amdkfd: Integer overflows in ioctlDan Carpenter2018-04-241-4/+4
| * drm/amdkfd: Implement doorbell allocation for SOC15Felix Kuehling2018-04-101-0/+7
| * drm/amdkfd: Clean up KFD_MMAP_ offset handlingHarish Kasiviswanathan2018-04-101-12/+23
* | drm/amdkfd: fix clock counter retrieval for node without GPUAndres Rodriguez2018-04-241-6/+7
* | drm/amdkfd: Fix the error return code in kfd_ioctl_unmap_memory_from_gpu()Wei Yongjun2018-04-241-1/+1
* | drm/amdkfd: kfd_dev_is_large_bar() can be statickbuild test robot2018-04-241-1/+1
|/
* drm/amdkfd: Add module option for testing large-BAR functionalityFelix Kuehling2018-03-151-0/+5
* drm/amdkfd: Kmap event page for dGPUsFelix Kuehling2018-03-151-0/+56
* drm/amdkfd: Add ioctls for GPUVM memory managementFelix Kuehling2018-03-151-0/+377
* drm/amdkfd: Remove limit on number of GPUsFelix Kuehling2018-03-151-0/+94
* drm/amdkfd: Make sched_policy a per-device settingFelix Kuehling2018-01-041-1/+2
* drm/amdkfd: Add crash protection in debugger register pathPhilip Yang2017-11-271-1/+1
* drm/amdkfd: Add support for user-mode trap handlersFelix Kuehling2017-11-141-1/+36
* drm/amdkfd: Add CWSR supportFelix Kuehling2017-11-141-1/+6
* drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar2017-11-011-2/+2
* drm/amdkfd: Clean up kfd_wait_on_eventsFelix Kuehling2017-10-271-4/+1
* drm/amdkfd: Compress unnecessary function parametersYong Zhao2017-09-271-2/+1
* drm/amdkfd: check for null dev to avoid a null pointer dereferenceColin Ian King2017-09-081-0/+2
* drm/amdkfd: Implement image tiling mode support v2Yong Zhao2017-08-151-0/+43
* drm/amdkfd: Adding new IOCTL for scratch memory v2Moses Reuben2017-08-151-0/+37
* drm/amdkfd: Fix goto usage v2Kent Russell2017-08-151-7/+8
* drm/amdkfd: Change x==NULL/false references to !xKent Russell2017-08-151-11/+11
* drm/amdkfd: Consolidate and clean up log commandsKent Russell2017-08-151-32/+32
* drm/amdkfd: Clean up KFD style errors and warnings v2Kent Russell2017-08-151-2/+4
* amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiterColin Ian King2017-01-121-3/+3
* amdkfd: Trim unnescessary intermediate err var in kfd_chardev.cEdward O'Callaghan2016-05-011-2/+1
* amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan2016-05-011-1/+1
* drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2016-03-221-1/+1
* amdkfd: Copy from the proper user command pointerBorislav Petkov2016-01-151-2/+1
* amdkfd: don't open-code memdup_user()Al Viro2016-01-061-26/+7
* amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig2015-08-301-1/+1
* drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter2015-06-161-3/+3
* drm/amdkfd: Implement address watch debugger IOCTLYair Shachar2015-06-031-1/+101
* drm/amdkfd: Implement wave control debugger IOCTLYair Shachar2015-06-031-1/+87
OpenPOWER on IntegriCloud