summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-223-3/+0
* Make genclock standard on all platforms.phk2008-04-212-2/+0
* Switch to using genclock. Have nexus double as clock device formarcel2008-04-213-77/+78
* Simplify the pmap_zero_page family of functions by making use ofmarcel2008-04-171-160/+6
* Allocate a stack (with optional guard pages) for thread0 andmarcel2008-04-163-70/+60
* Get rid of an empty RTC implementation and hook up genclock instead.phk2008-04-132-44/+1
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-1/+1
* Fix copy-n-paste typos in free text.marcel2008-04-101-3/+3
* Include <sys/types.h> before <sys/systm.h> to get typedefs requiredgrehan2008-04-098-8/+8
* 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
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-45/+1
* Align functions to 16-byte boundaries due to profiling granularity.marcel2008-04-031-1/+1
* Set sc_psim so that the openpic core can correct the off-by-onemarcel2008-04-031-0/+5
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-271-0/+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-263-24/+0
* Simplify the interrupt code a bit:jhb2008-03-171-6/+1
* Make remote GDB work for AIM processors. For BookE, the kernelmarcel2008-03-172-43/+27
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+2
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-163-3/+3
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-141-1/+1
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatraj2008-03-124-1/+37
* Remove kernel support for M:N threading.jeff2008-03-125-15/+2
* In intr_lookup(), when adding an IRQ to powerpc_intrs[], alsomarcel2008-03-111-7/+10
* Don't use in32() and out32() when writing to the CCSRBAR. Themarcel2008-03-091-9/+26
* Enable the D-cache and I-cache when not already enabled.marcel2008-03-081-3/+28
* For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabledmarcel2008-03-074-11/+16
* Add support for the BUS_CONFIG_INTR() method to the platform and tomarcel2008-03-079-42/+136
* Add a catch-all for PCPU_MD_FIELDS. While we expect this to bemarcel2008-03-061-0/+7
* o We don't have to keep track of the PIC, nor do we have to make suremarcel2008-03-051-28/+39
* o Various fixes related to PCI Express:marcel2008-03-051-37/+65
* Also comment-out options MPC85XX. We don't define CCSRBAR_* without E500.marcel2008-03-041-1/+1
* Comment-out cpu E500. We can't yet build it with AIM at the same time.marcel2008-03-041-1/+1
* Add the pic_ipi method. While here, eliminate the unused openpic_ocpbus_softcmarcel2008-03-041-9/+4
* Import the omitted gdb_machdep.c for PowerPC kernel.raj2008-03-031-2/+57
* Connect MPC85XX to the PowerPC build.raj2008-03-032-0/+74
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-0321-3/+9456
* 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-0212-105/+240
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-021-0/+7
* Avoid hardcoding the kernel link address in the linker script.marcel2008-02-272-0/+7
* Teach PowerPC CPU identification routines to recognize e500 cores. Fix styleraj2008-02-253-93/+117
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCraj2008-02-241-1/+5
* Don't define DEBUG. No debugging required.marcel2008-02-241-2/+0
* Resolve warnings exposed by LINT.marcel2008-02-245-26/+5
* Add FPU_EMU.marcel2008-02-231-0/+2
* Add a floating-point emulator so that a single userland or single ABImarcel2008-02-2313-0/+3880
* Define the bootinfo structure for FreeBSD. It is not used onmarcel2008-02-232-73/+56
* Enable option WITNESS_SKIPSPIN by default.marcel2008-02-161-0/+1
OpenPOWER on IntegriCloud