summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan2019-12-091-1/+1
* kernel: sysctl: make drop_caches write-onlyJohannes Weiner2019-12-011-1/+1
* parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ defineHelge Deller2019-10-141-2/+2
* arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti2019-09-241-2/+4
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-100/+97
* kernel: fix typos and some coding style in commentsWeitao Hou2019-07-161-9/+9
* sched/uclamp: Add system default clampsPatrick Bellasi2019-06-241-0/+16
* sysctl: define proc_do_static_key()Eric Dumazet2019-06-141-21/+23
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen2019-05-141-1/+28
* sysctl: return -EINVAL if val violates minmaxChristian Brauner2019-05-141-2/+4
* kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko2019-05-141-4/+2
* userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu2019-05-141-0/+12
* ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2019-04-181-0/+6
* kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon2019-04-051-1/+2
* kernel/sysctl.c: define minmax conv functions in terms of non-minmax versionsZev Weiss2019-03-121-33/+26
* kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss2019-03-121-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-111-1/+1
|\
| * bpf: fix sysctl.c warningArnd Bergmann2019-03-071-1/+1
* | sysctl: handle overflow for file-maxChristian Brauner2019-03-071-0/+3
* | sysctl: handle overflow in proc_get_longChristian Brauner2019-03-071-1/+39
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-1/+1
|\ \
| * | mm: remove sysctl_extfrag_handler()Matthew Wilcox2019-03-051-1/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-0/+11
|\ \ | |/ |/|
| * sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret2019-01-271-0/+11
* | bpf: fix build without bpf_syscallAlexei Starovoitov2019-03-011-2/+5
* | bpf: enable program statsAlexei Starovoitov2019-02-271-0/+34
|/
* kernel/sysctl: add panic_print into sysctlFeng Tang2019-01-041-0/+7
* proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin2019-01-041-0/+2
* mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman2018-12-281-0/+8
* kernel/sysctl.c: remove duplicated includeMichael Schupikov2018-11-031-1/+0
* stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov2018-09-041-1/+14