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
/
dma
/
bcm-sba-raid.c
Age
Commit message (
Expand
)
Author
2020-02-13
dmaengine: bcm-sba-raid: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-06-14
dmaengine: bcm-sba-raid: no need to check return value of debugfs_create func...
Greg Kroah-Hartman
2019-04-29
dmaengine: bcm-sba-raid: Use dev_get_drvdata()
Kefeng Wang
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
2017-10-23
dmaengine: bcm-sba-raid: Use common GPL comment header
Anup Patel
2017-10-23
dmaengine: bcm-sba-raid: Use only single mailbox channel
Anup Patel
2017-10-23
dmaengine: bcm-sba-raid: serialize dma_cookie_complete() using reqs_lock
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETED
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sending
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Add debugfs support
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVED
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests()
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Pre-ack async tx descriptor
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Peek mbox when we have no free requests
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Alloc resources before registering DMA device
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Improve sba_issue_pending() run duration
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Increase number of free sba_request
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Allow arbitrary number free sba_request
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Remove reqs_free_count from sba_device
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant resp_dma from sba_request
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant next_count from sba_request
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Common flags for sba_request state and fence
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Reduce locking context in sba_alloc_request()
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Minor improvments in comments
Anup Patel
2017-07-19
dmaengine: bcm-scm-raid: statify functions
Vinod Koul
2017-05-19
dmaengine: bcm-scm-raid: remove redundant null check on req
Colin Ian King
2017-05-16
dmaengine: Add Broadcom SBA RAID driver
Anup Patel