index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-06
drm/amdkfd: reformat IOCTL definitions to drm-style
Oded Gabbay
1
-7
/
+8
2015-01-06
drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()
Oded Gabbay
1
-117
/
+117
2015-01-05
drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)
Ben Goz
1
-0
/
+3
2015-01-04
drm/amdkfd: Load mqd to hqd in non-HWS mode
Ben Goz
1
-0
/
+12
2014-12-09
drm/amd: Fixing typos in kfd<->kgd interface
Ben Goz
1
-1
/
+1
2014-12-28
amdkfd: actually allocate longs for the pasid bitmask
Sasha Levin
1
-1
/
+1
2014-12-05
amdkfd: Remove duplicate include
Oded Gabbay
1
-1
/
+0
2014-12-02
amdkfd: Fixing topology bug in building sysfs nodes
Ben Goz
1
-1
/
+1
2014-12-07
amdkfd: Fix accounting of device queues
Oded Gabbay
1
-2
/
+11
2014-12-02
drm/amdkfd: Add initial VI support for KQ
Ben Goz
5
-4
/
+127
2015-01-12
drm/amdkfd: Encapsulate KQ functions in ops structure
Oded Gabbay
3
-26
/
+53
2015-01-12
drm/amdkfd: Add initial VI support for DQM
Ben Goz
5
-86
/
+238
2015-01-12
drm/amdkfd: Encapsulate DQM functions in ops structure
Oded Gabbay
6
-54
/
+65
2015-01-12
drm/amdkfd: Don't BUG on freeing GART sub-allocation
Oded Gabbay
1
-1
/
+4
2014-11-18
amdkfd: init aperture once per process
Alexey Skidanov
3
-8
/
+11
2014-11-09
amdkfd: Display MEC fw version in topology node
Oded Gabbay
1
-2
/
+6
2014-12-05
amdkfd: Disable support for 32-bit user processes
Oded Gabbay
1
-1
/
+12
2014-12-04
amdkfd: Set *buffer_ptr to NULL in case of error
Oded Gabbay
1
-1
/
+7
2014-12-03
amdkfd: use atomic allocations within srcu callbacks
Sasha Levin
1
-1
/
+1
2014-12-03
amdkfd: use sizeof(long) granularity for the pasid bitmask
Sasha Levin
1
-2
/
+1
2014-11-25
amdkfd: delete some dead code
Dan Carpenter
1
-5
/
+0
2014-11-25
amdkfd: Fix memory leak of mqds on dqm fini
Oded Gabbay
1
-0
/
+4
2014-11-25
amdkfd: fix an error handling bug in pqm_create_queue()
Dan Carpenter
1
-1
/
+1
2014-11-25
amdkfd: fix some error handling in ioctl
Dan Carpenter
1
-2
/
+2
2014-11-21
amdkfd: Remove DRM_AMDGPU dependency from Kconfig
Oded Gabbay
1
-1
/
+1
2014-11-21
amdkfd: explicitely include io.h in kfd_doorbell.c
Oded Gabbay
1
-0
/
+1
2014-11-09
amdkfd: Clear ctx cb before suspend
Oded Gabbay
1
-0
/
+1
2014-11-19
amdkfd: Instead of using get function, use container_of
Alexey Skidanov
2
-12
/
+11
2014-11-17
amdkfd: use schedule() in sync_with_hw
Oded Gabbay
1
-1
/
+2
2014-11-20
amdkfd: Fix memory leak on process deregistration
Jay Cornwall
1
-0
/
+1
2014-11-20
amdkfd: add __iomem attribute to doorbell_ptr
Oded Gabbay
2
-6
/
+5
2014-11-20
amdkfd: fence_wait_timeout() can be static
Oded Gabbay
1
-2
/
+3
2014-11-20
amdkfd: is_occupied() can be static
Oded Gabbay
1
-3
/
+3
2014-11-20
amdkfd: Fix sparse warnings in kfd_flat_memory.c
Oded Gabbay
1
-5
/
+6
2014-11-20
amdkfd: pqm_get_kernel_queue() can be static
kbuild test robot
1
-1
/
+2
2014-11-20
amdkfd: test_kq() can be static
kbuild test robot
1
-1
/
+1
2014-11-20
amdkfd: Fix sparse warnings in kfd_topology.c
Oded Gabbay
1
-20
/
+20
2014-11-20
amdkfd: Fix sparse warnings in kfd_chardev.c
Oded Gabbay
1
-4
/
+12
2014-11-02
amdkfd: Implement the Get Version IOCTL
Oded Gabbay
1
-1
/
+10
2014-08-18
drm/amdkfd: Fix logic of destroy_queue_nocpsch()
Ben Goz
1
-18
/
+18
2015-01-04
drm/amdkfd: Change MQD manager to be H/W specific
Ben Goz
5
-428
/
+498
2015-01-01
drm/amdkfd: Add asic property to kfd_device_info
Ben Goz
2
-1
/
+15
2015-01-04
drm/amdkfd: Make KFD_MQD_TYPE enum types H/W agnostic
Ben Goz
4
-16
/
+16
2015-01-04
drm/amdkfd: Add new VI-specific queue properties
Ben Goz
2
-1
/
+35
2015-01-02
drm/amdkfd: Don't include header files from radeon
Oded Gabbay
3
-3
/
+14
2014-10-26
drm/amdkfd: Remove call to deprecated init_memory interface
Ben Goz
1
-21
/
+0
2015-01-09
drm/amdkfd: Using new gtt sa in amdkfd
Oded Gabbay
4
-65
/
+33
2015-01-09
drm/amdkfd: Allocate gart memory using new interface
Oded Gabbay
1
-2
/
+14
2015-01-09
drm/amdkfd: Fixed calculation of gart buffer size
Oded Gabbay
1
-3
/
+19
2015-01-09
drm/amdkfd: Add kfd gtt sub-allocator functions
Oded Gabbay
2
-0
/
+193
[prev]
[next]