summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel
Commit message (Expand)AuthorAgeFilesLines
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-03-162-0/+10
|\
| * avr32: wire up copy_file_range syscallHans-Christian Egtvedt2016-03-142-0/+10
* | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-01-181-0/+4
|\
| * avr32: wire up missing syscallsHans-Christian Egtvedt2016-01-111-0/+3
| * avr32: wire up accept4 syscallMans Rullgard2016-01-111-0/+1
* | module: use a structure to encapsulate layout.Rusty Russell2015-12-041-6/+6
|/
* AVR32/time: Migrate to new 'set-state' interfaceViresh Kumar2015-07-201-32/+33
* arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-121-1/+0
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-122-2/+1
* avr32: wire up missing syscallsHans-Christian Egtvedt2015-02-092-0/+73
* module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell2015-01-201-12/+1
* avr32: Replace __get_cpu_var with __this_cpu_writeChristoph Lameter2014-08-261-1/+1
* avr32: Use sigsp()Richard Weinberger2014-08-061-6/+3
* avr32: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-25/+18
* avr32: replace simple_strtoul() with kstrtoul()Ramkumar Ramachandra2014-04-011-22/+26
* avr32: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-12-101-1/+1
* avr32: fix out-of-range jump in large kernelsAndreas Bießmann2013-11-201-1/+2
* avr32: setup crt for early panic()Andreas Bießmann2013-11-201-20/+0
* avr32: cast syscall_return to silence compiler warningGabor Juhos2013-09-301-1/+1
* avr32: fix clockevents kernel warningGabor Juhos2013-09-301-1/+8
* avr32: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-032-3/+3
* sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-191-1/+1
* avr32: fix relocation check for signed 18-bit offsetHans-Christian Egtvedt2013-05-131-1/+1
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-3/+2
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-8/+0
* avr32: Use generic idle loopThomas Gleixner2013-04-082-13/+9
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | avr32: switch to generic sigaltstackAl Viro2013-02-033-20/+3
|/
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-1/+1
* avr32: sanitize copy_thread(), switch to generic fork/vfork/clone, kill wrappersAl Viro2012-11-283-47/+8
* avr32: switch to generic sys_execve()Al Viro2012-10-153-28/+1
* avr32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-154-81/+26
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
* fixups for signal breakageAl Viro2012-06-041-1/+1
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro2012-06-012-3/+3
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-7/+4
* new helper: sigmask_to_save()Al Viro2012-06-011-13/+7
* new helper: restore_saved_sigmask()Al Viro2012-06-011-4/+1
* avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callersAl Viro2012-05-231-1/+1
* move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* avr32: need to clear RESTORE_SIGMASK on successful signal deliveryAl Viro2012-05-211-0/+1
* avr32: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro2012-05-211-0/+3
* avr32: use block_sigmask()Matt Fleming2012-05-211-5/+1
* avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturnOleg Nesterov2012-05-211-10/+5