summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the _long functions using u_long rather than trying tojb2007-11-261-5/+43
* Define atomic_cmpset_acq_long and atomic_cmpset_rel_long so thatjb2007-11-191-2/+4
* Split decr_init() into two, with the section that reads the timebasegrehan2007-11-131-0/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-113-45/+26
* Eliminate <machine/interruptvar.h> as it has only a singlemarcel2007-08-072-34/+3
* Add prototype for trap().marcel2007-08-071-0/+7
* Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32()marcel2007-07-101-3/+8
* Enable the new physical memory allocator.alc2007-06-161-0/+18
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-093-6/+13
* Rework the PCPU_* (MD) interface:attilio2007-06-041-1/+2
* Eliminate some unused definitions that came from NetBSD.alc2007-05-281-2/+0
* Eliminate an unused definition.alc2007-05-271-1/+0
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-4/+4
* Remove stale header.marcel2007-01-261-7/+0
OpenPOWER on IntegriCloud