summaryrefslogtreecommitdiffstats
path: root/kernel/params.c
Commit message (Expand)AuthorAgeFilesLines
* params: Fix multi-line comment styleAndy Shevchenko2023-12-011-8/+12
* params: Sort headersAndy Shevchenko2023-12-011-6/+6
* params: Use size_add() for kmalloc()Andy Shevchenko2023-12-011-1/+2
* params: Do not go over the limit when getting the string lengthAndy Shevchenko2023-12-011-3/+6
* params: Introduce the param_unknown_fn typeAndy Shevchenko2023-12-011-6/+2
* kernel: params: Remove unnecessary ‘0’ values from errLi zeming2023-07-101-1/+1
* kallsyms: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-1/+1
* module: make module_ktype structure constantThomas Weißschuh2023-03-091-1/+1
* kernel/params.c: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-01-251-1/+2
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\
| * kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman2022-11-221-1/+1
* | kernel/params.c: defer most of param_sysfs_init() to late_initcall timeRasmus Villemoes2022-11-111-2/+19
* | module: remove redundant module_sysfs_initialized variableRasmus Villemoes2022-11-111-2/+0
|/
* kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2021-12-281-1/+1
* driver core: make kobj_type constant.Wedson Almeida Filho2021-12-271-1/+1
* params: lift param_set_uint_minmax to common codeSagi Grimberg2021-08-161-0/+18
* Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-6/+4
|\
| * module: simplify version-attribute handlingJohan Hovold2020-11-251-6/+4
* | params: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
|/
* moduleparams: Add hexint type parameterPaul Menzel2020-07-281-8/+9
* kernel/params.c: Align last argument with a tabPaul Menzel2020-07-281-8/+8
* lockdown: Lock down module params that specify hardware parameters (eg. ioport)David Howells2019-08-191-5/+16
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
* kernel/params.c: downgrade warning for unsafe parametersChris Wilson2018-04-111-2/+2
* kernel/params.c: improve STANDARD_PARAM_DEF readabilityJean Delvare2017-10-031-8/+8
* kernel/params.c: fix an overflow in param_attr_showJean Delvare2017-10-031-10/+7
* kernel/params.c: fix the maximum length in param_get_stringJean Delvare2017-10-031-1/+1
* kernel/params.c: align add_sysfs_param documentation with codeJean Delvare2017-10-031-1/+1
* boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He2017-04-181-52/+0
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-091-8/+9
|\
| * params: don't ignore the rest of cmdline if parse_one() failsOleg Nesterov2015-08-261-8/+9
* | module: export param_free_charp()Dan Streetman2015-11-061-1/+2
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-30/+86
|\
| * modules: only use mod->param_lock if CONFIG_MODULESStephen Rothwell2015-06-281-0/+4
| * param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-281-4/+14
| * module: add per-module param_lockDan Streetman2015-06-231-19/+31
| * module: make perm constDan Streetman2015-06-231-5/+3
| * params: suppress unused variable error, warn once just in case code changes.Rusty Russell2015-06-231-0/+1
| * kernel/params.c: export param_ops_bool_enable_onlyLuis R. Rodriguez2015-05-281-0/+1
| * kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez2015-05-281-0/+30
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-7/+7
* | module: add extra argument for parse_params() callbackLuis R. Rodriguez2015-05-201-4/+7
|/
* params: handle quotes properly for values not of form foo="bar".Rusty Russell2015-04-151-2/+2
* param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell2015-01-201-0/+1
* param: initialize store function to NULL if not available.Rusty Russell2014-12-231-0/+2
* param: do not set store func without write permKees Cook2014-12-181-1/+3
* params: cleanup sysfs allocationRusty Russell2014-11-111-51/+44
* kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven2014-10-141-4/+3
* param: check for tainting before calling set op.Rusty Russell2014-08-271-11/+11
* module: make it possible to have unsafe, tainting module paramsJani Nikula2014-08-271-0/+11