summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some dead code.benno2002-04-163-48/+0
* Use mtsrin() instead of inline asm.benno2002-04-163-9/+6
* Change the value of PMAP_BOOTSTRAP so we don't stomp on the PTE index value.benno2002-04-163-3/+3
* Add inlines for mtsrin and mfsrin.benno2002-04-161-0/+17
* Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]()peter2002-04-153-9/+12
* Add ofwd to the GENERIC config for powerpc.benno2002-04-151-0/+1
* Add a nexus device.benno2002-04-153-0/+517
* Turn some CTR's into CTR0's.benno2002-04-153-6/+6
* GC an extraneous prototype of delay().benno2002-04-151-1/+0
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.mike2002-04-121-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andmike2002-04-101-6/+15
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-092-24/+0
* GC the "dumplo" variable, which is no longer used.phk2002-04-072-2/+0
* - Move the MI mutexes sched_lock and Giant from being declared in thejhb2002-04-022-46/+6
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-013-26/+76
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-311-3/+0
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Removealc2002-03-304-34/+6
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-272-2/+2
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-273-22/+70
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+2
* ASM versions of __FBSDID.obrien2002-03-231-0/+6
* Collect all functions for copying to and from userspace into the one file.benno2002-03-219-475/+520
* - Make all inlines for manipulating supervisor-level registers accept/returnbenno2002-03-211-6/+13
* GC some unused, bogus interrupt functions and replace them with properbenno2002-03-211-20/+6
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-213-36/+36
* Remove __P.alfred2002-03-2019-136/+132
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-202-26/+6
* Increment pmap_pvo_count in the right place.benno2002-03-203-3/+3
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-193-0/+69
* Changes and fixes in preparation for UMA:benno2002-03-173-36/+87
* Lowercase all of the trap names.benno2002-03-172-96/+96
* Clean up and fix up copyin and copyout.benno2002-03-172-28/+40
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-10/+0
* Correct a typo. (* that should've been &)benno2002-03-113-3/+3
* o Don't require long long support in bswap64() functions.mike2002-03-091-3/+33
* Install the DSI and ISI trap handlers and their appropriate locations.benno2002-03-072-0/+4
* Copy the "implementation" of pmap_prefault from sparc64.benno2002-03-073-6/+12
* Move tunable initialisation so it can get access to physmem.benno2002-03-072-12/+12
* Calculate physmem.benno2002-03-073-3/+12
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-282-2/+4
* cpu_switch now works, for kthreads at least.benno2002-02-283-39/+78
* Various cleanups.benno2002-02-282-48/+44
* - Prevent the decrementer interrupt handler from nesting.benno2002-02-283-6/+48
* - Modify pmap_activate so it only marks the pmap as active.benno2002-02-284-0/+37
* GC an unused variable in cpu_fork().benno2002-02-282-2/+0
* - Fix panic() message and a couple style nits that snuck in from thearr2002-02-282-6/+6
* Make fork work, at least for kthreads. Switching still has some issues.benno2002-02-2811-110/+77
* - Rearrange the sequence of events in powerpc_init() somewhat.benno2002-02-282-42/+48
* - When enabling/disabling interrupts, set/clear both PSL_EE and PSL_RI, notbenno2002-02-281-5/+12
OpenPOWER on IntegriCloud