summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/vm_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* For architectures not using direct map , and requiring real KVA page forkib2011-01-181-1/+1
* Remove unused variables. Spotted by a cppcheckandreast2011-01-061-3/+0
* Restructure the way the copyin/copyout segment is stored to prevent anwhitehorn2010-10-301-1/+0
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-311-9/+0
* MFppc64:nwhitehorn2010-07-131-7/+22
* Unify ABI-related bits of the Book-E and AIM machdep routinesnwhitehorn2010-07-121-143/+1
* Replace the existing PowerPC busdma implementation with the one fromnwhitehorn2010-07-081-2/+0
* Extract the code that records syscall results in the frame into MDkib2009-11-101-0/+55
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-141-1/+0
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-041-8/+137
* Whitespace fixes.marcel2008-08-301-12/+12
* MFp4: SMP supportmarcel2008-04-271-9/+0
* Remove kernel support for M:N threading.jeff2008-03-121-1/+1
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-021-2/+2
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-1/+6
* Cut over to ULE on PowerPCgrehan2007-10-231-1/+1
* Fix the compile. Band-aid until it is worked out how to use the contextgrehan2007-06-061-1/+1
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* In cpu_reset(), call OF_reboot() instead of OF_exit(). The lattermarcel2006-12-281-1/+2
* In cpu_set_user_tls(), properly set the thread pointer. It is 0x7000marcel2006-09-011-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* 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
OpenPOWER on IntegriCloud