summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add a stub for pmap_align_superpage() on machines that don't (yet)alc2008-05-091-0/+10
* The first argment of mtdbatu or mtibatu is part of the encoding.marcel2008-04-281-7/+8
* MFp4: SMP supportmarcel2008-04-2715-137/+714
* Eliminate track_modified_needed(), better known as pmap_track_modified()marcel2008-04-271-37/+8
* MFp4: SMP supportmarcel2008-04-271-6/+63
* Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.marcel2008-04-271-2/+3
* Remove mfsvr():marcel2008-04-273-12/+2
* Take into account the size of the interrupt cell. It's determinedmarcel2008-04-262-14/+27
* Use RSTCR for resetting the MPC8572 (the old way does not apply).raj2008-04-262-7/+25
* Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset()raj2008-04-262-17/+60
* Improve handling of Local Access Windows on MPC85xx systems:raj2008-04-264-19/+50
* Move System Revision defines to a bit better place, add MPC8572 systems IDs.raj2008-04-261-9/+9
* Enable NFSLOCKD for MPC85XX kernel to comply with recent NFS rework.raj2008-04-261-0/+1
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-252-2/+16
* 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
OpenPOWER on IntegriCloud