1. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  2. 8af0c18 include/: refactor headers to allow kthread.h inclusion in psi_types.h by Suren Baghdasaryan · 6 years ago
  3. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  4. 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
  5. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  6. ad01423 kthread: Do not use TIMER_IRQSAFE by Sebastian Andrzej Siewior · 6 years ago
  7. fe99a4f kthread: Convert worker lock to raw spinlock by Julia Cartwright · 6 years ago
  8. 0121805 kthread: Add __kthread_should_park() by Matthias Kaehlcke · 6 years ago
  9. 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
  10. 3e536e2 kthread, tracing: Don't expose half-written comm when creating kthreads by Snild Dolkow · 6 years ago
  11. f83ee19 kthread: Simplify kthread_park() completion by Peter Zijlstra · 7 years ago
  12. 1cef115 kthread, sched/core: Fix kthread_parkme() (again...) by Peter Zijlstra · 7 years ago
  13. b1f5b37 kthread: Allow kthread_park() on a parked kthread by Peter Zijlstra · 7 years ago
  14. 85f1abe kthread, sched/wait: Fix kthread_parkme() completion issue by Peter Zijlstra · 7 years ago
  15. 741a76b kthread, sched/wait: Fix kthread_parkme() wait-loop by Peter Zijlstra · 7 years ago
  16. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  17. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  18. e10237c kthread: zero the kthread data structure by Shaohua Li · 7 years ago
  19. fe5c3b6 kthread: Convert callback to use from_timer() by Kees Cook · 7 years ago
  20. 0b508bc block: fix a build error by Shaohua Li · 7 years ago
  21. 05e3db9 kthread: add a mechanism to store cgroup info by Shaohua Li · 7 years ago
  22. 22cf8bc kernel/kthread.c: kthread_worker: don't hog the cpu by Shaohua Li · 7 years ago
  23. 77f8879 cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroups by Tejun Heo · 8 years ago
  24. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  25. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  26. dfb4357 time: Remove CONFIG_TIMER_STATS by Kees Cook · 8 years ago
  27. c0b942a kthread: add __printf attributes by Nicolas Iooss · 8 years ago
  28. 8fb9dcb kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker() by Oleg Nesterov · 8 years ago
  29. cf380a4 kthread: Don't use to_live_kthread() in kthread_[un]park() by Oleg Nesterov · 8 years ago
  30. efb29fb kthread: Don't use to_live_kthread() in kthread_stop() by Oleg Nesterov · 8 years ago
  31. 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
  32. 1da5c46 kthread: Make struct kthread kmalloc'ed by Oleg Nesterov · 8 years ago
  33. dbf5268 kthread: better support freezable kthread workers by Petr Mladek · 8 years ago
  34. 9a6b06c kthread: allow to modify delayed kthread work by Petr Mladek · 8 years ago
  35. 37be45d kthread: allow to cancel kthread work by Petr Mladek · 8 years ago
  36. 22597dc kthread: initial support for delayed kthread work by Petr Mladek · 8 years ago
  37. 8197b3d4 kthread: detect when a kthread work is used by more workers by Petr Mladek · 8 years ago
  38. 35033fe kthread: add kthread_destroy_worker() by Petr Mladek · 8 years ago
  39. fbae2d4 kthread: add kthread_create_worker*() by Petr Mladek · 8 years ago
  40. 255451e kthread: allow to call __kthread_create_on_node() with va_list args by Petr Mladek · 8 years ago
  41. a65d409 kthread/smpboot: do not park in kthread_create_on_cpu() by Petr Mladek · 8 years ago
  42. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  43. e700591 kthread: rename probe_kthread_data() to kthread_probe_data() by Petr Mladek · 8 years ago
  44. 23196f2 kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread() function by Oleg Nesterov · 8 years ago
  45. e9f0698 kernel/kthread.c:kthread_create_on_node(): clarify documentation by Andrew Morton · 9 years ago
  46. 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
  47. 25834c7 sched: Fix a race between __kthread_bind() and sched_setaffinity() by Peter Zijlstra · 10 years ago
  48. 1889645 kthread: export kthread functions by David Kershner · 9 years ago
  49. 1092283 kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality of task_struct allocations") by Nishanth Aravamudan · 10 years ago
  50. ed1403e kthread_work: wake up worker only when the worker is idle by Lai Jiangshan · 10 years ago
  51. 8fe6929 kthread: fix return value of kthread_create() upon SIGKILL. by Tetsuo Handa · 11 years ago
  52. 81c9886 kthread: ensure locality of task_struct allocations by Nishanth Aravamudan · 11 years ago
  53. 786235ee kthread: make kthread_create() killable by Tetsuo Handa · 11 years ago
  54. cd42d55 kthread: implement probe_kthread_data() by Tejun Heo · 12 years ago
  55. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  56. b5c5442 kthread: kill task_get_live_kthread() by Oleg Nesterov · 12 years ago
  57. 4ecdafc kthread: introduce to_live_kthread() by Oleg Nesterov · 12 years ago
  58. f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 12 years ago
  59. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 12 years ago
  60. aee4faa kthread: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  61. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  62. a74fb73 infrastructure for saner ret_from_kernel_thread semantics by Al Viro · 12 years ago
  63. 2a1d446 kthread: Implement park/unpark facility by Thomas Gleixner · 12 years ago
  64. 46f3d97 kthread_worker: reimplement flush_kthread_work() to allow freeing the work item being executed by Tejun Heo · 12 years ago
  65. 9a2e03d kthread_worker: reorganize to prepare for flush_kthread_work() reimplementation by Tejun Heo · 12 years ago
  66. 34b087e freezer: kill unused set_freezable_with_signal() by Tejun Heo · 13 years ago
  67. 8a32c44 freezer: implement and use kthread_freezable_should_stop() by Tejun Heo · 13 years ago
  68. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  69. 1e1b6c5 cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed by KOSAKI Motohiro · 14 years ago
  70. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  71. 207205a kthread: NUMA aware kthread_create_on_node() by Eric Dumazet · 14 years ago
  72. c9b5f50 sched: Constify function scope static struct sched_param usage by Peter Zijlstra · 14 years ago
  73. 27066fd4 Merge commit 'v2.6.37' into sched/core by Ingo Molnar · 14 years ago
  74. 4f32e9b kthread_work: make lockdep happy by Yong Zhang · 14 years ago
  75. fe7de49 sched: Make sched_param argument static in sched_setscheduler() callers by KOSAKI Motohiro · 14 years ago
  76. 82805ab kthread: implement kthread_data() by Tejun Heo · 15 years ago
  77. b56c0d8 kthread: implement kthread_worker by Tejun Heo · 15 years ago
  78. 5ab116c cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node by Miao Xie · 15 years ago
  79. 301ba04 kthread, sched: Remove reference to kthread_create_on_cpu by Anton Blanchard · 15 years ago
  80. 881232b sched: Move kthread_bind() back to kthread.c by Peter Zijlstra · 15 years ago
  81. b84ff7d sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.c by Mike Galbraith · 15 years ago
  82. 61cbe54 sched: Keep kthreads at default priority by Mike Galbraith · 15 years ago
  83. 9ae2602 update the comment in kthread_stop() by Oleg Nesterov · 16 years ago
  84. 6370617 kthreads: rework kthread_stop() by Oleg Nesterov · 16 years ago
  85. cdd140b kthreads: simplify the startup synchronization by Oleg Nesterov · 16 years ago
  86. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 16 years ago
  87. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 16 years ago
  88. a8d154b tracing: create automated trace defines by Steven Rostedt · 16 years ago
  89. 1c99315 kthread: move sched-realeted initialization from kthreadd context by Oleg Nesterov · 16 years ago
  90. 3217ab9 kthread: Don't looking for a task in create_kthread() #2 by Vitaliy Gusev · 16 years ago
  91. 1a2142a cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL by Rusty Russell · 16 years ago
  92. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
  93. 92b29b8 Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  94. 293adee kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE) by Oleg Nesterov · 16 years ago
  95. 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 16 years ago
  96. 85ba2d8 tracehook: wait_task_inactive by Roland McGrath · 16 years ago
  97. 8df185a kthread: reduce stack pressure in create_kthread and kthreadd by Mike Travis · 16 years ago
  98. ebb12db Freezer: Introduce PF_FREEZER_NOSIG by Rafael J. Wysocki · 17 years ago
  99. 9985b0b sched: prevent bound kthreads from changing cpus_allowed by David Rientjes · 17 years ago
  100. 5cd2045 Deprecate find_task_by_pid() by Pavel Emelyanov · 17 years ago