| Age | Commit message (Expand) | Author |
| 2025-12-10 | Add sys/_align.h replacing machine/_align.h | Brooks Davis |
| 2025-11-28 | sys: remove comment for armv5/6 | Minsoo Choo |
| 2025-05-02 | subr_devmap: Reduce the use of the static devmap | Andrew Turner |
| 2025-01-23 | pci: cleanup __PCI_REROUTE_INTERRUPTS | Mitchell Horne |
| 2025-01-14 | Centralize and simpify implemention of some VM macros | Brooks Davis |
| 2024-09-11 | arm: Assume __ARM_ARCH == 7 | Andrew Turner |
| 2023-11-26 | sys: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2021-09-01 | Revert "arm: Bump KSTACK_PAGES default to match i386/amd64" | Kevin Bowling |
| 2021-07-20 | arm: Bump KSTACK_PAGES default to match i386/amd64 | Kevin Bowling |
| 2020-06-15 | Simplify MACHINE_ARCH to be a single string. | John Baldwin |
| 2020-02-05 | Define MAXCPU consistently between the kernel and KLDs. | Mark Johnston |
| 2017-11-18 | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni |
| 2017-10-06 | Oversight on armv7 bulk commit: Make MACHINE_ARCH be armv7 for new | Warner Losh |
| 2016-06-21 | Revert the recent armv6 changes to ALIGNED_POINTER(), restoring the | Ian Lepore |
| 2016-05-26 | Disable alignment faults on armv6, adjust various alignment-related macros | Ian Lepore |
| 2016-05-25 | Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn't | Ian Lepore |
| 2016-05-20 | Remove hf appending code from param.h for machine arch name. | Warner Losh |
| 2016-01-29 | Remove NPTEPG definition which is not used anywhere now after | Svatopluk Kraus |
| 2015-10-15 | ARM userspace accessors, e.g. {s,f}uword(9), copy{in,out}(9), | Konstantin Belousov |
| 2015-08-10 | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | Konstantin Belousov |
| 2014-10-28 | Add fueword(9) and casueword(9) functions. They are like fuword(9) | Konstantin Belousov |
| 2014-08-14 | From https://sourceware.org/ml/newlib/2014/msg00113.html | Warner Losh |
| 2014-03-22 | Simplify how we build MACHINE_ARCH. There are 3 options that may be set | Andrew Turner |
| 2014-03-09 | Remove all traces of support for ARM chips prior to the arm9 series. We | Ian Lepore |
| 2014-03-09 | Remove all dregs of a per-thread undefined-exception-mode stack. This is | Ian Lepore |
| 2013-08-26 | Introduce superpages support for ARMv6/v7. | Rafal Jaworowski |
| 2013-05-07 | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | Attilio Rao |
| 2013-03-09 | __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH in | Andrew Turner |
| 2012-08-15 | Merging projects/armv6, part 1 | Oleksandr Tymoshenko |
| 2012-06-13 | trim trailing whitespace | Warner Losh |
| 2012-05-06 | Fix the MACHINE_ARCH for big endian arm to be armeb. | Warner Losh |
| 2011-07-19 | Add the possibility to specify from kernel configs MAXCPU value. | Attilio Rao |
| 2009-09-18 | Add a new sysctl for reporting all of the supported page sizes. | Alan Cox |
| 2009-09-08 | Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an | Poul-Henning Kamp |
| 2009-07-05 | Cleanup ALIGNED_POINTER: | Sam Leffler |
| 2009-04-20 | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | Robert Watson |
| 2009-04-19 | Add description and cautionary note regarding CACHE_LINE_SIZE. | Robert Watson |
| 2009-04-19 | For each architecture, define CACHE_LINE_SHIFT and a derived | Robert Watson |
| 2008-03-27 | When building a kernel module, define MAXCPU the same as SMP so | John Birrell |
| 2006-01-09 | By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into | Warner Losh |
| 2005-12-06 | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused with | Ruslan Ermilov |
| 2004-11-20 | Get the kernel stack right now that the u-area is gone. | Olivier Houchard |
| 2004-11-20 | Remove UAREA_PAGES and USPACE definitions. The definitions of | David Schultz |
| 2004-11-04 | Decrease KSTACK_PAGES and UAREA_PAGES. | Olivier Houchard |
| 2004-09-23 | Define STACKALIGNBYTES and STACKALIGN. | Olivier Houchard |
| 2004-05-14 | Import FreeBSD/arm kernel bits. | Olivier Houchard |
| 2002-09-17 | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm |
| 2002-05-14 | Move MI stuff out of MD param.h files. | Poul-Henning Kamp |
| 2002-05-14 | Remove the unused definitions of ctod() and dotc(). | Poul-Henning Kamp |