| Age | Commit message (Expand) | Author |
| 2019-11-29 | Nix mb_* on arm. | riastradh |
| 2019-11-29 | Largely eliminate the MD rwlock.h header file. | riastradh |
| 2019-11-21 | mi_userret(): take care of calling preempt(), set spc_curpriority directly, | ad |
| 2019-10-29 | Explicitly annotate FPU requirements for LLVM MC. | joerg |
| 2019-10-19 | Increase aarch64 MAXCPUS to 256. | jmcneill |
| 2019-09-08 | cpu identification macros for A17 | tnn |
| 2019-09-07 | Cortex A12 is marketed as A17 but has a distinct part number | tnn |
| 2019-08-12 | Add support for physical timers and sprinkle isb where needed. | jmcneill |
| 2019-08-02 | ARMv6KZ has been misspelled by GCC since forever, but clang only | joerg |
| 2019-07-16 | Consistently use vaddr_t as initarm and friends return type. | skrll |
| 2019-07-16 | Remove the _BUS_DMAMAP_COHERENT optimisation in the bus_dmamap_sync macro | skrll |
| 2019-07-16 | Add Ampere eMAG 8180 cpuid | jmcneill |
| 2019-06-19 | Update a comment | skrll |
| 2019-06-19 | Whitespace | skrll |
| 2019-06-19 | KNF and add a comment | skrll |
| 2019-06-19 | add several cortex CPU implementations found in their TRMs: | mrg |
| 2019-06-18 | Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointer | kamil |
| 2019-06-18 | Use UAL syntax for udf. NFCI. | skrll |
| 2019-06-17 | Define PTRACE_ILLEGAL_ASM for arm (32-bit) | kamil |
| 2019-05-09 | add cortex A-76 detection. | mrg |
| 2019-05-07 | Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h | kamil |
| 2019-05-02 | It's the Normal Memory Remap Register (not Normal Region Remap Register) | skrll |
| 2019-05-02 | Fix Normal Region Remap Register bitmask names | skrll |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-03-30 | Need to include <sys/cdefs.h> so that the _ARM_CPU* macros get defined | christos |
| 2019-03-27 | - expose vmparams to userland on arm, like other archs do. | christos |
| 2019-03-17 | Trailing whitespace | skrll |
| 2019-02-04 | Trailing whitespace | skrll |
| 2019-01-30 | add gtmr_cntv_cval_write | jmcneill |
| 2019-01-27 | fix duplicated chunk from merge | dholland |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-21 | Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64. | dholland |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 2019-01-03 | Add CPU_ID_CORTEXA15R4 | jmcneill |
| 2019-01-03 | Start CPUs more like aarch64 by using a cpu_mpidr array (if populated) | skrll |
| 2018-12-11 | Don't exclude code from rump kernel build. | alnsn |
| 2018-12-08 | Add support for decoding PCI ID mappings using IO remapping tables (IORT). | jmcneill |
| 2018-11-24 | Add some ThunderX CPU Ids | skrll |
| 2018-11-19 | On second thought, get rid of "bs_base" from struct bus_space and use a | jmcneill |
| 2018-11-18 | Add a "bs_base" field to struct bus_space. If present, use it to translate | jmcneill |
| 2018-11-16 | Add MD functions for establishing and disestablishing interrupt handlers. | jmcneill |
| 2018-11-16 | Add intr_establish_xname support to arm and expose it to intrctl | jmcneill |
| 2018-11-02 | Add support for multiple PCI segments. | jmcneill |
| 2018-10-28 | Consistency - NFC | skrll |
| 2018-10-28 | Remove magic number | skrll |
| 2018-10-28 | Add support for EFI runtime services on aarch64. | jmcneill |
| 2018-10-27 | Trailing whitespace | skrll |
| 2018-10-25 | Align struct cpu_info member names. NFC. | skrll |
| 2018-10-21 | Add support for PCI MSI using ARM GICv2m. | jmcneill |
| 2018-10-20 | Clean up around cpu_ttb and fix a bunch of builds | skrll |