summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* GC an unused variable.benno2003-02-051-2/+0
* Export the ns_per_tick variable through md_var.h rather than by declaringbenno2003-02-051-1/+1
* - Use cpu_setup() instead of identifycpu().benno2003-02-051-80/+1
* Replace the inline asm in delay() with a while loop. This may not be asbenno2003-02-051-8/+4
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.benno2003-02-052-7/+19
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-1/+6
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-012-2/+2
* - add pmap_pagedaemon_waken variablegrehan2003-02-011-47/+96
* Back out some changes that snuck in with the last commit.benno2003-01-271-177/+19
* Flesh out bus_dmamap_sync.benno2003-01-271-19/+177
* Use td->td_sticks, not td->td_kse->ke_sticks.benno2003-01-271-1/+1
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-1/+1
* Remove BAT invalidation. This is done later in the boot sequence,grehan2003-01-221-17/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-161-16/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-151-74/+0
* Add page queues locking to vunmapbuf().grehan2003-01-081-0/+2
* Sync the i-cache after copying down the interrupt codegrehan2003-01-081-0/+1
* Be more conservative about re-enabling interrupts during trap processinggrehan2003-01-081-1/+1
* Fix incorrect error returns and sign-extension.grehan2003-01-081-7/+7
* Fetch the initial time from the rtc OpenFirmware node. This is a short-termgrehan2003-01-081-0/+21
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-101-1/+1
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-0/+5
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-0/+14
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-6/+0
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-4/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-13/+0
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-2/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-12/+9
* Add the USER_SR segment register to pcb state. Initialize correctly,grehan2002-10-212-0/+7
* Clean up ddb warnings/errors and enable in GENERICgrehan2002-10-041-1/+3
* - fix zero-sized stack alloc from previous commit. a default is nowgrehan2002-10-041-10/+98
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-4/+26
* - bring vm_mapbuf/unmapbuf in line with other archsgrehan2002-09-191-42/+25
* - make sure recoverable interrupts are re-enabled in the trap handlergrehan2002-09-191-7/+3
* - worked around 32-bit big-endian syscall return value problemgrehan2002-09-191-9/+20
* - use BAT registers to map device space and physical memorygrehan2002-09-191-28/+134
* Clear on-demand BAT entries to properly restore OpenFirmware'sgrehan2002-09-191-0/+6
* psim device supportgrehan2002-09-191-0/+5
* - implemented sendsig/sigreturngrehan2002-09-191-338/+169
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicgrehan2002-09-192-6/+12
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-2/+2
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-071-15/+0
* Take a shot at fixing up a whole stack of style and other embarresingpeter2002-08-311-5/+3
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-5/+9
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+2
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-251-9/+0
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+1
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedalc2002-08-051-7/+2
* Remove the statically allocated array that holds OpenFirmware memory mappingsbenno2002-07-181-4/+8
OpenPOWER on IntegriCloud