summaryrefslogtreecommitdiff
path: root/sys/arm/include/smp.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-25smp: Dynamically allocate the stoppcbs arrayMark Johnston
2018-07-28Only support INTRNG in the SMP code on arm. We already require INTRNG onAndrew Turner
2016-04-15Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner
2016-03-24Generalize IPI support for ARM intrng and use it for interruptSvatopluk Kraus
2016-02-26Almost all copies of platform_mp_init_secondary just calledAndrew Turner
2016-02-26Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner
2016-02-25Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner
2016-01-30ARM: Remove TLB IPI.Michal Meloun
2015-12-18[intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd
2015-10-18Import ARM_INTRNG, the "next generation" interrupt architecture for armIan Lepore
2015-05-11Retire pmap_lazyfix(). This function only existed in the new armv6 pmapAlan Cox
2015-03-26New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore
2014-12-24Rename pic_ipi_get to pic_ipi_read for intrng.Andrew Turner
2014-04-27There is no difference between IPI_STOP and IPI_STOP_HARD on ARM, soIan Lepore
2014-02-23Move the declaration for mpentry() into a header file instead of pastingIan Lepore
2013-07-29Explicitely include <machine/pcb.h>, so that we get the definition ofOlivier Houchard
2013-07-29Define KDB_STOPPEDPCB, so that we can access the backtraces of threads runningOlivier Houchard
2012-08-15Merging projects/armv6, part 1Oleksandr Tymoshenko
2004-05-14Import FreeBSD/arm kernel bits.Olivier Houchard