summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-08-02kexec: add a kexec_crash_loaded() functionPetr Tesarik3-1/+9
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King4-5/+5
2015-12-08rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney4-9/+24
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney7-8/+65
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young32-1527/+1560
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau5-9/+25
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza13-21/+34
2014-02-26rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.cPaul Gortmaker3-2/+3
2014-01-24kdump: fix exported size of vmcoreinfo noteVivek Goyal1-1/+1
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han3-9/+9
2012-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds39-628/+1493
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 Miettinen7-7/+48
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 Gortmaker61-61/+61
2011-04-19kernel/ksysfs.c: expose file_caps_enabled in sysfsLudwig Nussel2-0/+18
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright52-149/+220
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina246-3454/+396
2010-02-05fix comment typo boo -> boot in ksysfs.cThadeu Lima de Souza Cascardo1-1/+1
2010-01-21sched: Remove USER_SCHEDDhaval Giani7-504/+38
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang3-0/+82
2009-01-06kernel/ksysfs.c:fix dependence on CONFIG_NETMing Lei1-2/+2
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen4-13/+84
2008-01-25Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman5-10/+9
2008-01-25kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman9-19/+18
2008-01-25fix struct user_info export's sysfs interactionKay Sievers3-65/+55
2008-01-25Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers6-33/+54
2008-01-25kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman8-22/+39
2008-01-25kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman36-87/+84
2007-10-17add-vmcore: cleanup the coding style according to Andrew's commentsKen'ichi Ohmichi3-13/+15
2007-10-17Add vmcoreinfoKen'ichi Ohmichi8-1/+200
2007-10-15sched: group scheduling, sysfs tunablesDhaval Giani6-79/+309
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-Hartman46-292/+231
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2972-2976/+0
2006-06-23[PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer3-3/+23
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 Nomura2-3/+2
2006-01-10[PATCH] kdump: export per cpu crash notes pointer through sysfsVivek Goyal2-13/+32
2006-01-05[PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org3-4/+5
2006-01-05[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers40-378/+372
2006-01-05[PATCH] add uevent_helper control in /sys/kernel/Kay Sievers1-3/+22
2005-06-25[PATCH] Kdump: Export crash notes section address through sysfsVivek Goyal5-5/+23
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845