summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/amdkfd: Implement (un)register debugger IOCTLsYair Shachar2015-06-031-2/+70
* drm/amdkfd: add H/W debugger IOCTL set definitionsYair Shachar2015-06-031-0/+54
* drm/amdkfd: Implement events IOCTLsAndrew Lewycky2015-05-191-5/+31
* drm/amdkfd: Add the events moduleAndrew Lewycky2015-05-191-2/+14
* drm/amdkfd: add events IOCTL set definitionsAndrew Lewycky2015-05-191-0/+45
* drm/amdkfd: Add multiple kgd supportXihan Zhang2015-03-251-1/+2
* drm/amdkfd: Convert timestamping to use 64bit time accessorsJohn Stultz2015-03-251-5/+5
* drm/amdkfd: Fix sparse errorsOded Gabbay2015-01-221-8/+8
* Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie2015-01-221-150/+170
|\
| * drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay2015-01-061-48/+68
| * drm/amdkfd: reformat IOCTL definitions to drm-styleOded Gabbay2015-01-061-7/+8
| * drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()Oded Gabbay2015-01-061-117/+117
| * amdkfd: Remove duplicate includeOded Gabbay2014-12-051-1/+0
* | drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay2015-01-121-1/+1
* | drm/amdkfd: Add new VI-specific queue propertiesBen Goz2015-01-041-1/+30
* | drm/amdkfd: Pass queue type to pqm_create_queue()Ben Goz2015-01-091-2/+2
* | drm/amdkfd: Identify SDMA queue in create queue ioctlBen Goz2015-01-091-0/+2
|/
* amdkfd: init aperture once per processAlexey Skidanov2014-11-181-4/+0
* amdkfd: Disable support for 32-bit user processesOded Gabbay2014-12-051-1/+12
* amdkfd: fix some error handling in ioctlDan Carpenter2014-11-251-2/+2
* amdkfd: Fix sparse warnings in kfd_chardev.cOded Gabbay2014-11-201-4/+12
* amdkfd: Implement the Get Version IOCTLOded Gabbay2014-11-021-1/+10