| Age | Commit message (Expand) | Author |
| 2025-12-09 | bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD | John Baldwin |
| 2025-11-18 | dev/fdt: Add support for non-PCI MSI interrupts | Andrew Turner |
| 2025-01-29 | simplebus: Stop accepting SYS_RES_IOPORT resources | John Baldwin |
| 2024-12-06 | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin |
| 2024-11-04 | Check for errors when detaching children first, not last | John Baldwin |
| 2024-03-13 | new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE | John Baldwin |
| 2024-03-13 | new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCE | John Baldwin |
| 2024-03-13 | new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCE | John Baldwin |
| 2024-03-13 | new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCE | John Baldwin |
| 2024-02-15 | simplebus: Implement bus_delete_resource | John Baldwin |
| 2024-02-15 | simplebus: Map SYS_RES_IOPORT to SYS_RES_MEMORY later in alloc_resource | John Baldwin |
| 2024-01-23 | simplebus: Consistently map SYS_RES_IOPORT to SYS_RES_MEMORY | John Baldwin |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-10-18 | ofw: add BUS_GET_DEVICE_PATH interface to openfirm/fdt, somewhat incomplete. | Takanori Watanabe |
| 2022-10-09 | device_get_property: add a HANDLE case | Bjoern A. Zeeb |
| 2022-05-09 | fdt simple drivers: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2022-03-10 | Extend device_get_property API | Kornel Duleba |
| 2021-09-20 | device: add device_get_property and device_has_property | Bartlomiej Grzesik |
| 2021-06-22 | newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca... | Warner Losh |
| 2020-09-25 | Correctly handle nodes compatible with "syscon", "simple-bus". | Michal Meloun |
| 2020-09-25 | Make simplebus friendlier for subclassing. | Michal Meloun |
| 2020-08-03 | Allow child classes of simplebus to call attach directly | Andrew Turner |
| 2018-12-12 | fdt: Add support for simple-mfd bus | Emmanuel Vadot |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-01-15 | "Buses" is the preferred plural of "bus" | Conrad Meyer |
| 2016-10-01 | Revert r306473. | Justin Hibbits |
| 2016-09-30 | Use the cell-index property as the unit number if available. | Justin Hibbits |
| 2016-08-19 | INTRNG: Rework handling with resources. Partially revert r301453. | Michal Meloun |
| 2016-06-05 | INTRNG - change the way how an interrupt mapping data are provided | Svatopluk Kraus |
| 2016-03-18 | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits |
| 2016-02-20 | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | Justin Hibbits |
| 2016-01-27 | Convert rman to use rman_res_t instead of u_long | Justin Hibbits |
| 2015-12-13 | SIMPLEBUS: Don't panic if child device doesn't have devinfo set. | Michal Meloun |
| 2015-05-15 | Provide the number of interrupt resources added to the list | Ruslan Bukin |
| 2015-03-27 | Make simplebus a base class of ofwbus. This allows the elimination of | Ian Lepore |
| 2015-02-27 | Allow creating subclass of FDT simplebus | Jayachandran C. |
| 2015-01-13 | Introduce ofw_bus_reg_to_rl() to replace part of common bus code | Zbigniew Bodek |
| 2014-10-19 | Fail to probe on simplebus nodes that lack a "ranges" property. | Ian Lepore |
| 2014-09-25 | Replace multiple nearly-identical copies of code to walk through an FDT | Ian Lepore |
| 2014-09-01 | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | Ian Lepore |
| 2014-08-05 | Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so that | Ian Lepore |
| 2014-08-05 | Set ofwbus and simplebus to attach during BUS_PASS_BUS. | Ian Lepore |
| 2014-02-12 | Better nomatch messages: include compat string. Also, flag devices as | Warner Losh |
| 2014-02-05 | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | Nathan Whitehorn |
| 2014-02-02 | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore |
| 2014-02-02 | Be more robust with malformed interrupt config data. Instead of crashing | Ian Lepore |
| 2014-02-02 | Allow nesting of simplebuses. | Nathan Whitehorn |
| 2014-02-01 | Provide a simpler and more standards-compliant simplebus implementation to | Nathan Whitehorn |