| Age | Commit message (Expand) | Author |
| 2018-02-15 | Introduce _UC_MACHINE_FP() as a macro | kamil |
| 2018-01-24 | Remove references to arm26 | skrll |
| 2018-01-24 | Remove port-acorn26 | skrll |
| 2017-12-27 | PR/52867: Martin Husemann: arm sofware breakpoint asm is slightly off | christos |
| 2017-12-20 | One copy of the generic timer register defines is enough for anyone. The | skrll |
| 2017-12-20 | Correct ARM_CNTKCTL_PL0[VP]CTEN values. NFC as nothing uses them. | skrll |
| 2017-12-17 | Typo in comment | skrll |
| 2017-12-16 | CPU_INFO_FOREACH() must always iterate at least the boot cpu. | mrg |
| 2017-11-06 | Cleanup and clarify the ELFSIZE mess: | christos |
| 2017-10-31 | Allow architectures to define a macro PROC_MACHINE_ARCH(P) and | martin |
| 2017-10-24 | Some more registers | skrll |
| 2017-10-22 | Centralise defines for DEVMAP_{ALIGN,SIZE,ENTRY,ENTRY_END} | skrll |
| 2017-09-17 | more const. | christos |
| 2017-09-16 | Add Cortex-A35 CPU ID. | matt |
| 2017-08-29 | Revert the *_PROT_RO_* define changes and do all the work in the *_PROT() | skrll |
| 2017-08-25 | fix the build (rump does not have opt_foo.h) | christos |
| 2017-08-24 | Do runtime detection of MP extensions to allow using a MULTIPROCESSOR | jmcneill |
| 2017-08-10 | Add IRELATIVE support for ARM, X86 and PowerPC. | joerg |
| 2017-07-11 | Fix up L{1_S,2_L,2_S}_PROT for recent changes to the | skrll |
| 2017-07-07 | Fixup the non-KDTRACE_HOOKS case of PUSHDTRACEGAP - we need to copy the | skrll |
| 2017-07-07 | split PUSHFRAMEINSVC into two pieces so that we can insert some additional | chs |
| 2017-07-06 | KNF two comments | skrll |
| 2017-07-06 | Re-define the L*_PROT_RO for MMUs that don't really support RO mapping | skrll |
| 2017-07-06 | Trailing whitespace | skrll |
| 2017-06-22 | Trailing whitespace | skrll |
| 2017-06-09 | if __HIDE_DELAY is defined, do not define delay() or DELAY(). | chs |
| 2017-05-28 | Add a few bootconfig helpers: | jmcneill |
| 2017-05-26 | Recognize Cortex-A57 FPU, GIC, and Generic Timer. | jmcneill |
| 2017-05-25 | Use the define name PMAP_HWPAGEWALKER and not PMAP_TLB_HWPAGEWALKER | skrll |
| 2017-05-25 | Spell ARM_MMU_EXTENDED correctly | skrll |
| 2017-04-25 | Expose lwp_trapframe for _KEMUSER, e.g. crash(8) | skrll |
| 2017-04-19 | Provide a pci_intr_setattr implementation. For chipset tags that don't | jmcneill |
| 2017-04-16 | Add function ptr for pci_intr_setattr to struct arm32_pci_chipset | jmcneill |
| 2017-04-12 | Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD part | kamil |
| 2017-04-09 | one typedef for fenv_t is enough. | christos |
| 2017-04-08 | Add new ptrace(2) API: PT_SETSTEP & PT_CLEARSTEP | kamil |
| 2017-04-04 | Fix rcs tag. | sevan |
| 2017-03-27 | Expose correct cpu_number(), CPU_IS_PRIMARY() and CPU_INFO_FOREACH() for | skrll |
| 2017-03-22 | provide a common softfloat fenv implemenation and use it for softfloat builds. | chs |
| 2017-03-16 | allow pcu_save() and pcu_discard() to be called on other threads, | chs |
| 2017-03-06 | Trailing whitespace | skrll |
| 2017-02-23 | Fixup the compile time decisions around PMAP_{INCLUDE,NEEDS}_PTE_SYNC and | skrll |
| 2017-02-20 | Trailing whitespace. | skrll |
| 2017-02-20 | Whitespace in comment | skrll |
| 2017-02-20 | Trailing whitespace | skrll |
| 2017-02-20 | Whitespace | skrll |
| 2017-02-13 | G/C VM_MAX_KERNEL_BUF | skrll |
| 2017-01-27 | remove __HAVE_COMPAT_NETBSD32 | christos |
| 2017-01-26 | provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently. | christos |
| 2017-01-17 | remove unnecessary cast, KNF | rin |