aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-18/+0
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-221/+0
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-56/+0
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados1-18/+0
2025-02-21perf/core: Move perf_event sysctls into kernel/eventsJoel Granados1-64/+0
2025-02-18x86: Move sysctls into arch/x86Joel Granados1-56/+0
2025-02-07sysctl: remove unneeded includeKaixiong Yu1-6/+0
2025-02-07sysctl: remove the vm_tableKaixiong Yu1-3/+0
2025-02-07sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.cKaixiong Yu1-12/+1
2025-02-07x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.cKaixiong Yu1-7/+1
2025-02-07fs: dcache: move the sysctl to fs/dcache.cKaixiong Yu1-9/+0
2025-02-07fs: drop_caches: move sysctl to fs/drop_caches.cKaixiong Yu1-9/+0
2025-02-07fs: fs-writeback: move sysctl to fs/fs-writeback.cKaixiong Yu1-8/+0
2025-02-07mm: nommu: move sysctl to mm/nommu.cKaixiong Yu1-10/+0
2025-02-07security: min_addr: move sysctl to security/min_addr.cKaixiong Yu1-9/+0
2025-02-07mm: mmap: move sysctl to mm/mmap.cKaixiong Yu1-49/+1
2025-02-07mm: util: move sysctls to mm/util.cKaixiong Yu1-37/+0
2025-02-07mm: vmscan: move vmscan sysctls to mm/vmscan.cKaixiong Yu1-19/+0
2025-02-07mm: swap: move sysctl to mm/swap.cKaixiong Yu1-10/+0
2025-02-07mm: filemap: move sysctl to mm/filemap.cKaixiong Yu1-8/+0
2025-02-07mm: vmstat: move sysctls to mm/vmstat.cKaixiong Yu1-28/+0
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-2/+2
2024-12-02pid: allow pid_max to be set per pid namespaceChristian Brauner1-9/+0
2024-10-23sysctl: Reorganize kerneldoc parameter namesJulia Lawall1-1/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-32/+32
2024-06-03sysctl: constify ctl_table arguments of utility functionThomas Weißschuh1-10/+11
2024-06-03sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang1-8/+2
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-2/+0
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/arnd/asm-genericLinus Torvalds1-9/+0
2023-10-05perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_handler(), for readabilityXiu 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/git/mcgrof/linuxLinus 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/git/akpm/mmLinus Torvalds1-0/+1
2022-12-13Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus 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