summaryrefslogtreecommitdiff
path: root/sys/arm/include/pcb.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-04arm: Add support for using VFP in kernelKornel Dulęba
2020-09-01arm: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-24Cleanup structures related to VFP and/or mcontext_t.Michal Meloun
2015-11-17Make PCB structure binary compatible for old and new PMAP on ARMZbigniew Bodek
2015-11-10ARM: Remove trailing whitespace from sys/arm/includeMichal Meloun
2015-03-26New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore
2014-12-24Cleanup up ARM *frame structures...Ian Lepore
2014-03-09Remove all dregs of a per-thread undefined-exception-mode stack. This isIan Lepore
2013-10-27Make sure the PCB is aligned on 8 bytes, we may use ldrd/strd to access it,Olivier Houchard
2013-10-27Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore
2013-08-17Remove fpe_sp_state as we don't support fpe.Andrew Turner
2012-08-15Merging projects/armv6, part 1Oleksandr Tymoshenko
2012-04-29Add a convenience macro for the returns_twice attribute, and apply it toDimitry Andric
2005-01-05Start all license statements with /*-Warner Losh
2004-09-23Remove the pcb32_cstate field of struct pcb.Olivier Houchard
2004-07-21Do not declare curpcb.Olivier Houchard
2004-07-12Prototype makectx().Olivier Houchard
2004-05-14Import FreeBSD/arm kernel bits.Olivier Houchard