summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypenwhitehorn2016-01-101-2/+2
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7nwhitehorn2015-02-221-1/+5
* Resort and resize the altivec registers in the pcb. vrsave and vscr are bothjhibbits2015-01-031-3/+3
* Split the function of the PCB_FPU flags into two: PCB_FPU now indicates thatnwhitehorn2013-11-171-2/+3
* There is no reason Book-E needs to save XER and CTR on context switches.nwhitehorn2013-11-171-2/+0
* Move the prototype for savectx from cpu.h to pcb.h, as it is on othernwhitehorn2012-09-231-0/+1
* Restructure the way the copyin/copyout segment is stored to prevent anwhitehorn2010-10-301-1/+0
* Handle vector assist traps without a kernel panic, by setting denormalizednwhitehorn2010-10-051-1/+1
* Replace the SLB backing store splay tree used on 64-bit PowerPC AIMnwhitehorn2010-09-161-0/+1
* MFppc64:nwhitehorn2010-07-131-3/+5
* Make Book-E debug register state part of the PCB context.raj2009-02-271-0/+1
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-201-0/+9
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-021-3/+11
* Forward declare struct trapframe.marcel2006-07-261-0/+2
* Add prototype for KDB's makectx routinegrehan2004-07-121-0/+2
* Add the USER_SR segment register to pcb state. Initialize correctly,grehan2002-10-211-0/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-5/+0
* To quote Peter:benno2002-06-291-1/+1
* FPU support.benno2002-05-131-0/+2
* Make fork work, at least for kthreads. Switching still has some issues.benno2002-02-281-10/+11
* Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closermp2001-10-151-0/+2
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+69
OpenPOWER on IntegriCloud