summaryrefslogtreecommitdiff
path: root/sys/arm/include/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Store MPIDR register in pcpu.Michal Meloun2020-11-291-1/+2
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-9/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* arm: Implement cpu_est_clockrate for armv[67]Emmanuel Vadot2018-07-191-1/+2
* Implement mitigation for Spectre version 2 attacks on ARMv7.Michal Meloun2018-01-271-1/+7
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-2/+2
* Further cleanup of per-CPU armv6 pmap data:Jason A. Harmening2017-01-261-4/+2
* Like r310481 for i386, move the objects used to create temporaryJason A. Harmening2017-01-221-1/+10
* Remove arm's cpuconf.h, and references to it, after moving a few lines fromIan Lepore2017-01-161-2/+0
* Make it possible to safely use TPIDRURW from userspace.Ed Schouten2016-09-221-2/+11
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-1/+0
* SMP support for ARMv6/v7 HW watchpointsZbigniew Bodek2016-01-281-1/+6
* ARM: Remove trailing whitespace from sys/arm/includeMichal Meloun2015-11-101-1/+1
* Add two new pmap functions:Jason A. Harmening2015-08-041-2/+6
* Stop using VFP in pcpu.h when we mean ARMv6 and later.Andrew Turner2015-06-111-3/+3
* Remove pc_cpu, it was duplicating pc_cpuid so was unneeded.Andrew Turner2015-06-071-2/+1
* Rework the VFP code that handles demand-based save and restore of state.Ian Lepore2014-03-091-2/+1
* Only use the CPU ID register if SMP is defined. Some non-MPCore armv6 cpu,Olivier Houchard2014-02-021-0/+4
* Change the way pcpu and curthread are stored per-core:Olivier Houchard2014-02-021-7/+20
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. ThisAndrew Turner2013-08-171-1/+1
* Merge from projects/counters:Gleb Smirnoff2013-04-081-3/+4
* Use get_pcpu() instead of using pcpup, as it's wrong for SMP.Olivier Houchard2013-01-091-2/+2
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-10/+53
* Remove the unused field "pc_prvspace" from the MD fields for the structOlivier Houchard2008-09-111-6/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin2008-08-191-0/+4
* - PCPU_ADD is no longer spelled with LAZY_ in the middle.Jeff Roberson2007-06-061-1/+1
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-041-1/+2
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentAlan Cox2007-03-111-0/+6
* There's no need to include <machine/asmacros.h> here.Olivier Houchard2005-11-081-1/+0
* Directly use __pcpu for PCPU_* instead of pcpup.Olivier Houchard2004-11-041-3/+4
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+60