aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-03powerpc: Allow the max stack trace depth to be configuredJohannes Berg1-1/+1
2008-12-03powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs()Kumar Gala1-0/+2
2008-08-04powerpc: Remove use of CONFIG_PPC_MERGEKumar Gala1-2/+0
2008-07-28powerpc/booke: Clean up the hardware watchpoint supportKumar Gala1-4/+4
2008-07-25powerpc: BookE hardware watchpoint supportLuis Machado1-0/+46
2008-07-15powerpc: fix giveup_vsx to save registers correctlyMichael Neuling1-1/+9
2008-07-09powerpc: Use new printk extension %pS to print symbols on oopsBenjamin Herrenschmidt1-9/+5
2008-07-03powerpc: Remove old dump_task_* functionsMichael Neuling1-83/+0
2008-07-01powerpc: Update for VSX core file and ptraceMichael Neuling1-18/+1
2008-07-01powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling1-1/+106
2008-07-01powerpc: Add macros to access floating point registers in thread_struct.Michael Neuling1-1/+1
2008-04-29[POWERPC] Add IRQSTACKS support on ppc32Kumar Gala1-0/+2
2008-04-24[POWERPC] Fix kernel stack allocation alignmentBenjamin Herrenschmidt1-0/+31
2008-04-18[POWERPC] Move stackframe definitions to common headerBenjamin Herrenschmidt1-21/+7
2008-04-14Merge branch 'linux-2.6'Paul Mackerras1-5/+5
2008-03-28[POWERPC] Fix missed hardware breakpoints across multiple threadsMichael Ellerman1-5/+5
2008-03-26Merge branch 'linux-2.6'Paul Mackerras1-0/+6
2008-03-26[POWERPC] Don't touch PT_DTRACE in execRoland McGrath1-5/+0
2008-03-20[POWERPC] Fix PMU + soft interrupt disable bugAnton Blanchard1-0/+6
2008-02-14[POWERPC] Fix DEBUG_PREEMPT warning when warningHugh Dickins1-1/+1
2007-12-06[POWERPC] Fix hardware IRQ time accounting problem.Tony Breeds1-1/+1
2007-11-09sched: restore deterministic CPU accounting on powerpcPaul Mackerras1-1/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-1/+1
2007-10-17powerpc: add Altivec/VMX state to coredumpsMark Nelson1-3/+25
2007-10-12[POWERPC] Use 1TB segmentsPaul Mackerras1-2/+7
2007-10-03Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-0/+7
2007-10-03[POWERPC] Make instruction dumping work in real modeScott Wood1-0/+8
2007-09-25[POWERPC] Ensure FULL_REGS on execRoland McGrath1-0/+7
2007-09-14[POWERPC] Add cpu feature for SPE handlingKumar Gala1-4/+11
2007-08-28[POWERPC] Flush registers to proper task contextKumar Gala1-3/+3
2007-07-26[POWERPC] Fix register labels on show_regs() message for 4xx/Book-EKumar Gala1-0/+4
2007-06-14[POWERPC] Always apply DABR changes on context switchesBenjamin Herrenschmidt1-7/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-13[POWERPC] Make tlb flush batch use lazy MMU modeBenjamin Herrenschmidt1-3/+1
2007-04-13Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras1-2/+7
2007-03-26[POWERPC] Use lowercase for hex printouts in oops messages.anton@samba.org1-3/+3
2007-03-22[POWERPC] Remove last_syscallAnton Blanchard1-1/+0
2007-03-16[POWERPC] Fix atomicity of TIF update in flush_thread()Mathieu Desnoyers1-2/+7
2007-03-08[POWERPC] Harden validate_sp against stack corruptionPaul Mackerras1-13/+30
2006-10-16[POWERPC] Better check in show_instructionsAnton Blanchard1-8/+2
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-09[PATCH] powerpc: Implement PR_[GS]ET_UNALIGN prctls for powerpcPaul Mackerras1-0/+11
2006-06-09[PATCH] powerpc: Implement support for setting little-endian mode via prctlPaul Mackerras1-0/+44
2006-03-31[PATCH] unexport get_wchanAdrian Bunk1-1/+0
2006-03-28[PATCH] powerpc: export validate_sp for oprofile calltraceAnton Blanchard1-1/+3
2006-03-27[PATCH] powerpc: declare arch syscalls in <asm/syscalls.h>Arnd Bergmann1-0/+1
2006-03-27[PATCH] powerpc: fix various sparse warningsStephen Rothwell1-1/+5
2006-03-26[PATCH] kretprobe instance recycled by parent processbibo mao1-2/+0
2006-02-24powerpc: Implement accurate task and CPU time accountingPaul Mackerras1-1/+6