Histórico de Commits

Autor SHA1 Mensagem Data
  Tejun Heo fc4b514f27 workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s há 12 anos atrás
  Tejun Heo 8852aac25e workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delay há 12 anos atrás
  Mike Galbraith 412d32e6c9 workqueue: exit rescuer_thread() as TASK_RUNNING há 12 anos atrás
  Dan Magenheimer c0158ca64d workqueue: cancel_delayed_work() should return %false if work item is idle há 12 anos atrás
  Linus Torvalds 033d9959ed Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq há 12 anos atrás
  Tejun Heo 7c6e72e46c workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending() há 12 anos atrás
  Lai Jiangshan 70369b117a workqueue: use cwq_set_max_active() helper for workqueue_set_max_active() há 12 anos atrás
  Lai Jiangshan 9f4bd4cddb workqueue: introduce cwq_set_max_active() helper for thaw_workqueues() há 12 anos atrás
  Tejun Heo ed48ece27c workqueue: reimplement work_on_cpu() using system_wq há 12 anos atrás
  Lai Jiangshan b3f9f405a2 workqueue: remove @delayed from cwq_dec_nr_in_flight() há 12 anos atrás
  Lai Jiangshan 3aa6249759 workqueue: fix possible stall on try_to_grab_pending() of a delayed work item há 12 anos atrás
  Lai Jiangshan a5b4e57d7c workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback() há 12 anos atrás
  Lai Jiangshan 9fdf9b73d6 workqueue: use __cpuinit instead of __devinit for cpu callbacks há 12 anos atrás
  Lai Jiangshan b2eb83d123 workqueue: rename manager_mutex to assoc_mutex há 12 anos atrás
  Lai Jiangshan 5f7dabfd5c workqueue: WORKER_REBIND is no longer necessary for idle rebinding há 12 anos atrás
  Lai Jiangshan eab6d82843 workqueue: WORKER_REBIND is no longer necessary for busy rebinding há 12 anos atrás
  Lai Jiangshan ea1abd6197 workqueue: reimplement idle worker rebinding há 12 anos atrás
  Tejun Heo 6c1423ba5d Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.7 há 12 anos atrás
  Lai Jiangshan 960bd11bf2 workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn() há 12 anos atrás
  Lai Jiangshan ee378aa49b workqueue: fix possible idle worker depletion across CPU hotplug há 12 anos atrás
  Lai Jiangshan 552a37e936 workqueue: restore POOL_MANAGING_WORKERS há 12 anos atrás
  Tejun Heo ec58815ab0 workqueue: fix possible deadlock in idle worker rebinding há 12 anos atrás
  Tejun Heo 90beca5de5 workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the function há 12 anos atrás
  Lai Jiangshan 96e65306b8 workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomic há 12 anos atrás
  Tejun Heo 57b30ae77b workqueue: reimplement cancel_delayed_work() using try_to_grab_pending() há 13 anos atrás
  Tejun Heo e0aecdd874 workqueue: use irqsafe timer for delayed_work há 13 anos atrás
  Tejun Heo ae930e0f4e workqueue: gut system_nrt[_freezable]_wq() há 13 anos atrás
  Tejun Heo 606a5020b9 workqueue: gut flush[_delayed]_work_sync() há 13 anos atrás
  Tejun Heo dbf2576e37 workqueue: make all workqueues non-reentrant há 13 anos atrás
  Valentin Ilie 044c782ce3 workqueue: fix checkpatch issues há 13 anos atrás