| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | Consistently provide ffs/fls using builtins | Mitchell Horne | 2023-07-06 | 1 | -14/+0 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | powerpc: change mfpvr return type to uint32_t | Leandro Lupori | 2021-07-28 | 1 | -2/+2 |
* | [PowerPC] Floating-point exception trap followup | Brandon Bergren | 2020-12-13 | 1 | -4/+4 |
* | [POWERPC] Floating-Point Exception trap support | Alfredo Dal'Ava Junior | 2020-11-06 | 1 | -0/+19 |
* | powerpc: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | powerpc64: Implement Radix MMU for POWER9 CPUs | Justin Hibbits | 2020-05-11 | 1 | -0/+28 |
* | powerpc: Use builtins for fls/flsl | Justin Hibbits | 2019-12-08 | 1 | -0/+14 |
* | powerpc: Adjust priority NOPs, and make them functions | Justin Hibbits | 2019-04-12 | 1 | -0/+37 |
* | sys/powerpc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Bring back r313037, with fixes for mips: | Jason A. Harmening | 2017-02-19 | 1 | -1/+1 |
* | Revert r313037 | Jason A. Harmening | 2017-02-04 | 1 | -1/+1 |
* | Implement get_pcpu() for the remaining architectures and use it to | Jason A. Harmening | 2017-02-01 | 1 | -1/+1 |
* | Add an isync to after mtsrin, required by the MPC750 errata | Justin Hibbits | 2016-11-25 | 1 | -1/+1 |
* | Correctly specify assembler constrains for synchronization instructions. | Nathan Whitehorn | 2012-04-22 | 1 | -3/+3 |
* | Remove dead code. The routines in atomic.S did not work properly anyway, and | Nathan Whitehorn | 2012-04-22 | 1 | -10/+0 |
* | Add CPU support code for the IBM Cell Broadband Engine. | Nathan Whitehorn | 2010-11-12 | 1 | -0/+11 |
* | MFppc64: | Nathan Whitehorn | 2010-07-13 | 1 | -0/+15 |
* | Improve style(9) | Rafal Jaworowski | 2009-05-14 | 1 | -6/+6 |
* | PowerPC common SMP startup and time base rework. | Rafal Jaworowski | 2009-05-14 | 1 | -1/+25 |
* | Fix compilation in the case when kernel doesn't have KDB ebabled. | Maxim Sobolev | 2008-10-30 | 1 | -0/+7 |
* | In powerpc_get_pcpup(), make the inline assembly statement | Marcel Moolenaar | 2008-09-16 | 1 | -1/+1 |
* | Remove restore_intr(). We have intr_restore()... | Marcel Moolenaar | 2008-08-31 | 1 | -7/+0 |
* | Add powerpc_sync() as an inline function. | Marcel Moolenaar | 2008-08-30 | 1 | -0/+7 |
* | MFp4: SMP support | Marcel Moolenaar | 2008-04-27 | 1 | -9/+1 |
* | Remove mfsvr(): | Marcel Moolenaar | 2008-04-27 | 1 | -10/+0 |
* | Improve handling of Local Access Windows on MPC85xx systems: | Rafal Jaworowski | 2008-04-26 | 1 | -0/+11 |
* | Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EE | Peter Grehan | 2004-08-07 | 1 | -1/+1 |
* | DDB -> KDB, and rename low-level trap handler to avoid name conflict. | Peter Grehan | 2004-07-12 | 1 | -4/+4 |
* | Make breakpoint() actually break into ddb. | Andrew Gallatin | 2003-12-09 | 1 | -5/+6 |
* | Doh. Forgot to remove _KERNEL version. | Peter Grehan | 2003-02-23 | 1 | -7/+0 |
* | Expose powerpc_mb() to user-space. Currently needed for atomic.h users, | Peter Grehan | 2003-02-22 | 1 | -0/+10 |
* | Add an inline function wrapper for the mfpvf (Move From Processor Version | Benno Rice | 2003-02-05 | 1 | -0/+10 |
* | Fix clearing of recoverable exception MSR bit when disabling | Peter Grehan | 2002-09-19 | 1 | -1/+1 |
* | Add an inline to call eieio. | Benno Rice | 2002-06-29 | 1 | -0/+7 |
* | Add inlines for mtsrin and mfsrin. | Benno Rice | 2002-04-16 | 1 | -0/+17 |
* | Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() | Matthew Dillon | 2002-04-01 | 1 | -6/+0 |
* | Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt | Matthew Dillon | 2002-03-27 | 1 | -22/+7 |
* | - Make all inlines for manipulating supervisor-level registers accept/return | Benno Rice | 2002-03-21 | 1 | -6/+13 |
* | GC some unused, bogus interrupt functions and replace them with proper | Benno Rice | 2002-03-21 | 1 | -20/+6 |
* | - When enabling/disabling interrupts, set/clear both PSL_EE and PSL_RI, not | Benno Rice | 2002-02-28 | 1 | -5/+12 |
* | Simple fixes to get the powerpc kernel compiling again. | Andrew Gallatin | 2002-01-28 | 1 | -1/+1 |
* | Modify the critical section API as follows: | John Baldwin | 2001-12-18 | 1 | -2/+4 |
* | Overhaul the per-CPU support a bit: | John Baldwin | 2001-12-11 | 1 | -3/+3 |
* | Minor style(9)'ing | David E. O'Brien | 2001-08-16 | 1 | -2/+9 |
* | Fix the atomic_*_32 operations. These were written before I had the ability | Benno Rice | 2001-06-27 | 1 | -30/+52 |
* | This commit (along with one pending in sys/dev/ofw and one in sys/conf) give | Benno Rice | 2001-06-16 | 1 | -0/+127 |