aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/pcb.h
Commit message (Expand)AuthorAgeFilesLines
* Make PCB structure binary compatible for old and new PMAP on ARMZbigniew Bodek2015-11-171-5/+8
* ARM: Remove trailing whitespace from sys/arm/includeMichal Meloun2015-11-101-1/+1
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore2015-03-261-1/+4
* Cleanup up ARM *frame structures...Ian Lepore2014-12-241-30/+9
* Remove all dregs of a per-thread undefined-exception-mode stack. This isIan Lepore2014-03-091-1/+0
* Make sure the PCB is aligned on 8 bytes, we may use ldrd/strd to access it,Olivier Houchard2013-10-271-1/+5
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Remove fpe_sp_state as we don't support fpe.Andrew Turner2013-08-171-4/+0
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-0/+5
* Add a convenience macro for the returns_twice attribute, and apply it toDimitry Andric2012-04-291-1/+1
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Remove the pcb32_cstate field of struct pcb.Olivier Houchard2004-09-231-1/+0
* Do not declare curpcb.Olivier Houchard2004-07-211-1/+1
* Prototype makectx().Olivier Houchard2004-07-121-0/+2
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+99