index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
device
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-01-18
1
-5
/
+0
|
\
|
*
iommu: Retire bus ops
Robin Murphy
2023-11-27
1
-5
/
+0
*
|
driver core: class: fix Excess kernel-doc description warning
Randy Dunlap
2023-12-23
1
-2
/
+0
*
|
driver core: bus: make bus_sort_breadthfirst() take a const pointer
Greg Kroah-Hartman
2023-12-21
1
-1
/
+1
|
/
*
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-1
/
+1
|
\
|
*
driver core: return bool from driver_probe_done
Christoph Hellwig
2023-06-05
1
-1
/
+1
*
|
driver core: class: properly reference count class_dev_iter()
Greg Kroah-Hartman
2023-05-19
1
-0
/
+1
|
/
*
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
2023-04-03
1
-2
/
+2
*
driver core: class: mark the struct class in struct class_interface constant
Greg Kroah-Hartman
2023-04-03
1
-1
/
+1
*
driver core: class: make class_register() take a const *
Greg Kroah-Hartman
2023-04-03
1
-1
/
+1
*
driver core: class: mark class_release() as taking a const *
Greg Kroah-Hartman
2023-04-03
1
-1
/
+1
*
driver core: make sysfs_dev_block_kobj static
Greg Kroah-Hartman
2023-03-31
1
-2
/
+0
*
driver core: class: remove dev_kobj from struct class
Greg Kroah-Hartman
2023-03-31
1
-2
/
+0
*
driver core: class: remove subsystem private pointer from struct class
Greg Kroah-Hartman
2023-03-31
1
-2
/
+0
*
driver core: create class_is_registered()
Greg Kroah-Hartman
2023-03-31
1
-0
/
+1
*
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-29
1
-4
/
+5
*
driver core: bus: constify class_unregister/destroy()
Greg Kroah-Hartman
2023-03-28
1
-2
/
+2
*
driver core: move sysfs_dev_char_kobj out of class.h
Greg Kroah-Hartman
2023-03-27
1
-1
/
+0
*
driver core: bus: move documentation for lock_key to proper location.
Greg Kroah-Hartman
2023-03-25
1
-1
/
+0
*
driver core: driver.h: remove extern from function prototypes
Greg Kroah-Hartman
2023-03-24
1
-15
/
+11
*
driver core: bus.h: remove extern from function prototypes
Greg Kroah-Hartman
2023-03-24
1
-8
/
+6
*
driver core: class.h: remove extern from function prototypes
Greg Kroah-Hartman
2023-03-24
1
-26
/
+20
*
driver core: class: use lock_class_key already present in struct subsys_private
Greg Kroah-Hartman
2023-03-24
1
-34
/
+2
*
driver core: make the bus_type in struct device_driver constant
Greg Kroah-Hartman
2023-03-23
1
-1
/
+1
*
driver core: bus: constify driver_find()
Greg Kroah-Hartman
2023-03-23
1
-1
/
+1
*
driver core: bus: constify bus_rescan_devices()
Greg Kroah-Hartman
2023-03-23
1
-1
/
+1
*
driver core: bus: constantify bus_register()
Greg Kroah-Hartman
2023-03-23
1
-1
/
+1
*
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-23
1
-2
/
+2
*
driver core: bus: move dev_root out of struct bus_type
Greg Kroah-Hartman
2023-03-23
1
-2
/
+0
*
driver core: class: make class_create/remove_file*() options const
Greg Kroah-Hartman
2023-03-17
1
-5
/
+5
*
driver core: class: make class_find_device*() options const
Greg Kroah-Hartman
2023-03-17
1
-13
/
+12
*
driver core: class: make class_for_each_device() options const
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
*
driver core: class: make class_dev_iter_init() options const
Greg Kroah-Hartman
2023-03-17
1
-2
/
+2
*
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
1
-2
/
+1
*
driver core: class: remove struct module owner out of struct class
Greg Kroah-Hartman
2023-03-17
1
-11
/
+7
*
driver core: class: specify the module owner in __class_register()
Greg Kroah-Hartman
2023-03-17
1
-4
/
+5
*
driver core: bus: add bus_get_dev_root() function
Greg Kroah-Hartman
2023-02-10
1
-0
/
+1
*
driver core: bus: constify bus_unregister()
Greg Kroah-Hartman
2023-02-09
1
-1
/
+1
*
driver core: bus: constify bus_get_kset()
Greg Kroah-Hartman
2023-02-09
1
-1
/
+1
*
driver core: bus: constify bus_register/unregister_notifier()
Greg Kroah-Hartman
2023-02-09
1
-2
/
+2
*
driver core: remove private pointer from struct bus_type
Greg Kroah-Hartman
2023-02-09
1
-4
/
+0
*
driver core: bus: convert bus_create/remove_file to be constant
Greg Kroah-Hartman
2023-02-09
1
-3
/
+2
*
driver core: bus: constantify the bus_find_* functions
Greg Kroah-Hartman
2023-02-09
1
-10
/
+10
*
driver core: bus: move lock_class_key into dynamic structure
Greg Kroah-Hartman
2023-02-01
1
-1
/
+0
*
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
1
-1
/
+1
*
driver core: bus.h: document bus notifiers better
Greg Kroah-Hartman
2023-01-18
1
-14
/
+28
*
driver core: Make driver_deferred_probe_timeout a static variable
Javier Martinez Canillas
2023-01-11
1
-1
/
+0
*
driver core: move struct subsys_dev_iter to a local file
Greg Kroah-Hartman
2023-01-10
1
-5
/
+0
*
driver core: make subsys_dev_iter_exit() static
Greg Kroah-Hartman
2023-01-10
1
-1
/
+0
*
driver core: make subsys_dev_iter_next() static
Greg Kroah-Hartman
2023-01-10
1
-1
/
+0
[next]