index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
kfd_chardev.c
Age
Commit message (
Expand
)
Author
2016-01-15
amdkfd: Copy from the proper user command pointer
Borislav Petkov
2016-01-06
amdkfd: don't open-code memdup_user()
Al Viro
2015-08-30
amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>
Christoph Hellwig
2015-06-16
drm/amdkfd: fix some range checks in address watch ioctl
Dan Carpenter
2015-06-03
drm/amdkfd: Implement address watch debugger IOCTL
Yair Shachar
2015-06-03
drm/amdkfd: Implement wave control debugger IOCTL
Yair Shachar
2015-06-03
drm/amdkfd: Implement (un)register debugger IOCTLs
Yair Shachar
2015-06-03
drm/amdkfd: add H/W debugger IOCTL set definitions
Yair Shachar
2015-05-19
drm/amdkfd: Implement events IOCTLs
Andrew Lewycky
2015-05-19
drm/amdkfd: Add the events module
Andrew Lewycky
2015-05-19
drm/amdkfd: add events IOCTL set definitions
Andrew Lewycky
2015-03-25
drm/amdkfd: Add multiple kgd support
Xihan Zhang
2015-03-25
drm/amdkfd: Convert timestamping to use 64bit time accessors
John Stultz
2015-01-22
drm/amdkfd: Fix sparse errors
Oded Gabbay
2015-01-22
Merge remote-tracking branch 'origin/master' into drm-next
Dave Airlie
2015-01-06
drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()
Oded Gabbay
2015-01-06
drm/amdkfd: reformat IOCTL definitions to drm-style
Oded Gabbay
2015-01-06
drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()
Oded Gabbay
2014-12-05
amdkfd: Remove duplicate include
Oded Gabbay
2015-01-12
drm/amdkfd: Encapsulate DQM functions in ops structure
Oded Gabbay
2014-11-18
amdkfd: init aperture once per process
Alexey Skidanov
2014-12-05
amdkfd: Disable support for 32-bit user processes
Oded Gabbay
2014-11-25
amdkfd: fix some error handling in ioctl
Dan Carpenter
2014-11-20
amdkfd: Fix sparse warnings in kfd_chardev.c
Oded Gabbay
2014-11-02
amdkfd: Implement the Get Version IOCTL
Oded Gabbay
2015-01-04
drm/amdkfd: Add new VI-specific queue properties
Ben Goz
2015-01-09
drm/amdkfd: Pass queue type to pqm_create_queue()
Ben Goz
2015-01-09
drm/amdkfd: Identify SDMA queue in create queue ioctl
Ben Goz
2014-07-17
amdkfd: Implement the Get Process Aperture IOCTL
Alexey Skidanov
2014-07-17
amdkfd: Implement the Get Clock Counters IOCTL
Evgeny Pinchuk
2014-07-17
amdkfd: Implement the Set Memory Policy IOCTL
Andrew Lewycky
2014-10-19
amdkfd: Implement the create/destroy/update queue IOCTLs
Oded Gabbay
2014-07-16
amdkfd: Add basic modules to amdkfd
Oded Gabbay
2014-07-16
amdkfd: Add amdkfd skeleton driver
Oded Gabbay