aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei1-2/+2
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+0
2023-10-05perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_ha...Xiu Jianfeng1-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-9/+0
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-38/+2
2023-06-09mm: page_alloc: move sysctls into it own filsKefeng Wang1-67/+0
2023-06-08sysctl: move security keys sysctl registration to its own fileLuis Chamberlain1-4/+0
2023-06-08sysctl: move umh sysctl registration to its own fileLuis Chamberlain1-1/+0
2023-05-30signal: move show_unhandled_signals sysctl to its own fileLuis Chamberlain1-14/+0
2023-05-30sysctl: remove empty dev tableLuis Chamberlain1-5/+0
2023-05-23sysctl: Refactor base paths registrationsJoel Granados1-21/+9
2023-04-13mm: compaction: move compaction sysctl to its own fileMinghao Chi1-59/+0
2023-04-13mm: memory-failure: Move memory failure sysctls to its own fileKefeng Wang1-20/+0
2023-03-20mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang1-32/+0
2023-03-20userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng1-11/+0
2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek1-19/+24
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-12-13Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-19/+0
2022-12-05proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds1-12/+13
2022-12-05proc: avoid integer type confusion in get_proc_longLinus Torvalds1-3/+2
2022-11-20sched: Move numa_balancing sysctls to its own fileKefeng Wang1-19/+0
2022-11-08swap: add a limit for readahead page-cluster valueKairui Song1-0/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+8
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying1-0/+8
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin1-1/+8
2022-09-08sysctl: remove max_extfrag_thresholdLiu Shixin1-6/+1
2022-09-08kernel/sysctl.c: remove unnecessary (void*) conversionsDong Chuanjian1-3/+3
2022-08-08kernel/sysctl.c: Remove trailing white spaceFanjun Kong1-6/+6
2022-08-08kernel/sysctl.c: Clean up indentation, replace spaces with tab.Fanjun Kong1-2/+2
2022-08-08sysctl: Merge adjacent CONFIG_TREE_RCU blocksGeert Uytterhoeven1-3/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+11
2022-07-15Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+11
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+20
2022-07-14mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song1-9/+11
2022-07-13sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima1-4/+4
2022-07-13sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-08sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima1-2/+5
2022-07-08sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-08sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-08sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-08sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima1-2/+2
2022-07-08sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima1-3/+3
2022-06-30sysctl: add proc_dointvec_ms_jiffies_minmaxYuwei Wang1-0/+41
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-300/+0
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-79/+0
2022-04-25kernel/kexec_core: move kexec_core sysctls into its own fileyingelin1-13/+0
2022-04-21latencytop: move sysctl to its own fileliaohua1-10/+0
2022-04-13Merge remote-tracking branch 'bpf-next/pr/bpf-sysctl' into sysctl-nextLuis Chamberlain1-79/+0
2022-04-13bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu1-79/+0
2022-04-10timers: Move timer sysctl into the timer codetangmeng1-11/+0
2022-04-06ftrace: move sysctl_ftrace_enabled to ftrace.cWei Xiao1-9/+0
2022-04-06kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng1-9/+0
2022-04-06kernel/delayacct: move delayacct sysctls to its own filetangmeng1-12/+0
2022-04-06kernel/acct: move acct sysctls to its own filetangmeng1-12/+0
2022-04-06kernel/panic: move panic sysctls to its own filetangmeng1-11/+0
2022-04-06kernel/lockdep: move lockdep sysctls to its own filetangmeng1-21/+0
2022-04-06mm: move page-writeback sysctls to their own filezhanglianjie1-69/+0
2022-04-06mm: move oom_kill sysctls to their own filesujiaxun1-23/+0
2022-04-06kernel/reboot: move reboot sysctls to its own filetangmeng1-14/+0
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni1-11/+0
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni1-10/+0
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni1-23/+0
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni1-7/+0
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni1-14/+0
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni1-14/+0
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni1-11/+0
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni1-7/+0
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying1-1/+1
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar1-0/+7
2022-02-21x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf1-0/+7
2022-02-02sched: move autogroup sysctls into its own fileZhen Ni1-11/+0
2022-01-22sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li1-3/+4
2022-01-22kernel/sysctl.c: remove unused variable ten_thousandColin Ian King1-3/+0
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni1-12/+0
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni1-2/+0
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain1-1/+1
2022-01-22fs: move namespace sysctls and declare fs base directoryLuis Chamberlain1-14/+0
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain1-31/+10
2022-01-22fs: move pipe sysctls to is own fileLuis Chamberlain1-55/+6
2022-01-22fs: move fs/exec.c sysctls into its own fileLuis Chamberlain1-66/+0
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain1-36/+0
2022-01-22fs: move locking sysctls where they are usedLuis Chamberlain1-20/+0
2022-01-22fs: move shared sysctls to fs/sysctls.cLuis Chamberlain1-18/+0
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain1-8/+4
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain1-7/+0
2022-01-22fs: move fs stat sysctls to file_table.cLuis Chamberlain1-25/+0
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain1-14/+0
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain1-6/+3
2022-01-22stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni1-14/+0
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni1-12/+0
2022-01-22printk: move printk sysctl to printk/sysctl.cXiaoming Ni1-68/+0
2022-01-22fs: move binfmt_misc sysctl to its own fileLuis Chamberlain1-7/+0
2022-01-22random: move the random sysctl declarations to its own fileXiaoming Ni1-5/+0
2022-01-22firmware_loader: move firmware sysctl to its own filesXiaoming Ni1-7/+0
2022-01-22eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni1-7/+0
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni1-21/+0
2022-01-22dnotify: move dnotify sysctl to dnotify.cXiaoming Ni1-10/+0
2022-01-22aio: move aio sysctl to aio.cXiaoming Ni1-17/+0
2022-01-22sysctl: use SYSCTL_ZERO to replace some static int zero usesXiaoming Ni1-7/+7
2022-01-22sysctl: use const for typically used max/min proc sysctlsXiaoming Ni1-27/+26
2022-01-22sysctl: make ngroups_max constStephen Kitt1-2/+2
2022-01-22watchdog: move watchdog sysctl interface to watchdog.cXiaoming Ni1-96/+0
2022-01-22hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni1-61/+0
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-26/+19
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2022-01-15mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan1-1/+2
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy1-1/+1
2021-08-17sysctl: introduce new proc handler proc_doboolJia He1-0/+42
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-07-01sysctl: remove redundant assignment to firstJiapeng Chong1-2/+1
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+0
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman1-0/+8
2021-06-29mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman1-8/+0
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-5/+24
2021-05-24block_dump: remove block_dump featurezhangyi (F)1-8/+0
2021-05-12delayacct: Add sysctl to enable at runtimePeter Zijlstra1-0/+12
2021-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+24
2021-05-11bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann1-5/+24
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar1-1/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+65
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+11
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra1-96/+0
2021-04-16sched: Remove sched_schedstats sysctl out from under SCHED_DEBUGPeter Zijlstra1-11/+11
2021-04-16sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUGMel Gorman1-1/+3
2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet1-0/+65
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein1-1/+11
2021-02-26sysctl.c: fix underflow value setting risk in vm_tableLin Feng1-4/+4
2020-11-19rcu: Panic after fixed number of stallschao1-0/+11
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
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-100/+97
2019-07-16kernel: fix typos and some coding style in commentsWeitao Hou1-9/+9
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi1-0/+16
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet1-21/+23
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen1-1/+28
2019-05-14sysctl: return -EINVAL if val violates minmaxChristian Brauner1-2/+4
2019-05-14kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko1-4/+2
2019-05-14userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu1-0/+12
2019-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra1-0/+6
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon1-1/+2
2019-03-12kernel/sysctl.c: define minmax conv functions in terms of non-minmax versionsZev Weiss1-33/+26
2019-03-12kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss1-1/+10
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-03-07sysctl: handle overflow for file-maxChristian Brauner1-0/+3
2019-03-07sysctl: handle overflow in proc_get_longChristian Brauner1-1/+39
2019-03-07bpf: fix sysctl.c warningArnd Bergmann1-1/+1
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+11
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox1-1/+1
2019-03-01bpf: fix build without bpf_syscallAlexei Starovoitov1-2/+5
2019-02-27bpf: enable program statsAlexei Starovoitov1-0/+34
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret1-0/+11
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang1-0/+7
2019-01-04proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin1-0/+2
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman1-0/+8
2018-11-03kernel/sysctl.c: remove duplicated includeMichael Schupikov1-1/+0
2018-09-04stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov1-1/+14
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+18
2018-08-22kernel/sysctl.c: fix typos in commentsRandy Dunlap1-3/+3
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov1-1/+12
2018-07-16sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot1-8/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-04-11kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_paramWaiman Long1-2/+20
2018-04-11kernel/sysctl.c: fix sizeof argument to match variable nameRandy Dunlap1-1/+1
2018-03-20firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez1-0/+11
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-3/+0
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers1-10/+5