1. f4484d1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  2. d6986ce kthread: dynamically allocate memory to store kthread's full name by Yafang Shao · 3 years ago
  3. 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
  4. 800977f kthread: add the helper function kthread_run_on_cpu() by Cai Huoqing · 3 years ago
  5. e32cf5d kthread: Generalize pf_io_worker so it can point to struct kthread by Eric W. Biederman · 3 years ago
  6. 5eb6f22 exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exit by Eric W. Biederman · 3 years ago
  7. 6b12487 exit/kthread: Move the exit code for kernel threads into struct kthread by Eric W. Biederman · 3 years, 1 month ago
  8. 40966e3 kthread: Ensure struct kthread is present for all kthreads by Eric W. Biederman · 3 years, 1 month ago
  9. cead185 exit: Rename complete_and_exit to kthread_complete_and_exit by Eric W. Biederman · 3 years, 1 month ago
  10. bbda86e exit: Implement kthread_exit by Eric W. Biederman · 3 years, 1 month ago
  11. 5147da9 Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  12. 111e704 exit/kthread: Have kernel threads return instead of calling do_exit by Eric W. Biederman · 3 years, 2 months ago
  13. 1a7243c kthread: Move prio/affinite change into the newly created thread by Sebastian Andrzej Siewior · 4 years, 2 months ago
  14. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  15. d71ba16 kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync() by Petr Mladek · 3 years, 6 months ago
  16. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  17. 5fa5434 kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync() by Petr Mladek · 3 years, 6 months ago
  18. 34b3d53 kthread_worker: split code for canceling the delayed work timer by Petr Mladek · 3 years, 6 months ago
  19. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  20. 00b89fe sched: Make the idle task quack like a per-CPU kthread by Valentin Schneider · 3 years, 8 months ago
  21. 16b3d0c Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  22. 3a7956e kthread: Fix PF_KTHREAD vs to_kthread() race by Peter Zijlstra · 3 years, 8 months ago
  23. 0a5b412 kthread: use WARN_ON_FUNCTION_MISMATCH by Sami Tolvanen · 3 years, 9 months ago
  24. 24c56ee Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  25. ac687e6 kthread: Extract KTHREAD_IS_PER_CPU by Peter Zijlstra · 4 years ago
  26. cb5021c kthread: remove comments about old _do_fork() helper by Yanfei Xu · 4 years ago
  27. ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
  28. ebb2bdc kthread_worker: document CPU hotplug handling by Petr Mladek · 4 years ago
  29. f630c7c kthread: add kthread_work tracepoints by Rob Clark · 4 years ago
  30. a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 1 month ago
  31. 6993d0f kthread_worker: prevent queuing delayed work from timer_fn when it is being canceled by Zqiang · 4 years, 2 months ago
  32. 618758e sched: membarrier: cover kthread_use_mm (v4) by Mathieu Desnoyers · 4 years, 2 months ago
  33. 7b7b8a2 kernel/: fix repeated words in comments by Randy Dunlap · 4 years, 2 months ago
  34. 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 5 months ago
  35. 4ca1085 kthread: remove incorrect comment in kthread_create_on_cpu() by Ilias Stamatis · 4 years, 5 months ago
  36. 38cf307 mm: fix kthread_use_mm() vs TLB invalidate by Peter Zijlstra · 4 years, 5 months ago
  37. faa2fd7 Merge branch 'sched/urgent' by Peter Zijlstra · 4 years, 6 months ago
  38. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 6 months ago
  39. 9cc5b86 isolcpus: Affine unbound kernel threads to housekeeping cpus by Marcelo Tosatti · 4 years, 7 months ago
  40. 043eb8e kthread: Switch to cpu_possible_mask by Marcelo Tosatti · 4 years, 7 months ago
  41. 623f6dc Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  42. 37c54f9 kernel: set USER_DS in kthread_use_mm by Christoph Hellwig · 4 years, 7 months ago
  43. f5678e7 kernel: better document the use_mm/unuse_mm API contract by Christoph Hellwig · 4 years, 7 months ago
  44. 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 7 months ago
  45. 52782c9 kthread: save thread function by J. Bruce Fields · 4 years, 8 months ago
  46. 26c7295 kthread: Do not preempt current task if it is going to call schedule() by Liang Chen · 4 years, 10 months ago
  47. bc88f85 kthread: make __kthread_queue_delayed_work static by Ben Dooks · 5 years ago
  48. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  49. 8af0c18 include/: refactor headers to allow kthread.h inclusion in psi_types.h by Suren Baghdasaryan · 6 years ago
  50. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  51. 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
  52. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  53. ad01423 kthread: Do not use TIMER_IRQSAFE by Sebastian Andrzej Siewior · 6 years ago
  54. fe99a4f kthread: Convert worker lock to raw spinlock by Julia Cartwright · 6 years ago
  55. 0121805 kthread: Add __kthread_should_park() by Matthias Kaehlcke · 6 years ago
  56. f7951c3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. 3e536e2 kthread, tracing: Don't expose half-written comm when creating kthreads by Snild Dolkow · 6 years ago
  58. f83ee19 kthread: Simplify kthread_park() completion by Peter Zijlstra · 7 years ago
  59. 1cef115 kthread, sched/core: Fix kthread_parkme() (again...) by Peter Zijlstra · 7 years ago
  60. b1f5b37 kthread: Allow kthread_park() on a parked kthread by Peter Zijlstra · 7 years ago
  61. 85f1abe kthread, sched/wait: Fix kthread_parkme() completion issue by Peter Zijlstra · 7 years ago
  62. 741a76b kthread, sched/wait: Fix kthread_parkme() wait-loop by Peter Zijlstra · 7 years ago
  63. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  64. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  65. e10237c kthread: zero the kthread data structure by Shaohua Li · 7 years ago
  66. fe5c3b6 kthread: Convert callback to use from_timer() by Kees Cook · 7 years ago
  67. 0b508bc block: fix a build error by Shaohua Li · 7 years ago
  68. 05e3db9 kthread: add a mechanism to store cgroup info by Shaohua Li · 7 years ago
  69. 22cf8bc kernel/kthread.c: kthread_worker: don't hog the cpu by Shaohua Li · 7 years ago
  70. 77f8879 cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroups by Tejun Heo · 8 years ago
  71. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  72. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  73. dfb4357 time: Remove CONFIG_TIMER_STATS by Kees Cook · 8 years ago
  74. c0b942a kthread: add __printf attributes by Nicolas Iooss · 8 years ago
  75. 8fb9dcb kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker() by Oleg Nesterov · 8 years ago
  76. cf380a4 kthread: Don't use to_live_kthread() in kthread_[un]park() by Oleg Nesterov · 8 years ago
  77. efb29fb kthread: Don't use to_live_kthread() in kthread_stop() by Oleg Nesterov · 8 years ago
  78. eff9662 Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread() function" by Oleg Nesterov · 8 years ago
  79. 1da5c46 kthread: Make struct kthread kmalloc'ed by Oleg Nesterov · 8 years ago
  80. dbf5268 kthread: better support freezable kthread workers by Petr Mladek · 8 years ago
  81. 9a6b06c kthread: allow to modify delayed kthread work by Petr Mladek · 8 years ago
  82. 37be45d kthread: allow to cancel kthread work by Petr Mladek · 8 years ago
  83. 22597dc kthread: initial support for delayed kthread work by Petr Mladek · 8 years ago
  84. 8197b3d4 kthread: detect when a kthread work is used by more workers by Petr Mladek · 8 years ago
  85. 35033fe kthread: add kthread_destroy_worker() by Petr Mladek · 8 years ago
  86. fbae2d4 kthread: add kthread_create_worker*() by Petr Mladek · 8 years ago
  87. 255451e kthread: allow to call __kthread_create_on_node() with va_list args by Petr Mladek · 8 years ago
  88. a65d409 kthread/smpboot: do not park in kthread_create_on_cpu() by Petr Mladek · 8 years ago
  89. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  90. e700591 kthread: rename probe_kthread_data() to kthread_probe_data() by Petr Mladek · 8 years ago
  91. 23196f2 kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread() function by Oleg Nesterov · 8 years ago
  92. e9f0698 kernel/kthread.c:kthread_create_on_node(): clarify documentation by Andrew Morton · 9 years ago
  93. a1d8561 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  94. 25834c7 sched: Fix a race between __kthread_bind() and sched_setaffinity() by Peter Zijlstra · 10 years ago
  95. 1889645 kthread: export kthread functions by David Kershner · 9 years ago
  96. 1092283 kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality of task_struct allocations") by Nishanth Aravamudan · 10 years ago
  97. ed1403e kthread_work: wake up worker only when the worker is idle by Lai Jiangshan · 10 years ago
  98. 8fe6929 kthread: fix return value of kthread_create() upon SIGKILL. by Tetsuo Handa · 11 years ago
  99. 81c9886 kthread: ensure locality of task_struct allocations by Nishanth Aravamudan · 11 years ago
  100. 786235ee kthread: make kthread_create() killable by Tetsuo Handa · 11 years ago