summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | kernel/acct: move acct sysctls to its own filetangmeng2022-04-061-12/+0
| * | kernel/panic: move panic sysctls to its own filetangmeng2022-04-061-11/+0
| * | kernel/lockdep: move lockdep sysctls to its own filetangmeng2022-04-061-21/+0
| * | mm: move page-writeback sysctls to their own filezhanglianjie2022-04-061-69/+0
| * | mm: move oom_kill sysctls to their own filesujiaxun2022-04-061-23/+0
| * | kernel/reboot: move reboot sysctls to its own filetangmeng2022-04-061-14/+0
| * | sched: Move energy_aware sysctls to topology.cZhen Ni2022-04-061-11/+0
| * | sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni2022-04-061-10/+0
| * | sched: Move uclamp_util sysctls to core.cZhen Ni2022-04-061-23/+0
| * | sched: Move rr_timeslice sysctls to rt.cZhen Ni2022-04-061-7/+0
| * | sched: Move deadline_period sysctls to deadline.cZhen Ni2022-04-061-14/+0
| * | sched: Move rt_period/runtime sysctls to rt.cZhen Ni2022-04-061-14/+0
| * | sched: Move schedstats sysctls to core.cZhen Ni2022-04-061-11/+0
| * | sched: Move child_runs_first sysctls to fair.cZhen Ni2022-04-061-7/+0
* | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-79/+0
|\ \ \ | | |/ | |/|
| * | bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu2022-04-131-79/+0
| |/
* / timers: Move timer sysctl into the timer codetangmeng2022-04-101-11/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-1/+1
|\
| * NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-221-1/+1
* | Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-151-0/+7
|\|
| * x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-02-211-0/+7
* | sched: move autogroup sysctls into its own fileZhen Ni2022-02-021-11/+0
|/
* sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li2022-01-221-3/+4
* kernel/sysctl.c: remove unused variable ten_thousandColin Ian King2022-01-221-3/+0
* kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni2022-01-221-12/+0
* fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-221-2/+0
* kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-1/+1
* fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-221-14/+0
* sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-31/+10
* fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-221-55/+6
* fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2022-01-221-66/+0
* fs: move namei sysctls to its own fileLuis Chamberlain2022-01-221-36/+0
* fs: move locking sysctls where they are usedLuis Chamberlain2022-01-221-20/+0
* fs: move shared sysctls to fs/sysctls.cLuis Chamberlain2022-01-221-18/+0
* sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-8/+4
* fs: move dcache sysctls to its own fileLuis Chamberlain2022-01-221-7/+0
* fs: move fs stat sysctls to file_table.cLuis Chamberlain2022-01-221-25/+0
* fs: move inode sysctls to its own fileLuis Chamberlain2022-01-221-14/+0
* sysctl: share unsigned long const valuesLuis Chamberlain2022-01-221-6/+3
* stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni2022-01-221-14/+0
* scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-221-12/+0
* printk: move printk sysctl to printk/sysctl.cXiaoming Ni2022-01-221-68/+0
* fs: move binfmt_misc sysctl to its own fileLuis Chamberlain2022-01-221-7/+0
* random: move the random sysctl declarations to its own fileXiaoming Ni2022-01-221-5/+0
* firmware_loader: move firmware sysctl to its own filesXiaoming Ni2022-01-221-7/+0
* eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2022-01-221-7/+0
* inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2022-01-221-21/+0
* dnotify: move dnotify sysctl to dnotify.cXiaoming Ni2022-01-221-10/+0
* aio: move aio sysctl to aio.cXiaoming Ni2022-01-221-17/+0
* sysctl: use SYSCTL_ZERO to replace some static int zero usesXiaoming Ni2022-01-221-7/+7