summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Move vm_page_zero_idle() from machine-dependant sections to adillon2001-07-051-71/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-1/+1
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-12/+9
* Allow Giant to be recursed when a process terminates.jhb2001-07-031-2/+2
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-8/+0
* Fix comment breakage.benno2001-06-274-60/+205
* More verbose version of identifycpu() which also contains many more CPUbenno2001-06-191-24/+49
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-161-97/+15
* Bring in NetBSD code used in the PowerPC port.benno2001-06-108-0/+5389
* GC #if 0'd calls to releasing and acquiring the old style giant kerneljhb2001-05-291-6/+0
* catch these files up to their i386 neighbors to make alpha bootgallatin2001-05-211-6/+16
* Initialize p_md.md_kernnest to 1 for newly fork'd processes since theyjhb2001-04-261-0/+6
* remove bogus check -- for kernel threads we fork off of proc0, not curprocgallatin2001-03-151-2/+0
* Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()jhb2001-03-071-1/+2
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-221-1/+1
* - Don't call clear_resched() in userret(), instead, clear the resched flagjhb2001-02-201-7/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-4/+4
* Update some comments, s0 in the pcb of a child returning from fork1() isjhb2001-01-261-2/+2
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-241-2/+2
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-0/+12
* acquire/release Giant in vm_page_zero_idle(), like on i386gallatin2000-12-011-8/+2
* Convert various calls to splhigh() to disable_intr() since splhigh() isdfr2000-11-191-1/+0
* Don't perform an mi_switch() when we release Giant during cpu_exit(). Wejhb2000-11-151-1/+2
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-1/+1
* Catch up to moving headers:jhb2000-10-201-1/+1
* Clear pcb_schednest in cpu_fork() for the child process. This isdfr2000-10-031-0/+7
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-4/+7
* Support bounce buffers for ISA DMA on the alpha. This is required for thegallatin2000-06-191-2/+0
* cpu_fork(): Check "flags" before dereferencing "p2". Otherwise,alc2000-06-111-3/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* The kernel side of per-process unaligned access control (printing, fixing &gallatin2000-01-161-1/+1
* Make this compile again. (missing #include for RFPROC)peter1999-12-061-0/+1
* User ldt sharing.luoqi1999-12-061-1/+5
* Re-organise the code which manages the owner of the FP state (fpcurproc).dfr1999-11-101-12/+8
* The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) toalc1999-10-301-2/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Fix bug in pipe code relating to writes of mmap'd but illegal addressdillon1999-09-201-3/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix the child's return path from fork so that fork will return 0gallatin1999-08-271-4/+4
* Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. Thisjdp1999-08-051-3/+3
* Reduce the number of "magic constants" used for page coloringalc1999-07-221-2/+2
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-3/+3
* Replace my previous fix of saving the FP state with a much simpler one: whendt1999-06-101-4/+2
* Keep fpcurproc locked in memory, so that we always can save the FP statedt1999-06-081-2/+4
* Fixed several (not all) warnings.dt1999-04-231-2/+1
* Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)dt1999-04-201-3/+3
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-56/+1
* Adjust idle zero-page fill hysteresis based on tests. Use 2/3 and 4/5dillon1999-02-081-4/+8
* Add hysteresis to alpha version of vm_page_zero_idle().dillon1999-02-081-14/+17
OpenPOWER on IntegriCloud