1. dd81e1c Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years ago
  2. 10c64a0f2 Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  3. 0f9e042 Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  4. 67bfce0 Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years ago
  5. 6b9b641 ftrace: Fix assuming build time sort works for s390 by Steven Rostedt (Google) · 3 years ago
  6. 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
  7. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
  8. 4a57d6b locking/rwlocks: introduce write_lock_nested by Minchan Kim · 3 years ago
  9. 1622ed7 sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax by Baokun Li · 3 years ago
  10. e565a8e kernel/sysctl.c: remove unused variable ten_thousand by Colin Ian King · 3 years ago
  11. a737a3c kprobe: move sysctl_kprobes_optimization to kprobes.c by Xiaoming Ni · 3 years ago
  12. f0bc21b fs/coredump: move coredump sysctls into its own file by Xiaoming Ni · 3 years ago
  13. fdcd407 printk: fix build warning when CONFIG_PRINTK=n by Xiaoming Ni · 3 years ago
  14. d8c0418 kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() by Luis Chamberlain · 3 years ago
  15. ab171b9 fs: move namespace sysctls and declare fs base directory by Luis Chamberlain · 3 years ago
  16. 51cb8df sysctl: add and use base directory declarer and registration helper by Luis Chamberlain · 3 years ago
  17. 1998f19 fs: move pipe sysctls to is own file by Luis Chamberlain · 3 years ago
  18. 66ad398 fs: move fs/exec.c sysctls into its own file by Luis Chamberlain · 3 years ago
  19. 9c011be fs: move namei sysctls to its own file by Luis Chamberlain · 3 years ago
  20. dd81faa fs: move locking sysctls where they are used by Luis Chamberlain · 3 years ago
  21. d1d8ac9 fs: move shared sysctls to fs/sysctls.c by Luis Chamberlain · 3 years ago
  22. 5477161 sysctl: move maxolduid as a sysctl specific const by Luis Chamberlain · 3 years ago
  23. c8c0c23 fs: move dcache sysctls to its own file by Luis Chamberlain · 3 years ago
  24. 204d5a2 fs: move fs stat sysctls to file_table.c by Luis Chamberlain · 3 years ago
  25. 1d67fe5 fs: move inode sysctls to its own file by Luis Chamberlain · 3 years ago
  26. b1f2aff sysctl: share unsigned long const values by Luis Chamberlain · 3 years ago
  27. 0df8bdd stackleak: move stack_erasing sysctl to stackleak.c by Xiaoming Ni · 3 years ago
  28. 26d1c80 scsi/sg: move sg-big-buff sysctl to scsi/sg.c by Xiaoming Ni · 3 years ago
  29. faaa357 printk: move printk sysctl to printk/sysctl.c by Xiaoming Ni · 3 years ago
  30. 3ba442d fs: move binfmt_misc sysctl to its own file by Luis Chamberlain · 3 years ago
  31. 5475e8f random: move the random sysctl declarations to its own file by Xiaoming Ni · 3 years ago
  32. 6aad36d firmware_loader: move firmware sysctl to its own files by Xiaoming Ni · 3 years ago
  33. a8f5de8 eventpoll: simplify sysctl declaration with register_sysctl() by Xiaoming Ni · 3 years ago
  34. 7b9ad12 inotify: simplify subdirectory registration with register_sysctl() by Xiaoming Ni · 3 years ago
  35. 49a4de7 dnotify: move dnotify sysctl to dnotify.c by Xiaoming Ni · 3 years ago
  36. 86b12b6 aio: move aio sysctl to aio.c by Xiaoming Ni · 3 years ago
  37. 2452dcb sysctl: use SYSCTL_ZERO to replace some static int zero uses by Xiaoming Ni · 3 years ago
  38. d73840e sysctl: use const for typically used max/min proc sysctls by Xiaoming Ni · 3 years ago
  39. f628867 sysctl: make ngroups_max const by Stephen Kitt · 3 years ago
  40. dd0693f watchdog: move watchdog sysctl interface to watchdog.c by Xiaoming Ni · 3 years ago
  41. bbe7a10 hung_task: move hung_task sysctl interface to hung_task.c by Xiaoming Ni · 3 years ago
  42. 78e36f3 sysctl: move some boundary constants from sysctl.c to sysctl_vals by Xiaoming Ni · 3 years ago
  43. 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
  44. f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  45. 0aaa897 configs: introduce debug.config for CI-like setup by Qian Cai · 3 years ago
  46. 5bf1828 delayacct: track delays from memory compact by wangyong · 3 years ago
  47. a3d5dc9 delayacct: support swapin delay accounting for swapping without blkio by Yang Yang · 3 years ago
  48. e83a447 panic: remove oops_id by Sebastian Andrzej Siewior · 3 years ago
  49. 23b36fe panic: use error_report_end tracepoint on warnings by Marco Elver · 3 years ago
  50. 7f8ca0e kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP) by Davidlohr Bueso · 3 years ago
  51. d6986ce kthread: dynamically allocate memory to store kthread's full name by Yafang Shao · 3 years ago
  52. 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
  53. a672b2e bpf: Fix ringbuf memory type confusion when passing to helpers by Daniel Borkmann · 3 years ago
  54. 64620e0 bpf: Fix out of bounds access for ringbuf helpers by Daniel Borkmann · 3 years ago
  55. 6788ab23 bpf: Generally fix helper register offset check by Daniel Borkmann · 3 years ago
  56. d400a6c bpf: Mark PTR_TO_FUNC register initially with zero offset by Daniel Borkmann · 3 years ago
  57. be80a1d bpf: Generalize check_ctx_reg for reuse with other types by Daniel Borkmann · 3 years ago
  58. 7e406d1f sched: Avoid double preemption in __cond_resched_*lock*() by Peter Zijlstra · 3 years, 1 month ago
  59. a315da5 sched/fair: Fix all kernel-doc warnings by Randy Dunlap · 3 years, 1 month ago
  60. b171501 sched/core: Accounting forceidle time for all tasks except idle task by Cruz Zhao · 3 years ago
  61. 2d02fa8 sched/pelt: Relax the sync of load_sum with load_avg by Vincent Guittot · 3 years ago
  62. 95246d1 sched/pelt: Relax the sync of runnable_sum with runnable_avg by Vincent Guittot · 3 years ago
  63. 7ceb771 sched/pelt: Continue to relax the sync of util_sum with util_avg by Vincent Guittot · 3 years ago
  64. 98b0d89 sched/pelt: Relax the sync of util_sum with util_avg by Vincent Guittot · 3 years ago
  65. a06247c psi: Fix uaf issue when psi trigger is destroyed while being polled by Suren Baghdasaryan · 3 years ago
  66. 09f5e7d perf: Fix perf_event_read_local() time by Peter Zijlstra · 3 years, 1 month ago
  67. 763978c Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 3 years ago
  68. 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
  69. 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
  70. 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
  71. 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
  72. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  73. 9b51d9d cpumask: replace cpumask_next_* with cpumask_first_* where appropriate by Yury Norov · 3 years, 5 months ago
  74. 21b084f mm/mempolicy: wire up syscall set_mempolicy_home_node by Aneesh Kumar K.V · 3 years ago
  75. a674e48 dma/pool: create dma atomic pool only if dma zone has managed pages by Baoquan He · 3 years ago
  76. 39c65a9 mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30% by Suren Baghdasaryan · 3 years ago
  77. 17fca13 mm: move anon_vma declarations to linux/mm_inline.h by Arnd Bergmann · 3 years ago
  78. 9a10064 mm: add a field to store names for private anonymous memory by Colin Cross · 3 years ago
  79. ff78f66 trace/hwlat: make use of the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  80. 11e4e35 trace/osnoise: make use of the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  81. 3b9cb4b rcutorture: make use of the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  82. 64ed3a0 ring-buffer: make use of the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  83. 800977f kthread: add the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  84. b992f01 bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack() by Naveen N. Rao · 3 years ago
  85. a97ac8cb module: fix signature check failures when using in-kernel decompression by Dmitry Torokhov · 3 years ago
  86. b2dfc3f Merge branch 'for-5.17/kallsyms' into for-linus by Petr Mladek · 3 years ago
  87. f37c3bb tracing: Add ustring operation to filtering string pointers by Steven Rostedt · 3 years ago
  88. 0878355 tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails by Nikita Yushchenko · 3 years ago
  89. 6e1b4bd tracing: Remove duplicate warnings when calling trace_create_file() by Yuntao Wang · 3 years ago
  90. dfea08a tracing/kprobes: 'nmissed' not showed correctly for kretprobe by Xiangyang Zhang · 3 years ago
  91. 77360f9 tracing: Add test for user space strings when filtering on string pointers by Steven Rostedt · 3 years ago
  92. 3e2a56e tracing: Have syscall trace events use trace_event_buffer_lock_reserve() by Steven Rostedt · 3 years ago
  93. 8147dc78 ftrace: Add test to make sure compiled time sorts work by Steven Rostedt (VMware) · 3 years, 1 month ago
  94. 72b3942 scripts: ftrace - move the sort-processing in ftrace_init by Yinan Liu · 3 years, 1 month ago
  95. 1c1857d tracing/probes: check the return value of kstrndup() for pbuf by Xiaoke Wang · 3 years, 1 month ago
  96. 8c72242 tracing/uprobes: Check the return value of kstrdup() for tu->filename by Xiaoke Wang · 3 years, 1 month ago
  97. 289e7b0 tracing: Account bottom half disabled sections. by Sebastian Andrzej Siewior · 3 years, 1 month ago
  98. 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
  99. 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
  100. 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