aboutsummaryrefslogtreecommitdiff
path: root/kernel/params.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-01params: Fix multi-line comment styleGravatar Andy Shevchenko 1-8/+12
2023-12-01params: Sort headersGravatar Andy Shevchenko 1-6/+6
2023-12-01params: Use size_add() for kmalloc()Gravatar Andy Shevchenko 1-1/+2
2023-12-01params: Do not go over the limit when getting the string lengthGravatar Andy Shevchenko 1-3/+6
2023-12-01params: Introduce the param_unknown_fn typeGravatar Andy Shevchenko 1-6/+2
2023-07-10kernel: params: Remove unnecessary ‘0’ values from errGravatar Li zeming 1-1/+1
2023-06-14kallsyms: Replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 1-1/+1
2023-03-09module: make module_ktype structure constantGravatar Thomas Weißschuh 1-1/+1
2023-01-25kernel/params.c: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+2
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2022-11-11kernel/params.c: defer most of param_sysfs_init() to late_initcall timeGravatar Rasmus Villemoes 1-2/+19
2022-11-11module: remove redundant module_sysfs_initialized variableGravatar Rasmus Villemoes 1-2/+0
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGravatar Greg Kroah-Hartman 1-1/+1
2021-12-27driver core: make kobj_type constant.Gravatar Wedson Almeida Filho 1-1/+1
2021-08-16params: lift param_set_uint_minmax to common codeGravatar Sagi Grimberg 1-0/+18
2020-12-17Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+4
2020-11-25module: simplify version-attribute handlingGravatar Johan Hovold 1-6/+4
2020-10-29params: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-07-28moduleparams: Add hexint type parameterGravatar Paul Menzel 1-8/+9
2020-07-28kernel/params.c: Align last argument with a tabGravatar Paul Menzel 1-8/+8
2019-08-19lockdown: Lock down module params that specify hardware parameters (eg. ioport)Gravatar David Howells 1-5/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-13/+1
2018-04-11kernel/params.c: downgrade warning for unsafe parametersGravatar Chris Wilson 1-2/+2
2017-10-03kernel/params.c: improve STANDARD_PARAM_DEF readabilityGravatar Jean Delvare 1-8/+8
2017-10-03kernel/params.c: fix an overflow in param_attr_showGravatar Jean Delvare 1-10/+7
2017-10-03kernel/params.c: fix the maximum length in param_get_stringGravatar Jean Delvare 1-1/+1
2017-10-03kernel/params.c: align add_sysfs_param documentation with codeGravatar Jean Delvare 1-1/+1
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseGravatar Baoquan He 1-52/+0
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-8/+9
2015-11-06module: export param_free_charp()Gravatar Dan Streetman 1-1/+2
2015-08-26params: don't ignore the rest of cmdline if parse_one() failsGravatar Oleg Nesterov 1-8/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-30/+86
2015-06-28modules: only use mod->param_lock if CONFIG_MODULESGravatar Stephen Rothwell 1-0/+4
2015-06-28param: fix module param locks when !CONFIG_SYSFS.Gravatar Rusty Russell 1-4/+14
2015-06-23module: add per-module param_lockGravatar Dan Streetman 1-19/+31
2015-06-23module: make perm constGravatar Dan Streetman 1-5/+3
2015-06-23params: suppress unused variable error, warn once just in case code changes.Gravatar Rusty Russell 1-0/+1
2015-05-28kernel/params.c: export param_ops_bool_enable_onlyGravatar Luis R. Rodriguez 1-0/+1
2015-05-28kernel/params.c: generalize bool_enable_onlyGravatar Luis R. Rodriguez 1-0/+30
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-7/+7
2015-05-20module: add extra argument for parse_params() callbackGravatar Luis R. Rodriguez 1-4/+7
2015-04-15params: handle quotes properly for values not of form foo="bar".Gravatar Rusty Russell 1-2/+2
2015-01-20param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCGravatar Rusty Russell 1-0/+1
2014-12-23param: initialize store function to NULL if not available.Gravatar Rusty Russell 1-0/+2
2014-12-18param: do not set store func without write permGravatar Kees Cook 1-1/+3
2014-11-11params: cleanup sysfs allocationGravatar Rusty Russell 1-51/+44
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Gravatar Geert Uytterhoeven 1-4/+3
2014-08-27param: check for tainting before calling set op.Gravatar Rusty Russell 1-11/+11
2014-08-27module: make it possible to have unsafe, tainting module paramsGravatar Jani Nikula 1-0/+11