summaryrefslogtreecommitdiff
path: root/sys/arm/include/pcpu.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-07-27pcpu: Remove unused definitions of ALT_STACK_SIZEMark Johnston
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-31Store mpidr as a 64-bit value on arm64Andrew Turner
2021-03-20Remove PCPU_INCJason A. Harmening
2020-11-29Store MPIDR register in pcpu.Michal Meloun
2020-11-29Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun
2020-09-01arm: clean up empty lines in .c and .h filesMateusz Guzik
2018-07-19arm: Implement cpu_est_clockrate for armv[67]Emmanuel Vadot
2018-01-27Implement mitigation for Spectre version 2 attacks on ARMv7.Michal Meloun
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-17- Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff
2017-01-26Further cleanup of per-CPU armv6 pmap data:Jason A. Harmening
2017-01-22Like r310481 for i386, move the objects used to create temporaryJason A. Harmening
2017-01-16Remove arm's cpuconf.h, and references to it, after moving a few lines fromIan Lepore
2016-09-22Make it possible to safely use TPIDRURW from userspace.Ed Schouten
2016-05-25Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore
2016-01-28SMP support for ARMv6/v7 HW watchpointsZbigniew Bodek
2015-11-10ARM: Remove trailing whitespace from sys/arm/includeMichal Meloun
2015-08-04Add two new pmap functions:Jason A. Harmening
2015-06-11Stop using VFP in pcpu.h when we mean ARMv6 and later.Andrew Turner
2015-06-07Remove pc_cpu, it was duplicating pc_cpuid so was unneeded.Andrew Turner
2014-03-09Rework the VFP code that handles demand-based save and restore of state.Ian Lepore
2014-02-02Only use the CPU ID register if SMP is defined. Some non-MPCore armv6 cpu,Olivier Houchard
2014-02-02Change the way pcpu and curthread are stored per-core:Olivier Houchard
2013-10-27Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore
2013-08-17Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. ThisAndrew Turner
2013-04-08Merge from projects/counters:Gleb Smirnoff
2013-01-09Use get_pcpu() instead of using pcpup, as it's wrong for SMP.Olivier Houchard
2012-08-15Merging projects/armv6, part 1Oleksandr Tymoshenko
2008-09-11Remove the unused field "pc_prvspace" from the MD fields for the structOlivier Houchard
2008-08-19Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin
2007-06-06 - PCPU_ADD is no longer spelled with LAZY_ in the middle.Jeff Roberson
2007-06-04Rework the PCPU_* (MD) interface:Attilio Rao
2007-03-11Push down the implementation of PCPU_LAZY_INC() into the machine-dependentAlan Cox
2005-11-08There's no need to include <machine/asmacros.h> here.Olivier Houchard
2004-11-04Directly use __pcpu for PCPU_* instead of pcpup.Olivier Houchard
2004-05-14Import FreeBSD/arm kernel bits.Olivier Houchard