aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix system calls on Cell entered with XER.SO=1Paul Mackerras2008-12-011-1/+7
* ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-201-1/+1
* powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bitPaul Mackerras2008-09-151-9/+7
* powerpc: Streamline ret_from_except_lite for non-iSeries platformsMichael Ellerman2008-08-201-24/+29
* powerpc: Add TIF_NOTIFY_RESUME support for tracehookRoland McGrath2008-07-281-2/+1
* powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath2008-07-281-1/+6
* Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt2008-07-151-0/+65
|\
| * ftrace: store mcount address in rec->ipAbhishek Sagar2008-06-231-1/+4
| * ftrace: support for PowerPCSteven Rostedt2008-05-231-0/+62
* | powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling2008-07-011-0/+5
* | powerpc: Use an alternative feature section in entry_64.SMichael Ellerman2008-07-011-6/+6
|/
* [POWERPC] irqtrace support for 64-bit powerpcBenjamin Herrenschmidt2008-04-181-2/+25
* [POWERPC] Move stackframe definitions to common headerBenjamin Herrenschmidt2008-04-181-1/+2
* [POWERPC] Add 1TB workaround for PA6TOlof Johansson2007-10-171-0/+6
* [POWERPC] Use 1TB segmentsPaul Mackerras2007-10-121-1/+13
* [POWERPC] Remove barriers from the SLB shadow buffer updateMichael Neuling2007-09-191-4/+4
* [POWERPC] Fixes for the SLB shadow buffer codeMichael Neuling2007-08-031-0/+3
* remove unused TIF_NOTIFY_RESUME flagStephane Eranian2007-07-311-1/+0
* [POWERPC] Clear RI bit in MSR before restoring r13 when returning to userspacePaul Mackerras2007-02-071-26/+33
* [POWERPC] Fix manual assembly WARN_ON() in enter_rtas().David Woodhouse2007-01-091-8/+5
* [POWERPC] iSeries: Eliminate "exceeds stub group size" warningsStephen Rothwell2006-12-041-1/+3
* [PATCH] Remove occurences of PPC_MULTIPLATFORM in head_64.Ss.hauer@pengutronix.de2006-11-131-4/+0
* [POWERPC] Make sure interrupt enable gets restored properlyPaul Mackerras2006-10-181-0/+4
* [POWERPC] Lazy interrupt disabling for 64-bit machinesPaul Mackerras2006-10-161-21/+18
* [POWERPC] implement BEGIN/END_FW_FTR_SECTIONStephen Rothwell2006-10-031-6/+12
* [POWERPC] SLB shadow buffer cleanupMichael Neuling2006-08-251-9/+4
* [POWERPC] Implement SLB shadow bufferMichael Neuling2006-08-081-0/+13
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [POWERPC] system call micro optimisationAnton Blanchard2006-06-151-1/+1
* [PATCH] powerpc: Workaround for pSeries RTAS bugMike Kravetz2006-03-281-0/+6
* Merge ../linux-2.6Paul Mackerras2006-03-091-73/+21
|\
| * powerpc: Fix various syscall/signal/swapcontext bugsPaul Mackerras2006-03-081-73/+21
* | powerpc: Implement accurate task and CPU time accountingPaul Mackerras2006-02-241-2/+5
* | [PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason2006-02-101-3/+1
|/
* [PATCH] TIF_RESTORE_SIGMASK support for arch/powerpcDavid Woodhouse2006-01-181-1/+1
* [PATCH] powerpc: Remove lppaca structure from the PACADavid Gibson2006-01-131-1/+2
* [PATCH] powerpc: Cleanup LOADADDR etc. asm macrosDavid Gibson2006-01-131-7/+5
* [PATCH] powerpc: Separate usage of KERNELBASE and PAGE_OFFSETMichael Ellerman2006-01-091-2/+2
* [PATCH] ppc64 syscall_exit_work: call the save_nvgprs function, not its descr...David Woodhouse2006-01-091-1/+1
* [PATCH] syscall entry/exit revampDavid Woodhouse2006-01-091-99/+115
* powerpc: correct register usage in 64-bit syscall exit pathPaul Mackerras2005-12-201-2/+2
* [PATCH] audit_sysctl_exit can only be used with CONF_AUDIT_SYSCTLHorms2005-11-011-1/+1
* powerpc: change sys32_ to compat_sys_Stephen Rothwell2005-10-181-5/+5
* powerpc: Introduce entry_{32,64}.S, misc_{32,64}.S, systbl.SPaul Mackerras2005-10-101-0/+842