index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sysctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-13
fs: move fs stat sysctls to file_table.c
Luis Chamberlain
1
-25
/
+0
2025-03-13
fs: move inode sysctls to its own file
Luis Chamberlain
1
-14
/
+0
2025-03-13
sysctl: share unsigned long const values
Luis Chamberlain
1
-6
/
+3
2025-03-13
sysctl: use const for typically used max/min proc sysctls
Xiaoming Ni
1
-27
/
+26
2025-03-13
hung_task: move hung_task sysctl interface to hung_task.c
Xiaoming Ni
1
-61
/
+0
2024-03-01
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
1
-0
/
+4
2023-02-01
kernel/panic: move panic sysctls to its own file
tangmeng
1
-11
/
+0
2022-12-08
proc: proc_skip_spaces() shouldn't think it is working on C strings
Linus Torvalds
1
-12
/
+13
2022-12-08
proc: avoid integer type confusion in get_proc_long
Linus Torvalds
1
-3
/
+2
2022-07-29
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
1
-26
/
+19
2022-07-29
mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
Suren Baghdasaryan
1
-1
/
+2
2022-07-21
mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
Muchun Song
1
-9
/
+11
2022-07-21
sysctl: Fix data-races in proc_dointvec_ms_jiffies().
Kuniyuki Iwashima
1
-4
/
+4
2022-07-21
sysctl: Fix data-races in proc_dou8vec_minmax().
Kuniyuki Iwashima
1
-2
/
+2
2022-07-21
sysctl: Fix data races in proc_dointvec_jiffies().
Kuniyuki Iwashima
1
-2
/
+5
2022-07-21
sysctl: Fix data races in proc_doulongvec_minmax().
Kuniyuki Iwashima
1
-2
/
+2
2022-07-21
sysctl: Fix data races in proc_douintvec_minmax().
Kuniyuki Iwashima
1
-1
/
+1
2022-07-21
sysctl: Fix data races in proc_dointvec_minmax().
Kuniyuki Iwashima
1
-1
/
+1
2022-07-21
sysctl: Fix data races in proc_douintvec().
Kuniyuki Iwashima
1
-2
/
+2
2022-07-21
sysctl: Fix data races in proc_dointvec().
Kuniyuki Iwashima
1
-3
/
+3
2022-03-11
x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...
Josh Poimboeuf
1
-0
/
+7
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-09-03
mm: compaction: support triggering of proactive compaction by user
Charan Teja Reddy
1
-1
/
+1
2021-08-17
sysctl: introduce new proc handler proc_dobool
Jia He
1
-0
/
+42
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
2021-07-01
sysctl: remove redundant assignment to first
Jiapeng Chong
1
-2
/
+1
2021-06-30
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+0
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+4
2021-06-29
mm/page_alloc: introduce vm.percpu_pagelist_high_fraction
Mel Gorman
1
-0
/
+8
2021-06-29
mm/page_alloc: delete vm.percpu_pagelist_fraction
Mel Gorman
1
-8
/
+0
2021-06-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
1
-5
/
+24
2021-05-24
block_dump: remove block_dump feature
zhangyi (F)
1
-8
/
+0
2021-05-12
delayacct: Add sysctl to enable at runtime
Peter Zijlstra
1
-0
/
+12
2021-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+24
2021-05-11
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
1
-5
/
+24
2021-05-05
mm/compaction: remove unused variable sysctl_compact_memory
Pintu Kumar
1
-1
/
+1
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+65
2021-04-29
Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+11
2021-04-16
sched: Move SCHED_DEBUG sysctl to debugfs
Peter Zijlstra
1
-96
/
+0
2021-04-16
sched: Remove sched_schedstats sysctl out from under SCHED_DEBUG
Peter Zijlstra
1
-11
/
+11
2021-04-16
sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUG
Mel Gorman
1
-1
/
+3
2021-03-25
sysctl: add proc_dou8vec_minmax()
Eric Dumazet
1
-0
/
+65
2021-03-16
fanotify: configurable limits via sysfs
Amir Goldstein
1
-1
/
+11
2021-02-26
sysctl.c: fix underflow value setting risk in vm_table
Lin Feng
1
-4
/
+4
2020-11-19
rcu: Panic after fixed number of stalls
chao
1
-0
/
+11
2020-09-17
mm: allow a controlled amount of unfairness in the page lock
Linus Torvalds
1
-0
/
+8
2020-08-24
bpf, sysctl: Let bpf_stats_handler take a kernel pointer buffer
Tobias Klauser
1
-2
/
+1
2020-08-12
mm: use unsigned types for fragmentation score
Nitin Gupta
1
-1
/
+1
2020-08-12
mm: proactive compaction
Nitin Gupta
1
-0
/
+9
[next]