summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c
AgeCommit message (Expand)Author
2012-09-05powerpc: Fix DSCR inheritance in copy_thread()Anton Blanchard
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
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar
2010-07-09powerpc/book3e: Hack to get gdb moving along on Book3E 64-bitBenjamin Herrenschmidt
2010-07-09Merge commit 'paulus-perf/master' into nextBenjamin Herrenschmidt
2010-06-29sched: Fix spelling of siblingMichael Neuling
2010-06-22powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad
2010-06-15powerpc: Unconditionally enabled irq stacksChristoph Hellwig
2010-06-09powerpc: Exclude arch_sd_sibiling_asym_packing() on UPPeter Zijlstra
2010-06-09powerpc: Enable asymmetric SMT scheduling on POWER7Michael Neuling
2010-05-05powerpc/476: Add isync after loading mmu and debug spr'sDave Kleikamp
2010-02-17powerpc/booke: Add support for advanced debug registersDave Kleikamp
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp
2010-02-01powerpc: TIF_ABI_PENDING bit removalAndreas Schwab
2009-10-27powerpc: Fix compile errors found by new ppc64e_defconfigKumar Gala
2009-10-13powerpc/ftrace: show real return addresses in modulesSteven Rostedt
2009-09-24powerpc: Move 64bit heap above 1TB on machines with 1TB segmentsAnton Blanchard
2009-09-11powerpc/booke: Don't set DABR on 64-bit BookE, use DAC1 insteadBenjamin Herrenschmidt
2009-08-20powerpc: Clean ifdef usage in copy_thread()Benjamin Herrenschmidt