summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
...
* Commit of stuff that's been sitting in my tree for a while.benno2002-04-293-943/+1155
* - Add back calls to setfault that were removed when these functions were moved.benno2002-04-291-14/+74
* Tidy up some loose ends.peter2002-04-291-13/+0
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giantalc2002-04-271-17/+2
* Replace inline asm with it's inline function wrapper.benno2002-04-201-1/+1
* Correct a comment.benno2002-04-161-1/+1
* Implement the following functions:benno2002-04-161-8/+72
* Remove some dead code.benno2002-04-161-16/+0
* Use mtsrin() instead of inline asm.benno2002-04-161-3/+2
* Change the value of PMAP_BOOTSTRAP so we don't stomp on the PTE index value.benno2002-04-161-1/+1
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-151-3/+4
* Add a nexus device.benno2002-04-151-0/+233
* Turn some CTR's into CTR0's.benno2002-04-151-2/+2
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-12/+0
* GC the "dumplo" variable, which is no longer used.phk2002-04-071-1/+0
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-021-23/+3
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Removealc2002-03-302-17/+3
* 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
OpenPOWER on IntegriCloud