summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/sysctl.c: code cleanupsOla N. Kaldestad2017-11-171-5/+3
* sysctl: check for UINT_MAX before unsigned int min/maxJoe Lawrence2017-11-171-6/+8
* pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-171-0/+49
* pipe: match pipe_max_size data type with procfsJoe Lawrence2017-11-171-1/+1
* mm, sysctl: make NUMA stats configurableKemi Wang2017-11-151-0/+9
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-151-10/+0
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-5/+0
|\
| * sysctl: remove /proc/sys/vm/nr_pdflush_threadsJens Axboe2017-10-041-5/+0
* | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-061-13/+9
|\ \
| * | watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner2017-09-141-8/+8
| * | watchdog/sysctl: Get rid of the #ifdefferyThomas Gleixner2017-09-141-5/+1
| |/
* | kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Luis R. Rodriguez2017-10-031-2/+0
* | sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao2017-09-291-1/+2
|/
* kernel/watchdog: split up config optionsNicholas Piggin2017-07-121-13/+18
* sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-121-0/+66
* sysctl: simplify unsigned int supportLuis R. Rodriguez2017-07-121-7/+146
* sysctl: fold sysctl_writes_strict checks into helperLuis R. Rodriguez2017-07-121-24/+32
* sysctl: kdoc'ify sysctl_writes_strictLuis R. Rodriguez2017-07-121-4/+25
* proc/sysctl: fix the int overflow for jiffies conversionGao Feng2017-05-081-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-0/+2
|\
| * timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-04-201-0/+2
* | sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang2017-04-081-0/+2
* | sysctl: don't print negative flag for proc_douintvecLiping Zhang2017-04-071-0/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2017-02-011-1/+1
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-01-261-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-151-1/+1
|\
| * tracing: Make tracepoint_printk a static_keySteven Rostedt (Red Hat)2016-11-231-1/+1
* | coredump: clarify "unsafe core_pattern" warningAlexey Dobriyan2016-12-141-3/+5
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-7/+0
|\ \
| * | x86/dumpstack: Remove raw stack dumpJosh Poimboeuf2016-10-251-7/+0
| |/
* | sched/fair: Kill the unused 'sched_shares_window_ns' tunableMatt Fleming2016-10-201-7/+0
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-12/+2
|\
| * compat: remove compat_printk()Arnd Bergmann2016-09-271-10/+0
| * fs/file: more unsigned file descriptorsAlexey Dobriyan2016-09-271-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-0/+9
|\ \ | |/ |/|
| * mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2016-09-301-0/+9
* | sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2016-08-261-2/+43
|/
* printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov2016-08-021-0/+7
* mm: convert zone_reclaim to node_reclaimMel Gorman2016-07-281-2/+2
* rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira2016-06-151-0/+11
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-251-1/+10
|\
| * perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo2016-05-161-0/+9
| * perf core: Generalize max_stack sysctl handlerArnaldo Carvalho de Melo2016-05-161-1/+1
* | mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins2016-05-191-0/+7
|/
* perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-271-0/+12
* mm: scale kswapd watermarks in proportion to memoryJohannes Weiner2016-03-171-0/+10
* sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-091-1/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-221-0/+14
|\
OpenPOWER on IntegriCloud