summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/smp.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-25smp: Dynamically allocate the stoppcbs arrayMark Johnston
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2019-04-13Add NUMA support to powerpcJustin Hibbits
2018-06-25Expose stopped cpu contexts to ddb on PowerPCJustin Hibbits
2017-11-27sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-05-09Add the powerpc support.Attilio Rao
2010-09-13Refactor timer management code with priority to one-shot operation mode.Alexander Motin
2010-09-11Fix the build after r212453. IPI_STATCLOCK declaration is still neededAlexander Motin
2010-09-11Update PowerPC event timer code to use new event timers infrastructure.Alexander Motin
2010-08-06Add a new ipi_cpu() function to the MI IPI API that can be used to send anJohn Baldwin
2010-07-13MFppc64:Nathan Whitehorn
2009-10-23Add SMP support on U3-based G5 systems. This does not yet work perfectly:Nathan Whitehorn
2009-08-13* Completely Remove the option STOP_NMI from the kernel. This optionAttilio Rao
2009-05-14Factor out platform dependent things unrelated to device drivers into aNathan Whitehorn
2008-09-28Remove ipi_all() and ipi_self() as the former hasn't been used atMarius Strobl
2008-09-16Remove the tracing from the AP startup. The AP is knownMarcel Moolenaar
2008-04-27MFp4: SMP supportMarcel Moolenaar
2001-06-16This commit (along with one pending in sys/dev/ofw and one in sys/conf) giveBenno Rice