summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
...
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-041-1/+1
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-1/+1
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-1/+1
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-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
* 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 the USER_SR segment register to pcb state. Initialize correctly,grehan2002-10-211-0/+1
* - bring vm_mapbuf/unmapbuf in line with other archsgrehan2002-09-191-42/+25
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-071-15/+0
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+1
* Changes for KSE3.benno2002-07-091-0/+53
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+6
* - Move macros that represent where syscall args are kept in a trapframe frombenno2002-05-281-1/+5
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). Removealc2002-03-301-14/+0
* Remove __P.alfred2002-03-201-1/+1
* GC an unused variable in cpu_fork().benno2002-02-281-1/+0
* Make fork work, at least for kthreads. Switching still has some issues.benno2002-02-281-19/+11
* Complete rework of the PowerPC pmap and a number of other bits in the earlybenno2002-02-141-27/+31
* Pre-KSE/M3 commit.julian2002-02-071-3/+1
* Fix includes based on recent changes to lock.h, mutex.h and ktr.h.mp2001-10-191-1/+2
* Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress.benno2001-10-151-13/+61
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-021-1/+1
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-201-13/+15
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-25/+8
* Missing part of dillon's coredump commit. cpu_coredump() was stillpeter2001-09-081-2/+1
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablypeter2001-09-041-17/+0
* Axe stale mp_fixme().jhb2001-09-011-1/+0
* 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
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-161-97/+15
* 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
OpenPOWER on IntegriCloud