| Age | Commit message (Expand) | Author |
| 2022-03-24 | Add initial support for Intel GPIO chips | manu |
| 2022-03-23 | fix few typos in comments, mainly s/paramenters/parameters/. | andvar |
| 2022-03-22 | fix typos in comments. | andvar |
| 2022-03-19 | rnd(9): Omit needless locks in various HWRNG drivers. | riastradh |
| 2022-03-19 | rnd(9): Adjust IPL of locks used by rndsource callbacks. | riastradh |
| 2022-03-18 | net80211: Use getticks(), not hardclock_ticks. | riastradh |
| 2022-03-17 | add some register bits for interrupt control/error status. | mrg |
| 2022-03-14 | Add OpenBSD to code to optionally load CLM (Country Locale Matrix) files. | mlelstv |
| 2022-03-09 | usb: Provisionally release bus lock around ubm_rhctrl. | riastradh |
| 2022-03-08 | fix few typos in comments. | andvar |
| 2022-03-03 | usb: Hold pipe lock across upm_transfer and upm_start. | riastradh |
| 2022-03-03 | usb: Factor usb_insert_transfer out of upm_transfer and make private. | riastradh |
| 2022-02-23 | fix various typos in comments, mainly immediatly/immediately/, | andvar |
| 2022-02-16 | fix various typos, mainly in comments. | andvar |
| 2022-02-13 | eqos(4): Nix trailing whitespace. No functional change. | riastradh |
| 2022-02-13 | eqos(4): membar_* is not appropriate here; use bus_dmamap_sync. | riastradh |
| 2022-02-09 | fix various typos in comments. | andvar |
| 2022-02-02 | Fix misplaced comma. | nakayama |
| 2022-01-29 | tpm(4): Nix TPM_BE16/TPM_BE32. Just use sys/endian.h. | riastradh |
| 2022-01-29 | Add code for DDR5 a little. I have no datasheet. | msaitoh |
| 2022-01-29 | Add LPDDR4X and DDR5. Not decoded yet. | msaitoh |
| 2022-01-27 | drop poorly phrased and redundant message about unsupported chip revisions | jakllsch |
| 2022-01-24 | remove double "with" in comments and usage text. Also fix one typo. | andvar |
| 2022-01-21 | s/compatile/compatible/ | andvar |
| 2022-01-17 | fix typos in comments, mainly s/foward/forward/. | andvar |
| 2022-01-17 | Pass the controller devhandle along to the GPIO layer. | thorpej |
| 2022-01-17 | G/C mcpgpio_softc::sc_phandle; nothing is using it. | thorpej |
| 2022-01-17 | Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", and | thorpej |
| 2022-01-16 | tpm(4): Fix suspend and rework I/O transaction lock. | riastradh |
| 2022-01-09 | dwcmmc: Add support for card detect using SDMMC_CDETECT register | jmcneill |
| 2022-01-09 | eqos: handle the GMAC_MTL_INTERRUPT_STATUS register having something | mrg |
| 2022-01-08 | eqos: interrupt evcnt and minor fix | mrg |
| 2022-01-03 | Add driver for DesignWare Ethernet Quality-of-Service controller. | jmcneill |
| 2022-01-01 | fix typos in comments, mainly basicly -> basically. | andvar |
| 2022-01-01 | s/sytem/system/ | msaitoh |
| 2022-01-01 | s/assoicate/associate/ | msaitoh |
| 2021-12-31 | sys: Use if_init wrapper function. | riastradh |
| 2021-12-24 | malo(4): Fix line breaks in attach output. | riastradh |
| 2021-12-20 | tpm(4): Fix disabling of rnd source if tpm is deactivated. | riastradh |
| 2021-12-19 | rkdrm: Convert to atomic modesetting, as needed for bridges. | riastradh |
| 2021-12-19 | Sort includes. | riastradh |
| 2021-12-19 | Get drm to build on arm64 again. | riastradh |
| 2021-12-12 | fix various typos, mainly in comments. | andvar |
| 2021-12-12 | fix typos in word "request(s)". | andvar |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-08 | fix various typos in comments and log messages. | andvar |
| 2021-12-07 | G/C pckbc_attach_args | skrll |
| 2021-12-07 | A driver and user land utility for the Sparkfun Serial Controlled Motor | brad |
| 2021-12-05 | Fix typo again... s/Expilcitly/Explicitly/ | msaitoh |
| 2021-12-05 | isp: fix typo in comment | rillig |