aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsJohn Baldwin2003-03-041-6/+2
* Register typo and incorrect 32-bit constant load in previous commit.Peter Grehan2003-02-261-2/+2
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-7/+0
* Catch up to latest KSE changesPeter Grehan2003-02-201-3/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* - Split the struct kse into struct upcall and struct kse. struct kse willJeff Roberson2003-02-171-1/+1
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intoJeff Roberson2003-02-171-1/+1
* GC an unused variable.Benno Rice2003-02-051-2/+0
* Export the ns_per_tick variable through md_var.h rather than by declaringBenno Rice2003-02-051-1/+1
* - Use cpu_setup() instead of identifycpu().Benno Rice2003-02-051-80/+1
* Replace the inline asm in delay() with a while loop. This may not be asBenno Rice2003-02-051-8/+4
* - Rename the "powerpc" timecounter to the "decrementer" timecounter.Benno Rice2003-02-052-7/+19
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-031-1/+6
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-012-2/+2
* - add pmap_pagedaemon_waken variablePeter Grehan2003-02-011-47/+96
* Back out some changes that snuck in with the last commit.Benno Rice2003-01-271-177/+19
* Flesh out bus_dmamap_sync.Benno Rice2003-01-271-19/+177
* Use td->td_sticks, not td->td_kse->ke_sticks.Benno Rice2003-01-271-1/+1
* Move UPCALL related data structure out of kse, introduce a newDavid Xu2003-01-261-1/+1
* Remove BAT invalidation. This is done later in the boot sequence,Peter Grehan2003-01-221-17/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Merge all the various copies of vm_fault_quick() into a singleMatthew Dillon2003-01-161-16/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singleMatthew Dillon2003-01-151-74/+0
* Add page queues locking to vunmapbuf().Peter Grehan2003-01-081-0/+2
* Sync the i-cache after copying down the interrupt codePeter Grehan2003-01-081-0/+1
* Be more conservative about re-enabling interrupts during trap processingPeter Grehan2003-01-081-1/+1
* Fix incorrect error returns and sign-extension.Peter Grehan2003-01-081-7/+7
* Fetch the initial time from the rtc OpenFirmware node. This is a short-termPeter Grehan2003-01-081-0/+21
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storageJulian Elischer2002-12-101-1/+1
* Under certain circumstances, we were calling kmem_free() fromMaxime Henrion2002-11-221-0/+5
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-161-0/+14
* Move pmap_collect() out of the machine-dependent code, rename itAlan Cox2002-11-131-6/+0
* Print real / avail memory in megabytes rather than kilobytes.Dag-Erling Smørgrav2002-11-091-4/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagesThomas Moestl2002-11-071-13/+0
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesJuli Mallett2002-11-061-2/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-12/+9
* Add the USER_SR segment register to pcb state. Initialize correctly,Peter Grehan2002-10-212-0/+7
* Clean up ddb warnings/errors and enable in GENERICPeter Grehan2002-10-041-1/+3
* - fix zero-sized stack alloc from previous commit. a default is nowPeter Grehan2002-10-041-10/+98
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-4/+26
* - bring vm_mapbuf/unmapbuf in line with other archsPeter Grehan2002-09-191-42/+25
* - make sure recoverable interrupts are re-enabled in the trap handlerPeter Grehan2002-09-191-7/+3
* - worked around 32-bit big-endian syscall return value problemPeter Grehan2002-09-191-9/+20
* - use BAT registers to map device space and physical memoryPeter Grehan2002-09-191-28/+134
* Clear on-demand BAT entries to properly restore OpenFirmware'sPeter Grehan2002-09-191-0/+6
* psim device supportPeter Grehan2002-09-191-0/+5
* - implemented sendsig/sigreturnPeter Grehan2002-09-191-338/+169
* - moved intrcnt/intrnames to locore.s to fix sysctl -a panicPeter Grehan2002-09-192-6/+12
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.Julian Elischer2002-09-151-2/+2
* Zap the implementations of the i386-aout specific cpu_coredump function.Peter Wemm2002-09-071-15/+0