index
:
Linux Stable
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.12.y
linux-6.13.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
/
sysctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel/panic: move panic sysctls to its own file
tangmeng
2023-02-01
1
-11
/
+0
*
proc: proc_skip_spaces() shouldn't think it is working on C strings
Linus Torvalds
2022-12-08
1
-12
/
+13
*
proc: avoid integer type confusion in get_proc_long
Linus Torvalds
2022-12-08
1
-3
/
+2
*
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
2022-07-29
1
-26
/
+19
*
mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
Suren Baghdasaryan
2022-07-29
1
-1
/
+2
*
mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
Muchun Song
2022-07-21
1
-9
/
+11
*
sysctl: Fix data-races in proc_dointvec_ms_jiffies().
Kuniyuki Iwashima
2022-07-21
1
-4
/
+4
*
sysctl: Fix data-races in proc_dou8vec_minmax().
Kuniyuki Iwashima
2022-07-21
1
-2
/
+2
*
sysctl: Fix data races in proc_dointvec_jiffies().
Kuniyuki Iwashima
2022-07-21
1
-2
/
+5
*
sysctl: Fix data races in proc_doulongvec_minmax().
Kuniyuki Iwashima
2022-07-21
1
-2
/
+2
*
sysctl: Fix data races in proc_douintvec_minmax().
Kuniyuki Iwashima
2022-07-21
1
-1
/
+1
*
sysctl: Fix data races in proc_dointvec_minmax().
Kuniyuki Iwashima
2022-07-21
1
-1
/
+1
*
sysctl: Fix data races in proc_douintvec().
Kuniyuki Iwashima
2022-07-21
1
-2
/
+2
*
sysctl: Fix data races in proc_dointvec().
Kuniyuki Iwashima
2022-07-21
1
-3
/
+3
*
x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...
Josh Poimboeuf
2022-03-11
1
-0
/
+7
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-1
/
+1
|
\
|
*
mm: compaction: support triggering of proactive compaction by user
Charan Teja Reddy
2021-09-03
1
-1
/
+1
*
|
sysctl: introduce new proc handler proc_dobool
Jia He
2021-08-17
1
-0
/
+42
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-02
1
-2
/
+2
|
\
|
*
kernel.h: split out panic and oops helpers
Andy Shevchenko
2021-07-01
1
-0
/
+1
|
*
sysctl: remove redundant assignment to first
Jiapeng Chong
2021-07-01
1
-2
/
+1
*
|
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-8
/
+0
|
\
\
|
*
|
block_dump: remove block_dump feature
zhangyi (F)
2021-05-24
1
-8
/
+0
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-4
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mm/page_alloc: introduce vm.percpu_pagelist_high_fraction
Mel Gorman
2021-06-29
1
-0
/
+8
|
*
|
mm/page_alloc: delete vm.percpu_pagelist_fraction
Mel Gorman
2021-06-29
1
-8
/
+0
*
|
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2021-06-03
1
-5
/
+24
|
\
|
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-05-11
1
-5
/
+24
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
2021-05-11
1
-5
/
+24
*
|
|
delayacct: Add sysctl to enable at runtime
Peter Zijlstra
2021-05-12
1
-0
/
+12
|
/
/
*
/
mm/compaction: remove unused variable sysctl_compact_memory
Pintu Kumar
2021-05-05
1
-1
/
+1
|
/
*
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-04-29
1
-0
/
+65
|
\
|
*
sysctl: add proc_dou8vec_minmax()
Eric Dumazet
2021-03-25
1
-0
/
+65
*
|
Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-04-29
1
-1
/
+11
|
\
\
|
*
|
fanotify: configurable limits via sysfs
Amir Goldstein
2021-03-16
1
-1
/
+11
|
|
/
*
|
sched: Move SCHED_DEBUG sysctl to debugfs
Peter Zijlstra
2021-04-16
1
-96
/
+0
*
|
sched: Remove sched_schedstats sysctl out from under SCHED_DEBUG
Peter Zijlstra
2021-04-16
1
-11
/
+11
*
|
sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUG
Mel Gorman
2021-04-16
1
-1
/
+3
|
/
*
sysctl.c: fix underflow value setting risk in vm_table
Lin Feng
2021-02-26
1
-4
/
+4
*
rcu: Panic after fixed number of stalls
chao
2020-11-19
1
-0
/
+11
*
mm: allow a controlled amount of unfairness in the page lock
Linus Torvalds
2020-09-17
1
-0
/
+8
*
bpf, sysctl: Let bpf_stats_handler take a kernel pointer buffer
Tobias Klauser
2020-08-24
1
-2
/
+1
*
mm: use unsigned types for fragmentation score
Nitin Gupta
2020-08-12
1
-1
/
+1
*
mm: proactive compaction
Nitin Gupta
2020-08-12
1
-0
/
+9
*
mm: adjust vm_committed_as_batch according to vm overcommit policy
Feng Tang
2020-08-07
1
-1
/
+1
*
sched/uclamp: Add a new sysctl to control RT default boost value
Qais Yousef
2020-07-29
1
-0
/
+7
*
sched/deadline: Impose global limits on sched_attr::sched_period
Peter Zijlstra
2020-06-15
1
-0
/
+14
*
kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.tainted
Rafael Aquini
2020-06-08
1
-3
/
+2
*
panic: add sysctl to dump all CPUs backtraces on oops event
Guilherme G. Piccoli
2020-06-08
1
-0
/
+11
*
kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...
Guilherme G. Piccoli
2020-06-08
1
-0
/
+11
[next]