aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-17workqueue: fix race condition in schedule_on_each_cpu()Tejun Heo1-15/+13
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-2/+19
2009-10-19HWPOISON: Allow schedule_on_each_cpu() from keventdAndi Kleen1-2/+19
2009-10-14workqueue: add 'flush_delayed_work()' to run and wait for delayed workLinus Torvalds1-0/+18
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2009-09-09sched: Keep kthreads at default priorityMike Galbraith1-2/+0
2009-08-04workqueues: Improve schedule_work() documentationBart Van Assche1-1/+6
2009-06-02ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macroZhaolei1-9/+2
2009-04-09work_on_cpu(): rewrite it to create a kernel thread on demandAndrew Morton1-17/+19
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+15
2009-04-02workqueue: avoid recursion in run_workqueue()Lai Jiangshan1-30/+11
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-1/+15
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell1-3/+3
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/coreIngo Molnar1-10/+10
2009-01-19work_on_cpu: Use our own workqueue.Rusty Russell1-1/+7
2009-01-19work_on_cpu: don't try to get_online_cpus() in work_on_cpu.Rusty Russell1-10/+4
2009-01-14tracing: add a new workqueue tracerFrederic Weisbecker1-1/+15
2009-01-01cpumask: convert kernel/workqueue.cRusty Russell1-12/+14
2008-11-14Merge branch 'master' into nextJames Morris1-0/+45
2008-11-14CRED: Rename is_single_threaded() to is_wq_single_threaded()David Howells1-4/+4
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell1-0/+45
2008-10-22workqueue: introduce create_rt_workqueueHeiko Carstens1-1/+6
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami1-1/+1
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar1-12/+12
2008-08-11lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar1-12/+12
2008-08-11lockdep: map_acquirePeter Zijlstra1-12/+12
2008-07-30workqueues: add comments to __create_workqueue_key()Oleg Nesterov1-1/+12
2008-07-25workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE failsOleg Nesterov1-3/+6
2008-07-25workqueues: schedule_on_each_cpu() can use schedule_work_on()Oleg Nesterov1-2/+1
2008-07-25workqueues: queue_work() can use queue_work_on()Oleg Nesterov1-7/+4
2008-07-25workqueues: lockdep annotations for flush_work()Oleg Nesterov1-0/+5
2008-07-25workqueues: make get_online_cpus() useable for work->func()Oleg Nesterov1-9/+9
2008-07-25workqueues: schedule_on_each_cpu: use flush_work()Oleg Nesterov1-1/+2
2008-07-25workqueues: implement flush_work()Oleg Nesterov1-0/+46
2008-07-25workqueues: insert_work: use "list_head *" instead of "int tail"Oleg Nesterov1-10/+7
2008-07-24pm: introduce new interfaces schedule_work_on() and queue_work_on()Zhang Rui1-1/+38
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar1-1/+1
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2008-05-23core: use performance variant for_each_cpu_mask_nrMike Travis1-3/+3
2008-05-01workqueue: remove redundant function invocationAndrew Liu1-4/+2
2008-04-30kernel: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-29cleanup_workqueue_thread: remove the unneeded "cpu" parameterOleg Nesterov1-7/+4
2008-04-29workqueues: shrink cpu_populated_map when CPU diesOleg Nesterov1-4/+9
2008-04-17timer_list: add annotations to workqueue.cPavel Machek1-0/+2
2008-02-08workqueue: make delayed_work_timer_fn() staticLi Zefan1-1/+1
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison1-5/+5
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy1-20/+15
2008-01-16lockdep: fix workqueue creation API lockdep interactionJohannes Berg1-2/+3
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg1-3/+33