Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-13 | lib/raid6: build proper files on corresponding arch | Yuanhan Liu | 1 | -1/+1 | |
sse and avx2 stuff only exist on x86 arch, and we don't need to build altivec on x86. And we can do that at lib/raid6/Makefile. Proposed-by: H. Peter Anvin <[email protected]> Signed-off-by: Yuanhan Liu <[email protected]> Reviewed-by: H. Peter Anvin <[email protected]> Signed-off-by: Jim Kukunas <[email protected]> Signed-off-by: NeilBrown <[email protected]> | |||||
2010-08-12 | Further tidyup of raid6 naming in lib/raid6 | NeilBrown | 1 | -3/+3 | |
Rename raid6/raid6x86.h to raid6/x86.h and modify some comments. Signed-off-by: NeilBrown <[email protected]> | |||||
2010-08-11 | Rename raid6 files now they're in a 'raid6' directory. | David Woodhouse | 1 | -0/+142 | |
Linus asks 'why "raid6" twice?'. No reason. Signed-off-by: David Woodhouse <[email protected]> |