summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove SMP left-overs from NetBSD.marcel2008-02-122-12/+3
* There's no need to suppress option GDB.marcel2008-02-121-1/+0
* Add PIC support for IPIs. When registering an interrupt handler,marcel2008-02-129-59/+143
* One of my powerbooks has this chip in it..julian2008-01-261-0/+1
* Add COMPAT_FREEBSD7 and enable it in configs that have COMPAT_FREEBSD6.jhb2008-01-071-0/+1
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-252-2/+3
* Apply missing s/rv/res/g in previous commit.marcel2007-12-214-4/+4
* MFamd64/ia64/i386: Only set the rman bus tags and handles injhb2007-12-204-8/+4
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-199-651/+1146
* Rename OEA to AIM. The former means nothing as it applies to allmarcel2007-12-163-7/+3
* This file was repocopied to src/sys/powerpc/aim, where it willmarcel2007-12-1415-7483/+0
* Forced commit to record that this file was repocopied frommarcel2007-12-142-2/+2
* Remove unused file.marcel2007-12-141-110/+0
* Add stubs to unbreak LINT.jkoshy2007-12-071-0/+4
* Break out stack(9) from ddb(4):rwatson2007-12-024-38/+135
* Define atomic_readandclear_ptr.jasone2007-11-271-0/+1
* Implement the _long functions using u_long rather than trying tojb2007-11-261-5/+43
* Extend critical section coverage in the low-level interrupt handlers toscottl2007-11-211-1/+1
* Define atomic_cmpset_acq_long and atomic_cmpset_rel_long so thatjb2007-11-191-2/+4
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-174-0/+66
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-142-2/+12
OpenPOWER on IntegriCloud