summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-1/+2
* Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.raj2009-03-131-0/+2
* Make Book-E debug register state part of the PCB context.raj2009-02-272-0/+2
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-203-0/+46
* Rework BookE pmap towards multi-core support.raj2009-01-134-22/+30
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-0/+9
* Improve MPC85XX helper routines.raj2008-12-171-9/+9
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-3/+0
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-0/+3
* Unbreak previous commit.marcel2008-11-221-2/+0
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* 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
OpenPOWER on IntegriCloud