summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-21sysctl: introduce new proc handler proc_doboolJia He1-0/+42
2024-06-21fanotify: configurable limits via sysfsAmir Goldstein1-1/+11
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis1-0/+4
2023-06-28sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-26/+19
2023-06-28mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan1-1/+2
2023-04-20sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima1-2/+2
2023-04-20sysctl: add proc_dou8vec_minmax()Eric Dumazet1-0/+65
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-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_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
2022-01-05bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann1-5/+24
2021-03-17sysctl.c: fix underflow value setting risk in vm_tableLin Feng1-4/+4
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
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyFeng Tang1-1/+1
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef1-0/+7
2020-06-15sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra1-0/+14
2020-06-08kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.taintedRafael Aquini1-3/+2
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli1-0/+11
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli1-0/+11
2020-06-08kernel: add panic_on_taintRafael Aquini1-1/+10
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2020-06-03mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner1-1/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1578/+1479
2020-05-10parisc: add sysctl file interface panic_on_stackoverflowXiaoming Ni1-9/+11
2020-05-05sysctl: Fix unused function warningArnd Bergmann1-1/+1
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu1-1/+35
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-148/+91
2020-04-27sysctl: avoid forward declarationsChristoph Hellwig1-1534/+1497
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig1-42/+3
2020-04-27mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig1-1/+1
2020-04-02mm/compaction: Disable compact_unevictable_allowed on RTSebastian Andrzej Siewior1-1/+28
2020-04-02mm/compaction: really limit compact_unevictable_allowed to 0 and 1Sebastian Andrzej Siewior1-1/+1
2020-03-07sysctl/sysrq: Remove __sysrq_enabled copyDmitry Safonov1-19/+22
2020-02-19s390: remove obsolete ieee_emulation_warningsStephen Kitt1-9/+0
2019-12-09rcu: Make PREEMPT_RCU be a modifier to TREE_RCULai Jiangshan1-1/+1
2019-12-01kernel: sysctl: make drop_caches write-onlyJohannes Weiner1-1/+1
2019-10-14parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ defineHelge Deller1-2/+2
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti1-2/+4