summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/process.c
AgeCommit message (Expand)Author
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
2011-11-17powerpc: Revert show_regs() define for readabilityKumar Gala
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-07-19powerpc: Add CFAR to oops outputMichael Neuling
2011-07-19powerpc: Remove redundant set_fs(USER_DS)Mathias Krause
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras
2011-07-12powerpc/e500: Save SPEFCSR in flush_spe_to_thread()yu liu
2011-05-25powerpc: mmu_gather reworkPeter Zijlstra
2011-04-27powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans
2011-04-27powerpc: Per process DSCR + some fixes (try#4)Alexey Kardashevskiy
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet
2011-03-02powerpc: Fix call to flush_ptrace_hw_breakpoint()K.Prasad
2011-01-21powerpc: Print 32 bits of DSISR in show_regsAnton Blanchard
2010-09-02powerpc: Account time using timebase rather than PURRPaul Mackerras
2010-09-02powerpc: Move arch_sd_sibling_asym_packing() to smp.cMichael Neuling
2010-08-24powerpc: Inline ppc64_runlatch_offAnton Blanchard
2010-08-24powerpc: Use is_32bit_task() helper to test 32 bit binaryDenis Kirjanov
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-13Mark arguments to certain syscalls as being constDavid Howells