summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/swtch.S
Commit message (Expand)AuthorAgeFilesLines
* Use the offsets from pcb.h rather than regnum.h to store the registersimp2013-04-251-42/+43
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernjmallett2012-03-121-1/+0
* Remove more unused stuff, primarily a set of (unused, thankfully) PIOjmallett2012-03-121-10/+0
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-031-0/+19
* - Add better COP2 (crypto coprocessor) context handler for Octeon. Keepgonzo2012-01-061-0/+55
* Use new thread's stack to invoke pmap_activate in cpu_switch()jchandra2011-03-011-17/+4
* Support for 64 bit PTEs on n32 and n64 compilation.jchandra2011-01-131-6/+7
* Use PTR_ADDU to change sp, so that it works for n64 too.jchandra2010-07-311-2/+2
* MIPS n64 support - support kstack in XKSEG.jchandra2010-07-301-2/+4
* Move common macros into asm.h. Replace MIPS_CPU_NOP_DELAY withimp2010-07-161-13/+0
* Remove one layer of indirection. No need to call cpu_throw which thenimp2010-07-151-2/+2
* Prefer the cpuregs.h spellings of register and bit names over cpu.h.imp2010-07-141-44/+44
* Get rid of empty and unused KSEG0TEXT macros.neel2010-05-251-4/+0
* o) Eliminate the "stand" frame and its use. Use CALLFRAME_* everywhere.jmallett2010-04-191-90/+41
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches thejmallett2010-04-181-1/+1
* o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSETjmallett2010-04-171-1/+1
* Stash the context of the running thread at the time an IPI_STOP is receivedneel2010-03-111-0/+8
* Correct a comment - we are not setting the exception level but rather areneel2010-02-051-17/+10
* Fix a problem seen when a new process was returning to userlandneel2010-01-261-5/+1
* Store the mutex in the correct location. Before, we were storing itimp2010-01-251-4/+5
* Merge from projects/mips to head by hand:imp2010-01-101-9/+20
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,imp2008-04-131-0/+650
OpenPOWER on IntegriCloud