index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
params.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: params: Remove unnecessary ‘0’ values from err
Li zeming
2023-07-10
1
-1
/
+1
*
kallsyms: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-06-14
1
-1
/
+1
*
module: make module_ktype structure constant
Thomas Weißschuh
2023-03-09
1
-1
/
+1
*
kernel/params.c: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2023-01-25
1
-1
/
+2
*
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-12-16
1
-1
/
+1
|
\
|
*
kobject: kset_uevent_ops: make filter() callback take a const *
Greg Kroah-Hartman
2022-11-22
1
-1
/
+1
*
|
kernel/params.c: defer most of param_sysfs_init() to late_initcall time
Rasmus Villemoes
2022-11-11
1
-2
/
+19
*
|
module: remove redundant module_sysfs_initialized variable
Rasmus Villemoes
2022-11-11
1
-2
/
+0
|
/
*
kobject: remove kset from struct kset_uevent_ops callbacks
Greg Kroah-Hartman
2021-12-28
1
-1
/
+1
*
driver core: make kobj_type constant.
Wedson Almeida Filho
2021-12-27
1
-1
/
+1
*
params: lift param_set_uint_minmax to common code
Sagi Grimberg
2021-08-16
1
-0
/
+18
*
Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-17
1
-6
/
+4
|
\
|
*
module: simplify version-attribute handling
Johan Hovold
2020-11-25
1
-6
/
+4
*
|
params: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-10-29
1
-1
/
+1
|
/
*
moduleparams: Add hexint type parameter
Paul Menzel
2020-07-28
1
-8
/
+9
*
kernel/params.c: Align last argument with a tab
Paul Menzel
2020-07-28
1
-8
/
+8
*
lockdown: Lock down module params that specify hardware parameters (eg. ioport)
David Howells
2019-08-19
1
-5
/
+16
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-13
/
+1
*
kernel/params.c: downgrade warning for unsafe parameters
Chris Wilson
2018-04-11
1
-2
/
+2
*
kernel/params.c: improve STANDARD_PARAM_DEF readability
Jean Delvare
2017-10-03
1
-8
/
+8
*
kernel/params.c: fix an overflow in param_attr_show
Jean Delvare
2017-10-03
1
-10
/
+7
*
kernel/params.c: fix the maximum length in param_get_string
Jean Delvare
2017-10-03
1
-1
/
+1
*
kernel/params.c: align add_sysfs_param documentation with code
Jean Delvare
2017-10-03
1
-1
/
+1
*
boot/param: Move next_arg() function to lib/cmdline.c for later reuse
Baoquan He
2017-04-18
1
-52
/
+0
*
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-11-09
1
-8
/
+9
|
\
|
*
params: don't ignore the rest of cmdline if parse_one() fails
Oleg Nesterov
2015-08-26
1
-8
/
+9
*
|
module: export param_free_charp()
Dan Streetman
2015-11-06
1
-1
/
+2
|
/
*
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-07-01
1
-30
/
+86
|
\
|
*
modules: only use mod->param_lock if CONFIG_MODULES
Stephen Rothwell
2015-06-28
1
-0
/
+4
|
*
param: fix module param locks when !CONFIG_SYSFS.
Rusty Russell
2015-06-28
1
-4
/
+14
|
*
module: add per-module param_lock
Dan Streetman
2015-06-23
1
-19
/
+31
|
*
module: make perm const
Dan Streetman
2015-06-23
1
-5
/
+3
|
*
params: suppress unused variable error, warn once just in case code changes.
Rusty Russell
2015-06-23
1
-0
/
+1
|
*
kernel/params.c: export param_ops_bool_enable_only
Luis R. Rodriguez
2015-05-28
1
-0
/
+1
|
*
kernel/params.c: generalize bool_enable_only
Luis R. Rodriguez
2015-05-28
1
-0
/
+30
|
*
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
2015-05-28
1
-7
/
+7
*
|
module: add extra argument for parse_params() callback
Luis R. Rodriguez
2015-05-20
1
-4
/
+7
|
/
*
params: handle quotes properly for values not of form foo="bar".
Rusty Russell
2015-04-15
1
-2
/
+2
*
param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC
Rusty Russell
2015-01-20
1
-0
/
+1
*
param: initialize store function to NULL if not available.
Rusty Russell
2014-12-23
1
-0
/
+2
*
param: do not set store func without write perm
Kees Cook
2014-12-18
1
-1
/
+3
*
params: cleanup sysfs allocation
Rusty Russell
2014-11-11
1
-51
/
+44
*
kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>
Geert Uytterhoeven
2014-10-14
1
-4
/
+3
*
param: check for tainting before calling set op.
Rusty Russell
2014-08-27
1
-11
/
+11
*
module: make it possible to have unsafe, tainting module params
Jani Nikula
2014-08-27
1
-0
/
+11
*
module: rename KERNEL_PARAM_FL_NOARG to avoid confusion
Jani Nikula
2014-08-27
1
-3
/
+3
*
Add module param type 'ullong'
Hannes Reinecke
2014-07-17
1
-0
/
+1
*
param: hand arguments after -- straight to init
Rusty Russell
2014-04-28
1
-11
/
+14
*
params: improve standard definitions
Felipe Contreras
2013-12-04
1
-16
/
+9
*
kernel/params: fix handling of signed integer types
Jean Delvare
2013-09-28
1
-3
/
+3
[next]