aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/process.c
AgeCommit message (Expand)Author
2014-03-07powerpc/tm: Fix crash when forking inside a transactionMichael Neuling
2014-01-29powerpc: Fix hw breakpoints on !HAVE_HW_BREAKPOINT configurationsAndreas Schwab
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-01-15Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-07powerpc: fix exception clearing in e500 SPE float emulationJoseph Myers
2013-12-20Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini
2013-12-11powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood
2013-11-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2013-11-21powerpc: Only print PACATMSCRATCH in oops when TM is activeAnton Blanchard
2013-11-21powerpc: Remove a few lines of oops outputAnton Blanchard
2013-11-21powerpc: Print DAR and DSISR on machine check oopsesAnton Blanchard
2013-11-21powerpc: ELF2 binaries launched directly.Rusty Russell
2013-10-31powerpc/tm: Remove interrupt disable in __switch_to()Michael Neuling
2013-10-18powerpc: export debug registers save function for KVMBharat Bhushan
2013-10-18powerpc: move debug registers in a structureBharat Bhushan
2013-10-18powerpc: remove unnecessary line continuationsBharat Bhushan
2013-10-11powerpc: Provide for giveup_fpu/altivec to save state in alternate locationPaul Mackerras
2013-10-11powerpc: Put FP/VSX and VR state into structuresPaul Mackerras
2013-09-25powerpc: Remove ksp_limit on ppc64Benjamin Herrenschmidt
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt
2013-08-14powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabledKevin Hao
2013-08-09powerpc: Save the TAR register earlierMichael Neuling
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt
2013-07-01powerpc/perf: Core EBB support for 64-bit book3sMichael Ellerman
2013-06-15powerpc: Fix stack overflow crash in resume_kernel when ftracingMichael Ellerman
2013-06-10powerpc/hw_breakpoints: Add DABRX cpu feature to fix 32-bit regressionMichael Neuling
2013-05-14powerpc/booke64: Fix kernel hangs at kernel_dbg_excScott Wood
2013-05-14powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning againLi Zhong
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-24Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt
2013-04-23ptrace/powerpc: Don't flush_ptrace_hw_breakpoint() on fork()Oleg Nesterov
2013-04-10powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling
2013-02-15powerpc: Hook in new transactional memory codeMichael Neuling
2013-02-15powerpc: Add reclaim and recheckpoint functions for context switching transac...Michael Neuling
2013-02-15powerpc: Add transactional memory paca scratch register to show_regsMichael Neuling
2013-02-15powerpc: New macros for transactional memory supportMichael Neuling
2013-01-29powerpc: Add length setting to set_dawrMichael Neuling
2013-01-16powerpc: Rename set_break to avoid naming conflictMichael Neuling
2013-01-10powerpc: Add the DAWR support to the set_break()Michael Neuling
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling
2013-01-10powerpc: Define ppr in thread_structHaren Myneni
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