summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-04-30Merge 4.9.171 into android-4.9Greg Kroah-Hartman51-269/+471
2019-04-27kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon1-1/+2
2019-04-05Merge 4.9.168 into android-4.9Greg Kroah-Hartman105-264/+529
2019-04-05sysctl: handle overflow for file-maxChristian Brauner1-0/+3
2019-03-23Merge 4.9.165 into android-4.9Greg Kroah-Hartman122-432/+918
2019-03-23kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss1-1/+10
2019-02-12Merge 4.9.156 into android-4.9Greg Kroah-Hartman140-325/+712
2019-02-12proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin1-0/+2
2018-12-01Merge 4.9.142 into android-4.9Greg Kroah-Hartman86-462/+1317
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca4-3/+106
2018-09-05Merge 4.9.125 into android-4.9Greg Kroah-Hartman114-388/+758
2018-09-05sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2018-08-07Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1009-6932/+15764
2018-06-04ANDROID: add extra free kbytes tunableRik van Riel3-8/+51
2018-05-10debug: hard lockup detectjianxin.pan17-3/+600
2017-11-07cpufreq: Drop schedfreq governorViresh Kumar8-782/+2
2017-10-05Merge 4.9.53 into android-4.9Greg Kroah-Hartman59-381/+548
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2-1/+3
2017-08-03ANDROID: sched: Remove sysctl_sched_is_big_littleDietmar Eggemann3-11/+2
2017-07-12Merge 4.9.37 into android-4.9Greg Kroah-Hartman44-74/+225
2017-07-12sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang1-0/+2
2017-07-12sysctl: don't print negative flag for proc_douintvecLiping Zhang1-0/+1
2017-02-06Merge tag 'v4.9.8' into android-4.9Dmitry Shmidt123-511/+1006
2017-02-01sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet1-0/+1
2017-01-31ANDROID: sched/walt: Accounting for number of irqs pending on each coreSrinath Sridharan8-2/+108
2017-01-31ANDROID: sched: Introduce Window Assisted Load Tracking (WALT)Srivatsa Vaddagiri13-1/+1494
2017-01-31ANDROID: sched/fair: add tunable to set initial task loadTodd Kjos3-1/+13
2017-01-31ANDROID: sched/fair: add tunable to force selection at cpu granularityJuri Lelli3-39/+166
2017-01-31ANDROID: sched: EAS: take cstate into account when selecting idle coreSrinath Sridharan3-20/+83
2017-01-31ANDROID: sched/tune: add initial support for CGroups based boostingPatrick Bellasi4-0/+307
2017-01-31ANDROID: sched/tune: add sysctl interface to define a boost valuePatrick Bellasi5-0/+70
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds136-640/+737
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds35-71/+1007
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman7-2/+70
2016-09-28compat: remove compat_printk()Arnd Bergmann3-25/+0
2016-09-27fs/file: more unsigned file descriptorsAlexey Dobriyan4-23/+23
2016-08-27sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2-2/+45
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov5-8/+171
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman8-69/+77
2016-06-15rcu: sysctl: Panic on RCU StallDaniel Bristot de Oliveira4-0/+36
2016-05-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds56-330/+618
2016-05-20mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins4-0/+85
2016-05-17perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo5-3/+49
2016-05-17perf core: Generalize max_stack sysctl handlerArnaldo Carvalho de Melo2-3/+4
2016-04-27perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo13-23/+84
2016-03-17mm: scale kswapd watermarks in proportion to memoryJohannes Weiner5-2/+58
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman13-90/+256
2016-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-6/+91
2016-01-21sysctl: enable strict writesKees Cook2-9/+8
[next]