aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
AgeCommit message (Expand)Author
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman
2016-06-15rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-05-19mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins
2016-05-16perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo
2016-05-16perf core: Generalize max_stack sysctl handlerArnaldo Carvalho de Melo
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo
2016-03-17mm: scale kswapd watermarks in proportion to memoryJohannes Weiner
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman
2016-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-20sysctl: enable strict writesKees Cook
2016-01-19pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-01-14mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman
2016-01-04kernel/*: switch to memdup_user_nul()Al Viro
2015-11-05kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus
2015-11-05kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov
2015-09-10sysctl: fix int -> unsigned long assignments in INT_MIN caseIlya Dryomov
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman
2015-06-24watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2015-04-17kernel/sysctl.c: detect overflows when converting to intHeinrich Schuchardt
2015-04-17kernel/sysctl.c: threads-max observe limitsHeinrich Schuchardt
2015-04-15mm: allow compaction of unevictable pagesEric B Munson
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-17fs: add dirtytime_expire_seconds sysctlTheodore Ts'o
2015-02-10mm, hugetlb: remove unnecessary lower bound on sysctl handlers"?Andrey Ryabinin
2014-12-16Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2014-12-15tracing: Add tp_printk cmdline to have tracepoints go to printk()Steven Rostedt (Red Hat)
2014-12-10kernel: add panic_on_warnPrarit Bhargava
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney
2014-08-06mm, hugetlb: remove hugetlb_zero and hugetlb_infinityDavid Rientjes
2014-06-23kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-06sysctl: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-06sysctl: allow for strict write position handlingKees Cook
2014-06-06sysctl: refactor sysctl string writing logicKees Cook
2014-06-06sysctl: clean up char buffer argumentsKees Cook
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds