aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/pcb.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix multiple issues with FP/VSX save/restoreTimothy Pearson2025-07-131-9/+1
* powerpc: Implement fpu_kern_enter/fpu_kern_leaveShawn Anastasio2023-09-171-2/+5
* Revert "powerpc: Implement fpu_kern_enter/fpu_kern_leave"Justin Hibbits2023-09-171-5/+2
* powerpc: Implement fpu_kern_enter/fpu_kern_leaveJustin Hibbits2023-09-171-2/+5
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* [PowerPC64LE] Fix LE VSX/fpr interopBrandon Bergren2020-12-031-0/+10
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* [PPC] Fix wrong commentLeandro Lupori2020-01-171-1/+1
* powerpc: Add support for additional FSCR-managed facilitiesJustin Hibbits2019-04-271-0/+12
* powerpc64: Add the DSCR facility on POWER8 and laterJustin Hibbits2019-04-271-0/+2
* powerpc: Sync icache on SIGILL, in case of cache issuesJustin Hibbits2018-11-191-0/+1
* powerpc64: Add initial support for HTM (kABI)Breno Leitao2018-09-061-0/+6
* powerpc64: Add DSCR supportJustin Hibbits2018-04-201-4/+6
* Do not include float interfaces when using libsa.Warner Losh2018-02-231-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypeNathan Whitehorn2016-01-101-2/+2
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7Nathan Whitehorn2015-02-221-1/+5
* Resort and resize the altivec registers in the pcb. vrsave and vscr are bothJustin Hibbits2015-01-031-3/+3
* Split the function of the PCB_FPU flags into two: PCB_FPU now indicates thatNathan Whitehorn2013-11-171-2/+3
* There is no reason Book-E needs to save XER and CTR on context switches.Nathan Whitehorn2013-11-171-2/+0
* Move the prototype for savectx from cpu.h to pcb.h, as it is on otherNathan Whitehorn2012-09-231-0/+1
* Restructure the way the copyin/copyout segment is stored to prevent aNathan Whitehorn2010-10-301-1/+0
* Handle vector assist traps without a kernel panic, by setting denormalizedNathan Whitehorn2010-10-051-1/+1
* Replace the SLB backing store splay tree used on 64-bit PowerPC AIMNathan Whitehorn2010-09-161-0/+1
* MFppc64:Nathan Whitehorn2010-07-131-3/+5
* Make Book-E debug register state part of the PCB context.Rafal Jaworowski2009-02-271-0/+1
* Add Altivec support for supported CPUs. This is derived from the FPU supportNathan Whitehorn2009-02-201-0/+9
* Unify and generalize PowerPC headers, adjust AIM code accordingly.Rafal Jaworowski2008-03-021-3/+11
* Forward declare struct trapframe.Marcel Moolenaar2006-07-261-0/+2
* Add prototype for KDB's makectx routinePeter Grehan2004-07-121-0/+2
* Add the USER_SR segment register to pcb state. Initialize correctly,Peter Grehan2002-10-211-0/+1
* The a.out md_coredump stuff isn't referenced anywhere anymore, andPeter Wemm2002-10-151-5/+0
* To quote Peter:Benno Rice2002-06-291-1/+1
* FPU support.Benno Rice2002-05-131-0/+2
* Make fork work, at least for kthreads. Switching still has some issues.Benno Rice2002-02-281-10/+11
* Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closerMark Peek2001-10-151-0/+2
* Bring in NetBSD code used in the PowerPC port.Benno Rice2001-06-101-0/+69