summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+2
* powerpc: switch to generic fork/clone/vforkAl Viro2012-11-291-23/+0Star
* powerpc: make fork_idle() take the common "kernel thread" path in copy_thread()Al Viro2012-10-221-1/+1
* powerpc: put the "zero usp means using parent's stack pointer" to copy_thread()Al Viro2012-10-221-5/+4Star
* powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al.Al Viro2012-10-221-3/+0Star
* powerpc: don't bother with zero-extending arguments in sys_clone()Al Viro2012-10-221-8/+0Star
* powerpc: take dereferencing to ret_from_kernel_thread()Al Viro2012-10-221-3/+1Star
* powerpc: don't mess with r2 in copy_thread() and friendsAl Viro2012-10-151-2/+0Star
* powerpc: switch to saner kernel_execve() semanticsAl Viro2012-10-151-10/+3Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-121-32/+27Star
|\
| * powerpc: switch to generic sys_execve()/kernel_execve()Al Viro2012-10-011-19/+6Star
| * powerpc: split ret_from_forkAl Viro2012-10-011-13/+21
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-051-7/+9
|\ \
| * | powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-101-7/+7
| * | Merge branch 'merge' into nextBenjamin Herrenschmidt2012-09-071-10/+2Star
| |\|
| * | powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli2012-09-051-0/+2
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-3/+0Star
|\ \ \ | |_|/ |/| |
| * | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-201-3/+0Star
| |/
* / powerpc: Fix DSCR inheritance in copy_thread()Anton Blanchard2012-09-051-10/+2Star
|/
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-8/+11
|\
| * fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-171-8/+11
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-05-231-1/+1
|\ \
| * | powerpc: Optimise enable_kernel_altivecAnton Blanchard2012-04-301-1/+1
| |/
* / powerpc: Use common threadinfo allocatorThomas Gleixner2012-05-081-31/+0Star
|/
* powerpc: Fix typo in runlatch codeBenjamin Herrenschmidt2012-04-111-2/+2
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+3
* powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt2012-03-091-0/+3
* powerpc: Rework runlatch codeBenjamin Herrenschmidt2012-03-091-13/+11Star
* powerpc: Fix kernel log of oops/panic instruction dumpIra Snyder2012-02-161-3/+3
* powerpc: Decode correct MSR bits in oops outputAnton Blanchard2011-11-281-3/+19
* powerpc/book3e-64: Fix debug support for userspaceKumar Gala2011-11-171-22/+0Star
* powerpc: Revert show_regs() define for readabilityKumar Gala2011-11-171-1/+1
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-11-011-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-261-2/+2
|\
| * powerpc: Add CFAR to oops outputMichael Neuling2011-07-191-0/+2
| * powerpc: Remove redundant set_fs(USER_DS)Mathias Krause2011-07-191-2/+0Star
* | KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras2011-07-121-0/+3
* | powerpc/e500: Save SPEFCSR in flush_spe_to_thread()yu liu2011-07-121-0/+1
|/
* powerpc: mmu_gather reworkPeter Zijlstra2011-05-251-1/+22
* powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans2011-04-271-2/+2
* powerpc: Per process DSCR + some fixes (try#4)Alexey Kardashevskiy2011-04-271-0/+16
* mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-231-2/+2
* powerpc: Fix call to flush_ptrace_hw_breakpoint()K.Prasad2011-03-021-3/+5
* powerpc: Print 32 bits of DSISR in show_regsAnton Blanchard2011-01-211-1/+1
* powerpc: Account time using timebase rather than PURRPaul Mackerras2010-09-021-1/+0Star
* powerpc: Move arch_sd_sibling_asym_packing() to smp.cMichael Neuling2010-09-021-11/+0Star
* powerpc: Inline ppc64_runlatch_offAnton Blanchard2010-08-241-8/+6Star
* powerpc: Use is_32bit_task() helper to test 32 bit binaryDenis Kirjanov2010-08-241-3/+3
* Make do_execve() take a const filename pointerDavid Howells2010-08-181-2/+3
* Mark arguments to certain syscalls as being constDavid Howells2010-08-141-1/+1