aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* - Add back calls to setfault that were removed when these functions were moved.Benno Rice2002-04-292-28/+148
* Tidy up some loose ends.Peter Wemm2002-04-294-40/+0
* MFi386 1.222: Remove vm_map_growstack() and acquisition and release of GiantAlan Cox2002-04-272-34/+4
* Don't use the symbol name to lookup the symbol value when we can useMarcel Moolenaar2002-04-251-8/+8
* Replace inline asm with it's inline function wrapper.Benno Rice2002-04-202-2/+2
* Correct a comment.Benno Rice2002-04-163-3/+3
* Implement the following functions:Benno Rice2002-04-163-24/+216
* Remove some dead code.Benno Rice2002-04-163-48/+0
* Use mtsrin() instead of inline asm.Benno Rice2002-04-163-9/+6
* Change the value of PMAP_BOOTSTRAP so we don't stomp on the PTE index value.Benno Rice2002-04-163-3/+3
* Add inlines for mtsrin and mfsrin.Benno Rice2002-04-161-0/+17
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()Peter Wemm2002-04-153-9/+12
* Add ofwd to the GENERIC config for powerpc.Benno Rice2002-04-151-0/+1
* Add a nexus device.Benno Rice2002-04-153-0/+517
* Turn some CTR's into CTR0's.Benno Rice2002-04-153-6/+6
* GC an extraneous prototype of delay().Benno Rice2002-04-151-1/+0
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.Mike Barcroft2002-04-121-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalMike Barcroft2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andMike Barcroft2002-04-101-6/+15
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-092-24/+0
* GC the "dumplo" variable, which is no longer used.Poul-Henning Kamp2002-04-072-2/+0
* - Move the MI mutexes sched_lock and Giant from being declared in theJohn Baldwin2002-04-022-46/+6
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()Matthew Dillon2002-04-013-26/+76
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyPoul-Henning Kamp2002-03-311-3/+0
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). RemoveAlan Cox2002-03-304-34/+6
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksJeff Roberson2002-03-272-2/+2
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-273-22/+70
* Guard against redefining __gnuc_va_list.David E. O'Brien2002-03-241-1/+2
* ASM versions of __FBSDID.David E. O'Brien2002-03-231-0/+6
* Collect all functions for copying to and from userspace into the one file.Benno Rice2002-03-219-475/+520
* - Make all inlines for manipulating supervisor-level registers accept/returnBenno Rice2002-03-211-6/+13
* GC some unused, bogus interrupt functions and replace them with properBenno Rice2002-03-211-20/+6
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-213-36/+36
* Remove __P.Alfred Perlstein2002-03-2019-133/+129
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.John Baldwin2002-03-202-26/+6
* Increment pmap_pvo_count in the right place.Benno Rice2002-03-203-3/+3
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-193-0/+69
* Changes and fixes in preparation for UMA:Benno Rice2002-03-173-36/+87
* Lowercase all of the trap names.Benno Rice2002-03-172-96/+96
* Clean up and fix up copyin and copyout.Benno Rice2002-03-172-28/+40
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to theDag-Erling Smørgrav2002-03-161-10/+0
* Correct a typo. (* that should've been &)Benno Rice2002-03-113-3/+3
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-091-3/+33
* Install the DSI and ISI trap handlers and their appropriate locations.Benno Rice2002-03-072-0/+4
* Copy the "implementation" of pmap_prefault from sparc64.Benno Rice2002-03-073-6/+12
* Move tunable initialisation so it can get access to physmem.Benno Rice2002-03-072-12/+12
* Calculate physmem.Benno Rice2002-03-073-3/+12
* - Move a comment from being on the same line as a #ifdef to the lineAndrew R. Reiter2002-02-282-2/+4
* cpu_switch now works, for kthreads at least.Benno Rice2002-02-283-39/+78
* Various cleanups.Benno Rice2002-02-282-48/+44