kernel-ark/arch/tile/lib
Chris Metcalf bc1a298f4e tile: support CONFIG_PREEMPT
This change adds support for CONFIG_PREEMPT (full kernel preemption).
In addition to the core support, this change includes a number
of places where we fix up uses of smp_processor_id() and per-cpu
variables.  I also eliminate the PAGE_HOME_HERE and PAGE_HOME_UNKNOWN
values for page homing, as it turns out they weren't being used.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2013-08-13 16:26:01 -04:00
..
atomic_32.c
atomic_asm_32.S
cacheflush.c tile: convert uses of "inv" to "finv" 2013-07-31 11:51:19 -04:00
checksum.c
cpumask.c
delay.c
exports.c tile: convert uses of "inv" to "finv" 2013-07-31 11:51:19 -04:00
Makefile tile: optimize strnlen using SIMD instructions 2013-08-01 20:08:51 -04:00
memchr_32.c
memchr_64.c tile: optimize and clean up string functions 2013-08-01 16:23:12 -04:00
memcpy_32.S
memcpy_64.c tile: optimize and clean up string functions 2013-08-01 16:23:12 -04:00
memcpy_tile64.c tile: support CONFIG_PREEMPT 2013-08-13 16:26:01 -04:00
memcpy_user_64.c
memmove.c
memset_32.c tile: optimize and clean up string functions 2013-08-01 16:23:12 -04:00
memset_64.c tile: optimize and clean up string functions 2013-08-01 16:23:12 -04:00
spinlock_32.c arch/tile: remove inline marking of EXPORT_SYMBOL functions 2013-05-09 13:53:45 -04:00
spinlock_64.c
spinlock_common.h
strchr_32.c tile: optimize and clean up string functions 2013-08-01 16:23:12 -04:00
strchr_64.c tile: optimize and clean up string functions 2013-08-01 16:23:12 -04:00
string-endian.h tile: optimize and clean up string functions 2013-08-01 16:23:12 -04:00
strlen_32.c tile: optimize and clean up string functions 2013-08-01 16:23:12 -04:00
strlen_64.c
strnlen_32.c tile: optimize strnlen using SIMD instructions 2013-08-01 20:08:51 -04:00
strnlen_64.c tile: optimize strnlen using SIMD instructions 2013-08-01 20:08:51 -04:00
uaccess.c Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKS 2013-04-30 17:04:09 -07:00
usercopy_32.S tile: convert uses of "inv" to "finv" 2013-07-31 11:51:19 -04:00
usercopy_64.S tile: convert uses of "inv" to "finv" 2013-07-31 11:51:19 -04:00