aboutsummaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-2/+0
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsGravatar Huang Yiwei 1-2/+2
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-9/+0
2023-10-05perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...Gravatar Xiu Jianfeng 1-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureGravatar Ard Biesheuvel 1-9/+0
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-38/+2
2023-06-09mm: page_alloc: move sysctls into it own filsGravatar Kefeng Wang 1-67/+0
2023-06-08sysctl: move security keys sysctl registration to its own fileGravatar Luis Chamberlain 1-4/+0
2023-06-08sysctl: move umh sysctl registration to its own fileGravatar Luis Chamberlain 1-1/+0
2023-05-30signal: move show_unhandled_signals sysctl to its own fileGravatar Luis Chamberlain 1-14/+0
2023-05-30sysctl: remove empty dev tableGravatar Luis Chamberlain 1-5/+0
2023-05-23sysctl: Refactor base paths registrationsGravatar Joel Granados 1-21/+9
2023-04-13mm: compaction: move compaction sysctl to its own fileGravatar Minghao Chi 1-59/+0
2023-04-13mm: memory-failure: Move memory failure sysctls to its own fileGravatar Kefeng Wang 1-20/+0
2023-03-20mm: hugetlb: move hugeltb sysctls to its own fileGravatar Kefeng Wang 1-32/+0
2023-03-20userfaultfd: move unprivileged_userfaultfd sysctl to its own fileGravatar ZhangPeng 1-11/+0
2023-02-21sysctl: fix proc_dobool() usabilityGravatar Ondrej Mosnacek 1-19/+24
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2022-12-13Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-19/+0
2022-12-05proc: proc_skip_spaces() shouldn't think it is working on C stringsGravatar Linus Torvalds 1-12/+13
2022-12-05proc: avoid integer type confusion in get_proc_longGravatar Linus Torvalds 1-3/+2
2022-11-20sched: Move numa_balancing sysctls to its own fileGravatar Kefeng Wang 1-19/+0
2022-11-08swap: add a limit for readahead page-cluster valueGravatar Kairui Song 1-0/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+8
2022-09-11memory tiering: rate limit NUMA migration throughputGravatar Huang Ying 1-0/+8
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cGravatar Liu Shixin 1-1/+8
2022-09-08sysctl: remove max_extfrag_thresholdGravatar Liu Shixin 1-6/+1
2022-09-08kernel/sysctl.c: remove unnecessary (void*) conversionsGravatar Dong Chuanjian 1-3/+3
2022-08-08kernel/sysctl.c: Remove trailing white spaceGravatar Fanjun Kong 1-6/+6
2022-08-08kernel/sysctl.c: Clean up indentation, replace spaces with tab.Gravatar Fanjun Kong 1-2/+2
2022-08-08sysctl: Merge adjacent CONFIG_TREE_RCU blocksGravatar Geert Uytterhoeven 1-3/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-9/+11
2022-07-15Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+11
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-17/+20
2022-07-14mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEGravatar Muchun Song 1-9/+11
2022-07-13sysctl: Fix data-races in proc_dointvec_ms_jiffies().Gravatar Kuniyuki Iwashima 1-4/+4
2022-07-13sysctl: Fix data-races in proc_dou8vec_minmax().Gravatar Kuniyuki Iwashima 1-2/+2
2022-07-08sysctl: Fix data races in proc_dointvec_jiffies().Gravatar Kuniyuki Iwashima 1-2/+5
2022-07-08sysctl: Fix data races in proc_doulongvec_minmax().Gravatar Kuniyuki Iwashima 1-2/+2
2022-07-08sysctl: Fix data races in proc_douintvec_minmax().Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-08sysctl: Fix data races in proc_dointvec_minmax().Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-08sysctl: Fix data races in proc_douintvec().Gravatar Kuniyuki Iwashima 1-2/+2
2022-07-08sysctl: Fix data races in proc_dointvec().Gravatar Kuniyuki Iwashima 1-3/+3
2022-06-30sysctl: add proc_dointvec_ms_jiffies_minmaxGravatar Yuwei Wang 1-0/+41
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-300/+0
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-79/+0
2022-04-25kernel/kexec_core: move kexec_core sysctls into its own fileGravatar yingelin 1-13/+0
2022-04-21latencytop: move sysctl to its own fileGravatar liaohua 1-10/+0
2022-04-13Merge remote-tracking branch 'bpf-next/pr/bpf-sysctl' into sysctl-nextGravatar Luis Chamberlain 1-79/+0
2022-04-13bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreGravatar Yan Zhu 1-79/+0