Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.6 31 lines 415 B view raw
1config ASYNC_CORE 2 tristate 3 4config ASYNC_MEMCPY 5 tristate 6 select ASYNC_CORE 7 8config ASYNC_XOR 9 tristate 10 select ASYNC_CORE 11 select XOR_BLOCKS 12 13config ASYNC_MEMSET 14 tristate 15 select ASYNC_CORE 16 17config ASYNC_PQ 18 tristate 19 select ASYNC_CORE 20 21config ASYNC_RAID6_RECOV 22 tristate 23 select ASYNC_CORE 24 select ASYNC_PQ 25 select ASYNC_XOR 26 27config ASYNC_TX_DISABLE_PQ_VAL_DMA 28 bool 29 30config ASYNC_TX_DISABLE_XOR_VAL_DMA 31 bool