Historial de Commits

Autor SHA1 Mensaje Fecha
  Tejun Heo 715b06b864 workqueue: introduce WORK_OFFQ_CPU_NONE hace 12 años
  Tejun Heo 35b6bb63b8 workqueue: make GCWQ_FREEZING a pool flag hace 12 años
  Tejun Heo 2464757086 workqueue: make GCWQ_DISASSOCIATED a pool flag hace 12 años
  Tejun Heo e34cdddb03 workqueue: use std_ prefix for the standard per-cpu pools hace 12 años
  Tejun Heo e2905b2912 workqueue: unexport work_cpu() hace 12 años
  Tejun Heo 2eaebdb33e workqueue: move struct worker definition to workqueue_internal.h hace 12 años
  Tejun Heo ea138446e5 workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h hace 12 años
  Tejun Heo 111c225a5f workqueue: set PF_WQ_WORKER on rescuers hace 12 años
  Tejun Heo 023f27d3d6 workqueue: fix find_worker_executing_work() brekage from hashtable conversion hace 12 años
  Tejun Heo a2c1c57be8 workqueue: consider work function when searching for busy work items hace 12 años
  Sasha Levin 42f8570f43 workqueue: use new hashtable implementation hace 12 años
  Linus Torvalds e7b55b8fcd Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq hace 12 años
  Tejun Heo fc4b514f27 workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s hace 12 años
  Joonsoo Kim 3657600040 workqueue: add WARN_ON_ONCE() on CPU number to wq_worker_waking_up() hace 12 años
  Joonsoo Kim 999767beb1 workqueue: trivial fix for return statement in work_busy() hace 12 años
  Tejun Heo 8852aac25e workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delay hace 12 años
  Mike Galbraith 412d32e6c9 workqueue: exit rescuer_thread() as TASK_RUNNING hace 12 años
  Dan Magenheimer c0158ca64d workqueue: cancel_delayed_work() should return %false if work item is idle hace 12 años
  Linus Torvalds 033d9959ed Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq hace 13 años
  Tejun Heo 7c6e72e46c workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending() hace 13 años
  Lai Jiangshan 70369b117a workqueue: use cwq_set_max_active() helper for workqueue_set_max_active() hace 13 años
  Lai Jiangshan 9f4bd4cddb workqueue: introduce cwq_set_max_active() helper for thaw_workqueues() hace 13 años
  Tejun Heo ed48ece27c workqueue: reimplement work_on_cpu() using system_wq hace 13 años
  Lai Jiangshan b3f9f405a2 workqueue: remove @delayed from cwq_dec_nr_in_flight() hace 13 años
  Lai Jiangshan 3aa6249759 workqueue: fix possible stall on try_to_grab_pending() of a delayed work item hace 13 años
  Lai Jiangshan a5b4e57d7c workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback() hace 13 años
  Lai Jiangshan 9fdf9b73d6 workqueue: use __cpuinit instead of __devinit for cpu callbacks hace 13 años
  Lai Jiangshan b2eb83d123 workqueue: rename manager_mutex to assoc_mutex hace 13 años
  Lai Jiangshan 5f7dabfd5c workqueue: WORKER_REBIND is no longer necessary for idle rebinding hace 13 años
  Lai Jiangshan eab6d82843 workqueue: WORKER_REBIND is no longer necessary for busy rebinding hace 13 años