summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/locore64.S
Commit message (Expand)AuthorAgeFilesLines
* Enter 64-bit mode as early as possible in the 64-bit PowerPC boot sequence.nwhitehorn2016-06-261-0/+8
* Remove dead code and dead comments, most notably the implemenation of thenwhitehorn2016-01-101-93/+6
* Switch setting MSR[SF] to C code. This removes any CPU-specific codenwhitehorn2016-01-021-7/+0
* Make ELFv2 powerpc64 kernels build and run. Loader support will come in anwhitehorn2015-11-291-0/+4
* Make sure to relocate tmpstk with everything else and avoid processingnwhitehorn2015-01-211-2/+6
* Add some initial infrastructure for relocating the kernel in place.nwhitehorn2015-01-191-3/+23
* Use TOC to look up all kernel globals on powerpc64 instead of doing thenwhitehorn2015-01-181-2/+4
* Refactor PowerPC (especially AIM) init sequence to be less baroque.nwhitehorn2015-01-181-85/+39
* We should have an isync after switching MSR[SF] in bootstrap.nwhitehorn2014-09-231-0/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-2/+0
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-071-0/+2
* The `end' symbol doesn't match the end of the kernel image because it'srpaulo2012-06-291-3/+4
* This commit adds profiling support for powerpc64. Now we can do applicationandreast2012-01-201-2/+2
* On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytesattilio2011-07-191-2/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-2/+5
* Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)nwhitehorn2011-06-231-2/+1
* Quantities stored on the stack on ppc64 tend to be twice as large as onnwhitehorn2011-06-031-1/+1
* MFpseries:nwhitehorn2011-06-021-132/+0
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-181-4/+4
* MFppc64:nwhitehorn2010-07-131-0/+369
OpenPOWER on IntegriCloud