1. 44a3918 x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting by Josh Poimboeuf · 3 years ago
  2. 1622ed7 sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax by Baokun Li · 3 years, 1 month ago
  3. e565a8e kernel/sysctl.c: remove unused variable ten_thousand by Colin Ian King · 3 years, 1 month ago
  4. a737a3c kprobe: move sysctl_kprobes_optimization to kprobes.c by Xiaoming Ni · 3 years, 1 month ago
  5. f0bc21b fs/coredump: move coredump sysctls into its own file by Xiaoming Ni · 3 years, 1 month ago
  6. d8c0418 kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() by Luis Chamberlain · 3 years, 1 month ago
  7. ab171b9 fs: move namespace sysctls and declare fs base directory by Luis Chamberlain · 3 years, 1 month ago
  8. 51cb8df sysctl: add and use base directory declarer and registration helper by Luis Chamberlain · 3 years, 1 month ago
  9. 1998f19 fs: move pipe sysctls to is own file by Luis Chamberlain · 3 years, 1 month ago
  10. 66ad398 fs: move fs/exec.c sysctls into its own file by Luis Chamberlain · 3 years, 1 month ago
  11. 9c011be fs: move namei sysctls to its own file by Luis Chamberlain · 3 years, 1 month ago
  12. dd81faa fs: move locking sysctls where they are used by Luis Chamberlain · 3 years, 1 month ago
  13. d1d8ac9 fs: move shared sysctls to fs/sysctls.c by Luis Chamberlain · 3 years, 1 month ago
  14. 5477161 sysctl: move maxolduid as a sysctl specific const by Luis Chamberlain · 3 years, 1 month ago
  15. c8c0c23 fs: move dcache sysctls to its own file by Luis Chamberlain · 3 years, 1 month ago
  16. 204d5a2 fs: move fs stat sysctls to file_table.c by Luis Chamberlain · 3 years, 1 month ago
  17. 1d67fe5 fs: move inode sysctls to its own file by Luis Chamberlain · 3 years, 1 month ago
  18. b1f2aff sysctl: share unsigned long const values by Luis Chamberlain · 3 years, 1 month ago
  19. 0df8bdd stackleak: move stack_erasing sysctl to stackleak.c by Xiaoming Ni · 3 years, 1 month ago
  20. 26d1c80 scsi/sg: move sg-big-buff sysctl to scsi/sg.c by Xiaoming Ni · 3 years, 1 month ago
  21. faaa357 printk: move printk sysctl to printk/sysctl.c by Xiaoming Ni · 3 years, 1 month ago
  22. 3ba442d fs: move binfmt_misc sysctl to its own file by Luis Chamberlain · 3 years, 1 month ago
  23. 5475e8f random: move the random sysctl declarations to its own file by Xiaoming Ni · 3 years, 1 month ago
  24. 6aad36d firmware_loader: move firmware sysctl to its own files by Xiaoming Ni · 3 years, 1 month ago
  25. a8f5de8 eventpoll: simplify sysctl declaration with register_sysctl() by Xiaoming Ni · 3 years, 1 month ago
  26. 7b9ad12 inotify: simplify subdirectory registration with register_sysctl() by Xiaoming Ni · 3 years, 1 month ago
  27. 49a4de7 dnotify: move dnotify sysctl to dnotify.c by Xiaoming Ni · 3 years, 1 month ago
  28. 86b12b6 aio: move aio sysctl to aio.c by Xiaoming Ni · 3 years, 1 month ago
  29. 2452dcb sysctl: use SYSCTL_ZERO to replace some static int zero uses by Xiaoming Ni · 3 years, 1 month ago
  30. d73840e sysctl: use const for typically used max/min proc sysctls by Xiaoming Ni · 3 years, 1 month ago
  31. f628867 sysctl: make ngroups_max const by Stephen Kitt · 3 years, 1 month ago
  32. dd0693f watchdog: move watchdog sysctl interface to watchdog.c by Xiaoming Ni · 3 years, 1 month ago
  33. bbe7a10 hung_task: move hung_task sysctl interface to hung_task.c by Xiaoming Ni · 3 years, 1 month ago
  34. 78e36f3 sysctl: move some boundary constants from sysctl.c to sysctl_vals by Xiaoming Ni · 3 years, 1 month ago
  35. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  36. 39c65a9 mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30% by Suren Baghdasaryan · 3 years, 2 months ago
  37. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 2 months ago
  38. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  39. 65d759c mm: compaction: support triggering of proactive compaction by user by Charan Teja Reddy · 3 years, 6 months ago
  40. a207157 sysctl: introduce new proc handler proc_dobool by Jia He · 3 years, 7 months ago
  41. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  42. f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 8 months ago
  43. 9a52c5f sysctl: remove redundant assignment to first by Jiapeng Chong · 3 years, 8 months ago
  44. df668a5 Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  45. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  46. 74f4482 mm/page_alloc: introduce vm.percpu_pagelist_high_fraction by Mel Gorman · 3 years, 8 months ago
  47. bbbecb3 mm/page_alloc: delete vm.percpu_pagelist_fraction by Mel Gorman · 3 years, 8 months ago
  48. a9e906b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 9 months ago
  49. 3af3d77 block_dump: remove block_dump feature by zhangyi (F) · 4 years ago
  50. 0cd7c74 delayacct: Add sysctl to enable at runtime by Peter Zijlstra · 3 years, 10 months ago
  51. df6f823 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 3 years, 10 months ago
  52. 08389d8 bpf: Add kconfig knob for disabling unpriv bpf by default by Daniel Borkmann · 3 years, 10 months ago
  53. ef49843 mm/compaction: remove unused variable sysctl_compact_memory by Pintu Kumar · 3 years, 10 months ago
  54. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 10 months ago
  55. 3644286 Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 10 months ago
  56. 8a99b68 sched: Move SCHED_DEBUG sysctl to debugfs by Peter Zijlstra · 4 years ago
  57. 1d1c250 sched: Remove sched_schedstats sysctl out from under SCHED_DEBUG by Peter Zijlstra · 4 years ago
  58. b7cc6ec sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUG by Mel Gorman · 4 years ago
  59. cb94441 sysctl: add proc_dou8vec_minmax() by Eric Dumazet · 4 years ago
  60. 5b8fea6 fanotify: configurable limits via sysfs by Amir Goldstein · 4 years ago
  61. 3b3376f sysctl.c: fix underflow value setting risk in vm_table by Lin Feng · 4 years ago
  62. dfe5640 rcu: Panic after fixed number of stalls by chao · 4 years, 6 months ago
  63. 5ef64cc mm: allow a controlled amount of unfairness in the page lock by Linus Torvalds · 4 years, 6 months ago
  64. 7787b6f bpf, sysctl: Let bpf_stats_handler take a kernel pointer buffer by Tobias Klauser · 4 years, 6 months ago
  65. d34c0a7 mm: use unsigned types for fragmentation score by Nitin Gupta · 4 years, 7 months ago
  66. facdaa9 mm: proactive compaction by Nitin Gupta · 4 years, 7 months ago
  67. 56f3547 mm: adjust vm_committed_as_batch according to vm overcommit policy by Feng Tang · 4 years, 7 months ago
  68. 13685c4 sched/uclamp: Add a new sysctl to control RT default boost value by Qais Yousef · 4 years, 8 months ago
  69. b4098bf sched/deadline: Impose global limits on sched_attr::sched_period by Peter Zijlstra · 6 years ago
  70. e77132e kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.tainted by Rafael Aquini · 4 years, 9 months ago
  71. 60c958d panic: add sysctl to dump all CPUs backtraces on oops event by Guilherme G. Piccoli · 4 years, 9 months ago
  72. 0ec9dc9 kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected by Guilherme G. Piccoli · 4 years, 9 months ago
  73. db38d5c kernel: add panic_on_taint by Rafael Aquini · 4 years, 9 months ago
  74. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  75. c843966 mm: allow swappiness that prefers reclaiming anon over the file workingset by Johannes Weiner · 4 years, 9 months ago
  76. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
  77. b6522fa parisc: add sysctl file interface panic_on_stackoverflow by Xiaoming Ni · 5 years ago
  78. 5447e8e sysctl: Fix unused function warning by Arnd Bergmann · 4 years, 10 months ago
  79. d46edd6 bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS by Song Liu · 4 years, 10 months ago
  80. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 10 months ago
  81. f461d2d sysctl: avoid forward declarations by Christoph Hellwig · 4 years, 10 months ago
  82. 2374c09b sysctl: remove all extern declaration from sysctl.c by Christoph Hellwig · 4 years, 10 months ago
  83. 26363af mm: remove watermark_boost_factor_sysctl_handler by Christoph Hellwig · 4 years, 10 months ago
  84. 6923aa0 mm/compaction: Disable compact_unevictable_allowed on RT by Sebastian Andrzej Siewior · 5 years ago
  85. 964b692 mm/compaction: really limit compact_unevictable_allowed to 0 and 1 by Sebastian Andrzej Siewior · 5 years ago
  86. eaee417 sysctl/sysrq: Remove __sysrq_enabled copy by Dmitry Safonov · 5 years ago
  87. 140588b s390: remove obsolete ieee_emulation_warnings by Stephen Kitt · 5 years ago
  88. b3e627d rcu: Make PREEMPT_RCU be a modifier to TREE_RCU by Lai Jiangshan · 5 years ago
  89. 204cb79 kernel: sysctl: make drop_caches write-only by Johannes Weiner · 5 years ago
  90. b67114d parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ define by Helge Deller · 5 years ago
  91. 67f3977 arm64, mm: move generic mmap layout functions to mm by Alexandre Ghiti · 5 years ago
  92. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 6 years ago
  93. 65f50f2 kernel: fix typos and some coding style in comments by Weitao Hou · 6 years ago
  94. e8f1417 sched/uclamp: Add system default clamps by Patrick Bellasi · 6 years ago
  95. a8e11e5 sysctl: define proc_do_static_key() by Eric Dumazet · 6 years ago
  96. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  97. 3116ad3 kernel/sysctl.c: fix proc_do_large_bitmap for large input buffers by Eric Sandeen · 6 years ago
  98. e260ad0 sysctl: return -EINVAL if val violates minmax by Christian Brauner · 6 years ago
  99. 475dae3 kernel/sysctl.c: switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  100. cefdca0 userfaultfd/sysctl: add vm.unprivileged_userfaultfd by Peter Xu · 6 years ago