summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Collect all functions for copying to and from userspace into the one file.benno2002-03-212-90/+260
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-211-12/+12
* Remove __P.alfred2002-03-203-9/+9
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-13/+3
* Increment pmap_pvo_count in the right place.benno2002-03-201-1/+1
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-0/+23
* Changes and fixes in preparation for UMA:benno2002-03-171-12/+29
* Lowercase all of the trap names.benno2002-03-171-48/+48
* Clean up and fix up copyin and copyout.benno2002-03-171-14/+20
* Correct a typo. (* that should've been &)benno2002-03-111-1/+1
* Install the DSI and ISI trap handlers and their appropriate locations.benno2002-03-071-0/+2
* Copy the "implementation" of pmap_prefault from sparc64.benno2002-03-071-2/+4
* Move tunable initialisation so it can get access to physmem.benno2002-03-071-6/+6
* Calculate physmem.benno2002-03-071-1/+4
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-281-1/+2
* cpu_switch now works, for kthreads at least.benno2002-02-281-13/+26
* Various cleanups.benno2002-02-281-24/+22
* - Prevent the decrementer interrupt handler from nesting.benno2002-02-281-2/+16
* - Modify pmap_activate so it only marks the pmap as active.benno2002-02-281-0/+12
* GC an unused variable in cpu_fork().benno2002-02-281-1/+0
* - Fix panic() message and a couple style nits that snuck in from thearr2002-02-281-3/+3
* Make fork work, at least for kthreads. Switching still has some issues.benno2002-02-283-37/+22
* - Rearrange the sequence of events in powerpc_init() somewhat.benno2002-02-281-21/+24
* Implement the following functions:benno2002-02-281-4/+31
* Remove most of the usage of critical_enter/exit.benno2002-02-281-29/+0
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-271-1/+21
* Don't call critical_enter()/critical_exit() around calls to pmap_pvo_enter()benno2002-02-231-8/+0
* Add some DIAGNOSTIC code.julian2002-02-221-7/+13
* Add change to teh PPC to keep it in step with i386 and MI codejulian2002-02-191-3/+4
* Complete rework of the PowerPC pmap and a number of other bits in the earlybenno2002-02-147-1468/+1740
* Pre-KSE/M3 commit.julian2002-02-072-12/+9
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-011-4/+6
* Simple fixes to get the powerpc kernel compiling again.gallatin2002-01-281-1/+1
* Overhaul the per-CPU support a bit:jhb2001-12-113-25/+19
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-091-1/+2
* Don't enable FP in the kernel. It is not needed when -msoft-float is used.mp2001-11-131-1/+0
* Clean up the trap handling code and make it consistent with the other platforms.mp2001-11-052-289/+442
* Add enable_fpu/save_fpu for handling the floating point registers in the PCB.mp2001-11-052-0/+109
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-211-5/+18
* Fix includes based on recent changes to lock.h, mutex.h and ktr.h.mp2001-10-193-3/+4
* Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress.benno2001-10-151-13/+61
* - Correct the type of the argument to delay() so as to not conflict withbenno2001-10-151-1/+1
* Fix typo.mp2001-10-151-1/+1
* Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closermp2001-10-151-161/+24
* Implement pmap_mapdev.benno2001-10-141-0/+27
* Modify a virtual address check to allow use of the openfirmware callbackmp2001-10-121-1/+1
* Add a call to init_param() to initialize some necessary variables.mp2001-10-081-0/+3
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-021-1/+1
* Catch up to recent removal of curpcb from globals.h.mp2001-09-242-12/+16
OpenPOWER on IntegriCloud