| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 1 | -1/+1 |
| * | powerpc: Add a (CPU/runtime features) flags set to pcpu struct | Justin Hibbits | 2020-06-06 | 1 | -0/+4 |
| * | [PowerPC] Fix panic when attempting to handle an HMI from an idle thread | Brandon Bergren | 2019-12-30 | 1 | -1/+2 |
| * | powerpc/booke: Make the TLB save area and mask match | Justin Hibbits | 2019-11-08 | 1 | -2/+2 |
| * | powerpc64: Add initial support for HTM (kABI) | Breno Leitao | 2018-09-06 | 1 | -0/+1 |
| * | Merge AIM and Book-E PCPU fields | Justin Hibbits | 2018-02-17 | 1 | -37/+27 |
| * | Remove PIR from PCPU data. It has an implementation-defined meaning that | Nathan Whitehorn | 2017-12-31 | 1 | -1/+0 |
| * | sys/powerpc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter | Gleb Smirnoff | 2017-04-17 | 1 | -4/+4 |
| * | Introduce 64-bit PowerPC Book-E support | Justin Hibbits | 2017-03-17 | 1 | -2/+9 |
| * | 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 |
| * | Fix the build post-r309017 for MPC85XX/MPC85XXSPE | Justin Hibbits | 2016-11-24 | 1 | -1/+1 |
| * | Add two new pmap functions: | Jason A. Harmening | 2015-08-04 | 1 | -2/+10 |
| * | Add PMU-based CPU frequency scaling. This method is used on most Titanium | Justin Hibbits | 2013-12-13 | 1 | -1/+2 |
| * | Follow up r223485, which made AIM use the ABI thread pointer instead of | Nathan Whitehorn | 2013-11-11 | 1 | -2/+0 |
| * | Pad the PCPU MD struct, to satisfy an assert added with the projects/counters | Justin Hibbits | 2013-06-04 | 1 | -1/+1 |
| * | Since UMA_ZONE_PCPU zones put a constraint on sizeof(struct pcpu), declared | Gleb Smirnoff | 2013-04-10 | 1 | -7/+1 |
| * | Merge from projects/counters: | Gleb Smirnoff | 2013-04-08 | 1 | -3/+6 |
| * | Let us manage differences of Book-E PowerPC variations i.e. vendor / | Rafal Jaworowski | 2012-05-27 | 1 | -1/+1 |
| * | Rework SLB trap handling so that double-faults into an SLB trap handler are | Nathan Whitehorn | 2012-01-15 | 1 | -1/+3 |
| * | Use a global __pure2 function instead of a global register variable for | Nathan Whitehorn | 2011-11-17 | 1 | -4/+11 |
| * | Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64) | Nathan Whitehorn | 2011-06-23 | 1 | -0/+8 |
| * | Split the SLB mirror cache into two kinds of object, one for kernel maps | Nathan Whitehorn | 2010-09-16 | 1 | -1/+1 |
| * | MFppc64: | Nathan Whitehorn | 2010-07-13 | 1 | -12/+24 |
| * | Add SMP support on U3-based G5 systems. This does not yet work perfectly: | Nathan Whitehorn | 2009-10-23 | 1 | -2/+2 |
| * | Initial support for SMP on PowerPC MPC85xx. | Rafal Jaworowski | 2009-05-21 | 1 | -0/+2 |
| * | Add Altivec support for supported CPUs. This is derived from the FPU support | Nathan Whitehorn | 2009-02-20 | 1 | -0/+1 |
| * | Rework BookE pmap towards multi-core support. | Rafal Jaworowski | 2009-01-13 | 1 | -1/+2 |
| * | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | John Baldwin | 2008-08-19 | 1 | -1/+2 |
| * | MFp4: SMP support | Marcel Moolenaar | 2008-04-27 | 1 | -5/+10 |
| * | Add a catch-all for PCPU_MD_FIELDS. While we expect this to be | Marcel Moolenaar | 2008-03-06 | 1 | -0/+7 |
| * | Unify and generalize PowerPC headers, adjust AIM code accordingly. | Rafal Jaworowski | 2008-03-02 | 1 | -4/+55 |
| * | Rework the PCPU_* (MD) interface: | Attilio Rao | 2007-06-04 | 1 | -1/+2 |
| * | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | Alan Cox | 2007-03-11 | 1 | -0/+6 |
| * | Gratuitous namechange to avoid low-level association with ddb. | Peter Grehan | 2004-07-12 | 1 | -1/+1 |
| * | Move temporary register save area from exception-vector memory to | Peter Grehan | 2004-02-04 | 1 | -3/+15 |
| * | FPU support. | Benno Rice | 2002-05-13 | 1 | -1/+2 |
| * | Commit of stuff that's been sitting in my tree for a while. | Benno Rice | 2002-04-29 | 1 | -1/+4 |
| * | Overhaul the per-CPU support a bit: | John Baldwin | 2001-12-11 | 1 | -35/+12 |
| * | The interrupt nesting level is per-thread not per-CPU on FreeBSD. | John Baldwin | 2001-11-14 | 1 | -1/+0 |
| * | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | John Baldwin | 2001-09-18 | 1 | -10/+10 |
| * | - Fix a missed idleproc -> idlethread conversion. | John Baldwin | 2001-09-18 | 1 | -2/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -9/+10 |
| * | style(9) and make consistent across platforms | David E. O'Brien | 2001-08-16 | 1 | -14/+13 |
| * | Axe unused and invalid astpending globaldata member. | John Baldwin | 2001-08-04 | 1 | -1/+0 |
| * | This commit (along with one pending in sys/dev/ofw and one in sys/conf) give | Benno Rice | 2001-06-16 | 1 | -4/+6 |
| * | Overhaul of the SMP code. Several portions of the SMP kernel support have | John Baldwin | 2001-04-27 | 1 | -7/+0 |