summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce KVA pressure on OEA64 systems running in bridge mode by mappingnwhitehorn2010-02-201-0/+5
* The first argument of dcbz interprets r0 as a literal zero, not the second.nwhitehorn2009-12-031-1/+1
* Add a CPU features framework on PowerPC and simplify CPU setup a littlenwhitehorn2009-11-281-3/+6
* Turn off Altivec data-stream prefetching before going into power-savenwhitehorn2009-10-291-3/+21
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-7/+1
* Add some more paranoia to setting HID registers, and update the AIMnwhitehorn2009-10-231-0/+2
* Get the gdb/psim emulator functioning again.grehan2009-06-101-1/+7
* 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
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-141-4/+11
* Zero PCB during early AIM PowerPC init.raj2009-04-241-0/+1
* Rework the way we get the cacheline size. Instead of having a table ofnwhitehorn2009-04-121-13/+38
* Fix the build when KDB is disabled. The second instance of rfi innwhitehorn2009-04-051-0/+3
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-041-26/+119
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-201-4/+28
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-2/+10
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-4/+4
* Call powerpc_sync() instead of using an asm statement.marcel2008-08-301-1/+1
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-231-8/+0
* MFp4: SMP supportmarcel2008-04-271-4/+11
* - 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-221-1/+0
* Allocate a stack (with optional guard pages) for thread0 andmarcel2008-04-161-14/+9
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabledmarcel2008-03-071-2/+10
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-021-3/+18
* Remove SMP left-overs from NetBSD.marcel2008-02-121-11/+3
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+2
* Split decr_init() into two, with the section that reads the timebasegrehan2007-11-131-1/+6
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* Revert VMCNT_* operations introduction.attilio2007-05-311-2/+2
* Don't initialize the decrementer before initclocks() is called.marcel2007-05-271-5/+7
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-2/+2
* Remove the cast to caddr_t for sfp, they're not needed.kevlo2007-02-121-2/+2
* Propagate the CPU model to the hw.model sysctl.marcel2007-01-141-3/+0
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* Use proper trap code for the EXC_ALI traps. This fixes SIGBUS duringsobomax2006-08-031-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Set the siginfo si_addr field, and also the mysterious 3rd parametergrehan2006-01-071-1/+4
* MI changes:netchild2005-12-311-0/+8
* Insert a layer of indirection to the pmap code, using a kobj forgrehan2005-11-081-0/+4
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-22/+7
* Temporary band-aid to fix hang when a process exec's Altivec instructions.grehan2005-07-301-0/+3
* Change an instance of md_savecrit to md_saved_msr that I missed.jhb2005-04-081-1/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-0/+24
* physmem is a much better indicator for 'real' memory on PPC than Maxmemgrehan2005-03-071-3/+3
* Catch up with "physical memory" sysctl change.grehan2005-03-011-0/+2
* Catch the case where the idle loop is entered with interrupts disabled,grehan2005-02-281-1/+9
* - switch pcpu to a struct declaration ala amd64. It may be more efficient togrehan2005-02-281-3/+2
OpenPOWER on IntegriCloud