summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-2/+2
* avr32: cast syscall_return to silence compiler warningGabor Juhos2013-09-301-1/+1
* sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-191-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-081-11/+2
* 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-281-26/+5
* avr32: switch to generic sys_execve()Al Viro2012-10-151-21/+0
* avr32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-10-151-50/+17
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
* nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
* nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
* nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
* avr32: make architecture sys_clone prototype match asm-generic prototypeHans-Christian Egtvedt2011-01-131-5/+4
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-2/+3
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov2009-06-181-2/+0
* Simplify copy_thread()Alexey Dobriyan2009-04-021-1/+1
* avr32: Introducing asm/syscalls.hJaswinder Singh2008-12-171-0/+1
* avr32: Minor pm_power_off cleanupHaavard Skinnemoen2008-10-081-1/+2
* avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen2008-08-051-1/+1
* nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
* avr32: Add hardware power-down function callPeter Ma2008-04-191-0/+2
* avr32: Move sleep code into mach-at32apHaavard Skinnemoen2008-04-191-2/+2
* avr32: Fix OCD refcounting bugHaavard Skinnemoen2008-02-271-0/+1
* avr32: Call tick_nohz_{stop,restart}_sched_tick() in idle loopHaavard Skinnemoen2008-02-151-0/+3
* [AVR32] Enable debugging only when neededHaavard Skinnemoen2008-01-251-1/+4
* [AVR32] Clean up OCD register usageHaavard Skinnemoen2007-12-071-2/+2
* [AVR32] Fix invalid status register bit definitions in asm/ptrace.hHaavard Skinnemoen2007-12-071-2/+3
* wrap access to thread_infoRoman Zippel2007-05-091-3/+3
* [AVR32] Clean up exception handling codeHaavard Skinnemoen2007-04-271-18/+170
* [AVR32] Put cpu in sleep 0 when idle.Hans-Christian Egtvedt2007-04-271-2/+3
* [AVR32] Put the chip in "stop" mode when halting the systemHaavard Skinnemoen2006-12-081-0/+7
* [PATCH] avr32 architectureHaavard Skinnemoen2006-09-261-0/+276