aboutsummaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)Author
2018-06-04ANDROID: add extra free kbytes tunableRik van Riel
2017-11-07cpufreq: Drop schedfreq governorViresh Kumar
2017-10-05Merge 4.9.53 into android-4.9Greg Kroah-Hartman
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung
2017-08-03ANDROID: sched: Remove sysctl_sched_is_big_littleDietmar Eggemann
2017-07-12Merge 4.9.37 into android-4.9Greg Kroah-Hartman
2017-07-12sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang
2017-07-12sysctl: don't print negative flag for proc_douintvecLiping Zhang
2017-02-06Merge tag 'v4.9.8' into android-4.9Dmitry Shmidt
2017-02-01sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet
2017-01-31ANDROID: sched/walt: Accounting for number of irqs pending on each coreSrinath Sridharan
2017-01-31ANDROID: sched: Introduce Window Assisted Load Tracking (WALT)Srivatsa Vaddagiri
2017-01-31ANDROID: sched/fair: add tunable to set initial task loadTodd Kjos
2017-01-31ANDROID: sched/fair: add tunable to force selection at cpu granularityJuri Lelli
2017-01-31ANDROID: sched: EAS: take cstate into account when selecting idle coreSrinath Sridharan
2017-01-31ANDROID: sched/tune: add initial support for CGroups based boostingPatrick Bellasi
2017-01-31ANDROID: sched/tune: add sysctl interface to define a boost valuePatrick Bellasi
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2016-09-27compat: remove compat_printk()Arnd Bergmann
2016-09-27fs/file: more unsigned file descriptorsAlexey Dobriyan
2016-08-26sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan
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