index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
isa.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2023-12-21
driver core: mark remaining local bus_type variables as const
Greg Kroah-Hartman
2023-05-31
isa: Remove unnecessary checks
Vladislav Efanov
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2021-01-26
isa: Make the remove callback for isa drivers return void
Uwe Kleine-König
2017-12-11
Merge 4.15-rc3 into driver-core-next
Greg Kroah-Hartman
2017-12-07
driver core: add SPDX identifiers to all driver core files
Greg Kroah-Hartman
2017-11-28
isa: Prevent NULL dereference in isa_bus driver callbacks
William Breathitt Gray
2016-06-17
isa: Call isa_bus_init before dependent ISA bus drivers register
William Breathitt Gray
2009-04-07
dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)
Yang Hongyang
2009-01-06
driver core: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-07-26
isa: set 24-bit dma_mask for ISA devices
Rene Herman
2006-06-21
[PATCH] Driver model: add ISA bus
Rene Herman