index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
/
kfd_chardev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdkfd: Consolidate and clean up log commands
Kent Russell
2017-08-16
1
-32
/
+32
*
drm/amdkfd: Clean up KFD style errors and warnings v2
Kent Russell
2017-08-16
1
-2
/
+4
*
amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiter
Colin Ian King
2017-01-12
1
-3
/
+3
*
amdkfd: Trim unnescessary intermediate err var in kfd_chardev.c
Edward O'Callaghan
2016-04-30
1
-2
/
+1
*
amdkfd: Use the canonical form in branch predicates
Edward O'Callaghan
2016-04-30
1
-1
/
+1
*
drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller type
Andy Lutomirski
2016-03-22
1
-1
/
+1
*
amdkfd: Copy from the proper user command pointer
Borislav Petkov
2016-01-15
1
-2
/
+1
*
amdkfd: don't open-code memdup_user()
Al Viro
2016-01-06
1
-26
/
+7
*
amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>
Christoph Hellwig
2015-08-30
1
-1
/
+1
*
drm/amdkfd: fix some range checks in address watch ioctl
Dan Carpenter
2015-06-16
1
-3
/
+3
*
drm/amdkfd: Implement address watch debugger IOCTL
Yair Shachar
2015-06-03
1
-1
/
+101
*
drm/amdkfd: Implement wave control debugger IOCTL
Yair Shachar
2015-06-03
1
-1
/
+87
*
drm/amdkfd: Implement (un)register debugger IOCTLs
Yair Shachar
2015-06-03
1
-2
/
+70
*
drm/amdkfd: add H/W debugger IOCTL set definitions
Yair Shachar
2015-06-03
1
-0
/
+54
*
drm/amdkfd: Implement events IOCTLs
Andrew Lewycky
2015-05-19
1
-5
/
+31
*
drm/amdkfd: Add the events module
Andrew Lewycky
2015-05-19
1
-2
/
+14
*
drm/amdkfd: add events IOCTL set definitions
Andrew Lewycky
2015-05-19
1
-0
/
+45
*
drm/amdkfd: Add multiple kgd support
Xihan Zhang
2015-03-25
1
-1
/
+2
*
drm/amdkfd: Convert timestamping to use 64bit time accessors
John Stultz
2015-03-25
1
-5
/
+5
*
drm/amdkfd: Fix sparse errors
Oded Gabbay
2015-01-22
1
-8
/
+8
*
Merge remote-tracking branch 'origin/master' into drm-next
Dave Airlie
2015-01-22
1
-150
/
+170
|
\
|
*
drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()
Oded Gabbay
2015-01-06
1
-48
/
+68
|
*
drm/amdkfd: reformat IOCTL definitions to drm-style
Oded Gabbay
2015-01-06
1
-7
/
+8
|
*
drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()
Oded Gabbay
2015-01-06
1
-117
/
+117
|
*
amdkfd: Remove duplicate include
Oded Gabbay
2014-12-05
1
-1
/
+0
*
|
drm/amdkfd: Encapsulate DQM functions in ops structure
Oded Gabbay
2015-01-12
1
-1
/
+1
*
|
drm/amdkfd: Add new VI-specific queue properties
Ben Goz
2015-01-04
1
-1
/
+30
*
|
drm/amdkfd: Pass queue type to pqm_create_queue()
Ben Goz
2015-01-09
1
-2
/
+2
*
|
drm/amdkfd: Identify SDMA queue in create queue ioctl
Ben Goz
2015-01-09
1
-0
/
+2
|
/
*
amdkfd: init aperture once per process
Alexey Skidanov
2014-11-18
1
-4
/
+0
*
amdkfd: Disable support for 32-bit user processes
Oded Gabbay
2014-12-05
1
-1
/
+12
*
amdkfd: fix some error handling in ioctl
Dan Carpenter
2014-11-25
1
-2
/
+2
*
amdkfd: Fix sparse warnings in kfd_chardev.c
Oded Gabbay
2014-11-20
1
-4
/
+12
*
amdkfd: Implement the Get Version IOCTL
Oded Gabbay
2014-11-02
1
-1
/
+10
*
amdkfd: Implement the Get Process Aperture IOCTL
Alexey Skidanov
2014-07-17
1
-1
/
+55
*
amdkfd: Implement the Get Clock Counters IOCTL
Evgeny Pinchuk
2014-07-17
1
-1
/
+28
*
amdkfd: Implement the Set Memory Policy IOCTL
Andrew Lewycky
2014-07-17
1
-1
/
+51
*
amdkfd: Implement the create/destroy/update queue IOCTLs
Oded Gabbay
2014-10-19
1
-3
/
+202
*
amdkfd: Add basic modules to amdkfd
Oded Gabbay
2014-07-16
1
-2
/
+29
*
amdkfd: Add amdkfd skeleton driver
Oded Gabbay
2014-07-16
1
-0
/
+210