aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/smp.h
Commit message (Expand)AuthorAgeFilesLines
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-2/+2
* Generalize IPI support for ARM intrng and use it for interruptSvatopluk Kraus2016-03-241-1/+1
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-261-1/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner2016-02-261-1/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner2016-02-251-2/+0
* ARM: Remove TLB IPI.Michal Meloun2016-01-301-4/+4
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-1/+1
* Import ARM_INTRNG, the "next generation" interrupt architecture for armIan Lepore2015-10-181-0/+16
* Retire pmap_lazyfix(). This function only existed in the new armv6 pmapAlan Cox2015-05-111-1/+0
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore2015-03-261-0/+2
* Rename pic_ipi_get to pic_ipi_read for intrng.Andrew Turner2014-12-241-1/+1
* There is no difference between IPI_STOP and IPI_STOP_HARD on ARM, soIan Lepore2014-04-271-1/+1
* Move the declaration for mpentry() into a header file instead of pastingIan Lepore2014-02-231-0/+1
* Explicitely include <machine/pcb.h>, so that we get the definition ofOlivier Houchard2013-07-291-0/+1
* Define KDB_STOPPEDPCB, so that we can access the backtraces of threads runningOlivier Houchard2013-07-291-0/+3
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-0/+29
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+6