summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
Commit message (Expand)AuthorAgeFilesLines
...
* amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan2016-04-301-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/+1Star
* amdkfd: don't open-code memdup_user()Al Viro2016-01-061-26/+7Star
* 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/+0Star
* | 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/+0Star
* 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
* amdkfd: Implement the Get Process Aperture IOCTLAlexey Skidanov2014-07-171-1/+55
* amdkfd: Implement the Get Clock Counters IOCTLEvgeny Pinchuk2014-07-171-1/+28
* amdkfd: Implement the Set Memory Policy IOCTLAndrew Lewycky2014-07-171-1/+51
* amdkfd: Implement the create/destroy/update queue IOCTLsOded Gabbay2014-10-191-3/+202
* amdkfd: Add basic modules to amdkfdOded Gabbay2014-07-161-2/+29
* amdkfd: Add amdkfd skeleton driverOded Gabbay2014-07-161-0/+210