aboutsummaryrefslogtreecommitdiff
path: root/arch/avr32/kernel/process.c
AgeCommit message (Expand)Author
2013-09-30avr32: cast syscall_return to silence compiler warningGabor Juhos
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-08avr32: Use generic idle loopThomas Gleixner
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28avr32: 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-12vfs: define struct filename and have getname() return itJeff Layton
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker
2011-01-13avr32: make architecture sys_clone prototype match asm-generic prototypeHans-Christian Egtvedt
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-18ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov
2009-04-02Simplify copy_thread()Alexey Dobriyan
2008-12-17avr32: Introducing asm/syscalls.hJaswinder Singh
2008-10-08avr32: Minor pm_power_off cleanupHaavard Skinnemoen
2008-08-05avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner
2008-04-19avr32: Add hardware power-down function callPeter Ma
2008-04-19avr32: Move sleep code into mach-at32apHaavard Skinnemoen
2008-02-27avr32: Fix OCD refcounting bugHaavard Skinnemoen
2008-02-15avr32: Call tick_nohz_{stop,restart}_sched_tick() in idle loopHaavard Skinnemoen
2008-01-25[AVR32] Enable debugging only when neededHaavard Skinnemoen
2007-12-07[AVR32] Clean up OCD register usageHaavard Skinnemoen
2007-12-07[AVR32] Fix invalid status register bit definitions in asm/ptrace.hHaavard Skinnemoen
2007-05-09wrap access to thread_infoRoman Zippel
2007-04-27[AVR32] Clean up exception handling codeHaavard Skinnemoen
2007-04-27[AVR32] Put cpu in sleep 0 when idle.Hans-Christian Egtvedt
2006-12-08[AVR32] Put the chip in "stop" mode when halting the systemHaavard Skinnemoen
2006-09-26[PATCH] avr32 architectureHaavard Skinnemoen