| Age | Commit message (Expand) | Author |
| 2023-04-20 | Provide a shared pmap_devmap implementation and convert all pmap_devmap | skrll |
| 2022-10-28 | MI PMAP EFI_RUNTIME support | skrll |
| 2022-04-02 | Update to support EFI runtime outside the kernel virtual address space | skrll |
| 2021-08-06 | Arm: Add support for SMC Calling Convention | jmcneill |
| 2021-06-29 | Remove uscanner(4) driver | nia |
| 2020-10-21 | make process_machdep.c included always since it provides register i/o used by | christos |
| 2020-10-20 | harmonize process_machdep.c inclusion. | christos |
| 2020-09-29 | Collapse all CPU_CORTEXA<n> options into CPU_CORTEX and do runtime | jmcneill |
| 2020-08-02 | Add support for Privileged Access Never (ARMv8.1-PAN). | maxv |
| 2020-07-27 | Enable ChaCha NEON code on armv7 too. | riastradh |
| 2020-07-27 | Fix outdated comment. | riastradh |
| 2020-07-10 | Add support for KASAN on ARMv[67] | skrll |
| 2020-06-29 | New permutation-based AES implementation using ARM NEON. | riastradh |
| 2020-04-18 | PMAP_DEBUG has been deleted on arm | skrll |
| 2020-04-13 | Add KASAN-DMA support on aarch64, same as amd64. Discussed with skrll@. | maxv |
| 2020-04-13 | Add support for Branch Target Identification (BTI). | maxv |
| 2020-04-12 | Add support for Pointer Authentication (PAC). | maxv |
| 2020-04-04 | mark nsmb major obsolete | jdolecek |
| 2020-02-15 | Various updates and improvements to cpu start up on arm/aarch64 | skrll |
| 2020-02-05 | Fix the armv[67] memory attributes for uncached memory. Previously it was | skrll |
| 2020-01-29 | remove urio(4), a driver for the Rio500 MP3 player. | maya |
| 2020-01-21 | Sort a bit | skrll |
| 2020-01-21 | Trailing whitespace | skrll |
| 2020-01-15 | port the arm64 cpu topology setup for big.little to arm. | mrg |
| 2020-01-06 | Use CFLAGS instead of COPTS for -mapcs-frame when using DDB. | skrll |
| 2020-01-02 | gcc 8 needs -mapcs-frame when DDB is specified for backtrace to work | skrll |
| 2019-11-20 | Move all non-emulation-specific coredump code into the coredump module, | pgoyette |
| 2019-11-11 | Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da) | joerg |
| 2019-08-26 | PR kern/54486 | rin |
| 2019-01-28 | Systematize handling of removed drivers. | dholland |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-12-05 | Split armv7/armv8 tprof backend config logic from the fdt bus glue. | jmcneill |
| 2018-10-28 | Add support for EFI runtime services on aarch64. | jmcneill |
| 2018-10-18 | Provide generic start code that assumes the MMU is off and caches are | skrll |
| 2018-10-06 | Whitespace | skrll |
| 2018-09-23 | Remove ISDN from the kernel. It has remained unmaintained for a long time, | maxv |
| 2018-09-22 | - Determine KERN_AS automatically depending on whether OPT_MODULAR is | rin |
| 2018-09-21 | Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR into | skrll |
| 2018-09-16 | Whitespace | skrll |
| 2018-08-10 | remove reference to CPU_ARMV2, suggested by jmcneill@ | maxv |
| 2018-08-10 | Retire CPU_ARM2, CPU_ARM250 and CPU_ARM3, they are all leftovers of | maxv |
| 2018-04-01 | Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@) | ryo |
| 2018-01-24 | Remove port-acorn26 | skrll |
| 2018-01-17 | G/C ARM32_NEW_VM_LAYOUT | skrll |
| 2017-12-18 | Generalise FDT and OFW | skrll |
| 2017-12-15 | we always need the fdt option now, defined or not. | christos |
| 2017-11-10 | Add CPU_CORTEXA35 | matt |
| 2017-10-08 | defflag CPU_CORTEXA53 | jmcneill |
| 2017-08-24 | Add __HAVE_GENERIC_CPU_INITCLOCKS option. If set, don't export | jmcneill |
| 2017-06-28 | Add support for ARM Power State Coordination Interface (PSCI). | jmcneill |