aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Update the callframe structure to leave space for the frame pointerPeter Grehan2004-07-221-0/+2
* Retire cpu_sched_exit(); it is not used any more.Thomas Moestl2004-05-261-6/+0
* MFamd64Alan Cox2004-04-181-72/+7
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, itAlan Cox2004-04-031-2/+2
* Replace td2 with td on the assumption that this was a typo. This should atBenno Rice2004-03-301-1/+1
* Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. SomePeter Wemm2004-03-291-5/+3
* Refactor the existing machine-dependent sf_buf_free() into a machine-Alan Cox2004-03-161-18/+3
* Kernel changes for libthr (and probably libpthread).Peter Grehan2004-03-021-12/+60
* Track three new sendfile-related statistics:Mike Silbersack2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,Mike Silbersack2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.Mike Silbersack2003-12-271-0/+4
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyAlan Cox2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-161-1/+1
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyAlan Cox2003-08-291-0/+101
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalMarcel Moolenaar2003-08-161-7/+9
* Update powerpc to use the (old thread,new thread) calling conventionPeter Grehan2003-08-141-2/+2
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-311-0/+2
* GC unused cpu_wait() functionPeter Wemm2003-06-111-6/+0
* Change the second (and last) argument of cpu_set_upcall(). PreviouslyMarcel Moolenaar2003-06-041-1/+1
* - Split the struct kse into struct upcall and struct kse. struct kse willJeff Roberson2003-02-171-1/+1
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-011-1/+1
* Move UPCALL related data structure out of kse, introduce a newDavid Xu2003-01-261-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
* 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 the USER_SR segment register to pcb state. Initialize correctly,Peter Grehan2002-10-211-0/+1
* - bring vm_mapbuf/unmapbuf in line with other archsPeter Grehan2002-09-191-42/+25
* Zap the implementations of the i386-aout specific cpu_coredump function.Peter Wemm2002-09-071-15/+0
* In order to better support flexible and extensible access control,Robert Watson2002-08-151-1/+1
* Changes for KSE3.Benno Rice2002-07-091-0/+53
* Add an MD callout like cpu_exit, but which is called after sched_lock isJake Burkholder2002-06-241-0/+6
* - Move macros that represent where syscall args are kept in a trapframe fromBenno Rice2002-05-281-1/+5
* Use the MI vm_map_growstack() instead of the MD grow_stack() in trap(). RemoveAlan Cox2002-03-301-14/+0
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* GC an unused variable in cpu_fork().Benno Rice2002-02-281-1/+0
* Make fork work, at least for kthreads. Switching still has some issues.Benno Rice2002-02-281-19/+11
* Complete rework of the PowerPC pmap and a number of other bits in the earlyBenno Rice2002-02-141-27/+31
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-3/+1
* Fix includes based on recent changes to lock.h, mutex.h and ktr.h.Mark Peek2001-10-191-1/+2
* Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress.Benno Rice2001-10-151-13/+61
* Fix problem where a user buffer outside of the area being testedMatt Jacob2001-10-021-1/+1
* Update PowerPC MD code to compile and do initial bootstrap based onMark Peek2001-09-201-13/+15
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movePeter Wemm2001-09-101-25/+8
* Missing part of dillon's coredump commit. cpu_coredump() was stillPeter Wemm2001-09-081-2/+1
* Nuke #if 0'ed "setredzone()" stub. We never used it, and probablyPeter Wemm2001-09-041-17/+0
* Axe stale mp_fixme().John Baldwin2001-09-011-1/+0
* Move vm_page_zero_idle() from machine-dependant sections to aMatthew Dillon2001-07-051-71/+0
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).Matthew Dillon2001-07-041-1/+1