aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/params.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-01params: Fix multi-line comment styleAndy Shevchenko1-8/+12
2023-12-01params: Sort headersAndy Shevchenko1-6/+6
2023-12-01params: Use size_add() for kmalloc()Andy Shevchenko1-1/+2
2023-12-01params: Do not go over the limit when getting the string lengthAndy Shevchenko1-3/+6
2023-12-01params: Introduce the param_unknown_fn typeAndy Shevchenko1-6/+2
2023-07-10kernel: params: Remove unnecessary ‘0’ values from errLi zeming1-1/+1
2023-06-14kallsyms: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-03-09module: make module_ktype structure constantThomas Weißschuh1-1/+1
2023-01-25kernel/params.c: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman1-1/+1
2022-11-11kernel/params.c: defer most of param_sysfs_init() to late_initcall timeRasmus Villemoes1-2/+19
2022-11-11module: remove redundant module_sysfs_initialized variableRasmus Villemoes1-2/+0
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman1-1/+1
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho1-1/+1
2021-08-16params: lift param_set_uint_minmax to common codeSagi Grimberg1-0/+18
2020-12-17Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-6/+4
2020-11-25module: simplify version-attribute handlingJohan Hovold1-6/+4
2020-10-29params: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-07-28moduleparams: Add hexint type parameterPaul Menzel1-8/+9
2020-07-28kernel/params.c: Align last argument with a tabPaul Menzel1-8/+8
2019-08-19lockdown: Lock down module params that specify hardware parameters (eg. ioport)David Howells1-5/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2018-04-11kernel/params.c: downgrade warning for unsafe parametersChris Wilson1-2/+2
2017-10-03kernel/params.c: improve STANDARD_PARAM_DEF readabilityJean Delvare1-8/+8
2017-10-03kernel/params.c: fix an overflow in param_attr_showJean Delvare1-10/+7
2017-10-03kernel/params.c: fix the maximum length in param_get_stringJean Delvare1-1/+1
2017-10-03kernel/params.c: align add_sysfs_param documentation with codeJean Delvare1-1/+1
2017-04-18boot/param: Move next_arg() function to lib/cmdline.c for later reuseBaoquan He1-52/+0
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-8/+9
2015-11-06module: export param_free_charp()Dan Streetman1-1/+2
2015-08-26params: don't ignore the rest of cmdline if parse_one() failsOleg Nesterov1-8/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-30/+86
2015-06-28modules: only use mod->param_lock if CONFIG_MODULESStephen Rothwell1-0/+4
2015-06-28param: fix module param locks when !CONFIG_SYSFS.Rusty Russell1-4/+14
2015-06-23module: add per-module param_lockDan Streetman1-19/+31
2015-06-23module: make perm constDan Streetman1-5/+3
2015-06-23params: suppress unused variable error, warn once just in case code changes.Rusty Russell1-0/+1
2015-05-28kernel/params.c: export param_ops_bool_enable_onlyLuis R. Rodriguez1-0/+1
2015-05-28kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez1-0/+30
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-7/+7
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez1-4/+7
2015-04-15params: handle quotes properly for values not of form foo="bar".Rusty Russell1-2/+2
2015-01-20param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell1-0/+1
2014-12-23param: initialize store function to NULL if not available.Rusty Russell1-0/+2
2014-12-18param: do not set store func without write permKees Cook1-1/+3
2014-11-11params: cleanup sysfs allocationRusty Russell1-51/+44
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven1-4/+3
2014-08-27param: check for tainting before calling set op.Rusty Russell1-11/+11
2014-08-27module: make it possible to have unsafe, tainting module paramsJani Nikula1-0/+11