- 44d3572 Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 2 years, 10 months ago
- 7e062cd Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 10 months ago
- a467257 kernel/kexec_core: move kexec_core sysctls into its own file by yingelin · 2 years, 11 months ago
- 988f11e latencytop: move sysctl to its own file by liaohua · 3 years ago
- 3831897 Merge remote-tracking branch 'bpf-next/pr/bpf-sysctl' into sysctl-next by Luis Chamberlain · 2 years, 11 months ago
- 2900005 bpf: Move BPF sysctls from kernel/sysctl.c to BPF core by Yan Zhu · 3 years ago
- efaa022 timers: Move timer sysctl into the timer code by tangmeng · 3 years, 1 month ago
- 8e4e83b ftrace: move sysctl_ftrace_enabled to ftrace.c by Wei Xiao · 3 years, 1 month ago
- d772cc2c kernel/do_mount_initrd: move real_root_dev sysctls to its own file by tangmeng · 3 years, 1 month ago
- 1186618 kernel/delayacct: move delayacct sysctls to its own file by tangmeng · 3 years, 1 month ago
- 801b501 kernel/acct: move acct sysctls to its own file by tangmeng · 3 years, 1 month ago
- 9df91869 kernel/panic: move panic sysctls to its own file by tangmeng · 3 years, 1 month ago
- f79c9b8 kernel/lockdep: move lockdep sysctls to its own file by tangmeng · 3 years, 1 month ago
- aa779e5 mm: move page-writeback sysctls to their own file by zhanglianjie · 3 years, 1 month ago
- 43fe219 mm: move oom_kill sysctls to their own file by sujiaxun · 3 years, 1 month ago
- 06d1776 kernel/reboot: move reboot sysctls to its own file by tangmeng · 3 years, 1 month ago
- 8a04414 sched: Move energy_aware sysctls to topology.c by Zhen Ni · 3 years, 1 month ago
- d4ae80f sched: Move cfs_bandwidth_slice sysctls to fair.c by Zhen Ni · 3 years, 1 month ago
- 3267e01 sched: Move uclamp_util sysctls to core.c by Zhen Ni · 3 years, 1 month ago
- dafd7a9 sched: Move rr_timeslice sysctls to rt.c by Zhen Ni · 3 years, 1 month ago
- 84227c1 sched: Move deadline_period sysctls to deadline.c by Zhen Ni · 3 years, 1 month ago
- d9ab0e6 sched: Move rt_period/runtime sysctls to rt.c by Zhen Ni · 3 years, 1 month ago
- f5ef06d sched: Move schedstats sysctls to core.c by Zhen Ni · 3 years, 1 month ago
- a60707d sched: Move child_runs_first sysctls to fair.c by Zhen Ni · 3 years, 1 month ago
- 3bf03b9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- c574bbe NUMA balancing: optimize page placement for memory tiering system by Huang Ying · 3 years ago
- ccdbf33 Merge tag 'v5.17-rc8' into sched/core, to pick up fixes by Ingo Molnar · 3 years ago
- 44a3918 x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting by Josh Poimboeuf · 3 years, 1 month ago
- c8eaf6a sched: move autogroup sysctls into its own file by Zhen Ni · 3 years, 1 month ago
- 1622ed7 sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax by Baokun Li · 3 years, 2 months ago
- e565a8e kernel/sysctl.c: remove unused variable ten_thousand by Colin Ian King · 3 years, 2 months ago
- a737a3c kprobe: move sysctl_kprobes_optimization to kprobes.c by Xiaoming Ni · 3 years, 2 months ago
- f0bc21b fs/coredump: move coredump sysctls into its own file by Xiaoming Ni · 3 years, 2 months ago
- d8c0418 kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() by Luis Chamberlain · 3 years, 2 months ago
- ab171b9 fs: move namespace sysctls and declare fs base directory by Luis Chamberlain · 3 years, 2 months ago
- 51cb8df sysctl: add and use base directory declarer and registration helper by Luis Chamberlain · 3 years, 2 months ago
- 1998f19 fs: move pipe sysctls to is own file by Luis Chamberlain · 3 years, 2 months ago
- 66ad398 fs: move fs/exec.c sysctls into its own file by Luis Chamberlain · 3 years, 2 months ago
- 9c011be fs: move namei sysctls to its own file by Luis Chamberlain · 3 years, 2 months ago
- dd81faa fs: move locking sysctls where they are used by Luis Chamberlain · 3 years, 2 months ago
- d1d8ac9 fs: move shared sysctls to fs/sysctls.c by Luis Chamberlain · 3 years, 2 months ago
- 5477161 sysctl: move maxolduid as a sysctl specific const by Luis Chamberlain · 3 years, 2 months ago
- c8c0c23 fs: move dcache sysctls to its own file by Luis Chamberlain · 3 years, 2 months ago
- 204d5a2 fs: move fs stat sysctls to file_table.c by Luis Chamberlain · 3 years, 2 months ago
- 1d67fe5 fs: move inode sysctls to its own file by Luis Chamberlain · 3 years, 2 months ago
- b1f2aff sysctl: share unsigned long const values by Luis Chamberlain · 3 years, 2 months ago
- 0df8bdd stackleak: move stack_erasing sysctl to stackleak.c by Xiaoming Ni · 3 years, 2 months ago
- 26d1c80 scsi/sg: move sg-big-buff sysctl to scsi/sg.c by Xiaoming Ni · 3 years, 2 months ago
- faaa357 printk: move printk sysctl to printk/sysctl.c by Xiaoming Ni · 3 years, 2 months ago
- 3ba442d fs: move binfmt_misc sysctl to its own file by Luis Chamberlain · 3 years, 2 months ago
- 5475e8f random: move the random sysctl declarations to its own file by Xiaoming Ni · 3 years, 2 months ago
- 6aad36d firmware_loader: move firmware sysctl to its own files by Xiaoming Ni · 3 years, 2 months ago
- a8f5de8 eventpoll: simplify sysctl declaration with register_sysctl() by Xiaoming Ni · 3 years, 2 months ago
- 7b9ad12 inotify: simplify subdirectory registration with register_sysctl() by Xiaoming Ni · 3 years, 2 months ago
- 49a4de7 dnotify: move dnotify sysctl to dnotify.c by Xiaoming Ni · 3 years, 2 months ago
- 86b12b6 aio: move aio sysctl to aio.c by Xiaoming Ni · 3 years, 2 months ago
- 2452dcb sysctl: use SYSCTL_ZERO to replace some static int zero uses by Xiaoming Ni · 3 years, 2 months ago
- d73840e sysctl: use const for typically used max/min proc sysctls by Xiaoming Ni · 3 years, 2 months ago
- f628867 sysctl: make ngroups_max const by Stephen Kitt · 3 years, 2 months ago
- dd0693f watchdog: move watchdog sysctl interface to watchdog.c by Xiaoming Ni · 3 years, 2 months ago
- bbe7a10 hung_task: move hung_task sysctl interface to hung_task.c by Xiaoming Ni · 3 years, 2 months ago
- 78e36f3 sysctl: move some boundary constants from sysctl.c to sysctl_vals by Xiaoming Ni · 3 years, 2 months ago
- f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 39c65a9 mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30% by Suren Baghdasaryan · 3 years, 2 months ago
- b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 2 months ago
- 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- 65d759c mm: compaction: support triggering of proactive compaction by user by Charan Teja Reddy · 3 years, 6 months ago
- a207157 sysctl: introduce new proc handler proc_dobool by Jia He · 3 years, 7 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
- f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 9 months ago
- 9a52c5f sysctl: remove redundant assignment to first by Jiapeng Chong · 3 years, 9 months ago
- df668a5 Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
- 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
- 74f4482 mm/page_alloc: introduce vm.percpu_pagelist_high_fraction by Mel Gorman · 3 years, 9 months ago
- bbbecb3 mm/page_alloc: delete vm.percpu_pagelist_fraction by Mel Gorman · 3 years, 9 months ago
- a9e906b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 9 months ago
- 3af3d77 block_dump: remove block_dump feature by zhangyi (F) · 4 years ago
- 0cd7c74 delayacct: Add sysctl to enable at runtime by Peter Zijlstra · 3 years, 10 months ago
- df6f823 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 10 months ago
- 08389d8 bpf: Add kconfig knob for disabling unpriv bpf by default by Daniel Borkmann · 3 years, 10 months ago
- ef49843 mm/compaction: remove unused variable sysctl_compact_memory by Pintu Kumar · 3 years, 10 months ago
- 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 11 months ago
- 3644286 Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 11 months ago
- 8a99b68 sched: Move SCHED_DEBUG sysctl to debugfs by Peter Zijlstra · 4 years ago
- 1d1c250 sched: Remove sched_schedstats sysctl out from under SCHED_DEBUG by Peter Zijlstra · 4 years ago
- b7cc6ec sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUG by Mel Gorman · 4 years ago
- cb94441 sysctl: add proc_dou8vec_minmax() by Eric Dumazet · 4 years ago
- 5b8fea6 fanotify: configurable limits via sysfs by Amir Goldstein · 4 years ago
- 3b3376f sysctl.c: fix underflow value setting risk in vm_table by Lin Feng · 4 years, 1 month ago
- dfe5640 rcu: Panic after fixed number of stalls by chao · 4 years, 6 months ago
- 5ef64cc mm: allow a controlled amount of unfairness in the page lock by Linus Torvalds · 4 years, 6 months ago
- 7787b6f bpf, sysctl: Let bpf_stats_handler take a kernel pointer buffer by Tobias Klauser · 4 years, 7 months ago
- d34c0a7 mm: use unsigned types for fragmentation score by Nitin Gupta · 4 years, 7 months ago
- facdaa9 mm: proactive compaction by Nitin Gupta · 4 years, 7 months ago
- 56f3547 mm: adjust vm_committed_as_batch according to vm overcommit policy by Feng Tang · 4 years, 7 months ago
- 13685c4 sched/uclamp: Add a new sysctl to control RT default boost value by Qais Yousef · 4 years, 8 months ago
- b4098bf sched/deadline: Impose global limits on sched_attr::sched_period by Peter Zijlstra · 6 years ago
- e77132e kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.tainted by Rafael Aquini · 4 years, 9 months ago
- 60c958d panic: add sysctl to dump all CPUs backtraces on oops event by Guilherme G. Piccoli · 4 years, 9 months ago
- 0ec9dc9 kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected by Guilherme G. Piccoli · 4 years, 9 months ago