summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)Author
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov
2026-08-05sysctl: add Returns: kernel-doc for all functionsRandy Dunlap
2026-08-05sysctl: Update API function documentationJoel Granados
2026-08-05sysctl: Rename proc_doulongvec_minmax_conv to proc_doulongvec_convJoel Granados
2026-08-05sysctl: Replace do_proc_do{int,ulong,uint}vec with do_proc_vecJoel Granados
2026-08-05sysctl: Add negp parameter to douintvec converter functionsJoel Granados
2026-08-05sysctl: Move default converter assignment out of do_proc_dointvecJoel Granados
2026-03-26sysctl: fix uninitialized variable in proc_do_large_bitmapMarc Buerg
2026-01-06sysctl: replace SYSCTL_INT_CONV_CUSTOM macro with functionsJoel Granados
2026-01-06sysctl: Replace unidirectional INT converter macros with functionsJoel Granados
2026-01-05sysctl: Add kernel doc to proc_douintvec_convJoel Granados
2026-01-05sysctl: Replace UINT converter macros with functionsJoel Granados
2026-01-05sysctl: clarify proc_douintvec_minmax docJoel Granados
2026-01-05sysctl: Return -ENOSYS from proc_douintvec_conv when CONFIG_PROC_SYSCTL=nJoel Granados
2026-01-05sysctl: Add missing kernel-doc for proc_dointvec_convJoel Granados
2025-11-27sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_convJoel Granados
2025-11-27sysctl: Create pipe-max-size converter using sysctl UINT macrosJoel Granados
2025-11-27sysctl: Move proc_doulongvec_ms_jiffies_minmax to kernel/time/jiffies.cJoel Granados
2025-11-27sysctl: Move jiffies converters to kernel/time/jiffies.cJoel Granados
2025-11-27sysctl: Move UINT converter macros to sysctl headerJoel Granados
2025-11-27sysctl: Move INT converter macros to sysctl headerJoel Granados
2025-11-27sysctl: Allow custom converters from outside sysctlJoel Granados
2025-11-27sysctl: Create macro for user-to-kernel uint converterJoel Granados
2025-11-27sysctl: Add optional range checking to SYSCTL_UINT_CONV_CUSTOMJoel Granados
2025-11-27sysctl: Create unsigned int converter using new macroJoel Granados
2025-11-27sysctl: Add optional range checking to SYSCTL_INT_CONV_CUSTOMJoel Granados
2025-11-27sysctl: Create integer converters with one macroJoel Granados
2025-11-27sysctl: Create converter functions with two new macrosJoel Granados
2025-11-27sysctl: Discriminate between kernel and user converter paramsJoel Granados
2025-11-27sysctl: Indicate the direction of operation with macro namesJoel Granados
2025-11-27sysctl: Remove superfluous __do_proc_* indirectionJoel Granados
2025-11-27sysctl: Remove superfluous tbl_data param from "dovec" functionsJoel Granados
2025-11-27sysctl: Replace void pointer with const pointer to ctl_tableJoel Granados
2025-07-23sysctl: rename kern_table -> sysctl_subsys_tableJoel Granados
2025-07-23kernel/sys.c: Move overflow{uid,gid} sysctl into kernel/sys.cJoel Granados
2025-07-23uevent: mv uevent_helper into kobject_uevent.cJoel Granados
2025-07-23sysctl: Remove superfluous includes from kernel/sysctl.cJoel Granados
2025-07-23sysctl: Remove (very) old file changelogJoel Granados
2025-07-23sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.cJoel Granados
2025-07-23sysctl: move cad_pid into kernel/pid.cJoel Granados
2025-07-23sysctl: Move tainted ctl_table into kernel/panic.cJoel Granados
2025-07-23Input: sysrq: mv sysrq into drivers/tty/sysrq.cJoel Granados
2025-07-23fork: mv threads-max into kernel/fork.cJoel Granados
2025-07-23parisc/power: Move soft-power into power.cJoel Granados
2025-07-23mm: move randomize_va_space into memory.cJoel Granados
2025-07-23rcu: Move rcu_stall related sysctls into rcu/tree_stall.hJoel Granados
2025-07-23locking/rtmutex: Move max_lock_depth into rtmutex.cJoel Granados
2025-07-23module: 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