aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_32.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-22powerpc: Fix various issues with return to userspaceBenjamin Herrenschmidt1-1/+1
2011-11-16powerpc/trace: Add a dummy stack frame for trace_hardirqs_offKevin Hao1-0/+15
2011-01-21powerpc/ppc32/tracing: Add stack frame to calls of trace_hardirqs_on/offSteven Rostedt1-0/+11
2010-11-29powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell1-0/+1
2010-05-05powerpc/47x: Base ppc476 supportDave Kleikamp1-0/+5
2009-08-20powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt1-10/+10
2009-06-26powerpc: Add irqtrace support for 32-bit powerpcBenjamin Herrenschmidt1-4/+123
2009-02-23powerpc: Unify opcode definitions and supportKumar Gala1-4/+4
2009-02-23powerpc32, ftrace: dynamic function graph tracerSteven Rostedt1-2/+6
2009-02-23powerpc32, ftrace: port function graph tracer to ppc32, static onlySteven Rostedt1-1/+42
2009-02-23powerpc32, ftrace: save and restore mcount regs with macroSteven Rostedt1-59/+9
2009-02-12powerpc/book-3e: Introduce concept of Book-3e MMUKumar Gala1-3/+3
2008-11-28powerpc: ftrace, do nothing in mcount call for dyn ftraceSteven Rostedt1-31/+9
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt1-1/+1
2008-07-28powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath1-2/+2
2008-07-28powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath1-1/+6
2008-07-28powerpc/booke: Clean up the hardware watchpoint supportKumar Gala1-3/+3
2008-07-25powerpc: BookE hardware watchpoint supportLuis Machado1-3/+3
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt1-0/+127
2008-06-26powerpc/85xx: add DOZE/NAP support for e500 coreKumar Gala1-4/+4
2008-06-23ftrace: store mcount address in rec->ipAbhishek Sagar1-0/+4
2008-06-02[POWERPC] 40x/Book-E: Save/restore volatile exception registersKumar Gala1-2/+123
2008-06-02[POWERPC] Rework EXC_LEVEL_EXCEPTION_PROLOG codeKumar Gala1-13/+0
2008-05-26ftrace: powerpc clean upsSteven Rostedt1-9/+2
2008-05-23ftrace: support for PowerPCSteven Rostedt1-0/+130
2008-05-16[POWERPC] Defer processing of interrupts when the CPU wakes from sleep modePaul Mackerras1-0/+8
2008-05-14[POWERPC] Define and use TLF_RESTORE_SIGMASKRoland McGrath1-2/+2
2008-04-29[POWERPC] Add IRQSTACKS support on ppc32Kumar Gala1-2/+3
2008-04-17[POWERPC] Make Book-E debug handling SMP safeKumar Gala1-9/+21
2007-11-13[POWERPC] Avoid unpaired stwcx. on some processorsBecky Bruce1-0/+6
2007-11-01[POWERPC] 4xx: Deal with 44x virtually tagged icacheBenjamin Herrenschmidt1-0/+23
2007-09-14[POWERPC] Add cpu feature for SPE handlingKumar Gala1-0/+4
2007-05-17[POWERPC] Fix COMMON symbol warningsKumar Gala1-3/+15
2007-03-22[POWERPC] Remove last_syscallAnton Blanchard1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-18powerpc: Use correct sequence for putting CPU into nap modePaul Mackerras1-18/+17
2006-03-27powerpc: Unify the 32 and 64 bit idle loopsPaul Mackerras1-2/+6
2006-03-08powerpc: Fix various syscall/signal/swapcontext bugsPaul Mackerras1-71/+24
2006-01-18[PATCH] TIF_RESTORE_SIGMASK support for arch/powerpcDavid Woodhouse1-4/+4
2006-01-13[PATCH] powerpc: Cleanup LOADADDR etc. asm macrosDavid Gibson1-1/+1
2006-01-09[PATCH] Fix code that saves NVGPRS in 32-bit signal frameDavid Woodhouse1-3/+3
2006-01-09[PATCH] syscall entry/exit revampDavid Woodhouse1-71/+96
2005-10-28powerpc: Rename asm offset TRAP to _TRAP for 32-bitPaul Mackerras1-22/+22
2005-10-26powerpc: Merge rtas.c into arch/powerpc/kernelPaul Mackerras1-7/+5
2005-10-21[PATCH] powerpc: Merge thread_info.hDavid Gibson1-13/+12
2005-10-20powerpc: Fix a branch-too-far link error for 32-bit targetsPaul Mackerras1-1/+2
2005-10-10powerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.SPaul Mackerras1-0/+1002