projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gianfar: Fix DMA unmap invocations
[linux-2.6]
/
crypto
/
async_tx
/
Kconfig
1
config ASYNC_CORE
2
tristate
3
4
config ASYNC_MEMCPY
5
tristate
6
select ASYNC_CORE
7
8
config ASYNC_XOR
9
tristate
10
select ASYNC_CORE
11
select XOR_BLOCKS
12
13
config ASYNC_MEMSET
14
tristate
15
select ASYNC_CORE
16