summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
AgeCommit message (Expand)Author
2018-12-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-10-03Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-09-05sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao
2017-11-20cpufreq: Drop schedfreq governorViresh Kumar
2017-10-09Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung
2017-07-18Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-07-15sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang
2017-07-15sysctl: don't print negative flag for proc_douintvecLiping Zhang
2017-07-05sysctl: enable strict writesKees Cook
2017-06-21sched: Remove sysctl_sched_is_big_littleDietmar Eggemann
2017-05-04Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-04-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2017-02-04Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-02-01sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet
2016-10-18Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-10-07sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan
2016-09-14sched/walt: Accounting for number of irqs pending on each coreSrinath Sridharan
2016-09-14sched: Introduce Window Assisted Load Tracking (WALT)Srivatsa Vaddagiri
2016-09-14sched/fair: add tunable to set initial task loadTodd Kjos
2016-09-14sched/fair: add tunable to force selection at cpu granularityJuri Lelli
2016-09-14sched: EAS: take cstate into account when selecting idle coreSrinath Sridharan
2016-09-14sched/tune: add initial support for CGroups based boostingPatrick Bellasi
2016-09-14sched/tune: add sysctl interface to define a boost valuePatrick Bellasi
2016-06-14Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-06-07pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-02-16FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman
2016-02-16add extra free kbytes tunableRik van Riel
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