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