summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-13fs: move fs stat sysctls to file_table.cLuis Chamberlain1-25/+0
2025-03-13fs: move inode sysctls to its own fileLuis Chamberlain1-14/+0
2025-03-13sysctl: share unsigned long const valuesLuis Chamberlain1-6/+3
2025-03-13sysctl: use const for typically used max/min proc sysctlsXiaoming Ni1-27/+26
2025-03-13hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni1-61/+0
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis1-0/+4
2023-02-01kernel/panic: move panic sysctls to its own filetangmeng1-11/+0
2022-12-08proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds1-12/+13
2022-12-08proc: avoid integer type confusion in get_proc_longLinus Torvalds1-3/+2
2022-07-29sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-26/+19
2022-07-29mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan1-1/+2
2022-07-21mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song1-9/+11
2022-07-21sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima1-4/+4
2022-07-21sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-21sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima1-2/+5
2022-07-21sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-21sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-21sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-21sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima1-2/+2
2022-07-21sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima1-3/+3
2022-03-11x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf1-0/+7
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy1-1/+1
2021-08-17sysctl: introduce new proc handler proc_doboolJia He1-0/+42
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-07-01sysctl: remove redundant assignment to firstJiapeng Chong1-2/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman1-0/+8
2021-06-29mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman1-8/+0
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-5/+24
2021-05-24block_dump: remove block_dump featurezhangyi (F)1-8/+0
2021-05-12delayacct: Add sysctl to enable at runtimePeter Zijlstra1-0/+12
2021-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+24
2021-05-11bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann1-5/+24
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar1-1/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+65
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+11
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra1-96/+0
2021-04-16sched: Remove sched_schedstats sysctl out from under SCHED_DEBUGPeter Zijlstra1-11/+11
2021-04-16sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUGMel Gorman1-1/+3
2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet1-0/+65
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein1-1/+11
2021-02-26sysctl.c: fix underflow value setting risk in vm_tableLin Feng1-4/+4
2020-11-19rcu: Panic after fixed number of stallschao1-0/+11
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds1-0/+8
2020-08-24bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser1-2/+1
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta1-1/+1
2020-08-12mm: proactive compactionNitin Gupta1-0/+9