Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c297560206adf0cda8ce38ef9b20b0a025754c4d
/
lib
/
kobject_uevent.c
f6e6e77
kobject_uevent: fix typo in comments
by Xiaotian Feng
· 14 years ago
743db2d
kobject: free memory if netlink_kernel_create() fails
by Dan Carpenter
· 14 years ago
c842128
lib/kobject_uevent.c: fix CONIG_NET=n warning
by Andrew Morton
· 14 years ago
417daa1
hotplug: netns aware uevent_helper
by Eric W. Biederman
· 15 years ago
5f71a29
kobj: Send hotplug events in the proper namespace.
by Eric W. Biederman
· 15 years ago
07e9896
kobject: Send hotplug events in all network namespaces
by Eric W. Biederman
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9cd4361
kobject: Constify struct kset_uevent_ops
by Emese Revfy
· 15 years ago
d094cbe
driver core: allow non-root users to listen to uevents
by Kay Sievers
· 16 years ago
05f54c1
Revert "kobject: don't block for each kobject_uevent".
by Hugh Dickins
· 16 years ago
08abe18
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
f520360
kobject: don't block for each kobject_uevent
by Arjan van de Ven
· 16 years ago
f67f129
Driver core: implement uevent suppress in kobject
by Ming Lei
· 16 years ago
ff491a7
netlink: change return-value logic of netlink_broadcast()
by Pablo Neira Ayuso
· 16 years ago
e0d7bf5
kobject: return the result of uevent sending by netlink
by Ming Lei
· 16 years ago
c65b914
uevent: don't pass envp_ext[] as format string in kobject_uevent_env()
by Tejun Heo
· 16 years ago
5cd2b45
Use WARN() in lib/
by Arjan van de Ven
· 16 years ago
0ad1d6f
kobject: Transmit return value of call_usermodehelper() to caller
by Wang Chen
· 16 years ago
810304d
lib: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
3bb5da3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
a4aa834
[NETNS]: Declare init_net even without CONFIG_NET defined.
by Denis V. Lunev
· 17 years ago
a9edadb
fix uevent action-string regression
by Mark Lord
· 17 years ago
2d38f9a
[NETNS]: Do no include NET related headers if CONFIG_NET is not set.
by Denis V. Lunev
· 17 years ago
e374a2b
Kobject: fix coding style issues in kobject c files
by Greg Kroah-Hartman
· 17 years ago
0f4dafc
Kobject: auto-cleanup on final unref
by Kay Sievers
· 17 years ago
9f66fa2
kobject: clean up debugging messages
by Greg Kroah-Hartman
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
ccd490a
Driver core: kerneldoc - kobject_uevent_env is not "usually KOBJ_MOVE"
by Kay Sievers
· 17 years ago
5c5daf6
Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG
by Kay Sievers
· 17 years ago
6a8d8ab
Driver core: add CONFIG_UEVENT_HELPER_PATH
by Kay Sievers
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
b4b5102
[NET]: Support multiple network namespaces with netlink
by Eric W. Biederman
· 17 years ago
cd030c4
kobject: fix link error when CONFIG_HOTPLUG is disabled
by Cornelia Huck
· 17 years ago
60a96a5
Driver core: accept all valid action-strings in uevent-trigger
by Kay Sievers
· 17 years ago
86313c4
usermodehelper: Tidy up waiting
by Jeremy Fitzhardinge
· 17 years ago
3106d46
the overdue removal of the mount/umount uevents
by Adrian Bunk
· 18 years ago
14193fb
Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)
by John Anthony Kazos Jr
· 18 years ago
8640624
driver core: fix namespace issue with devices assigned to classes
by Kay Sievers
· 18 years ago
af65bdf
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
by Patrick McHardy
· 18 years ago
542cfce
kobject: kobject_uevent() returns manageable value
by Aneesh Kumar K.V
· 18 years ago
8a82472
driver core: Introduce device_move(): move a device to a new parent.
by Cornelia Huck
· 18 years ago
5669021
PCI: docking station: remove dock uevents
by Kristen Carlson Accardi
· 18 years ago
a6a888b
KEVENT: add new uevent for dock
by Kristen Accardi
· 18 years ago
4d17ffd
[PATCH] Kobject: fix build error
by Kay Sievers
· 19 years ago
5110730
[PATCH] kobject: fix build error if CONFIG_SYSFS=n
by Jun'ichi Nomura
· 19 years ago
fa67576
Revert mount/umount uevent removal
by Greg Kroah-Hartman
· 19 years ago
d87499e
[PATCH] Fix uevent buffer overflow in input layer
by Benjamin Herrenschmidt
· 19 years ago
f743ca5
[PATCH] kobject_uevent CONFIG_NET=n fix
by akpm@osdl.org
· 19 years ago
312c004
[PATCH] driver core: replace "hotplug" by "uevent"
by Kay Sievers
· 19 years ago
5f123fb
[PATCH] merge kobject_uevent and kobject_hotplug
by Kay Sievers
· 19 years ago
033b96f
[PATCH] remove mount/umount uevents from superblock handling
by Kay Sievers
· 19 years ago
0296b22
[PATCH] remove CONFIG_KOBJECT_UEVENT option
by Kay Sievers
· 19 years ago
6fbfddc
Merge ../bleed-2.6
by Greg KH
· 19 years ago
4ed17dc
[PATCH] kobject_uevent.c has a typo in a comment
by Erik Hovland
· 19 years ago
fd4f2df
[PATCH] gfp_t: lib/*
by Al Viro
· 19 years ago
0662860
[NETLINK]: Add "groups" argument to netlink_kernel_create
by Patrick McHardy
· 19 years ago
ac6d439
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
by Patrick McHardy
· 19 years ago
43e943c
[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users
by Patrick McHardy
· 19 years ago
4fdb3bb
[NETLINK]: Add properly module refcounting for kernel netlink sockets.
by Harald Welte
· 19 years ago
f3b4f3c
[PATCH] Make kobject's name be const char *
by Dmitry Torokhov
· 20 years ago
eb11d8f
[PATCH] kobject_hotplug() should use kobject_name()
by Dmitry Torokhov
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago