summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* kernel/sysctl.c: detect overflows when converting to intHeinrich Schuchardt2015-04-171-1/+9
* kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt2015-04-171-4/+2
* mm: allow compaction of unevictable pagesEric B Munson2015-04-151-0/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-141-11/+24
|\
| * watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell2015-04-141-11/+24
* | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-141-0/+1
|\ \ | |/ |/|
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-0/+1
* | fs: add dirtytime_expire_seconds sysctlTheodore Ts'o2015-03-171-0/+8
|/
* mm, hugetlb: remove unnecessary lower bound on sysctl handlers"?Andrey Ryabinin2015-02-101-3/+0
* Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-12-161-0/+7
|\
| * tracing: Add tp_printk cmdline to have tracepoints go to printk()Steven Rostedt (Red Hat)2014-12-151-0/+7
* | kernel: add panic_on_warnPrarit Bhargava2014-12-101-0/+9
* | sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai2014-10-281-1/+2
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-131-9/+0
|\
| * rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney2014-09-161-9/+0
* | mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-091-7/+0
|/
* mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes2014-08-061-6/+3
* kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin2014-06-231-0/+11
* mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes2014-06-231-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2014-06-191-4/+0
|\
OpenPOWER on IntegriCloud