aboutsummaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-11kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_paramGravatar Waiman Long 1-2/+20
2018-04-11kernel/sysctl.c: fix sizeof argument to match variable nameGravatar Randy Dunlap 1-1/+1
2018-03-20firmware: enable run time change of forcing fallback loaderGravatar Luis R. Rodriguez 1-0/+11
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXGravatar Eric Biggers 1-3/+0
2018-02-06pipe, sysctl: remove pipe_proc_fn()Gravatar Eric Biggers 1-10/+5
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterGravatar Eric Biggers 1-14/+1
2018-01-31mm, hugetlb: remove hugepages_treat_as_movable sysctlGravatar Michal Hocko 1-7/+0
2017-11-17kernel/sysctl.c: code cleanupsGravatar Ola N. Kaldestad 1-5/+3
2017-11-17sysctl: check for UINT_MAX before unsigned int min/maxGravatar Joe Lawrence 1-6/+8
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeGravatar Joe Lawrence 1-0/+49
2017-11-17pipe: match pipe_max_size data type with procfsGravatar Joe Lawrence 1-1/+1
2017-11-15mm, sysctl: make NUMA stats configurableGravatar Kemi Wang 1-0/+9
2017-11-15kmemcheck: rip it outGravatar Levin, Alexander (Sasha Levin) 1-10/+0
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+0
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-13/+9
2017-10-04sysctl: remove /proc/sys/vm/nr_pdflush_threadsGravatar Jens Axboe 1-5/+0
2017-10-03kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Gravatar Luis R. Rodriguez 1-2/+0
2017-09-29sched/sysctl: Check user input value of sysctl_sched_time_avgGravatar Ethan Zhao 1-1/+2
2017-09-14watchdog/sysctl: Clean up sysctl variable name spaceGravatar Thomas Gleixner 1-8/+8
2017-09-14watchdog/sysctl: Get rid of the #ifdefferyGravatar Thomas Gleixner 1-5/+1
2017-07-12kernel/watchdog: split up config optionsGravatar Nicholas Piggin 1-13/+18
2017-07-12sysctl: add unsigned int range supportGravatar Luis R. Rodriguez 1-0/+66
2017-07-12sysctl: simplify unsigned int supportGravatar Luis R. Rodriguez 1-7/+146
2017-07-12sysctl: fold sysctl_writes_strict checks into helperGravatar Luis R. Rodriguez 1-24/+32
2017-07-12sysctl: kdoc'ify sysctl_writes_strictGravatar Luis R. Rodriguez 1-4/+25
2017-05-08proc/sysctl: fix the int overflow for jiffies conversionGravatar Gao Feng 1-1/+1
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2017-04-20timer/sysclt: Restrict timer migration sysctl values to 0 and 1Gravatar Myungho Jung 1-0/+2
2017-04-08sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecGravatar Liping Zhang 1-0/+2
2017-04-07sysctl: don't print negative flag for proc_douintvecGravatar Liping Zhang 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-01sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Gravatar Shile Zhang 1-1/+1
2017-01-26sysctl: fix proc_doulongvec_ms_jiffies_minmax()Gravatar Eric Dumazet 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+1
2016-12-14coredump: clarify "unsafe core_pattern" warningGravatar Alexey Dobriyan 1-3/+5
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+0
2016-11-23tracing: Make tracepoint_printk a static_keyGravatar Steven Rostedt (Red Hat) 1-1/+1
2016-10-25x86/dumpstack: Remove raw stack dumpGravatar Josh Poimboeuf 1-7/+0
2016-10-20sched/fair: Kill the unused 'sched_shares_window_ns' tunableGravatar Matt Fleming 1-7/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+2
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+9
2016-09-30mnt: Add a per mount namespace limit on the number of mountsGravatar Eric W. Biederman 1-0/+9
2016-09-27compat: remove compat_printk()Gravatar Arnd Bergmann 1-10/+0
2016-09-27fs/file: more unsigned file descriptorsGravatar Alexey Dobriyan 1-2/+2
2016-08-26sysctl: handle error writing UINT_MAX to u32 fieldsGravatar Subash Abhinov Kasiviswanathan 1-2/+43
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgGravatar Borislav Petkov 1-0/+7
2016-07-28mm: convert zone_reclaim to node_reclaimGravatar Mel Gorman 1-2/+2
2016-06-15rcu: sysctl: Panic on RCU StallGravatar Daniel Bristot de Oliveira 1-0/+11
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+10