| Age | Commit message (Expand) | Author |
| 2023-04-28 | Pass local symbols relocations in both passes and provide the kobj_reloc | skrll |
| 2023-04-20 | Provide a shared pmap_devmap implementation and convert all pmap_devmap | skrll |
| 2023-04-07 | Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm. | skrll |
| 2023-04-03 | Use PRI{u,x}{BUSSIZE,VADDR,PADDR} etc | skrll |
| 2023-04-03 | More KNF | skrll |
| 2023-04-03 | Some KNF | skrll |
| 2023-04-03 | spaces -> TAB | skrll |
| 2023-03-01 | arm32: Optimization: Omit needless membar when triggering softint. | riastradh |
| 2023-02-25 | Don't refer to physical_{start,end} here and just pass minimum (0UL) | skrll |
| 2023-02-23 | arm32: Add missing barriers in cpu_switchto. | riastradh |
| 2023-01-19 | Support remaining common boot options. | mlelstv |
| 2022-12-22 | Explicitly disable overflow interrupts before enabling the cycle counter. | ryo |
| 2022-12-18 | Appease KDASSERT / LOCKDEBUG. | skrll |
| 2022-10-26 | ddb/db_active.h: New home for extern db_active. | riastradh |
| 2022-10-11 | fix typos in log messages s/bus_dmamem_create/bus_dmamap_create/ and | andvar |
| 2022-07-28 | arm32: Refactor splhigh and restore in dosoftints. | riastradh |
| 2022-07-26 | s/functin/function/ in copy pasted comment. | andvar |
| 2022-05-24 | s/entrace/entrance/ in copy pasted comment. | andvar |
| 2022-05-03 | Catch up with aarch64 TTBR0 handling in pmap_{,de}activate_efirt and | skrll |
| 2022-04-09 | sys: Use membar_release/acquire around reference drop. | riastradh |
| 2022-04-02 | Update to support EFI runtime outside the kernel virtual address space | skrll |
| 2022-03-19 | Alight code re-organisation so it better matches the VPRINTF headings | skrll |
| 2022-03-12 | sys: Membar audit around reference count releases. | riastradh |
| 2022-03-12 | No need to call arm_fdt_platform twice. | skrll |
| 2022-03-03 | arm: Use device_set_private for cpuN. | riastradh |
| 2022-02-06 | if we have to bounce a buffer, clear our anything already setup in | mrg |
| 2022-01-02 | arm: Remove #ifdef DIAGNOSTIC now wrong after KASSERT change. | riastradh |
| 2022-01-01 | KASSERT now always uses the expression, so don't protect with DIAGNOSTIC | christos |
| 2021-12-20 | _bus_dmatag_subregion is always EOPNOTSUPP for !_ARM32_NEED_BUS_DMA_BOUNCE | skrll |
| 2021-11-13 | Support 'boot -1' on arm | jmcneill |
| 2021-10-31 | Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep. | skrll |
| 2021-10-21 | Whitespace in a comment | skrll |
| 2021-10-11 | For some classic CPUs, info->[id]cache_sets are not initialized. | rin |
| 2021-10-11 | splx: Restore interrupts before dosoftints() for __HAVE_FAST_SOFTINTS. | rin |
| 2021-10-11 | pN steppings are used for ARM926EJ-S, although only r0 seems to be available. | rin |
| 2021-10-02 | Pass the pmap in tlb_set_asid for the benefit of aarch64. | skrll |
| 2021-09-23 | Print the cache information in similar formats and arm and aarch64, e.g. | skrll |
| 2021-08-30 | Add storage for an iommu cookie in bus_dmamap_t and store untranslated CPU | jmcneill |
| 2021-08-26 | Improve a comment | skrll |
| 2021-08-24 | Remove '\n' from UVMHIST format | skrll |
| 2021-07-06 | Assume all ARM11[37]6 r0 variants are missing ISAR and friends. This is | skrll |
| 2021-06-03 | Mirror changes to passing pages to UVM into aarch64_machdep.c | skrll |
| 2021-06-01 | G/C | skrll |
| 2021-05-30 | typo in comment | dholland |
| 2021-03-28 | fix a comment that has been c&p'ed around and not updated | skrll |
| 2021-03-23 | Another missing kpreempt_enable | skrll |
| 2021-03-23 | Re-enable kpreemption in an error path. Spotted by nat@ | skrll |
| 2021-03-21 | -DKERNEL_BASE_VOFFSET= has annoyed me for the last time... | skrll |
| 2021-03-14 | Sprinkle kpreempt_{dis,en}able ready for when preemption gets turned on. | skrll |
| 2021-02-23 | introduce DDB_END_CMD and replace more than 20 copies of the same | mrg |