index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
params.c
Age
Commit message (
Expand
)
Author
2023-12-01
params: Fix multi-line comment style
Andy Shevchenko
2023-12-01
params: Sort headers
Andy Shevchenko
2023-12-01
params: Use size_add() for kmalloc()
Andy Shevchenko
2023-12-01
params: Do not go over the limit when getting the string length
Andy Shevchenko
2023-12-01
params: Introduce the param_unknown_fn type
Andy Shevchenko
2023-07-10
kernel: params: Remove unnecessary ‘0’ values from err
Li zeming
2023-06-14
kallsyms: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-03-09
module: make module_ktype structure constant
Thomas Weißschuh
2023-01-25
kernel/params.c: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-11-22
kobject: kset_uevent_ops: make filter() callback take a const *
Greg Kroah-Hartman
2022-11-11
kernel/params.c: defer most of param_sysfs_init() to late_initcall time
Rasmus Villemoes
2022-11-11
module: remove redundant module_sysfs_initialized variable
Rasmus Villemoes
2021-12-28
kobject: remove kset from struct kset_uevent_ops callbacks
Greg Kroah-Hartman
2021-12-27
driver core: make kobj_type constant.
Wedson Almeida Filho
2021-08-16
params: lift param_set_uint_minmax to common code
Sagi Grimberg
2020-12-17
Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-11-25
module: simplify version-attribute handling
Johan Hovold
2020-10-29
params: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-07-28
moduleparams: Add hexint type parameter
Paul Menzel
2020-07-28
kernel/params.c: Align last argument with a tab
Paul Menzel
2019-08-19
lockdown: Lock down module params that specify hardware parameters (eg. ioport)
David Howells
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-04-11
kernel/params.c: downgrade warning for unsafe parameters
Chris Wilson
2017-10-03
kernel/params.c: improve STANDARD_PARAM_DEF readability
Jean Delvare
2017-10-03
kernel/params.c: fix an overflow in param_attr_show
Jean Delvare
2017-10-03
kernel/params.c: fix the maximum length in param_get_string
Jean Delvare
2017-10-03
kernel/params.c: align add_sysfs_param documentation with code
Jean Delvare
2017-04-18
boot/param: Move next_arg() function to lib/cmdline.c for later reuse
Baoquan He
2015-11-09
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-11-06
module: export param_free_charp()
Dan Streetman
2015-08-26
params: don't ignore the rest of cmdline if parse_one() fails
Oleg Nesterov
2015-07-01
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-06-28
modules: only use mod->param_lock if CONFIG_MODULES
Stephen Rothwell
2015-06-28
param: fix module param locks when !CONFIG_SYSFS.
Rusty Russell
2015-06-23
module: add per-module param_lock
Dan Streetman
2015-06-23
module: make perm const
Dan Streetman
2015-06-23
params: suppress unused variable error, warn once just in case code changes.
Rusty Russell
2015-05-28
kernel/params.c: export param_ops_bool_enable_only
Luis R. Rodriguez
2015-05-28
kernel/params.c: generalize bool_enable_only
Luis R. Rodriguez
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
2015-05-20
module: add extra argument for parse_params() callback
Luis R. Rodriguez
2015-04-15
params: handle quotes properly for values not of form foo="bar".
Rusty Russell
2015-01-20
param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC
Rusty Russell
2014-12-23
param: initialize store function to NULL if not available.
Rusty Russell
2014-12-18
param: do not set store func without write perm
Kees Cook
2014-11-11
params: cleanup sysfs allocation
Rusty Russell
2014-10-14
kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>
Geert Uytterhoeven
2014-08-27
param: check for tainting before calling set op.
Rusty Russell
2014-08-27
module: make it possible to have unsafe, tainting module params
Jani Nikula
[next]