mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
9a0b26e6bc
- Move the slow path fallbacks to their own assembly files This makes them much easier to read and is needed for the next change. - Add CFI annotations for unwinding (XXX need review) - Remove constant case which can never happen with out of line spinlocks - Use patchable LOCK prefixes - Don't use lock sections anymore for inline code because they can't be expressed by the unwinder (this adds one taken jump to the lock fast path) Cc: jbeulich@novell.com Signed-off-by: Andi Kleen <ak@suse.de> |
||
---|---|---|
.. | ||
bitops.c | ||
bitstr.c | ||
clear_page.S | ||
copy_page.S | ||
copy_user.S | ||
csum-copy.S | ||
csum-partial.c | ||
csum-wrappers.c | ||
delay.c | ||
getuser.S | ||
io.c | ||
iomap_copy.S | ||
Makefile | ||
memcpy.S | ||
memmove.c | ||
memset.S | ||
putuser.S | ||
rwlock.S | ||
thunk.S | ||
usercopy.c |