aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_32.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/ppc32/tracing: Add stack frame to calls of trace_hardirqs_on/offSteven Rostedt2011-01-211-0/+11
* powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-291-0/+1
* powerpc/47x: Base ppc476 supportDave Kleikamp2010-05-051-0/+5
* powerpc: Use names rather than numbers for SPRGs (v2)Benjamin Herrenschmidt2009-08-201-10/+10
* powerpc: Add irqtrace support for 32-bit powerpcBenjamin Herrenschmidt2009-06-261-4/+123
* powerpc: Unify opcode definitions and supportKumar Gala2009-02-231-4/+4
* powerpc32, ftrace: dynamic function graph tracerSteven Rostedt2009-02-231-2/+6
* powerpc32, ftrace: port function graph tracer to ppc32, static onlySteven Rostedt2009-02-231-1/+42
* powerpc32, ftrace: save and restore mcount regs with macroSteven Rostedt2009-02-231-59/+9
* powerpc/book-3e: Introduce concept of Book-3e MMUKumar Gala2009-02-121-3/+3
* powerpc: ftrace, do nothing in mcount call for dyn ftraceSteven Rostedt2008-11-281-31/+9
* ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-201-1/+1
* powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath2008-07-281-2/+2
* powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath2008-07-281-1/+6
* powerpc/booke: Clean up the hardware watchpoint supportKumar Gala2008-07-281-3/+3
* powerpc: BookE hardware watchpoint supportLuis Machado2008-07-251-3/+3
* Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2008-07-151-0/+127
|\
| * ftrace: store mcount address in rec->ipAbhishek Sagar2008-06-231-0/+4
| * ftrace: powerpc clean upsSteven Rostedt2008-05-261-9/+2
| * ftrace: support for PowerPCSteven Rostedt2008-05-231-0/+130
* | powerpc/85xx: add DOZE/NAP support for e500 coreKumar Gala2008-06-261-4/+4
* | [POWERPC] 40x/Book-E: Save/restore volatile exception registersKumar Gala2008-06-021-2/+123
* | [POWERPC] Rework EXC_LEVEL_EXCEPTION_PROLOG codeKumar Gala2008-06-021-13/+0
* | [POWERPC] Defer processing of interrupts when the CPU wakes from sleep modePaul Mackerras2008-05-161-0/+8
* | [POWERPC] Define and use TLF_RESTORE_SIGMASKRoland McGrath2008-05-141-2/+2
|/
* [POWERPC] Add IRQSTACKS support on ppc32Kumar Gala2008-04-291-2/+3
* [POWERPC] Make Book-E debug handling SMP safeKumar Gala2008-04-171-9/+21
* [POWERPC] Avoid unpaired stwcx. on some processorsBecky Bruce2007-11-131-0/+6
* [POWERPC] 4xx: Deal with 44x virtually tagged icacheBenjamin Herrenschmidt2007-11-011-0/+23
* [POWERPC] Add cpu feature for SPE handlingKumar Gala2007-09-141-0/+4
* [POWERPC] Fix COMMON symbol warningsKumar Gala2007-05-171-3/+15
* [POWERPC] Remove last_syscallAnton Blanchard2007-03-221-1/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* powerpc: Use correct sequence for putting CPU into nap modePaul Mackerras2006-04-181-18/+17
* powerpc: Unify the 32 and 64 bit idle loopsPaul Mackerras2006-03-271-2/+6
* powerpc: Fix various syscall/signal/swapcontext bugsPaul Mackerras2006-03-081-71/+24
* [PATCH] TIF_RESTORE_SIGMASK support for arch/powerpcDavid Woodhouse2006-01-181-4/+4
* [PATCH] powerpc: Cleanup LOADADDR etc. asm macrosDavid Gibson2006-01-131-1/+1
* [PATCH] Fix code that saves NVGPRS in 32-bit signal frameDavid Woodhouse2006-01-091-3/+3
* [PATCH] syscall entry/exit revampDavid Woodhouse2006-01-091-71/+96
* powerpc: Rename asm offset TRAP to _TRAP for 32-bitPaul Mackerras2005-10-281-22/+22
* powerpc: Merge rtas.c into arch/powerpc/kernelPaul Mackerras2005-10-261-7/+5
* [PATCH] powerpc: Merge thread_info.hDavid Gibson2005-10-211-13/+12
* powerpc: Fix a branch-too-far link error for 32-bit targetsPaul Mackerras2005-10-201-1/+2
* powerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.SPaul Mackerras2005-10-101-0/+1002