| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Altivec support for supported CPUs. This is derived from the FPU support | Nathan Whitehorn | 2009-02-20 | 3 | -0/+46 |
* | Rework BookE pmap towards multi-core support. | Rafal Jaworowski | 2009-01-13 | 4 | -22/+30 |
* | Modularize the Open Firmware client interface to allow run-time switching | Nathan Whitehorn | 2008-12-20 | 1 | -0/+9 |
* | Improve MPC85XX helper routines. | Rafal Jaworowski | 2008-12-17 | 1 | -9/+9 |
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | Warner Losh | 2008-12-17 | 1 | -3/+0 |
* | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | Nathan Whitehorn | 2008-12-15 | 1 | -0/+3 |
* | Unbreak previous commit. | Marcel Moolenaar | 2008-11-22 | 1 | -2/+0 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | Kip Macy | 2008-11-22 | 1 | -0/+4 |
* | Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants. | Marcel Moolenaar | 2008-11-16 | 1 | -3/+3 |
* | Fix compilation in the case when kernel doesn't have KDB ebabled. | Maxim Sobolev | 2008-10-30 | 1 | -0/+7 |
* | Add support for little-endian compilations to this file. | Marcel Moolenaar | 2008-10-30 | 1 | -1/+15 |
* | Add support for kernel profiling for both AIM and BookE. | Marcel Moolenaar | 2008-10-27 | 1 | -49/+75 |
* | Declare btext and etext. Needed by sys/kern/subr_prof.c for | Marcel Moolenaar | 2008-10-27 | 1 | -0/+3 |
* | Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This | Nathan Whitehorn | 2008-10-14 | 1 | -58/+0 |
* | Remove ipi_all() and ipi_self() as the former hasn't been used at | Marius Strobl | 2008-09-28 | 1 | -4/+0 |
* | Expand the DBDMA API to allow setting device-dependent control bits. While | Nathan Whitehorn | 2008-09-27 | 1 | -4/+36 |
* | Allow the cacheline size on PowerPC to be set at runtime. This is essential for | Nathan Whitehorn | 2008-09-24 | 1 | -4/+1 |
* | In preparation for PowerPC G5 support, allow PVO objects to contain page | Nathan Whitehorn | 2008-09-23 | 2 | -2/+8 |
* | Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T... | Nathan Whitehorn | 2008-09-23 | 1 | -1/+1 |
* | In powerpc_get_pcpup(), make the inline assembly statement | Marcel Moolenaar | 2008-09-16 | 1 | -1/+1 |
* | Remove the tracing from the AP startup. The AP is known | Marcel Moolenaar | 2008-09-16 | 1 | -3/+3 |
* | o Remove SPR_TSR & SPR_TCR for AIM. | Marcel Moolenaar | 2008-09-15 | 1 | -8/+23 |
* | 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 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | John Baldwin | 2008-08-19 | 1 | -1/+2 |
* | Remove the unused M_MEMDEV from the kernel. | Ed Schouten | 2008-06-25 | 1 | -2/+0 |
* | Remove the unused major/minor numbers from iodev and memdev. | Ed Schouten | 2008-06-25 | 1 | -1/+0 |
* | Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMA | Marcel Moolenaar | 2008-06-07 | 1 | -0/+118 |
* | MFp4: SMP support | Marcel Moolenaar | 2008-04-27 | 2 | -14/+11 |
* | MFp4: SMP support | Marcel Moolenaar | 2008-04-27 | 1 | -6/+63 |
* | 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 |
* | Move System Revision defines to a bit better place, add MPC8572 systems IDs. | Rafal Jaworowski | 2008-04-26 | 1 | -9/+9 |
* | Fix copy-n-paste typos in free text. | Marcel Moolenaar | 2008-04-10 | 1 | -3/+3 |
* | Reimplement atomic_add, atomic_clear, atomic_set and atomic_subtract | Marcel Moolenaar | 2008-04-09 | 1 | -272/+294 |
* | Quick fix for the kernel build breakage in netgraph and the | Marcel Moolenaar | 2008-04-08 | 1 | -2/+4 |
* | Align functions to 16-byte boundaries due to profiling granularity. | Marcel Moolenaar | 2008-04-03 | 1 | -1/+1 |
* | When building a kernel module, define MAXCPU the same as SMP so | John Birrell | 2008-03-27 | 1 | -2/+2 |
* | The "free-lance" timer in the i8254 is only used for the speaker | Poul-Henning Kamp | 2008-03-26 | 1 | -4/+0 |
* | Make remote GDB work for AIM processors. For BookE, the kernel | Marcel Moolenaar | 2008-03-17 | 1 | -3/+15 |
* | Implement atomic_fetchadd_long() for all architectures and document it. | Pawel Jakub Dawidek | 2008-03-16 | 1 | -0/+2 |
* | Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on what | Rafal Jaworowski | 2008-03-12 | 2 | -0/+4 |
* | For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabled | Marcel Moolenaar | 2008-03-07 | 1 | -0/+2 |
* | Add support for the BUS_CONFIG_INTR() method to the platform and to | Marcel Moolenaar | 2008-03-07 | 2 | -0/+2 |
* | Add a catch-all for PCPU_MD_FIELDS. While we expect this to be | Marcel Moolenaar | 2008-03-06 | 1 | -0/+7 |
* | Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family. | Rafal Jaworowski | 2008-03-03 | 3 | -0/+47 |
* | Rework and extend PowerPC headers definitons towards Book-E/e500 CPUs support. | Rafal Jaworowski | 2008-03-03 | 10 | -139/+730 |
* | Unify and generalize PowerPC headers, adjust AIM code accordingly. | Rafal Jaworowski | 2008-03-02 | 5 | -57/+124 |
* | Teach PowerPC CPU identification routines to recognize e500 cores. Fix style | Rafal Jaworowski | 2008-02-25 | 2 | -2/+11 |
* | Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC | Rafal Jaworowski | 2008-02-24 | 1 | -1/+5 |