summaryrefslogtreecommitdiff
path: root/kernel/ksysfs.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170Thomas Gleixner1-3/+1
2017-07-13kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang1-1/+1
2017-07-11kernel/ksysfs.c: constify attribute_group structures.Arvind Yadav1-1/+1
2017-05-09crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-1/+7
2017-02-25kernel/ksysfs.c: add __ro_after_init to bin_attribute structureBhumika Goyal1-1/+1
2016-08-03kexec: add a kexec_crash_loaded() functionPetr Tesarik1-1/+1
2016-08-03kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King1-2/+2
2015-12-08rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney1-0/+4
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney1-2/+20
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-3/+3
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau1-1/+4
2014-04-08kernel: 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-24kdump: fix exported size of vmcoreinfo noteVivek Goyal1-1/+1
2013-09-13kernel: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2012-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+18
2012-11-28kernel/ksysfs.c: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-4/+1
2012-10-24rcu: 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-20kernel/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-25Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman1-1/+1
2008-01-25kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman1-9/+9
2008-01-25fix struct user_info export's sysfs interactionKay Sievers1-5/+2
2008-01-25Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers1-14/+21
2008-01-25kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman1-12/+30
2008-01-25kobject: 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-03remove "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-21[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-05[PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org1-0/+3
2006-01-05[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-7/+7
2006-01-05[PATCH] add uevent_helper control in /sys/kernel/Kay Sievers1-3/+22
2005-06-26[PATCH] Kdump: Export crash notes section address through sysfsVivek Goyal1-0/+13
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+57