aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim/locore.S
Commit message (Expand)AuthorAgeFilesLines
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-051-0/+1
* Add a kdb show command to print arbitrary SPRs on PowerPCJustin Hibbits2016-08-131-0/+7
* MFppc64:Nathan Whitehorn2010-07-131-206/+5
* Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn2008-12-201-10/+1
* Add support for kernel profiling for both AIM and BookE.Marcel Moolenaar2008-10-271-1/+4
* MFp4: SMP supportMarcel Moolenaar2008-04-271-5/+5
* Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.Marcel Moolenaar2008-04-271-2/+3
* Allocate a stack (with optional guard pages) for thread0 andMarcel Moolenaar2008-04-161-0/+3
* For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabledMarcel Moolenaar2008-03-071-3/+0
* Avoid hardcoding the kernel link address in the linker script.Marcel Moolenaar2008-02-271-0/+6
* Forced commit to record that this file was repocopied fromMarcel Moolenaar2007-12-141-1/+1
* Copy SPRG0-3 registers at boot-time and restore when calling intoPeter Grehan2005-10-301-2/+11
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+2
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-1/+1
* Bring KDB stack size into line with thread stack size (4 pages).Peter Grehan2004-07-231-1/+1
* No need for ddb option. Never a need for ipkdb option.Peter Grehan2004-07-121-2/+0
* Interrupt statistics, vmstat -i now works.Peter Grehan2004-02-111-7/+3
* - Add definition for GET_CPUINFO, required by new trap_subr codePeter Grehan2004-02-041-6/+4
* Remove BAT invalidation. This is done later in the boot sequence,Peter Grehan2003-01-221-17/+0
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicPeter Grehan2002-09-191-0/+12
* - Make sure we don't trample our metadata pointer in our initial bootstrap.Benno Rice2002-07-101-0/+8
* - Use tmpstk exclusively in the init path.Benno Rice2002-06-291-186/+0
* Many fixes to low-level trap and interrupt handling:Benno Rice2002-06-291-30/+0
* Commit of stuff that's been sitting in my tree for a while.Benno Rice2002-04-291-936/+7
* - Prevent the decrementer interrupt handler from nesting.Benno Rice2002-02-281-2/+16
* Make fork work, at least for kthreads. Switching still has some issues.Benno Rice2002-02-281-18/+0
* Complete rework of the PowerPC pmap and a number of other bits in the earlyBenno Rice2002-02-141-4/+4
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-6/+6
* Clean up the trap handling code and make it consistent with the other platforms.Mark Peek2001-11-051-29/+9
* Update PowerPC MD code to compile and do initial bootstrap based onMark Peek2001-09-201-1/+1
* Fix comment breakage.Benno Rice2001-06-271-2/+2
* Bring in NetBSD code used in the PowerPC port.Benno Rice2001-06-101-0/+1373