1. 3b3376f sysctl.c: fix underflow value setting risk in vm_table by Lin Feng · 3 years, 10 months ago
  2. dfe5640 rcu: Panic after fixed number of stalls by chao · 4 years, 4 months ago
  3. 5ef64cc mm: allow a controlled amount of unfairness in the page lock by Linus Torvalds · 4 years, 4 months ago
  4. 7787b6f bpf, sysctl: Let bpf_stats_handler take a kernel pointer buffer by Tobias Klauser · 4 years, 4 months ago
  5. d34c0a7 mm: use unsigned types for fragmentation score by Nitin Gupta · 4 years, 5 months ago
  6. facdaa9 mm: proactive compaction by Nitin Gupta · 4 years, 5 months ago
  7. 56f3547 mm: adjust vm_committed_as_batch according to vm overcommit policy by Feng Tang · 4 years, 5 months ago
  8. 13685c4 sched/uclamp: Add a new sysctl to control RT default boost value by Qais Yousef · 4 years, 6 months ago
  9. b4098bf sched/deadline: Impose global limits on sched_attr::sched_period by Peter Zijlstra · 5 years ago
  10. e77132e kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.tainted by Rafael Aquini · 4 years, 7 months ago
  11. 60c958d panic: add sysctl to dump all CPUs backtraces on oops event by Guilherme G. Piccoli · 4 years, 7 months ago
  12. 0ec9dc9 kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected by Guilherme G. Piccoli · 4 years, 7 months ago
  13. db38d5c kernel: add panic_on_taint by Rafael Aquini · 4 years, 7 months ago
  14. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  15. c843966 mm: allow swappiness that prefers reclaiming anon over the file workingset by Johannes Weiner · 4 years, 7 months ago
  16. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  17. b6522fa parisc: add sysctl file interface panic_on_stackoverflow by Xiaoming Ni · 4 years, 9 months ago
  18. 5447e8e sysctl: Fix unused function warning by Arnd Bergmann · 4 years, 8 months ago
  19. d46edd6 bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS by Song Liu · 4 years, 8 months ago
  20. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  21. f461d2d sysctl: avoid forward declarations by Christoph Hellwig · 4 years, 8 months ago
  22. 2374c09 sysctl: remove all extern declaration from sysctl.c by Christoph Hellwig · 4 years, 8 months ago
  23. 26363af mm: remove watermark_boost_factor_sysctl_handler by Christoph Hellwig · 4 years, 8 months ago
  24. 6923aa0 mm/compaction: Disable compact_unevictable_allowed on RT by Sebastian Andrzej Siewior · 4 years, 9 months ago
  25. 964b692 mm/compaction: really limit compact_unevictable_allowed to 0 and 1 by Sebastian Andrzej Siewior · 4 years, 9 months ago
  26. eaee417 sysctl/sysrq: Remove __sysrq_enabled copy by Dmitry Safonov · 4 years, 10 months ago
  27. 140588b s390: remove obsolete ieee_emulation_warnings by Stephen Kitt · 4 years, 11 months ago
  28. b3e627d rcu: Make PREEMPT_RCU be a modifier to TREE_RCU by Lai Jiangshan · 5 years ago
  29. 204cb79 kernel: sysctl: make drop_caches write-only by Johannes Weiner · 5 years ago
  30. b67114d parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ define by Helge Deller · 5 years ago
  31. 67f3977 arm64, mm: move generic mmap layout functions to mm by Alexandre Ghiti · 5 years ago
  32. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  33. 65f50f2 kernel: fix typos and some coding style in comments by Weitao Hou · 5 years ago
  34. e8f1417 sched/uclamp: Add system default clamps by Patrick Bellasi · 6 years ago
  35. a8e11e5 sysctl: define proc_do_static_key() by Eric Dumazet · 6 years ago
  36. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  37. 3116ad3 kernel/sysctl.c: fix proc_do_large_bitmap for large input buffers by Eric Sandeen · 6 years ago
  38. e260ad0 sysctl: return -EINVAL if val violates minmax by Christian Brauner · 6 years ago
  39. 475dae3 kernel/sysctl.c: switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  40. cefdca0 userfaultfd/sysctl: add vm.unprivileged_userfaultfd by Peter Xu · 6 years ago
  41. 0bc1998 ipv6: Add rate limit mask for ICMPv6 messages by Stephen Suryaputra · 6 years ago
  42. 9002b21 kernel/sysctl.c: fix out-of-bounds access when setting file-max by Will Deacon · 6 years ago
  43. 2bc4fc6 kernel/sysctl.c: define minmax conv functions in terms of non-minmax versions by Zev Weiss · 6 years ago
  44. 8cf7630b2 kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv by Zev Weiss · 6 years ago
  45. 8f49a65 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  46. 32a5ad9 sysctl: handle overflow for file-max by Christian Brauner · 6 years ago
  47. 7f2923c sysctl: handle overflow in proc_get_long by Christian Brauner · 6 years ago
  48. 78c3aff bpf: fix sysctl.c warning by Arnd Bergmann · 6 years ago
  49. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  50. 45802da Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  51. 6b7e5ca mm: remove sysctl_extfrag_handler() by Matthew Wilcox · 6 years ago
  52. 3fcc553 bpf: fix build without bpf_syscall by Alexei Starovoitov · 6 years ago
  53. 492ecee bpf: enable program stats by Alexei Starovoitov · 6 years ago
  54. 8d5d0cf sched/topology: Introduce a sysctl for Energy Aware Scheduling by Quentin Perret · 6 years ago
  55. 81c9d43 kernel/sysctl: add panic_print into sysctl by Feng Tang · 6 years ago
  56. 09be178 proc/sysctl: fix return error for proc_doulongvec_minmax() by Cheng Lin · 6 years ago
  57. 1c30844 mm: reclaim small amounts of memory when an external fragmentation event occurs by Mel Gorman · 6 years ago
  58. 6f0483d kernel/sysctl.c: remove duplicated include by Michael Schupikov · 6 years ago
  59. 964c9df stackleak: Allow runtime disabling of kernel stack erasing by Alexander Popov · 6 years ago
  60. 30aba66 namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  61. 5f733e8 kernel/sysctl.c: fix typos in comments by Randy Dunlap · 6 years ago
  62. a2e5144 kernel/hung_task.c: allow to set checking interval separately from timeout by Dmitry Vyukov · 6 years ago
  63. 5fd7789 sched/sysctl: Remove unused sched_time_avg_ms sysctl by Vincent Guittot · 7 years ago
  64. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  65. 24704f3 kernel/sysctl.c: add kdoc comments to do_proc_do{u}intvec_minmax_conv_param by Waiman Long · 7 years ago
  66. 2d87b30 kernel/sysctl.c: fix sizeof argument to match variable name by Randy Dunlap · 7 years ago
  67. ceb1813 firmware: enable run time change of forcing fallback loader by Luis R. Rodriguez · 7 years ago
  68. 96e99be40 pipe: reject F_SETPIPE_SZ with size over UINT_MAX by Eric Biggers · 7 years ago
  69. 319e0a2 pipe, sysctl: remove pipe_proc_fn() by Eric Biggers · 7 years ago
  70. 4c2e4be pipe, sysctl: drop 'min' parameter from pipe-max-size converter by Eric Biggers · 7 years ago
  71. d6cb41c mm, hugetlb: remove hugepages_treat_as_movable sysctl by Michal Hocko · 7 years ago
  72. f9eb2fd kernel/sysctl.c: code cleanups by Ola N. Kaldestad · 7 years ago
  73. fb910c4 sysctl: check for UINT_MAX before unsigned int min/max by Joe Lawrence · 7 years ago
  74. 7a8d181 pipe: add proc_dopipe_max_size() to safely assign pipe_max_size by Joe Lawrence · 7 years ago
  75. 98159d9 pipe: match pipe_max_size data type with procfs by Joe Lawrence · 7 years ago
  76. 4518085 mm, sysctl: make NUMA stats configurable by Kemi Wang · 7 years ago
  77. 4675ff0 kmemcheck: rip it out by Levin, Alexander (Sasha Levin) · 7 years ago
  78. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  79. 27efed3 Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  80. b35bd0d sysctl: remove /proc/sys/vm/nr_pdflush_threads by Jens Axboe · 7 years ago
  81. 3181c38 kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv() by Luis R. Rodriguez · 7 years ago
  82. 5ccba44 sched/sysctl: Check user input value of sysctl_sched_time_avg by Ethan Zhao · 7 years ago
  83. 7feeb9c watchdog/sysctl: Clean up sysctl variable name space by Thomas Gleixner · 7 years ago
  84. 51d4052 watchdog/sysctl: Get rid of the #ifdeffery by Thomas Gleixner · 7 years ago
  85. 05a4a95 kernel/watchdog: split up config options by Nicholas Piggin · 7 years ago
  86. 61d9b56 sysctl: add unsigned int range support by Luis R. Rodriguez · 7 years ago
  87. 4f2fec0 sysctl: simplify unsigned int support by Luis R. Rodriguez · 7 years ago
  88. d383d48 sysctl: fold sysctl_writes_strict checks into helper by Luis R. Rodriguez · 7 years ago
  89. a19ac33 sysctl: kdoc'ify sysctl_writes_strict by Luis R. Rodriguez · 7 years ago
  90. 6325945 proc/sysctl: fix the int overflow for jiffies conversion by Gao Feng · 8 years ago
  91. 174ddfd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. b94bf59 timer/sysclt: Restrict timer migration sysctl values to 0 and 1 by Myungho Jung · 8 years ago
  93. 425fffd sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec by Liping Zhang · 8 years ago
  94. 5380e56 sysctl: don't print negative flag for proc_douintvec by Liping Zhang · 8 years ago
  95. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  96. 975e155 sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in milliseconds by Shile Zhang · 8 years ago
  97. ff9f8a7 sysctl: fix proc_doulongvec_ms_jiffies_minmax() by Eric Dumazet · 8 years ago
  98. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  99. 179a7ba Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  100. 760c6a9 coredump: clarify "unsafe core_pattern" warning by Alexey Dobriyan · 8 years ago