1. b1f2aff sysctl: share unsigned long const values by Luis Chamberlain · 3 years ago
  2. 0df8bdd stackleak: move stack_erasing sysctl to stackleak.c by Xiaoming Ni · 3 years ago
  3. 26d1c80 scsi/sg: move sg-big-buff sysctl to scsi/sg.c by Xiaoming Ni · 3 years ago
  4. faaa357 printk: move printk sysctl to printk/sysctl.c by Xiaoming Ni · 3 years ago
  5. 3ba442d fs: move binfmt_misc sysctl to its own file by Luis Chamberlain · 3 years ago
  6. 5475e8f random: move the random sysctl declarations to its own file by Xiaoming Ni · 3 years ago
  7. 6aad36d firmware_loader: move firmware sysctl to its own files by Xiaoming Ni · 3 years ago
  8. a8f5de8 eventpoll: simplify sysctl declaration with register_sysctl() by Xiaoming Ni · 3 years ago
  9. 7b9ad12 inotify: simplify subdirectory registration with register_sysctl() by Xiaoming Ni · 3 years ago
  10. 49a4de7 dnotify: move dnotify sysctl to dnotify.c by Xiaoming Ni · 3 years ago
  11. 86b12b6 aio: move aio sysctl to aio.c by Xiaoming Ni · 3 years ago
  12. 2452dcb sysctl: use SYSCTL_ZERO to replace some static int zero uses by Xiaoming Ni · 3 years ago
  13. d73840e sysctl: use const for typically used max/min proc sysctls by Xiaoming Ni · 3 years ago
  14. f628867 sysctl: make ngroups_max const by Stephen Kitt · 3 years ago
  15. dd0693f watchdog: move watchdog sysctl interface to watchdog.c by Xiaoming Ni · 3 years ago
  16. bbe7a10 hung_task: move hung_task sysctl interface to hung_task.c by Xiaoming Ni · 3 years ago
  17. 78e36f3 sysctl: move some boundary constants from sysctl.c to sysctl_vals by Xiaoming Ni · 3 years ago
  18. fa2e1ba Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years ago
  19. f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  20. 0aaa897 configs: introduce debug.config for CI-like setup by Qian Cai · 3 years ago
  21. 5bf1828 delayacct: track delays from memory compact by wangyong · 3 years ago
  22. a3d5dc9 delayacct: support swapin delay accounting for swapping without blkio by Yang Yang · 3 years ago
  23. e83a447 panic: remove oops_id by Sebastian Andrzej Siewior · 3 years ago
  24. 23b36fe panic: use error_report_end tracepoint on warnings by Marco Elver · 3 years ago
  25. 7f8ca0e kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP) by Davidlohr Bueso · 3 years ago
  26. d6986ce kthread: dynamically allocate memory to store kthread's full name by Yafang Shao · 3 years ago
  27. fd6f57b Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years ago
  28. a672b2e bpf: Fix ringbuf memory type confusion when passing to helpers by Daniel Borkmann · 3 years ago
  29. 64620e0 bpf: Fix out of bounds access for ringbuf helpers by Daniel Borkmann · 3 years ago
  30. 6788ab23 bpf: Generally fix helper register offset check by Daniel Borkmann · 3 years ago
  31. d400a6c bpf: Mark PTR_TO_FUNC register initially with zero offset by Daniel Borkmann · 3 years ago
  32. be80a1d bpf: Generalize check_ctx_reg for reuse with other types by Daniel Borkmann · 3 years ago
  33. 763978c Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 3 years ago
  34. 35ce8ae Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years ago
  35. cb3f09f Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 3 years ago
  36. 4d66020 Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years ago
  37. 77dbd72 Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 3 years ago
  38. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  39. 21b084f mm/mempolicy: wire up syscall set_mempolicy_home_node by Aneesh Kumar K.V · 3 years ago
  40. a674e48 dma/pool: create dma atomic pool only if dma zone has managed pages by Baoquan He · 3 years ago
  41. 39c65a9 mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30% by Suren Baghdasaryan · 3 years ago
  42. 17fca13 mm: move anon_vma declarations to linux/mm_inline.h by Arnd Bergmann · 3 years ago
  43. 9a10064 mm: add a field to store names for private anonymous memory by Colin Cross · 3 years ago
  44. ff78f66 trace/hwlat: make use of the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  45. 11e4e35 trace/osnoise: make use of the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  46. 3b9cb4b rcutorture: make use of the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  47. 64ed3a0 ring-buffer: make use of the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  48. 800977f kthread: add the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  49. a97ac8cb module: fix signature check failures when using in-kernel decompression by Dmitry Torokhov · 3 years ago
  50. b2dfc3f Merge branch 'for-5.17/kallsyms' into for-linus by Petr Mladek · 3 years ago
  51. f37c3bb tracing: Add ustring operation to filtering string pointers by Steven Rostedt · 3 years ago
  52. 0878355 tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails by Nikita Yushchenko · 3 years ago
  53. 6e1b4bd tracing: Remove duplicate warnings when calling trace_create_file() by Yuntao Wang · 3 years ago
  54. dfea08a tracing/kprobes: 'nmissed' not showed correctly for kretprobe by Xiangyang Zhang · 3 years ago
  55. 77360f9 tracing: Add test for user space strings when filtering on string pointers by Steven Rostedt · 3 years ago
  56. 3e2a56e tracing: Have syscall trace events use trace_event_buffer_lock_reserve() by Steven Rostedt · 3 years ago
  57. 8147dc78 ftrace: Add test to make sure compiled time sorts work by Steven Rostedt (VMware) · 3 years, 1 month ago
  58. 72b3942 scripts: ftrace - move the sort-processing in ftrace_init by Yinan Liu · 3 years, 1 month ago
  59. 1c1857d tracing/probes: check the return value of kstrndup() for pbuf by Xiaoke Wang · 3 years, 1 month ago
  60. 8c72242 tracing/uprobes: Check the return value of kstrdup() for tu->filename by Xiaoke Wang · 3 years, 1 month ago
  61. 289e7b0 tracing: Account bottom half disabled sections. by Sebastian Andrzej Siewior · 3 years, 1 month ago
  62. feb7a43 Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  63. fd04899 Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  64. 147cc58 Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  65. 285ac8d kernel: Fix spelling mistake "compresser" -> "compressor" by Colin Ian King · 3 years ago
  66. 8e5b0ad Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  67. 6dc69d3 Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years ago
  68. d3c8108 Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years ago
  69. 7e7b696 Merge tag 'dma-mapping-5.17' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 3 years ago
  70. b1ae6dc module: add in-kernel support for decompressing by Dmitry Torokhov · 3 years ago
  71. 9dc3c3f module: Remove outdated comment by Yu Chen · 3 years, 2 months ago
  72. daadb3b Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  73. 6ae7143 Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  74. 5d7e522 Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 3 years ago
  75. a135ce4 Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years ago
  76. 343e537 bpf: Fix incorrect integer literal used for marking scratched stack. by Christy Lee · 3 years ago
  77. 1be5bdf Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years ago
  78. e7d38f1 Merge tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years ago
  79. a229327 Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years ago
  80. e9e64f8 Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 3 years ago
  81. ea1ca66 Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years ago
  82. 1e9d746 bpf: Fix mount source show for bpffs by Yafang Shao · 3 years ago
  83. b35b6d4 Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years ago
  84. 8efd0d9 Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
  85. d93aebb Merge branch 'random-5.17-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 3 years ago
  86. 48a60bd Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  87. 5ba13c1 Merge tag 'core_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  88. 74a5257 genirq/msi: Populate sysfs entry only once by Thomas Gleixner · 3 years ago
  89. 2a8ab0fb Merge branch 'workqueue/for-5.16-fixes' into workqueue/for-5.17 by Tejun Heo · 3 years ago
  90. c001a52 Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep' by Rafael J. Wysocki · 3 years ago
  91. 9b9e211 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years ago
  92. 86599db tracing: Add helper functions to simplify event_command.parse() callback handling by Tom Zanussi · 3 years ago
  93. 2378a2d tracing: Remove ops param from event_command reg()/unreg() callbacks by Tom Zanussi · 3 years ago
  94. fb339e5 tracing: Change event_trigger_ops func() to trigger() by Tom Zanussi · 3 years ago
  95. 9ec5a7d tracing: Change event_command func() to parse() by Tom Zanussi · 3 years ago
  96. 35e13e9 Merge branch 'clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into timers/core by Thomas Gleixner · 3 years ago
  97. 6707d0f ptrace: Remove second setting of PT_SEIZED in ptrace_attach by Eric W. Biederman · 3 years, 1 month ago
  98. 1b5a42d taskstats: Cleanup the use of task->exit_code by Eric W. Biederman · 3 years ago
  99. 907c311 exit: Fix the exit_code for wait_task_zombie by Eric W. Biederman · 3 years, 1 month ago
  100. 270b654 exit: Coredumps reach do_group_exit by Eric W. Biederman · 3 years, 1 month ago