| Age | Commit message (Expand) | Author |
| 2025-12-09 | bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD | John Baldwin |
| 2025-06-11 | machine/stdarg.h -> sys/stdarg.h | Brooks Davis |
| 2025-03-27 | arm/mv: Remove pre-armv7 support | Andrew Turner |
| 2025-01-02 | Use bus_generic_detach instead of device_delete_children in detach | John Baldwin |
| 2024-12-06 | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin |
| 2024-07-24 | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh |
| 2024-07-17 | mvs: Fix to use rman_get_rid rather than non-existent rid argument | Jessica Clarke |
| 2024-06-27 | Fix SATA NCQ error recovery after 25375b1415 | Alexander Motin |
| 2024-06-02 | mvs: Use device_set_desc(f)() | Mark Johnston |
| 2024-03-13 | new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE | John Baldwin |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-06-09 | mvs: Eliminate unused variable. | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-01-11 | mvs(4): Fix a typo in a source code comment | Gordon Bergling |
| 2022-05-06 | mvs: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2022-03-04 | ahci/siis/mvs: Fix panics after 3394d4239b. | Alexander Motin |
| 2022-02-26 | Fix "set but not used" in the mvs driver. Remove dead code. | Scott Long |
| 2021-06-22 | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh |
| 2020-11-28 | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov |
| 2020-10-22 | Pass lower 3 bits of sector_count for FPDMA commands. | Alexander Motin |
| 2020-09-01 | mvs: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2019-12-05 | Use a void * argument to callout handlers instead of timeout_t casts. | John Baldwin |
| 2018-09-26 | Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, | Warner Losh |
| 2017-12-27 | kernel: Fix several typos and minor errors | Eitan Adler |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-19 | Remove dead mentions of CAM target mode APIs from drivers. | Alexander Motin |
| 2017-01-04 | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-04-17 | Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIM | Warner Losh |
| 2016-04-12 | Replace 0 with NULL for pointers in misc. device drivers. | Pedro F. Giffuni |
| 2016-04-10 | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni |
| 2016-03-21 | Fix some more long -> rman_res_t | Justin Hibbits |
| 2016-01-27 | Convert rman to use rman_res_t instead of u_long | Justin Hibbits |
| 2015-03-23 | Reduce priority of ATA/SATA drivers. | Alexander Motin |
| 2015-03-13 | Fix SATA Gen3 speed constants. | Alexander Motin |
| 2014-11-21 | Prevent overflow issues in timeout processing | Steven Hartland |
| 2014-09-12 | Initialize variables before resource_int_value(). | Alexander Motin |
| 2014-06-17 | Don't bother clearing maps for static DMA allocations to NULL. Instead, | John Baldwin |
| 2014-02-02 | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore |
| 2013-11-30 | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler |
| 2013-10-28 | Run mvs SATA driver on Armada XP instead of old mv_sata | Zbigniew Bodek |
| 2013-10-21 | Merge CAM locking changes from the projects/camlock branch to radically | Alexander Motin |
| 2013-06-12 | Replicate r242422 from ata(4) to mvs(4): | Alexander Motin |
| 2013-04-18 | Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent buses | Alexander Motin |
| 2013-02-12 | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov |
| 2012-07-28 | Add support for Marvell 88F6282. | Hiroki Sato |
| 2012-06-12 | - Limit r214102 workaround to only x86. On arm it causes more problems | Alexander Motin |