Commit Graph

218 Commits (612539e81f655f6ac73c7af1da8701c1ee618aee)

Author SHA1 Message Date
Tejun Heo b196be89cd workqueue: make alloc_workqueue() take printf fmt and args for name 13 years ago
Paul Gortmaker 9984de1a5a kernel: Map most files to use export.h instead of module.h 13 years ago
Thomas Tuttle fa2563e41c workqueue: lock cwq access in drain_workqueue 14 years ago
Tejun Heo 9c5a2ba702 workqueue: separate out drain_workqueue() from destroy_workqueue() 14 years ago
Tejun Heo 5035b20fa5 workqueue: fix deadlock in worker_maybe_bind_and_lock() 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Tejun Heo 0415b00d17 percpu: Always align percpu output section to PAGE_SIZE 14 years ago
Eric Dumazet 94dcf29a11 kthread: use kthread_create_on_node() 14 years ago
Stanislaw Gruszka 9977728840 debugobjects: Add hint for better object identification 14 years ago
Tejun Heo 24d51add74 workqueue: fix build failure introduced by s/freezeable/freezable/ 14 years ago
Tejun Heo 3233cdbd9f workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long 14 years ago
Tejun Heo 58a69cb47e workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' 14 years ago
Tejun Heo 7576958a9d workqueue: wake up a worker when a rescuer is leaving a gcwq 14 years ago
Tejun Heo 4149efb22d workqueue: add system_freezeable_wq 14 years ago
Tejun Heo 42c025f3de workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop 14 years ago
Tejun Heo e159489baa workqueue: relax lockdep annotation on flush_work() 14 years ago
Tejun Heo c8efcc2589 workqueue: allow chained queueing during destruction 14 years ago
Steven Rostedt 2d64672ed3 workqueue: It is likely that WORKER_NOT_RUNNING is true 14 years ago
Hitoshi Mitake e5cba24e3f workqueue: check the allocation of system_unbound_wq 14 years ago
Andrew Morton ca1cab37d9 workqueues: s/ON_STACK/ONSTACK/ 15 years ago
David Howells 5260562754 MN10300: Fix the PERCPU() alignment to allow for workqueues 15 years ago
Tejun Heo daaae6b010 workqueue: remove in_workqueue_context() 15 years ago
Tejun Heo 31ddd871fc workqueue: Clarify that schedule_on_each_cpu is synchronous 15 years ago
Tejun Heo 6370a6ad3b workqueue: add and use WQ_MEM_RECLAIM flag 15 years ago
Tejun Heo 30310045dd workqueue: fix HIGHPRI handling in keep_working() 15 years ago
Tejun Heo cdadf0097c workqueue: add queue_work and activate_work trace points 15 years ago
Tejun Heo 97bd234701 workqueue: prepare for more tracepoints 15 years ago
Tejun Heo 09383498c5 workqueue: implement flush[_delayed]_work_sync() 15 years ago
Tejun Heo baf59022c3 workqueue: factor out start_flush_work() 15 years ago
Tejun Heo 401a8d048e workqueue: cleanup flush/cancel functions 15 years ago
Tejun Heo c54fce6eff workqueue: add documentation 15 years ago
Tejun Heo 9c37547ab6 workqueue: use zalloc_cpumask_var() for gcwq->mayday_mask 15 years ago
Tejun Heo 477a3c33d1 workqueue: fix GCWQ_DISASSOCIATED initialization 15 years ago
Tejun Heo 8a2e8e5dec workqueue: fix cwq->nr_active underflow 15 years ago
Tejun Heo e41e704bc4 workqueue: improve destroy_workqueue() debuggability 15 years ago
Namhyung Kim 972fa1c531 workqueue: mark lock acquisition on worker_maybe_bind_and_lock() 15 years ago
Namhyung Kim 06bd6ebffa workqueue: annotate lock context change 15 years ago
Arjan van de Ven e36c886a0f workqueue: Add basic tracepoints to track workqueue execution 15 years ago
Xiaotian Feng 8d9df9f084 workqueue: free rescuer on destroy_workqueue 15 years ago
Tejun Heo f6500947a9 workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_notifier 15 years ago
Namhyung Kim 38f5156800 workqueue: add missing __percpu markup in kernel/workqueue.c 15 years ago
Suresh Siddha 6ee0578b4d workqueue: mark init_workqueues() as early_initcall() 15 years ago
Tejun Heo 098849516d workqueue: explain for_each_*cwq_cpu() iterators 15 years ago
Tejun Heo e120153ddf workqueue: fix how cpu number is stored in work->data 15 years ago
Tejun Heo f2e005aaff workqueue: fix mayday_mask handling on UP 15 years ago
Tejun Heo 931ac77ef6 workqueue: fix build problem on !CONFIG_SMP 15 years ago
Tejun Heo 9f9c23644b workqueue: fix locking in retry path of maybe_create_worker() 15 years ago
Tejun Heo c7fc77f78f workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead 15 years ago
Tejun Heo f34217977d workqueue: implement unbound workqueue 15 years ago
Tejun Heo bdbc5dd7de workqueue: prepare for WQ_UNBOUND implementation 15 years ago