aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
Commit message (Expand)AuthorAge
* powerpc: Fix stack overflow crash in resume_kernel when ftracingMichael Ellerman2013-06-14
* powerpc/hw_breakpoints: Add DABRX cpu feature to fix 32-bit regressionMichael Neuling2013-06-09
* powerpc/booke64: Fix kernel hangs at kernel_dbg_excScott Wood2013-05-14
* powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning againLi Zhong2013-05-14
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-02
|\
| * Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt2013-04-24
| |\
| * | ptrace/powerpc: Don't flush_ptrace_hw_breakpoint() on fork()Oleg Nesterov2013-04-23
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-30
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-30
| |/ |/|
* | powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling2013-04-09
|/
* powerpc: Hook in new transactional memory codeMichael Neuling2013-02-15
* powerpc: Add reclaim and recheckpoint functions for context switching transac...Michael Neuling2013-02-15
* powerpc: Add transactional memory paca scratch register to show_regsMichael Neuling2013-02-15
* powerpc: New macros for transactional memory supportMichael Neuling2013-02-15
* powerpc: Add length setting to set_dawrMichael Neuling2013-01-28
* powerpc: Rename set_break to avoid naming conflictMichael Neuling2013-01-15
* powerpc: Add the DAWR support to the set_break()Michael Neuling2013-01-10
* powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling2013-01-10
* powerpc: Define ppr in thread_structHaren Myneni2013-01-10
* flagday: don't pass regs to copy_thread()Al Viro2012-11-28
* powerpc: switch to generic fork/clone/vforkAl Viro2012-11-28
* powerpc: make fork_idle() take the common "kernel thread" path in copy_thread()Al Viro2012-10-21
* powerpc: put the "zero usp means using parent's stack pointer" to copy_thread()Al Viro2012-10-21
* powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al.Al Viro2012-10-21
* powerpc: don't bother with zero-extending arguments in sys_clone()Al Viro2012-10-21
* powerpc: take dereferencing to ret_from_kernel_thread()Al Viro2012-10-21
* powerpc: don't mess with r2 in copy_thread() and friendsAl Viro2012-10-14
* powerpc: switch to saner kernel_execve() semanticsAl Viro2012-10-14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-11
|\
| * powerpc: switch to generic sys_execve()/kernel_execve()Al Viro2012-09-30
| * powerpc: split ret_from_forkAl Viro2012-09-30
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-05
|\ \
| * | powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-09
| * | Merge branch 'merge' into nextBenjamin Herrenschmidt2012-09-06
| |\|
| * | powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli2012-09-05
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-01
|\ \ \ | |_|/ |/| |
| * | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-20
| |/
* / powerpc: Fix DSCR inheritance in copy_thread()Anton Blanchard2012-09-05
|/
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-23
|\
| * fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-16
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-05-23
|\ \
| * | powerpc: Optimise enable_kernel_altivecAnton Blanchard2012-04-30
| |/
* / powerpc: Use common threadinfo allocatorThomas Gleixner2012-05-08
|/
* powerpc: Fix typo in runlatch codeBenjamin Herrenschmidt2012-04-10
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-28
* powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt2012-03-08
* powerpc: Rework runlatch codeBenjamin Herrenschmidt2012-03-08
* powerpc: Fix kernel log of oops/panic instruction dumpIra Snyder2012-02-16
* powerpc: Decode correct MSR bits in oops outputAnton Blanchard2011-11-27
* powerpc/book3e-64: Fix debug support for userspaceKumar Gala2011-11-17