aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim/aim_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Split the PowerISA 3.0 HPT implementation from historicJustin Hibbits2018-06-141-1/+3
* Add hypervisor trap handling, using HSRR0/HSRR1Justin Hibbits2018-05-191-0/+6
* powerpc64: Set n_slbs = 32 for POWER9Justin Hibbits2018-04-201-0/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Restore missing temporary variable, deleted by accident in r330845. ThisNathan Whitehorn2018-03-131-2/+3
* Execute PowerPC64/AIM kernel from direct map region when possible.Nathan Whitehorn2018-03-131-27/+58
* Move the powerpc64 direct map base address from zero to high memory. ThisNathan Whitehorn2018-03-071-1/+23
* Merge AIM and Book-E PCPU fieldsJustin Hibbits2018-02-171-1/+1
* Change the default MSR values used when starting userland and kernelNathan Whitehorn2018-02-011-0/+21
* Install the SLB miss trap-handling code in the SLB-based MMU driver set up,Nathan Whitehorn2018-01-151-4/+0
* Missed platform_smp_timebase_sync() in r326205.Nathan Whitehorn2017-11-251-1/+1
* Make n_slbs public in a more straightforward way. Some platforms (likeNathan Whitehorn2017-11-251-1/+1
* Enter 64-bit mode as early as possible in the 64-bit PowerPC boot sequence.Nathan Whitehorn2016-06-261-11/+0
* Switch setting MSR[SF] to C code. This removes any CPU-specific codeNathan Whitehorn2016-01-021-0/+11
* Unify booke and AIM machdep.Justin Hibbits2015-04-301-0/+616