summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+2
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-5/+13
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-0/+8
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerjhb2005-01-141-7/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelydas2004-11-271-2/+1
* Update the callframe structure to leave space for the frame pointergrehan2004-07-221-0/+2
* Retire cpu_sched_exit(); it is not used any more.tmm2004-05-261-6/+0
* MFamd64alc2004-04-181-72/+7
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-031-2/+2
* Replace td2 with td on the assumption that this was a typo. This should atbenno2004-03-301-1/+1
* Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Somepeter2004-03-291-5/+3
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-18/+3
* Kernel changes for libthr (and probably libpthread).grehan2004-03-021-12/+60
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+4
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-161-2/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-1/+1
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+101
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-161-7/+9
* Update powerpc to use the (old thread,new thread) calling conventiongrehan2003-08-141-2/+2
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-311-0/+2
* GC unused cpu_wait() functionpeter2003-06-111-6/+0
* 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
OpenPOWER on IntegriCloud