index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
class.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
driver core: class: remove boilerplate code
Maurizio Lombardi
1
-4
/
+2
2023-05-19
driver core: class: properly reference count class_dev_iter()
Greg Kroah-Hartman
1
-0
/
+2
2023-04-03
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
1
-2
/
+2
2023-04-03
driver core: class: mark the struct class in struct class_interface constant
Greg Kroah-Hartman
1
-1
/
+1
2023-04-03
driver core: class: make class_register() take a const *
Greg Kroah-Hartman
1
-3
/
+3
2023-04-03
driver core: class: mark class_release() as taking a const *
Greg Kroah-Hartman
1
-1
/
+1
2023-04-01
driver core: class: fix slab-use-after-free Read in class_register()
Greg Kroah-Hartman
1
-0
/
+1
2023-03-31
driver core: class: remove dev_kobj from struct class
Greg Kroah-Hartman
1
-4
/
+0
2023-03-31
driver core: class: remove subsystem private pointer from struct class
Greg Kroah-Hartman
1
-4
/
+0
2023-03-31
driver core: create class_is_registered()
Greg Kroah-Hartman
1
-0
/
+25
2023-03-31
driver core: core: move to use class_to_subsys()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-29
driver core: class.c: convert to only use class_to_subsys
Greg Kroah-Hartman
1
-52
/
+61
2023-03-29
driver core: class: implement class_get/put without the private pointer.
Greg Kroah-Hartman
1
-18
/
+63
2023-03-29
driver core: class: mark the struct class for sysfs callbacks as constant
Greg Kroah-Hartman
1
-2
/
+2
2023-03-28
driver core: bus: constify class_unregister/destroy()
Greg Kroah-Hartman
1
-4
/
+4
2023-03-27
driver core: class: fix documentation for class_create()
Greg Kroah-Hartman
1
-1
/
+0
2023-03-24
driver core: class: use lock_class_key already present in struct subsys_private
Greg Kroah-Hartman
1
-6
/
+9
2023-03-17
driver core: class: make class_create/remove_file*() options const
Greg Kroah-Hartman
1
-2
/
+2
2023-03-17
driver core: class: make class_find_device*() options const
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
driver core: class: make class_for_each_device() options const
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
driver core: class: make class_dev_iter_init() options const
Greg Kroah-Hartman
1
-2
/
+2
2023-03-17
driver core: class: remove struct module owner out of struct class
Greg Kroah-Hartman
1
-6
/
+3
2023-03-17
driver core: class: specify the module owner in __class_register()
Greg Kroah-Hartman
1
-3
/
+3
2023-03-07
driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC...
Greg Kroah-Hartman
1
-6
/
+0
2023-03-06
driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2
Greg Kroah-Hartman
1
-1
/
+1
2023-02-14
driver core: class: move EXPORT_SYMBOL_GPL() lines to the correct place
Greg Kroah-Hartman
1
-8
/
+6
2023-02-08
driver core: make kobj_type structures constant
Thomas Weißschuh
1
-1
/
+1
2023-01-23
driver core: class: Clear private pointer on registration failures
Rafael J. Wysocki
1
-5
/
+11
2023-01-11
driver core: change to_subsys_private() to use container_of_const()
Greg Kroah-Hartman
1
-1
/
+1
2022-11-22
kobject: make kobject_get_ownership() take a constant kobject *
Greg Kroah-Hartman
1
-1
/
+1
2022-11-09
class: fix possible memory leak in __class_register()
Yang Yingliang
1
-0
/
+5
2022-09-01
class: use IS_ERR_OR_NULL() helper in class_unregister()
Yang Yingliang
1
-1
/
+1
2022-02-02
block: remove genhd.h
Christoph Hellwig
1
-1
/
+1
2020-11-09
drivers: base: fix some kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-10-02
drivers core: Miscellaneous changes for sysfs_emit
Joe Perches
1
-1
/
+1
2019-12-16
device.h: move 'struct class' stuff out to device/class.h
Greg Kroah-Hartman
1
-0
/
+1
2019-01-18
driver core: move device->knode_class to device_private
Wei Yang
1
-4
/
+10
2017-12-07
driver core: Remove redundant license text
Greg Kroah-Hartman
1
-3
/
+0
2017-12-07
driver core: add SPDX identifiers to all driver core files
Greg Kroah-Hartman
1
-0
/
+1
2017-06-09
driver core: remove class_attrs from struct class
Greg Kroah-Hartman
1
-33
/
+0
2016-11-29
driver core: class: add class_groups support
Greg Kroah-Hartman
1
-0
/
+15
2015-09-29
class_find_device: fix reference to argument "match"
Rolf Eike Beer
1
-1
/
+1
2015-03-25
drivers: base: class: Add a blank line after declarations
Cosmin Tomulescu
1
-0
/
+2
2013-09-27
sysfs: make attr namespace interface less convoluted
Tejun Heo
1
-20
/
+9
2013-08-22
sysfs.h: remove attr_name() macro
Greg Kroah-Hartman
1
-2
/
+2
2013-02-07
driver-core: constify data for class_find_device()
Michał Mirosław
1
-2
/
+2
2011-12-15
driver-core: implement 'sysdev' functionality for regular devices and buses
Kay Sievers
1
-7
/
+7
2011-10-20
class: Implement support for class attrs in tagged sysfs directories.
Eric W. Biederman
1
-2
/
+15
2010-11-18
driver-core: merge private parts of class and bus
Kay Sievers
1
-19
/
+19
2010-11-11
driver core: fix whitespace in class_attr_string
Brandon Philips
1
-2
/
+2
[next]