summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-01-191-0/+14
* | sysctl: enable strict writesKees Cook2016-01-201-1/+1
|/
* mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman2016-01-141-0/+22
* kernel/*: switch to memdup_user_nul()Al Viro2016-01-041-51/+28
* kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus2015-11-051-0/+11
* kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina2015-11-051-0/+9
* bpf: enable non-root eBPF programsAlexei Starovoitov2015-10-121-0/+13
* sysctl: fix int -> unsigned long assignments in INT_MIN caseIlya Dryomov2015-09-101-5/+5
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-7/+1
|\
| * sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-011-7/+1
* | watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-241-0/+7
* | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-9/+9
|/
OpenPOWER on IntegriCloud