summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)Author
12 dayssysctl: rename kern_table -> sysctl_subsys_tableJoel Granados
12 dayskernel/sys.c: Move overflow{uid,gid} sysctl into kernel/sys.cJoel Granados
12 daysuevent: mv uevent_helper into kobject_uevent.cJoel Granados
12 dayssysctl: Remove superfluous includes from kernel/sysctl.cJoel Granados
12 dayssysctl: Remove (very) old file changelogJoel Granados
12 dayssysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.cJoel Granados
12 dayssysctl: move cad_pid into kernel/pid.cJoel Granados
12 dayssysctl: Move tainted ctl_table into kernel/panic.cJoel Granados
12 daysInput: sysrq: mv sysrq into drivers/tty/sysrq.cJoel Granados
12 daysfork: mv threads-max into kernel/fork.cJoel Granados
12 daysparisc/power: Move soft-power into power.cJoel Granados
12 daysmm: move randomize_va_space into memory.cJoel Granados
12 daysrcu: Move rcu_stall related sysctls into rcu/tree_stall.hJoel Granados
12 dayslocking/rtmutex: Move max_lock_depth into rtmutex.cJoel Granados
12 daysmodule: Move modprobe_path and modules_disabled ctl_tables into the module su...Joel Granados
2025-04-09sparc: mv sparc sysctls into their own file under arch/sparc/kernelJoel Granados
2025-04-09stack_tracer: move sysctl registration to kernel/trace/trace_stack.cJoel Granados
2025-04-09tracing: Move trace sysctls into trace.cJoel Granados
2025-04-09signal: Move signal ctl tables into signal.cJoel Granados
2025-04-09panic: Move panic ctl tables into panic.cJoel Granados
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-18s390: Move s390 sysctls into their own file under arch/s390joel granados
2025-02-21perf/core: Move perf_event sysctls into kernel/eventsJoel Granados
2025-02-18x86: Move sysctls into arch/x86Joel Granados
2025-02-07sysctl: remove unneeded includeKaixiong Yu
2025-02-07sysctl: remove the vm_tableKaixiong Yu
2025-02-07sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.cKaixiong Yu
2025-02-07x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.cKaixiong Yu
2025-02-07fs: dcache: move the sysctl to fs/dcache.cKaixiong Yu
2025-02-07fs: drop_caches: move sysctl to fs/drop_caches.cKaixiong Yu
2025-02-07fs: fs-writeback: move sysctl to fs/fs-writeback.cKaixiong Yu
2025-02-07mm: nommu: move sysctl to mm/nommu.cKaixiong Yu
2025-02-07security: min_addr: move sysctl to security/min_addr.cKaixiong Yu
2025-02-07mm: mmap: move sysctl to mm/mmap.cKaixiong Yu
2025-02-07mm: util: move sysctls to mm/util.cKaixiong Yu
2025-02-07mm: vmscan: move vmscan sysctls to mm/vmscan.cKaixiong Yu
2025-02-07mm: swap: move sysctl to mm/swap.cKaixiong Yu
2025-02-07mm: filemap: move sysctl to mm/filemap.cKaixiong Yu
2025-02-07mm: vmstat: move sysctls to mm/vmstat.cKaixiong Yu
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2024-12-02pid: allow pid_max to be set per pid namespaceChristian Brauner
2024-10-23sysctl: Reorganize kerneldoc parameter namesJulia Lawall
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-06-03sysctl: constify ctl_table arguments of utility functionThomas Weißschuh
2024-06-03sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds