Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-29 | um: Fix xor.h include | Johannes Berg | 1 | -1/+1 | |
Two independent changes here ended up going into the tree one after another, without a necessary rename, fix that. Reported-by: Thomas Meyer <[email protected]> Fixes: f185063bff91 ("um: Move timer-internal.h to non-shared") Signed-off-by: Johannes Berg <[email protected]> Reviewed-by: Brendan Higgins <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2020-01-19 | um: Fix time-travel=inf-cpu with xor/raid6 | Johannes Berg | 1 | -0/+7 | |
Today, I erroneously built a time-travel configuration with btrfs enabled, and noticed it cannot boot in time-travel=inf-cpu mode, both xor and raid6 speed measurement gets stuck. For xor, work around it by picking the first algorithm if inf-cpu mode is enabled. For raid6, I didn't find such a workaround, so disallow enabling time-travel mode if RAID6_PQ_BENCHMARK is enabled. With this, and RAID6_PQ_BENCHMARK disabled, I can boot a kernel that has btrfs enabled in time-travel=inf-cpu mode. Signed-off-by: Johannes Berg <[email protected]> Acked-by: Anton Ivanov <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2011-11-02 | um: switch to generic-y | Al Viro | 1 | -6/+0 | |
kill wrapper headers Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]> | |||||
2008-10-22 | x86, um: initial part of asm-um move | Al Viro | 1 | -0/+6 | |
Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> |