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