aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/ksysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau1-1/+4
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-2/+3
2014-02-26rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.cPaul Gortmaker1-0/+2
2014-01-23kdump: fix exported size of vmcoreinfo noteVivek Goyal1-1/+1
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+18
2012-11-28kernel/ksysfs.c: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-4/+1
2012-10-23rcu: Add a module parameter to force use of expedited RCU primitivesAntti P Miettinen1-0/+18
2011-10-31kernel: ksysfs.c is implicitly using stat.hPaul Gortmaker1-0/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-04-19kernel/ksysfs.c: expose file_caps_enabled in sysfsLudwig Nussel1-0/+10
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-1/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-05fix comment typo boo -> boot in ksysfs.cThadeu Lima de Souza Cascardo1-1/+1
2010-01-21sched: Remove USER_SCHEDDhaval Giani1-8/+0
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang1-0/+21
2009-01-06kernel/ksysfs.c:fix dependence on CONFIG_NETMing Lei1-2/+2
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen1-0/+35
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman1-9/+9
2008-01-24fix struct user_info export's sysfs interactionKay Sievers1-5/+2
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers1-14/+21
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman1-12/+30
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-1/+1
2007-10-17add-vmcore: cleanup the coding style according to Andrew's commentsKen'ichi Ohmichi1-1/+1
2007-10-17Add vmcoreinfoKen'ichi Ohmichi1-0/+10
2007-10-15sched: group scheduling, sysfs tunablesDhaval Giani1-0/+8
2007-07-20FRV: Fix linkage problemsDavid Howells1-2/+2
2007-07-19Add /sys/kernel/notesRoland McGrath1-0/+28
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer1-0/+19
2006-03-24[PATCH] fix build error if CONFIG_SYSFS=nAndrew Morton1-2/+2
2006-03-20[PATCH] kobject: fix build error if CONFIG_SYSFS=nJun'ichi Nomura1-3/+0
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfsVivek Goyal1-13/+0
2006-01-04[PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org1-0/+3
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-7/+7
2006-01-04[PATCH] add uevent_helper control in /sys/kernel/Kay Sievers1-3/+22
2005-06-25[PATCH] Kdump: Export crash notes section address through sysfsVivek Goyal1-0/+13
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+57