aboutsummaryrefslogtreecommitdiff
path: root/kernel/params.c
AgeCommit message (Expand)Author
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2010-03-06includecheck fix for kernel/params.cJaswinder Singh Rajput
2010-02-05Remove redundant trailing semicolons from macrosEdward Z. Yang
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-10-29param: fix setting arrays of boolRusty Russell
2009-10-29param: fix NULL comparison on oomRusty Russell
2009-10-29param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell
2009-09-25param: allow whitespace as kernel parameter separatorPeter Oberparleiter
2009-06-12module_param: allow 'bool' module_params to be bool, not just int.Rusty Russell
2009-06-12module_param: split perm field into flags and permRusty Russell
2009-06-12module_param: invbool should take a 'bool', not an 'int'Rusty Russell
2009-03-31param: fix charp parameters set via sysfsRusty Russell
2008-10-23Fix compile warning in kernel/params.cLinus Torvalds
2008-10-22core_param() for genuinely core kernel parametersRusty Russell
2008-10-22param: Fix duplicate module prefixesRusty Russell
2008-10-22module: check kernel param length at compile time, not runtimeRusty Russell
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang
2008-02-06kernel/params.c: remove sparse-warning (different signedness)Richard Knutsson
2008-01-29module: fix the module name length in param_sysfs_builtinDenis Cheng
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-01-24Modules: remove unneeded release functionGreg Kroah-Hartman
2008-01-24Kobject: convert kernel/params.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24kset: convert /sys/module to use kset_createGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2008-01-23[SCSI] sysfs: add filter function to groupsJames Bottomley
2007-12-22Modules: fix memory leak of module namesGreg Kroah-Hartman
2007-11-14fix param_sysfs_builtin name length checkJan Kiszka
2007-10-18param_sysfs_builtin memchr argument fixDave Young
2007-10-17constify string/array kparam tracking structuresJan Beulich
2007-07-30modules: better error messages when modules fail to load due to a sysfs problem.Greg Kroah-Hartman
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-05-08kernel/params.c: fix lying comment for param_array()Bert Wesarg
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-04-12[PATCH] fix kernel oops with badly formatted module optionRandy Dunlap
2007-02-23Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"Greg Kroah-Hartman
2007-02-16sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap
2007-02-16Driver core: let request_module() send a /sys/modules/kmod/-ueventKay Sievers
2007-02-07/sys/modules/*/holdersKay Sievers
2007-02-07Modules: only add drivers/ direcory if neededGreg Kroah-Hartman
2007-02-07MODULES: add the module name for built in kernel driversKay Sievers
2007-01-05[PATCH] kernelparams: detect if and which parameter parsing enabled irq'sArd van Breemen
2006-09-29[PATCH] module_subsys: initialize earlierMark Huang
2006-09-29[PATCH] kernel/params: driver layer error checkingRandy Dunlap
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-28[PATCH] Change dash2underscore() return value to charEric Sesterhenn
2006-03-25[PATCH] kernel/params.c: make param_array() staticAdrian Bunk