summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/locore.S
Commit message (Expand)AuthorAgeFilesLines
* MFppc64:nwhitehorn2010-07-131-206/+5
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-10/+1
* Add support for kernel profiling for both AIM and BookE.marcel2008-10-271-1/+4
* MFp4: SMP supportmarcel2008-04-271-5/+5
* Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.marcel2008-04-271-2/+3
* Allocate a stack (with optional guard pages) for thread0 andmarcel2008-04-161-0/+3
* For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabledmarcel2008-03-071-3/+0
* Avoid hardcoding the kernel link address in the linker script.marcel2008-02-271-0/+6
* Forced commit to record that this file was repocopied frommarcel2007-12-141-1/+1
* Copy SPRG0-3 registers at boot-time and restore when calling intogrehan2005-10-301-3/+12
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+2
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-1/+1
* Bring KDB stack size into line with thread stack size (4 pages).grehan2004-07-231-1/+1
* No need for ddb option. Never a need for ipkdb option.grehan2004-07-121-2/+0
* Interrupt statistics, vmstat -i now works.grehan2004-02-111-7/+3
* - Add definition for GET_CPUINFO, required by new trap_subr codegrehan2004-02-041-6/+4
* Remove BAT invalidation. This is done later in the boot sequence,grehan2003-01-221-17/+0
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicgrehan2002-09-191-0/+12
* - Make sure we don't trample our metadata pointer in our initial bootstrap.benno2002-07-101-0/+8
* - Use tmpstk exclusively in the init path.benno2002-06-291-186/+0
* Many fixes to low-level trap and interrupt handling:benno2002-06-291-30/+0
* Commit of stuff that's been sitting in my tree for a while.benno2002-04-291-936/+7
* - Prevent the decrementer interrupt handler from nesting.benno2002-02-281-2/+16
* Make fork work, at least for kthreads. Switching still has some issues.benno2002-02-281-18/+0
* Complete rework of the PowerPC pmap and a number of other bits in the earlybenno2002-02-141-4/+4
* Overhaul the per-CPU support a bit:jhb2001-12-111-6/+6
* Clean up the trap handling code and make it consistent with the other platforms.mp2001-11-051-29/+9
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-201-1/+1
* Fix comment breakage.benno2001-06-271-2/+2
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+1373
OpenPOWER on IntegriCloud