aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/process.c
AgeCommit message (Expand)Author
2013-06-15powerpc: Fix stack overflow crash in resume_kernel when ftracingMichael Ellerman
2013-06-10powerpc/hw_breakpoints: Add DABRX cpu feature to fix 32-bit regressionMichael Neuling
2013-05-14powerpc/booke64: Fix kernel hangs at kernel_dbg_excScott Wood
2013-05-14powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning againLi Zhong
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
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-24Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt
2013-04-23ptrace/powerpc: Don't flush_ptrace_hw_breakpoint() on fork()Oleg Nesterov
2013-04-10powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling
2013-02-15powerpc: Hook in new transactional memory codeMichael Neuling
2013-02-15powerpc: Add reclaim and recheckpoint functions for context switching transac...Michael Neuling
2013-02-15powerpc: Add transactional memory paca scratch register to show_regsMichael Neuling
2013-02-15powerpc: New macros for transactional memory supportMichael Neuling
2013-01-29powerpc: Add length setting to set_dawrMichael Neuling
2013-01-16powerpc: Rename set_break to avoid naming conflictMichael Neuling
2013-01-10powerpc: Add the DAWR support to the set_break()Michael Neuling
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling
2013-01-10powerpc: Define ppr in thread_structHaren Myneni
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28powerpc: switch to generic fork/clone/vforkAl Viro
2012-10-21powerpc: make fork_idle() take the common "kernel thread" path in copy_thread()Al Viro
2012-10-21powerpc: put the "zero usp means using parent's stack pointer" to copy_thread()Al Viro
2012-10-21powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al.Al Viro
2012-10-21powerpc: don't bother with zero-extending arguments in sys_clone()Al Viro
2012-10-21powerpc: take dereferencing to ret_from_kernel_thread()Al Viro
2012-10-14powerpc: don't mess with r2 in copy_thread() and friendsAl Viro
2012-10-14powerpc: switch to saner kernel_execve() semanticsAl Viro
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-09-30powerpc: switch to generic sys_execve()/kernel_execve()Al Viro
2012-09-30powerpc: split ret_from_forkAl Viro
2012-09-10powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling
2012-09-07Merge branch 'merge' into nextBenjamin Herrenschmidt
2012-09-05powerpc: Fix DSCR inheritance in copy_thread()Anton Blanchard
2012-09-05powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha
2012-05-08powerpc: Use common threadinfo allocatorThomas Gleixner
2012-04-30powerpc: Optimise enable_kernel_altivecAnton Blanchard
2012-04-11powerpc: Fix typo in runlatch codeBenjamin Herrenschmidt
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-09powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt
2012-03-09powerpc: Rework runlatch codeBenjamin Herrenschmidt
2012-02-16powerpc: Fix kernel log of oops/panic instruction dumpIra Snyder
2011-11-28powerpc: Decode correct MSR bits in oops outputAnton Blanchard
2011-11-17powerpc/book3e-64: Fix debug support for userspaceKumar Gala