summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/smp.h
Commit message (Expand)AuthorAgeFilesLines
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-2/+2
* Generalize IPI support for ARM intrng and use it for interruptskra2016-03-241-1/+1
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-1/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-1/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-2/+0
* ARM: Remove TLB IPI.mmel2016-01-301-4/+4
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-1/+1
* Import ARM_INTRNG, the "next generation" interrupt architecture for armian2015-10-181-0/+16
* Retire pmap_lazyfix(). This function only existed in the new armv6 pmapalc2015-05-111-1/+0
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.ian2015-03-261-0/+2
* Rename pic_ipi_get to pic_ipi_read for intrng.andrew2014-12-241-1/+1
* There is no difference between IPI_STOP and IPI_STOP_HARD on ARM, soian2014-04-271-1/+1
* Move the declaration for mpentry() into a header file instead of pastingian2014-02-231-0/+1
* Explicitely include <machine/pcb.h>, so that we get the definition ofcognet2013-07-291-0/+1
* Define KDB_STOPPEDPCB, so that we can access the backtraces of threads runningcognet2013-07-291-0/+3
* Merging projects/armv6, part 1gonzo2012-08-151-0/+29
* Import FreeBSD/arm kernel bits.cognet2004-05-141-0/+6
OpenPOWER on IntegriCloud