summaryrefslogtreecommitdiff
path: root/include/linux/moduleparam.h
AgeCommit message (Expand)Author
2021-08-16params: lift param_set_uint_minmax to common codeSagi Grimberg
2020-11-25params: clean up module-param macrosJohan Hovold
2020-11-25params: use type alignment for kernel parametersJohan Hovold
2020-11-25params: drop redundant "unused" attributesJohan Hovold
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard
2020-07-28moduleparams: Add hexint type parameterPaul Menzel
2020-07-20modules: linux/moduleparam.h: drop duplicated word in a commentRandy Dunlap
2019-12-09moduleparam: fix kerneldocFabien Dessenne
2019-11-07moduleparam: fix parameter description mismatchZhenzhong Duan
2019-05-07moduleparam: Save information about built-in modules in separate fileAlexey Gladkov
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31module: Do not paper over type mismatches in module_param_call()Kees Cook
2017-10-31module: Prepare to convert all module_param_call() prototypesKees Cook
2017-07-02moduleparam: fix doc: hwparam_irq configures an IRQSylvain 'ythier' Hitier
2017-04-04Annotate module params that specify hardware parameters (eg. ioport)David Howells
2015-11-06module: export param_free_charp()Dan Streetman
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-23module: add per-module param_lockDan Streetman
2015-06-23module: make perm constDan Streetman
2015-05-28kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-05-20module: add core_param_unsafeDmitry Torokhov
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven
2014-09-11moduleparam: Resolve missing-field-initializer warningMark Rustad
2014-08-27param: check for tainting before calling set op.Rusty Russell
2014-08-27module: add module_param_unsafe and module_param_named_unsafeJani Nikula
2014-08-27module: make it possible to have unsafe, tainting module paramsJani Nikula
2014-08-27module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula
2014-07-17Add module param type 'ullong'Hannes Reinecke
2014-04-28param: hand arguments after -- straight to initRusty Russell
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell
2014-03-17module: LLVMLinux: Remove unused function warning from __param_check macroMark Charlebois
2013-08-20module: Add flag to allow mod params to have no argumentsSteven Rostedt
2013-07-02There is no /sys/parametersJean Delvare
2012-12-14moduleparam: use __UNIQUE_ID()Rusty Russell
2012-06-08module_param: stop double-calling parameters.Rusty Russell
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll
2012-03-26module_param: remove support for bool parameters which are really int.Rusty Russell
2012-01-13module_param: check that bool parameters really are bool.Rusty Russell
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt
2011-05-19module: reorder kparam_array to remove alignment padding on 64 bit buildsRichard Kennedy
2011-01-24param: add null statement to compiled-in module paramsLinus Walleij
2010-10-26modules: no need to align .modinfo stringsJan Beulich