summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/panic: move panic sysctls to its own filetangmeng2023-02-011-11/+0
* proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds2022-12-081-12/+13
* proc: avoid integer type confusion in get_proc_longLinus Torvalds2022-12-081-3/+2
* sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-07-291-26/+19
* mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan2022-07-291-1/+2
* mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song2022-07-211-9/+11
* sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima2022-07-211-4/+4
* sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima2022-07-211-2/+2
* sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima2022-07-211-2/+5
* sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima2022-07-211-2/+2
* sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima2022-07-211-1/+1
* sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima2022-07-211-1/+1
* sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima2022-07-211-2/+2
* sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima2022-07-211-3/+3
* x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-03-111-0/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-1/+1
|\
| * mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy2021-09-031-1/+1
* | sysctl: introduce new proc handler proc_doboolJia He2021-08-171-0/+42
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-2/+2
|\
| * kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| * sysctl: remove redundant assignment to firstJiapeng Chong2021-07-011-2/+1
* | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-301-8/+0
|\ \
| * | block_dump: remove block_dump featurezhangyi (F)2021-05-241-8/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-4/+4
|\ \ \ | | |/ | |/|
| * | mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman2021-06-291-0/+8
| * | mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman2021-06-291-8/+0
* | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-031-5/+24
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-111-5/+24
| |\ \ | | |/ | |/|
| | * bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2021-05-111-5/+24
* | | delayacct: Add sysctl to enable at runtimePeter Zijlstra2021-05-121-0/+12
|/ /
* / mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar2021-05-051-1/+1
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-0/+65
|\
| * sysctl: add proc_dou8vec_minmax()Eric Dumazet2021-03-251-0/+65
* | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-291-1/+11
|\ \
| * | fanotify: configurable limits via sysfsAmir Goldstein2021-03-161-1/+11
| |/
* | sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra2021-04-161-96/+0
* | sched: Remove sched_schedstats sysctl out from under SCHED_DEBUGPeter Zijlstra2021-04-161-11/+11
* | sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUGMel Gorman2021-04-161-1/+3
|/
* sysctl.c: fix underflow value setting risk in vm_tableLin Feng2021-02-261-4/+4
* rcu: Panic after fixed number of stallschao2020-11-191-0/+11
* mm: allow a controlled amount of unfairness in the page lockLinus Torvalds2020-09-171-0/+8
* bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser2020-08-241-2/+1
* mm: use unsigned types for fragmentation scoreNitin Gupta2020-08-121-1/+1
* mm: proactive compactionNitin Gupta2020-08-121-0/+9
* mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang2020-08-071-1/+1
* sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-291-0/+7
* sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2020-06-151-0/+14
* kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.taintedRafael Aquini2020-06-081-3/+2
* panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli2020-06-081-0/+11
* kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli2020-06-081-0/+11