summaryrefslogtreecommitdiff
path: root/arch/avr32/kernel
AgeCommit message (Expand)Author
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-10-03avr32: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-09-13avr32: fix copy_from_user()Al Viro
2016-07-29avr32: fixup code style in unistd.h and syscall_table.SHans-Christian Noren Egtvedt
2016-07-29avr32: wire up preadv2 and pwritev2 syscallsHans-Christian Noren Egtvedt
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2016-03-14avr32: wire up copy_file_range syscallHans-Christian Egtvedt
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds
2016-01-11avr32: wire up missing syscallsHans-Christian Egtvedt
2016-01-11avr32: wire up accept4 syscallMans Rullgard
2015-12-04module: use a structure to encapsulate layout.Rusty Russell
2015-07-20AVR32/time: Migrate to new 'set-state' interfaceViresh Kumar
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-09avr32: wire up missing syscallsHans-Christian Egtvedt
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell
2014-08-26avr32: Replace __get_cpu_var with __this_cpu_writeChristoph Lameter
2014-08-06avr32: Use sigsp()Richard Weinberger
2014-08-06avr32: Use get_signal() signal_setup_done()Richard Weinberger
2014-04-01avr32: replace simple_strtoul() with kstrtoul()Ramkumar Ramachandra
2013-12-10avr32: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-11-20avr32: fix out-of-range jump in large kernelsAndreas Bießmann
2013-11-20avr32: setup crt for early panic()Andreas Bießmann
2013-09-30avr32: cast syscall_return to silence compiler warningGabor Juhos
2013-09-30avr32: fix clockevents kernel warningGabor Juhos
2013-07-03avr32: normalize global variables exported by vmlinux.ldsJiang Liu
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar
2013-05-13avr32: fix relocation check for signed 18-bit offsetHans-Christian Egtvedt
2013-05-01dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-05-01dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-08avr32: Use generic idle loopThomas Gleixner
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-03avr32: switch to generic sigaltstackAl Viro
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2012-11-29flagday: don't pass regs to copy_thread()Al Viro
2012-11-29avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappersAl Viro
2012-10-15avr32: switch to generic sys_execve()Al Viro
2012-10-15avr32: switch to generic kernel_thread()/kernel_execve()Al Viro
2012-10-13vfs: define struct filename and have getname() return itJeff Layton
2012-10-01Uninclude linux/freezer.hRichard Weinberger
2012-06-04fixups for signal breakageAl Viro
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro