summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* kernel: add panic_on_taintRafael Aquini2020-06-081-1/+10
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-1/+2
|\
| * mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner2020-06-031-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1578/+1479
|\ \
| * | sysctl: Fix unused function warningArnd Bergmann2020-05-051-1/+1
| * | bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu2020-05-011-1/+35
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-148/+91
| * | sysctl: avoid forward declarationsChristoph Hellwig2020-04-271-1534/+1497
| * | sysctl: remove all extern declaration from sysctl.cChristoph Hellwig2020-04-271-42/+3
| * | mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig2020-04-271-1/+1
| |/
* / parisc: add sysctl file interface panic_on_stackoverflowXiaoming Ni2020-05-101-9/+11
|/
* mm/compaction: Disable compact_unevictable_allowed on RTSebastian Andrzej Siewior2020-04-021-1/+28
* mm/compaction: really limit compact_unevictable_allowed to 0 and 1Sebastian Andrzej Siewior2020-04-021-1/+1
* sysctl/sysrq: Remove __sysrq_enabled copyDmitry Safonov2020-03-071-19/+22
* s390: remove obsolete ieee_emulation_warningsStephen Kitt2020-02-191-9/+0