| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-12-21 | driver core: mark remaining local bus_type variables as const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-05-31 | isa: Remove unnecessary checks | Vladislav Efanov | 1 | -5/+2 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-01-26 | isa: Make the remove callback for isa drivers return void | Uwe Kleine-König | 1 | -1/+1 |
| 2017-12-11 | Merge 4.15-rc3 into driver-core-next | Greg Kroah-Hartman | 1 | -5/+5 |
| 2017-12-07 | driver core: add SPDX identifiers to all driver core files | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-28 | isa: Prevent NULL dereference in isa_bus driver callbacks | William Breathitt Gray | 1 | -5/+5 |
| 2016-06-17 | isa: Call isa_bus_init before dependent ISA bus drivers register | William Breathitt Gray | 1 | -1/+1 |
| 2009-04-07 | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) | Yang Hongyang | 1 | -1/+1 |
| 2009-01-06 | driver core: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -4/+3 |
| 2008-07-26 | isa: set 24-bit dma_mask for ISA devices | Rene Herman | 1 | -0/+4 |
| 2006-06-21 | [PATCH] Driver model: add ISA bus | Rene Herman | 1 | -0/+180 |