summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Increase the size of the page table on 64-bit PowerPC machines as anwhitehorn2009-07-121-2/+0
* Implement a facility for dynamic per-cpu variables.jeff2009-06-232-0/+30
* Get the gdb/psim emulator functioning again.grehan2009-06-102-6/+26
* Introduce support for cpufreq on PowerPC with the dynamic frequencynwhitehorn2009-05-311-8/+0
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+10
* PowerPC common SMP startup and time base rework.raj2009-05-141-11/+8
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-148-157/+269
* Zero PCB during early AIM PowerPC init.raj2009-04-241-0/+1
* Fix a typo in the SRR1 comparison for program exceptions. While here,nwhitehorn2009-04-191-3/+2
* Changing the overflow trap to use bla to branch to dbtrap in r190946 wasnwhitehorn2009-04-141-1/+1
* Rework the way we get the cacheline size. Instead of having a table ofnwhitehorn2009-04-121-13/+38
* Fix recognition of kernel-mode traps that pass through the KDB trap handlernwhitehorn2009-04-111-4/+2
* Fix the build when KDB is disabled. The second instance of rfi innwhitehorn2009-04-051-0/+3
* Perform a dummy stwcx. when we switch contexts. The contextmarcel2009-04-041-0/+6
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-049-172/+2879
* Change the PVO zone for fictitious pages to the unmanaged PVO zone, to matchnwhitehorn2009-03-111-1/+4
* Fix comment: we write the trap vector to SPRG3, not SPRG0.nwhitehorn2009-02-231-3/+3
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-204-54/+130
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-203-16/+54
* Add support for kernel profiling for both AIM and BookE.marcel2008-10-271-1/+4
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-142-3/+9
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-4/+4
* In preparation for PowerPC G5 support, allow PVO objects to contain pagenwhitehorn2008-09-231-52/+54
* o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G)marcel2008-09-161-40/+42
* Rewrite cpudep_ap_bootstrap(). We now enable L3, L2, L1D and L1Imarcel2008-09-161-14/+110
* o In decr_get_timecount() only read the low timebase register.marcel2008-09-161-4/+9
* Set pcpup->pc_curthread and pcpup->pc_curpcb before callingmarcel2008-09-161-3/+3
* Remove the tracing from the AP startup. The AP is knownmarcel2008-09-163-84/+8
* Dont worry about PSL_RI (restartable interrupt indicator) inmarcel2008-09-151-1/+1
* Trace interrupts with KTR_INTR.marcel2008-08-311-0/+2
* Remove redundant KTR statements.marcel2008-08-311-6/+0
* Whitespace fixes.marcel2008-08-301-12/+12
* Call powerpc_sync() instead of using an asm statement.marcel2008-08-301-1/+1
* Don't clear PSL_RI. Disabling external interruptsmarcel2008-08-301-1/+1
* Add link register to fatal trap printout to better diagnose NULLgrehan2008-06-041-0/+1
* Invalidate the TLB in pmap_cpu_bootstrap(), so that it also happensmarcel2008-05-231-1/+4
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-231-8/+0
* The first argment of mtdbatu or mtibatu is part of the encoding.marcel2008-04-281-7/+8
* MFp4: SMP supportmarcel2008-04-278-85/+387
* Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.marcel2008-04-271-2/+3
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-1/+8
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-222-2/+0
* Switch to using genclock. Have nexus double as clock device formarcel2008-04-212-77/+77
* 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
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-10/+0
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Remove kernel support for M:N threading.jeff2008-03-122-6/+1
* For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabledmarcel2008-03-072-5/+10
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-025-26/+41
OpenPOWER on IntegriCloud