aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Fix comment: we write the trap vector to SPRG3, not SPRG0.Nathan Whitehorn2009-02-231-3/+3
* Add Altivec support for supported CPUs. This is derived from the FPU supportNathan Whitehorn2009-02-204-54/+130
* Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn2008-12-203-16/+54
* Add support for kernel profiling for both AIM and BookE.Marcel Moolenaar2008-10-271-1/+4
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn2008-10-142-3/+9
* Allow the cacheline size on PowerPC to be set at runtime. This is essential forNathan Whitehorn2008-09-241-4/+4
* In preparation for PowerPC G5 support, allow PVO objects to contain pageNathan Whitehorn2008-09-231-52/+54
* o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G)Marcel Moolenaar2008-09-161-40/+42
* Rewrite cpudep_ap_bootstrap(). We now enable L3, L2, L1D and L1IMarcel Moolenaar2008-09-161-14/+110
* o In decr_get_timecount() only read the low timebase register.Marcel Moolenaar2008-09-161-4/+9
* Set pcpup->pc_curthread and pcpup->pc_curpcb before callingMarcel Moolenaar2008-09-161-3/+3
* Remove the tracing from the AP startup. The AP is knownMarcel Moolenaar2008-09-163-84/+8
* Dont worry about PSL_RI (restartable interrupt indicator) inMarcel Moolenaar2008-09-151-1/+1
* Trace interrupts with KTR_INTR.Marcel Moolenaar2008-08-311-0/+2
* Remove redundant KTR statements.Marcel Moolenaar2008-08-311-6/+0
* Whitespace fixes.Marcel Moolenaar2008-08-301-12/+12
* Call powerpc_sync() instead of using an asm statement.Marcel Moolenaar2008-08-301-1/+1
* Don't clear PSL_RI. Disabling external interruptsMarcel Moolenaar2008-08-301-1/+1
* Add link register to fatal trap printout to better diagnose NULLPeter Grehan2008-06-041-0/+1
* Invalidate the TLB in pmap_cpu_bootstrap(), so that it also happensMarcel Moolenaar2008-05-231-1/+4
* The VM system no longer uses setPQL2(). Remove it and its helpers.Alan Cox2008-05-231-8/+0
* The first argment of mtdbatu or mtibatu is part of the encoding.Marcel Moolenaar2008-04-281-7/+8
* MFp4: SMP supportMarcel Moolenaar2008-04-278-85/+387
* Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.Marcel Moolenaar2008-04-271-2/+3
* - Add an integer argument to idle to indicate how likely we are to wakeJeff Roberson2008-04-251-1/+8
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-222-2/+0
* Switch to using genclock. Have nexus double as clock device forMarcel Moolenaar2008-04-212-77/+77
* Simplify the pmap_zero_page family of functions by making use ofMarcel Moolenaar2008-04-171-160/+6
* Allocate a stack (with optional guard pages) for thread0 andMarcel Moolenaar2008-04-163-70/+60
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-10/+0
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Remove kernel support for M:N threading.Jeff Roberson2008-03-122-6/+1
* For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabledMarcel Moolenaar2008-03-072-5/+10
* Unify and generalize PowerPC headers, adjust AIM code accordingly.Rafal Jaworowski2008-03-025-26/+41
* Avoid hardcoding the kernel link address in the linker script.Marcel Moolenaar2008-02-271-0/+6
* Remove SMP left-overs from NetBSD.Marcel Moolenaar2008-02-122-12/+3
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+2
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar2007-12-191-4/+1
* Forced commit to record that this file was repocopied fromMarcel Moolenaar2007-12-142-2/+2
* Prevent the leakage of wired pages in the following circumstances:Alan Cox2007-11-171-0/+22
* o Rename cpu_thread_setup() to cpu_thread_alloc() to betterMarcel Moolenaar2007-11-141-1/+6
* A bunch more files that should probably print out a thread nameJulian Elischer2007-11-141-3/+3
* generally we are interested in what thread did something asJulian Elischer2007-11-141-1/+1
* Split decr_init() into two, with the section that reads the timebasePeter Grehan2007-11-132-4/+13
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-1/+1
* Cut over to ULE on PowerPCPeter Grehan2007-10-232-3/+7
* It has been observed on the mailing lists that the different categoriesAlan Cox2007-09-151-4/+4
* Revamp the interrupt handling in support of INTR_FILTER. This includes:Marcel Moolenaar2007-08-112-56/+58
* Re-enable external interrupts for faults, traps and syscalls.Marcel Moolenaar2007-08-081-9/+8
* Eliminate <machine/interruptvar.h> as it has only a singleMarcel Moolenaar2007-08-071-2/+1