summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)Author
2025-03-13fs: move fs stat sysctls to file_table.cLuis Chamberlain
2025-03-13fs: move inode sysctls to its own fileLuis Chamberlain
2025-03-13sysctl: share unsigned long const valuesLuis Chamberlain
2025-03-13sysctl: use const for typically used max/min proc sysctlsXiaoming Ni
2025-03-13hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis
2023-02-01kernel/panic: move panic sysctls to its own filetangmeng
2022-12-08proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds
2022-12-08proc: avoid integer type confusion in get_proc_longLinus Torvalds
2022-07-29sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni
2022-07-29mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan
2022-07-21mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song
2022-07-21sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima
2022-07-21sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima
2022-07-21sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima
2022-03-11x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy
2021-08-17sysctl: introduce new proc handler proc_doboolJia He
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-07-01sysctl: remove redundant assignment to firstJiapeng Chong
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman
2021-06-29mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2021-05-24block_dump: remove block_dump featurezhangyi (F)
2021-05-12delayacct: Add sysctl to enable at runtimePeter Zijlstra
2021-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-05-11bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra
2021-04-16sched: Remove sched_schedstats sysctl out from under SCHED_DEBUGPeter Zijlstra
2021-04-16sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUGMel Gorman
2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein
2021-02-26sysctl.c: fix underflow value setting risk in vm_tableLin Feng
2020-11-19rcu: Panic after fixed number of stallschao
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds
2020-08-24bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta
2020-08-12mm: proactive compactionNitin Gupta