aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01avr32: remove support for AVR32 architectureHans-Christian Noren Egtvedt23-4970/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-12avr32: wire up pkey syscallsHans-Christian Noren Egtvedt1-0/+3
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-10-03avr32: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+2
2016-09-13avr32: fix copy_from_user()Al Viro1-1/+1
2016-07-29avr32: fixup code style in unistd.h and syscall_table.SHans-Christian Noren Egtvedt1-332/+332
2016-07-29avr32: wire up preadv2 and pwritev2 syscallsHans-Christian Noren Egtvedt2-0/+20
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32Linus Torvalds2-0/+10
2016-03-14avr32: wire up copy_file_range syscallHans-Christian Egtvedt2-0/+10
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-3/+3
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32Linus Torvalds1-0/+4
2016-01-11avr32: wire up missing syscallsHans-Christian Egtvedt1-0/+3
2016-01-11avr32: wire up accept4 syscallMans Rullgard1-0/+1
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-6/+6
2015-07-20AVR32/time: Migrate to new 'set-state' interfaceViresh Kumar1-32/+33
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger1-1/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-2/+1
2015-02-09avr32: wire up missing syscallsHans-Christian Egtvedt2-0/+73
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-12/+1
2014-08-26avr32: Replace __get_cpu_var with __this_cpu_writeChristoph Lameter1-1/+1
2014-08-06avr32: Use sigsp()Richard Weinberger1-6/+3
2014-08-06avr32: Use get_signal() signal_setup_done()Richard Weinberger1-25/+18
2014-04-01avr32: replace simple_strtoul() with kstrtoul()Ramkumar Ramachandra1-22/+26
2013-12-10avr32: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-11-20avr32: fix out-of-range jump in large kernelsAndreas Bießmann1-1/+2
2013-11-20avr32: setup crt for early panic()Andreas Bießmann1-20/+0
2013-09-30avr32: cast syscall_return to silence compiler warningGabor Juhos1-1/+1
2013-09-30avr32: fix clockevents kernel warningGabor Juhos1-1/+8
2013-07-03avr32: normalize global variables exported by vmlinux.ldsJiang Liu2-3/+3
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-1/+1
2013-05-13avr32: fix relocation check for signed 18-bit offsetHans-Christian Egtvedt1-1/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-3/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-8/+0
2013-04-08avr32: Use generic idle loopThomas Gleixner2-13/+9
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-03avr32: switch to generic sigaltstackAl Viro3-20/+3
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappersAl Viro3-47/+8
2012-10-15avr32: switch to generic sys_execve()Al Viro3-28/+1
2012-10-15avr32: switch to generic kernel_thread()/kernel_execve()Al Viro4-81/+26
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2