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.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
/
lib
/
kobject_uevent.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-17
driver core: allow non-root users to listen to uevents
Kay Sievers
1
-1
/
+1
2009-04-17
Revert "kobject: don't block for each kobject_uevent".
Hugh Dickins
1
-1
/
+1
2009-03-27
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-1
/
+8
2009-03-25
kobject: don't block for each kobject_uevent
Arjan van de Ven
1
-1
/
+1
2009-03-25
Driver core: implement uevent suppress in kobject
Ming Lei
1
-0
/
+7
2009-02-06
netlink: change return-value logic of netlink_broadcast()
Pablo Neira Ayuso
1
-0
/
+3
2009-01-06
kobject: return the result of uevent sending by netlink
Ming Lei
1
-2
/
+4
2009-01-06
uevent: don't pass envp_ext[] as format string in kobject_uevent_env()
Tejun Heo
1
-1
/
+1
2008-07-26
Use WARN() in lib/
Arjan van de Ven
1
-4
/
+2
2008-07-22
kobject: Transmit return value of call_usermodehelper() to caller
Wang Chen
1
-1
/
+2
2008-04-30
lib: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-5
/
+5
2008-04-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-1
/
+1
2008-04-04
[NETNS]: Declare init_net even without CONFIG_NET defined.
Denis V. Lunev
1
-2
/
+0
2008-03-31
fix uevent action-string regression
Mark Lord
1
-1
/
+1
2008-03-28
[NETNS]: Do no include NET related headers if CONFIG_NET is not set.
Denis V. Lunev
1
-2
/
+6
2008-01-25
Kobject: fix coding style issues in kobject c files
Greg Kroah-Hartman
1
-4
/
+3
2008-01-25
Kobject: auto-cleanup on final unref
Kay Sievers
1
-0
/
+11
2008-01-25
kobject: clean up debugging messages
Greg Kroah-Hartman
1
-6
/
+14
2007-10-20
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
1
-1
/
+1
2007-10-13
Driver core: kerneldoc - kobject_uevent_env is not "usually KOBJ_MOVE"
Kay Sievers
1
-4
/
+4
2007-10-13
Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG
Kay Sievers
1
-13
/
+44
2007-10-13
Driver core: add CONFIG_UEVENT_HELPER_PATH
Kay Sievers
1
-1
/
+1
2007-10-13
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-86
/
+63
2007-10-11
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
1
-3
/
+2
2007-07-31
kobject: fix link error when CONFIG_HOTPLUG is disabled
Cornelia Huck
1
-8
/
+8
2007-07-19
Driver core: accept all valid action-strings in uevent-trigger
Kay Sievers
1
-20
/
+10
2007-07-18
usermodehelper: Tidy up waiting
Jeremy Fitzhardinge
1
-1
/
+1
2007-04-27
the overdue removal of the mount/umount uevents
Adrian Bunk
1
-4
/
+0
2007-04-27
Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)
John Anthony Kazos Jr
1
-4
/
+2
2007-04-27
driver core: fix namespace issue with devices assigned to classes
Kay Sievers
1
-6
/
+10
2007-04-26
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
Patrick McHardy
1
-1
/
+1
2006-12-20
kobject: kobject_uevent() returns manageable value
Aneesh Kumar K.V
1
-14
/
+30
2006-12-02
driver core: Introduce device_move(): move a device to a new parent.
Cornelia Huck
1
-4
/
+24
2006-08-04
PCI: docking station: remove dock uevents
Kristen Carlson Accardi
1
-4
/
+0
2006-06-27
KEVENT: add new uevent for dock
Kristen Accardi
1
-0
/
+4
2006-04-28
[PATCH] Kobject: fix build error
Kay Sievers
1
-1
/
+7
2006-03-21
[PATCH] kobject: fix build error if CONFIG_SYSFS=n
Jun'ichi Nomura
1
-0
/
+2
2006-02-22
Revert mount/umount uevent removal
Greg Kroah-Hartman
1
-0
/
+4
2006-02-06
[PATCH] Fix uevent buffer overflow in input layer
Benjamin Herrenschmidt
1
-1
/
+1
2006-01-05
[PATCH] kobject_uevent CONFIG_NET=n fix
akpm@osdl.org
1
-3
/
+1
2006-01-05
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
1
-32
/
+32
2006-01-05
[PATCH] merge kobject_uevent and kobject_hotplug
Kay Sievers
1
-184
/
+95
2006-01-05
[PATCH] remove mount/umount uevents from superblock handling
Kay Sievers
1
-4
/
+0
2006-01-05
[PATCH] remove CONFIG_KOBJECT_UEVENT option
Kay Sievers
1
-19
/
+5
2005-10-28
Merge ../bleed-2.6
Greg KH
1
-2
/
+2
2005-10-28
[PATCH] kobject_uevent.c has a typo in a comment
Erik Hovland
1
-1
/
+1
2005-10-28
[PATCH] gfp_t: lib/*
Al Viro
1
-2
/
+2
2005-08-30
[NETLINK]: Add "groups" argument to netlink_kernel_create
Patrick McHardy
1
-1
/
+1
2005-08-30
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
Patrick McHardy
1
-1
/
+1
2005-08-30
[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users
Patrick McHardy
1
-0
/
+1
[next]