aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-12amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiterColin Ian King1-3/+3
2016-05-01amdkfd: Trim unnescessary intermediate err var in kfd_chardev.cEdward O'Callaghan1-2/+1
2016-05-01amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan1-1/+1
2016-03-22drivers/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
2015-01-06drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay1-48/+68
2015-01-06drm/amdkfd: reformat IOCTL definitions to drm-styleOded Gabbay1-7/+8
2015-01-06drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()Oded Gabbay1-117/+117
2014-12-05amdkfd: Remove duplicate includeOded Gabbay1-1/+0
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay1-1/+1
2014-11-18amdkfd: init aperture once per processAlexey Skidanov1-4/+0
2014-12-05amdkfd: Disable support for 32-bit user processesOded Gabbay1-1/+12
2014-11-25amdkfd: fix some error handling in ioctlDan Carpenter1-2/+2
2014-11-20amdkfd: Fix sparse warnings in kfd_chardev.cOded Gabbay1-4/+12
2014-11-02amdkfd: Implement the Get Version IOCTLOded Gabbay1-1/+10
2015-01-04drm/amdkfd: Add new VI-specific queue propertiesBen Goz1-1/+30
2015-01-09drm/amdkfd: Pass queue type to pqm_create_queue()Ben Goz1-2/+2
2015-01-09drm/amdkfd: Identify SDMA queue in create queue ioctlBen Goz1-0/+2
2014-07-17amdkfd: Implement the Get Process Aperture IOCTLAlexey Skidanov1-1/+55
2014-07-17amdkfd: Implement the Get Clock Counters IOCTLEvgeny Pinchuk1-1/+28
2014-07-17amdkfd: Implement the Set Memory Policy IOCTLAndrew Lewycky1-1/+51
2014-10-19amdkfd: Implement the create/destroy/update queue IOCTLsOded Gabbay1-3/+202
2014-07-16amdkfd: Add basic modules to amdkfdOded Gabbay1-2/+29
2014-07-16amdkfd: Add amdkfd skeleton driverOded Gabbay1-0/+210