1. e090755 cpufreq: Drop schedfreq governor by Viresh Kumar · 7 years ago
  2. 379e3b2 Merge 4.9.53 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  3. 4c00015 timer/sysclt: Restrict timer migration sysctl values to 0 and 1 by Myungho Jung · 7 years ago
  4. ea5a7f2 ANDROID: sched: Remove sysctl_sched_is_big_little by Dietmar Eggemann · 7 years ago
  5. 598195a Merge 4.9.37 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. 7bdacd3 sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec by Liping Zhang · 7 years ago
  7. 3a20c57 sysctl: don't print negative flag for proc_douintvec by Liping Zhang · 7 years ago
  8. e37704d Merge tag 'v4.9.8' into android-4.9 by Dmitry Shmidt · 7 years ago
  9. 03707d6 sysctl: fix proc_doulongvec_ms_jiffies_minmax() by Eric Dumazet · 7 years ago
  10. 3a73c96 ANDROID: sched/walt: Accounting for number of irqs pending on each core by Srinath Sridharan · 8 years ago
  11. 26c2154 ANDROID: sched: Introduce Window Assisted Load Tracking (WALT) by Srivatsa Vaddagiri · 8 years ago
  12. c6a6f3b ANDROID: sched/fair: add tunable to set initial task load by Todd Kjos · 8 years ago
  13. 1931b93 ANDROID: sched/fair: add tunable to force selection at cpu granularity by Juri Lelli · 8 years ago
  14. bf47bdd ANDROID: sched: EAS: take cstate into account when selecting idle core by Srinath Sridharan · 8 years ago
  15. ae71030 ANDROID: sched/tune: add initial support for CGroups based boosting by Patrick Bellasi · 9 years ago
  16. 69fa4c7 ANDROID: sched/tune: add sysctl interface to define a boost value by Patrick Bellasi · 9 years ago
  17. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  18. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  19. d292168 mnt: Add a per mount namespace limit on the number of mounts by Eric W. Biederman · 8 years ago
  20. 9dcfcda compat: remove compat_printk() by Arnd Bergmann · 8 years ago
  21. 9b80a18 fs/file: more unsigned file descriptors by Alexey Dobriyan · 8 years ago
  22. e7d316a sysctl: handle error writing UINT_MAX to u32 fields by Subash Abhinov Kasiviswanathan · 8 years ago
  23. 750afe7 printk: add kernel parameter to control writes to /dev/kmsg by Borislav Petkov · 8 years ago
  24. a5f5f91 mm: convert zone_reclaim to node_reclaim by Mel Gorman · 8 years ago
  25. 088e9d2 rcu: sysctl: Panic on RCU Stall by Daniel Bristot de Oliveira · 8 years ago
  26. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  27. 52b6f46 mm: /proc/sys/vm/stat_refresh to force vmstat update by Hugh Dickins · 8 years ago
  28. c85b033 perf core: Separate accounting of contexts and real addresses in a stack trace by Arnaldo Carvalho de Melo · 8 years ago
  29. a831100 perf core: Generalize max_stack sysctl handler by Arnaldo Carvalho de Melo · 8 years ago
  30. c5dfd78 perf core: Allow setting up max frame stack depth via sysctl by Arnaldo Carvalho de Melo · 8 years ago
  31. 795ae7a mm: scale kswapd watermarks in proportion to memory by Johannes Weiner · 8 years ago
  32. cb25176 sched/debug: Make schedstats a runtime tunable that is disabled by default by Mel Gorman · 8 years ago
  33. eadee0c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  34. 41662f5 sysctl: enable strict writes by Kees Cook · 8 years ago
  35. 759c011 pipe: limit the per-user amount of pages allocated in pipes by Willy Tarreau · 8 years ago
  36. d07e225 mm: mmap: add new /proc tunable for mmap_base ASLR by Daniel Cashman · 8 years ago
  37. 70f6cbb kernel/*: switch to memdup_user_nul() by Al Viro · 8 years ago
  38. ac1f591 kernel/watchdog.c: add sysctl knob hardlockup_panic by Don Zickus · 9 years ago
  39. 5553787 kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup by Jiri Kosina · 9 years ago
  40. 1be7f75 bpf: enable non-root eBPF programs by Alexei Starovoitov · 9 years ago
  41. 9a5bc72 sysctl: fix int -> unsigned long assignments in INT_MIN case by Ilya Dryomov · 9 years ago
  42. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  43. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  44. f9bd673 sysctl: Allow creating permanently empty directories that serve as mountpoints. by Eric W. Biederman · 9 years ago
  45. fe4ba3c watchdog: add watchdog_cpumask sysctl to assist nohz by Chris Metcalf · 9 years ago
  46. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 9 years ago
  47. 230633d kernel/sysctl.c: detect overflows when converting to int by Heinrich Schuchardt · 9 years ago
  48. 16db3d3 kernel/sysctl.c: threads-max observe limits by Heinrich Schuchardt · 9 years ago
  49. 5bbe354 mm: allow compaction of unevictable pages by Eric B Munson · 9 years ago
  50. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  51. 195daf6 watchdog: enable the new user interface of the watchdog mechanism by Ulrich Obergfell · 9 years ago
  52. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  53. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  54. 1efff91 fs: add dirtytime_expire_seconds sysctl by Theodore Ts'o · 9 years ago
  55. 3cd7645 mm, hugetlb: remove unnecessary lower bound on sysctl handlers"? by Andrey Ryabinin · 9 years ago
  56. a7c180a Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  57. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 9 years ago
  58. 9e3961a kernel: add panic_on_warn by Prarit Bhargava · 9 years ago
  59. 6419265 sched/fair: Fix division by zero sysctl_numa_balancing_scan_size by Kirill Tkhai · 10 years ago
  60. d6dd50e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. 1f13ae3 mm: remove noisy remainder of the scan_unevictable interface by Johannes Weiner · 10 years ago
  62. 59da22a rcutorture: Rename rcutorture_runnable parameter by Paul E. McKenney · 10 years ago
  63. ed4d490 mm, hugetlb: remove hugetlb_zero and hugetlb_infinity by David Rientjes · 10 years ago
  64. ed23587 kernel/watchdog.c: print traces for all cpus on lockup detection by Aaron Tomlin · 10 years ago
  65. 7cd2b0a mm, pcp: allow restoring percpu_pagelist_fraction default by David Rientjes · 10 years ago
  66. c4222e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 10 years ago
  67. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  68. 6f8fd1d sysctl: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  69. f4aacea sysctl: allow for strict write position handling by Kees Cook · 10 years ago
  70. 2ca9bb4 sysctl: refactor sysctl string writing logic by Kees Cook · 10 years ago
  71. f880830 sysctl: clean up char buffer arguments by Kees Cook · 10 years ago
  72. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  73. 8c7260c sparc64: fix sparse warning in tsb.c by Sam Ravnborg · 10 years ago
  74. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 10 years ago
  75. 3d7ee96 x86, vdso: Clean up 32-bit vs 64-bit vdso params by Andy Lutomirski · 10 years ago
  76. 86d5613 kobject: Make support for uevent_helper optional. by Michael Marineau · 10 years ago
  77. 80df284 hung_task: check the value of "sysctl_hung_task_timeout_sec" by Liu Hua · 10 years ago
  78. 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 10 years ago
  79. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  80. 89f8b33 block: remove old blk_iopoll_enabled variable by Jens Axboe · 10 years ago
  81. eaa4e4f Merge branch 'linus' into sched/core, to resolve conflicts by Ingo Molnar · 10 years ago
  82. ab531878 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  83. 52bf84a sched/numa, mm: Remove p->numa_migrate_deferred by Rik van Riel · 10 years ago
  84. 270750db hung_task: Display every hung task warning by Aaron Tomlin · 10 years ago
  85. 2397efb sysctl: Add neg_one as a standard constraint by Aaron Tomlin · 10 years ago
  86. 7984754 kexec: add sysctl to disable kexec_load by Kees Cook · 10 years ago
  87. 54a43d5 numa: add a sysctl for numa_balancing by Andi Kleen · 10 years ago
  88. 49f0ce5 mm: add overcommit_kbytes sysctl variable by Jerome Marchand · 10 years ago
  89. 1724813 sched/deadline: Remove the sysctl_sched_dl knobs by Peter Zijlstra · 10 years ago
  90. 332ac17 sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  91. 1bd53a7 sched/numa: Drop sysctl_numa_balancing_settle_count sysctl by Wanpeng Li · 10 years ago
  92. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  93. 7833819 kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_doulongvec_minmax() by Chen Gang · 11 years ago
  94. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  95. ad5d698 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  96. c90423d Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file move by Ingo Molnar · 11 years ago
  97. 8eaede4 sysrq: Allow magic SysRq key functions to be disabled through Kconfig by Ben Hutchings · 11 years ago
  98. de1c9ce sched/numa: Skip some page migrations after a shared fault by Rik van Riel · 11 years ago
  99. 930aa17 sched/numa: Remove the numa_balancing_scan_period_reset sysctl by Mel Gorman · 11 years ago
  100. 3a7053b sched/numa: Favour moving tasks towards the preferred node by Mel Gorman · 11 years ago