| Age | Commit message (Expand) | Author |
| 2024-10-11 | powerpc: Add nominal support for POWER10 and POWER11 | Justin Hibbits |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2021-12-28 | Simplify swi for bus_dma. | John Baldwin |
| 2021-03-31 | powerpc/powermac: Constrain 'cpu_sleep()' for AIM to mpc745x | Justin Hibbits |
| 2020-05-10 | powerpc: Add a CPU-custom machine check handler | Justin Hibbits |
| 2019-04-26 | powerpc: Add another feature2 flag, and update power9 definition | Justin Hibbits |
| 2018-11-05 | Add a KPI for the delay while spinning on a spin lock. | John Baldwin |
| 2018-05-20 | Add support for the XIVE XICS emulation mode for POWER9 systems | Justin Hibbits |
| 2018-04-22 | Fix the build post r332859 | Justin Hibbits |
| 2018-04-21 | Sync powerpc feature flags with Linux | Justin Hibbits |
| 2018-02-21 | PowerNV: Put processor to power-save state in idle thread | Wojciech Macek |
| 2017-11-20 | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-11-08 | Add the ISEL feature macro for those powerpc cores that have it | Justin Hibbits |
| 2016-10-29 | Add the SPE feature mask for e500v1 and e500v2 | Justin Hibbits |
| 2016-01-02 | Bring CPU features list in line with the ABI requirements. | Nathan Whitehorn |
| 2015-07-11 | cpu_number and cpu_swapout are never used, and only defined in powerpc. | Justin Hibbits |
| 2015-02-22 | Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7 | Nathan Whitehorn |
| 2015-02-10 | Set thread priorities on multithreaded CPUs so that threads holding a | Nathan Whitehorn |
| 2014-01-31 | Unbreak non-SMP builds. This was broken by r259284. Also, reorganize the | Justin Hibbits |
| 2013-12-13 | Add PMU-based CPU frequency scaling. This method is used on most Titanium | Justin Hibbits |
| 2013-07-28 | Revert r253748,253749 | Andriy Gapon |
| 2013-07-28 | put contents of cpu.h under _KERNEL | Andriy Gapon |
| 2012-09-23 | Move the prototype for savectx from cpu.h to pcb.h, as it is on other | Nathan Whitehorn |
| 2012-04-29 | Add a convenience macro for the returns_twice attribute, and apply it to | Dimitry Andric |
| 2012-04-11 | We don't need kcopy() in any of the remaining places it is used, so | Nathan Whitehorn |
| 2009-11-28 | Add a CPU features framework on PowerPC and simplify CPU setup a little | Nathan Whitehorn |
| 2008-10-27 | Declare btext and etext. Needed by sys/kern/subr_prof.c for | Marcel Moolenaar |
| 2007-06-09 | Add kdb_cpu_sync_icache(), intended to synchronize instruction | Marcel Moolenaar |
| 2006-05-11 | Clean out sysctl machdep.* related defines. | Poul-Henning Kamp |
| 2005-12-22 | Tweak how the MD code calls the fooclock() methods some. Instead of | John Baldwin |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-08-03 | Instead of calling ia32_pause() conditionally on __i386__ or __amd64__ | Maxime Henrion |
| 2003-09-26 | DELAY must be a routine, not a macro definition. | Peter Grehan |
| 2003-08-16 | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | Marcel Moolenaar |
| 2003-06-25 | Remove unused bootpath[] variable. It conflicted with a declaration | Peter Grehan |
| 2003-01-18 | Prepended underscores to macro local vars, avoiding gcc "declaration | Peter Grehan |
| 2002-09-19 | Additional machdep sysctl constants needed for userland utils | Peter Grehan |
| 2002-05-28 | Move the kcopy() function from trap.c to machdep.c. Add a prototype. | Benno Rice |
| 2002-04-15 | GC an extraneous prototype of delay(). | Benno Rice |
| 2002-03-20 | Remove __P. | Alfred Perlstein |
| 2002-02-28 | Add a missing (. | Benno Rice |
| 2001-11-05 | Clean up the trap handling code and make it consistent with the other platforms. | Mark Peek |
| 2001-10-15 | - Correct the type of the argument to delay() so as to not conflict with | Benno Rice |
| 2001-09-20 | Update PowerPC MD code to compile and do initial bootstrap based on | Mark Peek |
| 2001-08-10 | - Close races with signals and other AST's being triggered while we are in | John Baldwin |
| 2001-07-01 | Add TRAPF_* macros required by MI-ification of ast() and userret(). | Benno Rice |
| 2001-06-29 | Add a new MI pointer to the process' trapframe p_frame instead of using | John Baldwin |
| 2001-06-10 | Bring in NetBSD code used in the PowerPC port. | Benno Rice |