summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorLines
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2022-12-13Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-19/+0
2022-12-05proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds-12/+13
2022-12-05proc: avoid integer type confusion in get_proc_longLinus Torvalds-3/+2
2022-11-20sched: Move numa_balancing sysctls to its own fileKefeng Wang-19/+0
2022-11-08swap: add a limit for readahead page-cluster valueKairui Song-0/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+8
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying-0/+8
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin-1/+8
2022-09-08sysctl: remove max_extfrag_thresholdLiu Shixin-6/+1
2022-09-08kernel/sysctl.c: remove unnecessary (void*) conversionsDong Chuanjian-3/+3
2022-08-08kernel/sysctl.c: Remove trailing white spaceFanjun Kong-6/+6
2022-08-08kernel/sysctl.c: Clean up indentation, replace spaces with tab.Fanjun Kong-2/+2
2022-08-08sysctl: Merge adjacent CONFIG_TREE_RCU blocksGeert Uytterhoeven-3/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+11
2022-07-15Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+11
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-17/+20
2022-07-14mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song-9/+11
2022-07-13sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima-4/+4
2022-07-13sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima-2/+2
2022-07-08sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima-2/+5
2022-07-08sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima-2/+2
2022-07-08sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima-1/+1
2022-07-08sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima-1/+1
2022-07-08sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima-2/+2
2022-07-08sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima-3/+3
2022-06-30sysctl: add proc_dointvec_ms_jiffies_minmaxYuwei Wang-0/+41
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-300/+0
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-79/+0
2022-04-25kernel/kexec_core: move kexec_core sysctls into its own fileyingelin-13/+0
2022-04-21latencytop: move sysctl to its own fileliaohua-10/+0
2022-04-13Merge remote-tracking branch 'bpf-next/pr/bpf-sysctl' into sysctl-nextLuis Chamberlain-79/+0
2022-04-13bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu-79/+0
2022-04-10timers: Move timer sysctl into the timer codetangmeng-11/+0
2022-04-06ftrace: move sysctl_ftrace_enabled to ftrace.cWei Xiao-9/+0
2022-04-06kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng-9/+0
2022-04-06kernel/delayacct: move delayacct sysctls to its own filetangmeng-12/+0
2022-04-06kernel/acct: move acct sysctls to its own filetangmeng-12/+0
2022-04-06kernel/panic: move panic sysctls to its own filetangmeng-11/+0
2022-04-06kernel/lockdep: move lockdep sysctls to its own filetangmeng-21/+0
2022-04-06mm: move page-writeback sysctls to their own filezhanglianjie-69/+0
2022-04-06mm: move oom_kill sysctls to their own filesujiaxun-23/+0
2022-04-06kernel/reboot: move reboot sysctls to its own filetangmeng-14/+0
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni-11/+0
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni-10/+0
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni-23/+0
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni-7/+0
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni-14/+0
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni-14/+0
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni-11/+0