index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdkfd
Age
Commit message (
Expand
)
Author
2015-02-23
drm/amdkfd: don't set get_pipes_num() as inline
Oded Gabbay
2015-02-23
drm/amdkfd: Initialize only amdkfd's assigned pipelines
Oded Gabbay
2015-02-16
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-02-02
drm/amdkfd: Don't create BUG due to incorrect user parameter
Oded Gabbay
2015-02-02
drm/amdkfd: max num of queues can't be 0
Oded Gabbay
2015-02-02
drm/amdkfd: Fix bug in accounting of queues
Oded Gabbay
2015-01-22
drm/amdkfd: Fix bug in call to init_pipelines()
Oded Gabbay
2015-01-22
drm/amdkfd: Fix bug in pipelines initialization
Oded Gabbay
2015-01-19
drm/amdkfd: Preserve CP_MQD_IQ_RPTR internal state
Jay Cornwall
2015-01-19
drm/amdkfd: Fix dqm->queue_count tracking
Jay Cornwall
2015-01-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Dave Airlie
2015-01-22
drm/amdkfd: change amdkfd version to 0.7.1
Oded Gabbay
2015-01-22
drm/amdkfd: Fix sparse errors
Oded Gabbay
2015-01-22
drm/amdkfd: Handle case of invalid queue type
Oded Gabbay
2015-01-22
drm/amdkfd: Add break at the end of case
Oded Gabbay
2015-01-22
drm/amdkfd: Remove negative check of uint variable
Oded Gabbay
2015-01-22
Merge remote-tracking branch 'origin/master' into drm-next
Dave Airlie
2015-01-18
drm/amdkfd: Allow user to limit only queues per device
Oded Gabbay
2015-01-18
drm/amdkfd: Fix description of sched_policy module parameter
Ben Goz
2015-01-15
drm/amdkfd: PQM handle queue creation fault
Ben Goz
2015-01-15
drm/amdkfd: Remove sync_with_hw() from amdkfd
Oded Gabbay
2015-01-15
drm/amdkfd: Remove unused function busy_wait()
Oded Gabbay
2015-01-15
drm/amdkfd: Replace cpu_relax() with schedule() in DQM
Oded Gabbay
2015-01-13
drm/amdkfd: Fix for-loop when allocating HQD (non-HWS)
Ben Goz
2015-01-08
drm/amdkfd: Fix sparse warning (different address space)
Oded Gabbay
2015-01-08
drm/amdkfd: Drop interrupt SW ring buffer
Michel Dänzer
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
2015-01-05
drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)
Ben Goz
2015-01-04
drm/amdkfd: Load mqd to hqd in non-HWS mode
Ben Goz
2014-12-09
drm/amd: Fixing typos in kfd<->kgd interface
Ben Goz
2014-12-28
amdkfd: actually allocate longs for the pasid bitmask
Sasha Levin
2014-12-05
amdkfd: Remove duplicate include
Oded Gabbay
2014-12-02
amdkfd: Fixing topology bug in building sysfs nodes
Ben Goz
2014-12-07
amdkfd: Fix accounting of device queues
Oded Gabbay
2014-12-02
drm/amdkfd: Add initial VI support for KQ
Ben Goz
2015-01-12
drm/amdkfd: Encapsulate KQ functions in ops structure
Oded Gabbay
2015-01-12
drm/amdkfd: Add initial VI support for DQM
Ben Goz
2015-01-12
drm/amdkfd: Encapsulate DQM functions in ops structure
Oded Gabbay
2015-01-12
drm/amdkfd: Don't BUG on freeing GART sub-allocation
Oded Gabbay
2014-11-18
amdkfd: init aperture once per process
Alexey Skidanov
2014-11-09
amdkfd: Display MEC fw version in topology node
Oded Gabbay
2014-12-05
amdkfd: Disable support for 32-bit user processes
Oded Gabbay
2014-12-04
amdkfd: Set *buffer_ptr to NULL in case of error
Oded Gabbay
2014-12-03
amdkfd: use atomic allocations within srcu callbacks
Sasha Levin
2014-12-03
amdkfd: use sizeof(long) granularity for the pasid bitmask
Sasha Levin
2014-11-25
amdkfd: delete some dead code
Dan Carpenter
2014-11-25
amdkfd: Fix memory leak of mqds on dqm fini
Oded Gabbay
2014-11-25
amdkfd: fix an error handling bug in pqm_create_queue()
Dan Carpenter
[next]