summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid hardcoding the kernel link address in the linker script.marcel2008-02-271-0/+6
* Remove SMP left-overs from NetBSD.marcel2008-02-122-12/+3
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+2
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-191-4/+1
* Forced commit to record that this file was repocopied frommarcel2007-12-142-2/+2
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-171-0/+22
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-1/+6
* A bunch more files that should probably print out a thread namejulian2007-11-141-3/+3
* generally we are interested in what thread did something asjulian2007-11-141-1/+1
* Split decr_init() into two, with the section that reads the timebasegrehan2007-11-132-4/+13
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* Cut over to ULE on PowerPCgrehan2007-10-232-3/+7
* It has been observed on the mailing lists that the different categoriesalc2007-09-151-4/+4
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-112-56/+58
* Re-enable external interrupts for faults, traps and syscalls.marcel2007-08-081-9/+8
* Eliminate <machine/interruptvar.h> as it has only a singlemarcel2007-08-071-2/+1
* Remove redundant prototype.marcel2007-08-071-2/+0
* Fix backward compatibility of the "old" (i.e. FreeBSD6) lseekmarcel2007-07-311-2/+2
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-1/+1
* Fix the compile. Band-aid until it is worked out how to use the contextgrehan2007-06-061-1/+1
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Rework the PCPU_* (MD) interface:attilio2007-06-041-2/+2
* Revert VMCNT_* operations introduction.attilio2007-05-311-2/+2
* Don't initialize the decrementer before initclocks() is called.marcel2007-05-272-12/+7
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-2/+2
* Add ofw bus methods to the ppc nexus driver. This will be used in futuregrehan2007-04-201-0/+56
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+2
* Update openpic to support the new bus_setup_intr() syntax.piso2007-03-071-4/+4
* 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
* In cpu_reset(), call OF_reboot() instead of OF_exit(). The lattermarcel2006-12-281-1/+2
* Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 ofgrehan2006-12-201-1/+1
* Implement OF_decode_addr(). This makes uart(4) work as a serialmarcel2006-12-131-8/+128
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
OpenPOWER on IntegriCloud