kernel_optimize_test/arch/avr32/kernel
Al Viro e5c1540030 avr32: switch to RAW_COPY_USER
This one needs profiling; use of asm variant of access_ok() might have
been performance-critical.  Now copy_{to,from}_user() are using the
C variant.  I doubt that it's going to have visible effects, but
that needs to be experimentally verified.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2017-03-28 18:23:25 -04:00
..
.gitignore
asm-offsets.c arch: Remove exec_domain from remaining archs 2015-04-12 21:03:30 +02:00
avr32_ksyms.c avr32: switch to RAW_COPY_USER 2017-03-28 18:23:25 -04:00
cpu.c avr32: replace simple_strtoul() with kstrtoul() 2014-04-01 09:09:25 +02:00
entry-avr32b.S avr32: fix out-of-range jump in large kernels 2013-11-20 09:53:21 +01:00
head.S avr32: setup crt for early panic() 2013-11-20 09:53:21 +01:00
irq.c
kprobes.c avr32: Replace __get_cpu_var with __this_cpu_write 2014-08-26 13:45:55 -04:00
Makefile
module.c module: use a structure to encapsulate layout. 2015-12-04 22:46:25 +01:00
nmi_debug.c sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> 2017-03-02 08:42:34 +01:00
ocd.c
process.c sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> 2017-03-02 08:42:36 +01:00
ptrace.c sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> 2017-03-02 08:42:36 +01:00
setup.c arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM 2016-01-30 09:49:57 +01:00
signal.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
stacktrace.c sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> 2017-03-02 08:42:36 +01:00
switch_to.S
syscall_table.S avr32: wire up pkey syscalls 2016-12-12 09:24:13 +01:00
syscall-stubs.S avr32: wire up preadv2 and pwritev2 syscalls 2016-07-29 11:55:57 +02:00
time.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
traps.c sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> 2017-03-02 08:42:29 +01:00
vmlinux.lds.S nmi_backtrace: generate one-line reports for idle cpus 2016-10-07 18:46:30 -07:00