summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a missing (.benno2002-02-281-1/+1
* Implement the following functions:benno2002-02-283-12/+93
* Remove most of the usage of critical_enter/exit.benno2002-02-283-87/+0
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-273-3/+63
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-12/+0
* Add makeoptions NO_WERROR=true so that we can build. =)benno2002-02-261-0/+1
* Make atomic_cmpset_32 correctly return 0 on failure.benno2002-02-241-0/+3
* Don't call critical_enter()/critical_exit() around calls to pmap_pvo_enter()benno2002-02-233-24/+0
* Add some DIAGNOSTIC code.julian2002-02-222-14/+26
* Add change to teh PPC to keep it in step with i386 and MI codejulian2002-02-192-6/+8
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-36/+17
* style(9)obrien2002-02-181-2/+2
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Complete rework of the PowerPC pmap and a number of other bits in the earlybenno2002-02-1423-4449/+5133
* Pre-KSE/M3 commit.julian2002-02-074-24/+18
* GC the PC_SWITCH* symbols which are not used in assembly anymore.phk2002-02-071-1/+0
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-012-8/+12
* Simple fixes to get the powerpc kernel compiling again.gallatin2002-01-284-4/+4
* Modify the critical section API as follows:jhb2001-12-183-19/+5
* Overhaul the per-CPU support a bit:jhb2001-12-1115-226/+67
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-2/+2
* style(9)obrien2001-12-091-13/+14
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-093-3/+5
* Add multiple inclusion protection.jhb2001-12-061-0/+5
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* The interrupt nesting level is per-thread not per-CPU on FreeBSD.jhb2001-11-142-2/+0
* Don't enable FP in the kernel. It is not needed when -msoft-float is used.mp2001-11-132-2/+0
* Clean up the trap handling code and make it consistent with the other platforms.mp2001-11-057-613/+895
* Add enable_fpu/save_fpu for handling the floating point registers in the PCB.mp2001-11-056-0/+235
OpenPOWER on IntegriCloud