aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15powerpc: Hook in new transactional memory codeMichael Neuling1-2/+13
2013-02-15powerpc: Add reclaim and recheckpoint functions for context switching transactional memory processesMichael Neuling1-0/+112
2013-02-15powerpc: Add transactional memory paca scratch register to show_regsMichael Neuling1-0/+3
2013-02-15powerpc: New macros for transactional memory supportMichael Neuling1-0/+7
2013-01-29powerpc: Add length setting to set_dawrMichael Neuling1-1/+9
2013-01-16powerpc: Rename set_break to avoid naming conflictMichael Neuling1-3/+3
2013-01-10powerpc: Add the DAWR support to the set_break()Michael Neuling1-0/+23
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling1-21/+54
2013-01-10powerpc: Define ppr in thread_structHaren Myneni1-0/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+2
2012-11-28powerpc: switch to generic fork/clone/vforkAl Viro1-23/+0
2012-10-21powerpc: make fork_idle() take the common "kernel thread" path in copy_thread()Al Viro1-1/+1
2012-10-21powerpc: put the "zero usp means using parent's stack pointer" to copy_thread()Al Viro1-5/+4
2012-10-21powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al.Al Viro1-3/+0
2012-10-21powerpc: don't bother with zero-extending arguments in sys_clone()Al Viro1-8/+0
2012-10-21powerpc: take dereferencing to ret_from_kernel_thread()Al Viro1-3/+1
2012-10-14powerpc: don't mess with r2 in copy_thread() and friendsAl Viro1-2/+0
2012-10-14powerpc: switch to saner kernel_execve() semanticsAl Viro1-10/+3
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-32/+27
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-7/+9
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2012-09-30powerpc: switch to generic sys_execve()/kernel_execve()Al Viro1-19/+6
2012-09-30powerpc: split ret_from_forkAl Viro1-13/+21
2012-09-10powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling1-7/+7
2012-09-07Merge branch 'merge' into nextBenjamin Herrenschmidt1-10/+2
2012-09-05powerpc: Fix DSCR inheritance in copy_thread()Anton Blanchard1-10/+2
2012-09-05powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli1-0/+2
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker1-3/+0
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+11
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-8/+11
2012-05-08powerpc: Use common threadinfo allocatorThomas Gleixner1-31/+0
2012-04-30powerpc: Optimise enable_kernel_altivecAnton Blanchard1-1/+1
2012-04-11powerpc: Fix typo in runlatch codeBenjamin Herrenschmidt1-2/+2
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+3
2012-03-09powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt1-0/+3
2012-03-09powerpc: Rework runlatch codeBenjamin Herrenschmidt1-13/+11
2012-02-16powerpc: Fix kernel log of oops/panic instruction dumpIra Snyder1-3/+3
2011-11-28powerpc: Decode correct MSR bits in oops outputAnton Blanchard1-3/+19
2011-11-17powerpc/book3e-64: Fix debug support for userspaceKumar Gala1-22/+0
2011-11-17powerpc: Revert show_regs() define for readabilityKumar Gala1-1/+1
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2011-07-19powerpc: Add CFAR to oops outputMichael Neuling1-0/+2
2011-07-19powerpc: Remove redundant set_fs(USER_DS)Mathias Krause1-2/+0
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras1-0/+3
2011-07-12powerpc/e500: Save SPEFCSR in flush_spe_to_thread()yu liu1-0/+1
2011-05-25powerpc: mmu_gather reworkPeter Zijlstra1-1/+22
2011-04-27powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans1-2/+2
2011-04-27powerpc: Per process DSCR + some fixes (try#4)Alexey Kardashevskiy1-0/+16