summaryrefslogtreecommitdiff
path: root/kernel/workqueue.c
AgeCommit message (Expand)Author
2009-06-02ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macroZhaolei
2009-04-09work_on_cpu(): rewrite it to create a kernel thread on demandAndrew Morton
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-02workqueue: avoid recursion in run_workqueue()Lai Jiangshan
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-30cpumask: use new cpumask_ functions in core code.Rusty Russell
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar
2009-01-19work_on_cpu: Use our own workqueue.Rusty Russell
2009-01-19work_on_cpu: don't try to get_online_cpus() in work_on_cpu.Rusty Russell
2009-01-14tracing: add a new workqueue tracerFrederic Weisbecker
2009-01-01cpumask: convert kernel/workqueue.cRusty Russell
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Rename is_single_threaded() to is_wq_single_threaded()David Howells
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell
2008-10-22workqueue: introduce create_rt_workqueueHeiko Carstens
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami
2008-08-12Merge branch 'core/locking' into core/urgentIngo Molnar
2008-08-11lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar
2008-08-11lockdep: map_acquirePeter Zijlstra
2008-07-30workqueues: add comments to __create_workqueue_key()Oleg Nesterov
2008-07-25workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE failsOleg Nesterov
2008-07-25workqueues: schedule_on_each_cpu() can use schedule_work_on()Oleg Nesterov
2008-07-25workqueues: queue_work() can use queue_work_on()Oleg Nesterov
2008-07-25workqueues: lockdep annotations for flush_work()Oleg Nesterov
2008-07-25workqueues: make get_online_cpus() useable for work->func()Oleg Nesterov
2008-07-25workqueues: schedule_on_each_cpu: use flush_work()Oleg Nesterov
2008-07-25workqueues: implement flush_work()Oleg Nesterov
2008-07-25workqueues: insert_work: use "list_head *" instead of "int tail"Oleg Nesterov
2008-07-24pm: introduce new interfaces schedule_work_on() and queue_work_on()Zhang Rui
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar
2008-07-04Christoph has movedChristoph Lameter
2008-05-23core: use performance variant for_each_cpu_mask_nrMike Travis
2008-05-01workqueue: remove redundant function invocationAndrew Liu
2008-04-30kernel: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29cleanup_workqueue_thread: remove the unneeded "cpu" parameterOleg Nesterov
2008-04-29workqueues: shrink cpu_populated_map when CPU diesOleg Nesterov
2008-04-17timer_list: add annotations to workqueue.cPavel Machek
2008-02-08workqueue: make delayed_work_timer_fn() staticLi Zefan
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy
2008-01-16lockdep: fix workqueue creation API lockdep interactionJohannes Berg
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg
2007-08-27fix bogus hotplug cpu warningHugh Dickins
2007-07-17destroy_workqueue() can livelockOleg Nesterov
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-16make cancel_xxx_work_sync() return a booleanOleg Nesterov
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Oleg Nesterov
2007-05-23simplify cleanup_workqueue_thread()Oleg Nesterov
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki