index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kobject.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-11
kobject: Allow the constification of kobject attributes
Thomas Weißschuh
1
-2
/
+6
2026-04-09
kernfs: pass struct ns_common instead of const void * for namespace tags
Christian Brauner
1
-4
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-01-14
kobject: Remove unused functions
Dr. David Alan Gilbert
1
-24
/
+0
2024-02-08
Revert "kobject: Remove redundant checks for whether ktype is NULL"
Greg Kroah-Hartman
1
-10
/
+14
2023-08-19
kobject: Remove redundant checks for whether ktype is NULL
Zhen Lei
1
-14
/
+10
2023-08-19
kobject: Add sanity check for kset->kobj.ktype in kset_register()
Zhen Lei
1
-0
/
+5
2023-08-05
kobject: Add helper kobj_ns_type_is_valid()
Zhen Lei
1
-17
/
+16
2023-06-05
kobject: Use return value of strreplace()
Andy Shevchenko
1
-2
/
+1
2023-03-17
kobject: align stacktrace levels to logging message
Thomas Weißschuh
1
-3
/
+3
2023-03-17
kobject: define common logging prefix
Thomas Weißschuh
1
-13
/
+15
2023-02-08
kobject: make dynamic_kobj_ktype and kset_ktype const
Thomas Weißschuh
1
-2
/
+2
2023-01-11
kobject: Fix slab-out-of-bounds in fill_kobj_path()
Wang Hai
1
-2
/
+10
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-11
/
+18
2022-11-22
kobject: make kobject_namespace take a const *
Greg Kroah-Hartman
1
-3
/
+3
2022-11-22
kobject: make kobject_get_ownership() take a constant kobject *
Greg Kroah-Hartman
1
-2
/
+2
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-25
kset: fix memory leak when kset_register() returns error
Yang Yingliang
1
-1
/
+8
2022-10-22
kobject: modify kobject_get_path() to take a const *
Greg Kroah-Hartman
1
-5
/
+5
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-04-05
kobject: kobj_type: remove default_attrs
Greg Kroah-Hartman
1
-32
/
+0
2021-12-27
driver core: make kobj_type constant.
Wedson Almeida Filho
1
-4
/
+4
2021-09-14
kobject: unexport kobject_create() in kobject.h
Qu Wenruo
1
-1
/
+1
2020-09-07
kobject: Drop unneeded conditional in __kobject_del()
Andy Shevchenko
1
-3
/
+0
2020-08-28
kobject: Restore old behaviour of kobject_del(NULL)
Andy Shevchenko
1
-1
/
+5
2020-07-10
kobject: Avoid premature parent object freeing in kobject_cleanup()
Heikki Krogerus
1
-10
/
+23
2020-06-07
Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+7
2020-05-25
kobject: send KOBJ_REMOVE uevent when the object is removed from sysfs
Greg Kroah-Hartman
1
-7
/
+7
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
1
-2
/
+2
2019-06-19
lib : kobject: fix refcount imblance on kobject_rename
Lin Yi
1
-1
/
+3
2019-05-03
kobject: clean up the kobject add documentation a bit more
Greg Kroah-Hartman
1
-2
/
+6
2019-05-02
kobject: Fix kernel-doc comment first line
Tobin C. Harding
1
-21
/
+22
2019-05-02
kobject: Remove docstring reference to kset
Tobin C. Harding
1
-3
/
+2
2019-05-01
kobject: fix dereference before null check on kobj
Colin Ian King
1
-1
/
+2
2019-04-28
kobject: Improve doc clarity kobject_init_and_add()
Tobin C. Harding
1
-3
/
+6
2019-04-28
kobject: Improve docs for kobject_add/del
Tobin C. Harding
1
-5
/
+12
2019-04-25
kobject: Add support for default attribute groups to kobj_type
Kimberly Brown
1
-0
/
+14
2019-01-22
kobject: make kset_get_ownership() 'static'
Eric Biggers
1
-1
/
+1
2018-12-06
kref/kobject: Improve documentation
Ezequiel Garcia
1
-1
/
+1
2018-08-18
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-07-20
kobject: kset_create_and_add() - fetch ownership info from parent
Dmitry Torokhov
1
-1
/
+8
2018-07-20
sysfs, kobject: allow creating kobject belonging to arbitrary users
Dmitry Torokhov
1
-0
/
+19
2018-07-07
kobject: Replace strncpy with memcpy
Guenter Roeck
1
-1
/
+1
2018-04-23
kobject: don't use WARN for registration failures
Dmitry Vyukov
1
-6
/
+5
2018-03-15
lib/kobject: Join string literals back
Andy Shevchenko
1
-21
/
+18
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2018-01-23
kobject: Export kobj_ns_grab_current() and kobj_ns_drop()
Bart Van Assche
1
-0
/
+2
2017-12-07
kobject: Remove redundant license text
Greg Kroah-Hartman
1
-3
/
+0
2017-12-07
kobject: add SPDX identifiers to all kobject files
Greg Kroah-Hartman
1
-0
/
+1
[next]