summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants.marcel2008-11-161-3/+3
* Fix compilation in the case when kernel doesn't have KDB ebabled.sobomax2008-10-301-0/+7
* Add support for little-endian compilations to this file.marcel2008-10-301-1/+15
* Add support for kernel profiling for both AIM and BookE.marcel2008-10-271-49/+75
* Declare btext and etext. Needed by sys/kern/subr_prof.c formarcel2008-10-271-0/+3
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-141-58/+0
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-281-4/+0
* Expand the DBDMA API to allow setting device-dependent control bits. Whilenwhitehorn2008-09-271-4/+36
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-4/+1
* In preparation for PowerPC G5 support, allow PVO objects to contain pagenwhitehorn2008-09-232-2/+8
* Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T...nwhitehorn2008-09-231-1/+1
* In powerpc_get_pcpup(), make the inline assembly statementmarcel2008-09-161-1/+1
* Remove the tracing from the AP startup. The AP is knownmarcel2008-09-161-3/+3
* o Remove SPR_TSR & SPR_TCR for AIM.marcel2008-09-151-8/+23
* Remove restore_intr(). We have intr_restore()...marcel2008-08-311-7/+0
* Add powerpc_sync() as an inline function.marcel2008-08-301-0/+7
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-1/+2
* Remove the unused M_MEMDEV from the kernel.ed2008-06-251-2/+0
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
* Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMAmarcel2008-06-071-0/+118
* MFp4: SMP supportmarcel2008-04-272-14/+11
* MFp4: SMP supportmarcel2008-04-271-6/+63
* Remove mfsvr():marcel2008-04-271-10/+0
* Improve handling of Local Access Windows on MPC85xx systems:raj2008-04-261-0/+11
* Move System Revision defines to a bit better place, add MPC8572 systems IDs.raj2008-04-261-9/+9
* Fix copy-n-paste typos in free text.marcel2008-04-101-3/+3
* Reimplement atomic_add, atomic_clear, atomic_set and atomic_subtractmarcel2008-04-091-272/+294
* Quick fix for the kernel build breakage in netgraph and themarcel2008-04-081-2/+4
* Align functions to 16-byte boundaries due to profiling granularity.marcel2008-04-031-1/+1
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-4/+0
* Make remote GDB work for AIM processors. For BookE, the kernelmarcel2008-03-171-3/+15
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+2
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatraj2008-03-122-0/+4
* For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabledmarcel2008-03-071-0/+2
* Add support for the BUS_CONFIG_INTR() method to the platform and tomarcel2008-03-072-0/+2
* Add a catch-all for PCPU_MD_FIELDS. While we expect this to bemarcel2008-03-061-0/+7
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-033-0/+47
* Rework and extend PowerPC headers definitons towards Book-E/e500 CPUs support.raj2008-03-0310-139/+730
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-025-57/+124
* Teach PowerPC CPU identification routines to recognize e500 cores. Fix styleraj2008-02-252-2/+11
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCraj2008-02-241-1/+5
* Define the bootinfo structure for FreeBSD. It is not used onmarcel2008-02-232-73/+56
* Add PIC support for IPIs. When registering an interrupt handler,marcel2008-02-123-21/+55
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-192-626/+346
* Rename OEA to AIM. The former means nothing as it applies to allmarcel2007-12-161-5/+1
* Add stubs to unbreak LINT.jkoshy2007-12-071-0/+4
* Break out stack(9) from ddb(4):rwatson2007-12-021-0/+36
* Define atomic_readandclear_ptr.jasone2007-11-271-0/+1
OpenPOWER on IntegriCloud