1. a5718e3 Merge android-4.9.117 (8b21e85) into msm-4.9 by Minming Qi · 6 years ago
  2. b38f829 kthread, tracing: Don't expose half-written comm when creating kthreads by Snild Dolkow · 6 years ago
  3. ef546ab Revert "kthread: Ensure task isn't preempted before dequeue in kthread_parkme" by Channagoud Kadabi · 7 years ago
  4. 97955bf kthread: Ensure task isn't preempted before dequeue in kthread_parkme by Vikram Mulukutla · 7 years ago
  5. a967be8 time: Remove CONFIG_TIMER_STATS by Kees Cook · 7 years ago
  6. f44236a cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroups by Tejun Heo · 7 years ago
  7. dbf5268 kthread: better support freezable kthread workers by Petr Mladek · 8 years ago
  8. 9a6b06c kthread: allow to modify delayed kthread work by Petr Mladek · 8 years ago
  9. 37be45d kthread: allow to cancel kthread work by Petr Mladek · 8 years ago
  10. 22597dc kthread: initial support for delayed kthread work by Petr Mladek · 8 years ago
  11. 8197b3d4 kthread: detect when a kthread work is used by more workers by Petr Mladek · 8 years ago
  12. 35033fe kthread: add kthread_destroy_worker() by Petr Mladek · 8 years ago
  13. fbae2d4 kthread: add kthread_create_worker*() by Petr Mladek · 8 years ago
  14. 255451e kthread: allow to call __kthread_create_on_node() with va_list args by Petr Mladek · 8 years ago
  15. a65d409 kthread/smpboot: do not park in kthread_create_on_cpu() by Petr Mladek · 8 years ago
  16. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  17. e700591 kthread: rename probe_kthread_data() to kthread_probe_data() by Petr Mladek · 8 years ago
  18. 23196f2 kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_kthread() function by Oleg Nesterov · 8 years ago
  19. e9f0698 kernel/kthread.c:kthread_create_on_node(): clarify documentation by Andrew Morton · 9 years ago
  20. 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
  21. 25834c7 sched: Fix a race between __kthread_bind() and sched_setaffinity() by Peter Zijlstra · 9 years ago
  22. 1889645 kthread: export kthread functions by David Kershner · 9 years ago
  23. 1092283 kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality of task_struct allocations") by Nishanth Aravamudan · 10 years ago
  24. ed1403e kthread_work: wake up worker only when the worker is idle by Lai Jiangshan · 10 years ago
  25. 8fe6929 kthread: fix return value of kthread_create() upon SIGKILL. by Tetsuo Handa · 10 years ago
  26. 81c9886 kthread: ensure locality of task_struct allocations by Nishanth Aravamudan · 10 years ago
  27. 786235ee kthread: make kthread_create() killable by Tetsuo Handa · 10 years ago
  28. cd42d55 kthread: implement probe_kthread_data() by Tejun Heo · 11 years ago
  29. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  30. b5c5442 kthread: kill task_get_live_kthread() by Oleg Nesterov · 11 years ago
  31. 4ecdafc kthread: introduce to_live_kthread() by Oleg Nesterov · 11 years ago
  32. f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 11 years ago
  33. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 11 years ago
  34. aee4faa kthread: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 11 years ago
  35. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  36. a74fb73 infrastructure for saner ret_from_kernel_thread semantics by Al Viro · 12 years ago
  37. 2a1d446 kthread: Implement park/unpark facility by Thomas Gleixner · 12 years ago
  38. 46f3d97 kthread_worker: reimplement flush_kthread_work() to allow freeing the work item being executed by Tejun Heo · 12 years ago
  39. 9a2e03d kthread_worker: reorganize to prepare for flush_kthread_work() reimplementation by Tejun Heo · 12 years ago
  40. 34b087e freezer: kill unused set_freezable_with_signal() by Tejun Heo · 12 years ago
  41. 8a32c44 freezer: implement and use kthread_freezable_should_stop() by Tejun Heo · 12 years ago
  42. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  43. 1e1b6c5 cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed by KOSAKI Motohiro · 13 years ago
  44. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  45. 207205a kthread: NUMA aware kthread_create_on_node() by Eric Dumazet · 13 years ago
  46. c9b5f50 sched: Constify function scope static struct sched_param usage by Peter Zijlstra · 13 years ago
  47. 27066fd4 Merge commit 'v2.6.37' into sched/core by Ingo Molnar · 13 years ago
  48. 4f32e9b kthread_work: make lockdep happy by Yong Zhang · 13 years ago
  49. fe7de49 sched: Make sched_param argument static in sched_setscheduler() callers by KOSAKI Motohiro · 14 years ago
  50. 82805ab kthread: implement kthread_data() by Tejun Heo · 14 years ago
  51. b56c0d8 kthread: implement kthread_worker by Tejun Heo · 14 years ago
  52. 5ab116c cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node by Miao Xie · 14 years ago
  53. 301ba04 kthread, sched: Remove reference to kthread_create_on_cpu by Anton Blanchard · 14 years ago
  54. 881232b sched: Move kthread_bind() back to kthread.c by Peter Zijlstra · 14 years ago
  55. b84ff7d sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.c by Mike Galbraith · 15 years ago
  56. 61cbe54 sched: Keep kthreads at default priority by Mike Galbraith · 15 years ago
  57. 9ae2602 update the comment in kthread_stop() by Oleg Nesterov · 15 years ago
  58. 6370617 kthreads: rework kthread_stop() by Oleg Nesterov · 15 years ago
  59. cdd140b kthreads: simplify the startup synchronization by Oleg Nesterov · 15 years ago
  60. 58568d2 cpuset,mm: update tasks' mems_allowed in time by Miao Xie · 15 years ago
  61. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 15 years ago
  62. a8d154b tracing: create automated trace defines by Steven Rostedt · 15 years ago
  63. 1c99315 kthread: move sched-realeted initialization from kthreadd context by Oleg Nesterov · 15 years ago
  64. 3217ab9 kthread: Don't looking for a task in create_kthread() #2 by Vitaliy Gusev · 15 years ago
  65. 1a2142a cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL by Rusty Russell · 15 years ago
  66. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 15 years ago
  67. 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
  68. 293adee kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE) by Oleg Nesterov · 16 years ago
  69. 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 16 years ago
  70. 85ba2d8 tracehook: wait_task_inactive by Roland McGrath · 16 years ago
  71. 8df185a kthread: reduce stack pressure in create_kthread and kthreadd by Mike Travis · 16 years ago
  72. ebb12db Freezer: Introduce PF_FREEZER_NOSIG by Rafael J. Wysocki · 16 years ago
  73. 9985b0b sched: prevent bound kthreads from changing cpus_allowed by David Rientjes · 16 years ago
  74. 5cd2045 Deprecate find_task_by_pid() by Pavel Emelyanov · 16 years ago
  75. cbd9b67 kthread: call wake_up_process() without the lock being held by Dmitry Adamushko · 16 years ago
  76. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  77. 9f0e738 sched: fix cpus_allowed settings by Gregory Haskins · 16 years ago
  78. a655020 kernel: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  79. 4f05b98 sched: fix, always create kernel threads with normal priority by Michal Schmidt · 16 years ago
  80. e804a4a kthread: silence bogus section mismatch warning by Satyam Sharma · 17 years ago
  81. 98011f5 mm: fix improper .init-type section references by Jan Beulich · 17 years ago
  82. a076e4b freezer: fix kthread_create vs freezer theoretical race by Oleg Nesterov · 17 years ago
  83. 10ab825 change kernel threads to ignore signals instead of blocking them by Oleg Nesterov · 17 years ago
  84. 73c2799 kthread: don't depend on work queues by Eric W. Biederman · 17 years ago
  85. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  86. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 17 years ago
  87. 52e92e5 [PATCH] remove kernel/kthread.c:kthread_stop_sem() by Adrian Bunk · 18 years ago
  88. 9e37bd3 [PATCH] kthread: move kernel-doc and put it into DocBook by Randy Dunlap · 18 years ago
  89. 05eeae2 [PATCH] find_task_by_pid() needs tasklist_lock by Andrew Morton · 18 years ago
  90. 97d1f15 [PATCH] sem2mutex: kernel/ by Arjan van de Ven · 18 years ago
  91. 61e1a9e [PATCH] Add kthread_stop_sem() by Alan Stern · 19 years ago
  92. d59dd46 [PATCH] use smp_mb/wmb/rmb where possible by akpm@osdl.org · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago