| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PowerPC] Fix invalid asm in trap code | Brandon Bergren | 2020-05-27 | 1 | -1/+1 |
| * | D23057: [PowerPC] Fix offset calculations in bridge mode | Brandon Bergren | 2020-01-18 | 1 | -2/+2 |
| * | powerpc: Kernel fixes for ppc32 and powerpcspe w/ lld | Brandon Bergren | 2019-11-14 | 1 | -16/+8 |
| * | powerpc: Add a couple missing isyncs | Justin Hibbits | 2019-04-24 | 1 | -1/+2 |
| * | powerpc64: Add a trap stack area | Leandro Lupori | 2019-02-04 | 1 | -2/+2 |
| * | Use the explicit expanded form of cmp. | Justin Hibbits | 2017-01-18 | 1 | -1/+1 |
| * | Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independent | Nathan Whitehorn | 2015-03-07 | 1 | -33/+58 |
| * | Use relocation-safe methods to determine the sizes of the exception handlers. | Nathan Whitehorn | 2015-01-23 | 1 | -10/+10 |
| * | Add support for dtrace:fbt on modules for PowerPC | Justin Hibbits | 2014-11-29 | 1 | -15/+2 |
| * | cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one. | Justin Hibbits | 2014-11-20 | 1 | -1/+0 |
| * | A page mask size is 12-bits, not 11. | Justin Hibbits | 2014-05-15 | 1 | -1/+1 |
| * | Unbreak non-SMP builds. This was broken by r259284. Also, reorganize the | Justin Hibbits | 2014-01-31 | 1 | -2/+10 |
| * | Save r3 before using it for the trap check, else we end up saving the new r3, | Justin Hibbits | 2013-12-15 | 1 | -2/+4 |
| * | FBT now does work fully on PowerPC. | Justin Hibbits | 2013-12-12 | 1 | -3/+13 |
| * | The kernel stack guard pages are only below the stack pointer, not above. | Nathan Whitehorn | 2013-12-01 | 1 | -1/+2 |
| * | Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code, | Justin Hibbits | 2013-03-18 | 1 | -7/+0 |
| * | Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. | Justin Hibbits | 2012-11-07 | 1 | -0/+20 |
| * | Fix a bug where the pmap_cpu_bootstrap() ap argument could be clobbered. | Nathan Whitehorn | 2011-11-09 | 1 | -2/+3 |
| * | Revert r223479. It is unnecessary and served only to slightly ameliorate | Nathan Whitehorn | 2011-06-26 | 1 | -2/+0 |
| * | Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64) | Nathan Whitehorn | 2011-06-23 | 1 | -4/+10 |
| * | Clear any outstanding atomic reservations when traps are taken. This fixes | Nathan Whitehorn | 2011-06-23 | 1 | -0/+2 |
| * | Add support for the IMISS, DLMISS, and DSMISS traps required to run | Nathan Whitehorn | 2010-11-11 | 1 | -0/+201 |
| * | Restructure the way the copyin/copyout segment is stored to prevent a | Nathan Whitehorn | 2010-10-30 | 1 | -2/+9 |
| * | MFppc64: | Nathan Whitehorn | 2010-07-13 | 1 | -0/+678 |