index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Commit message (
Expand
)
Author
Age
*
workqueue: fix spurious CPU locality WARN from process_one_work()
Tejun Heo
2012-07-22
*
workqueue: simplify CPU hotplug code
Tejun Heo
2012-07-17
*
workqueue: remove CPU offline trustee
Tejun Heo
2012-07-17
*
workqueue: don't butcher idle workers on an offline CPU
Tejun Heo
2012-07-17
*
workqueue: reimplement CPU online rebinding to handle idle workers
Tejun Heo
2012-07-17
*
workqueue: drop @bind from create_worker()
Tejun Heo
2012-07-17
*
workqueue: use mutex for global_cwq manager exclusion
Tejun Heo
2012-07-17
*
workqueue: ROGUE workers are UNBOUND workers
Tejun Heo
2012-07-17
*
workqueue: drop CPU_DYING notifier operation
Tejun Heo
2012-07-17
*
workqueue: perform cpu down operations from low priority cpu_notifier()
Tejun Heo
2012-07-17
*
workqueue: reimplement WQ_HIGHPRI using a separate worker_pool
Tejun Heo
2012-07-14
*
workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()
Tejun Heo
2012-07-14
*
workqueue: separate out worker_pool flags
Tejun Heo
2012-07-12
*
workqueue: use @pool instead of @gcwq or @cpu where applicable
Tejun Heo
2012-07-12
*
workqueue: factor out worker_pool from global_cwq
Tejun Heo
2012-07-12
*
workqueue: don't use WQ_HIGHPRI for unbound workqueues
Tejun Heo
2012-07-12
*
lockdep: fix oops in processing workqueue
Peter Zijlstra
2012-05-15
*
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...
Tejun Heo
2012-05-14
*
workqueue: Catch more locking problems with flush_work()
Stephen Boyd
2012-04-23
*
workqueue: change BUG_ON() to WARN_ON()
Dan Carpenter
2012-04-16
*
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-03-20
|
\
|
*
workqueue: use percpu allocator for cwq on UP
Lai Jiangshan
2012-03-12
*
|
Block: use a freezable workqueue for disk-event polling
Alan Stern
2012-03-02
|
/
*
workqueue: make alloc_workqueue() take printf fmt and args for name
Tejun Heo
2012-01-10
*
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
*
workqueue: lock cwq access in drain_workqueue
Thomas Tuttle
2011-09-14
*
Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2011-07-22
|
\
|
*
workqueue: separate out drain_workqueue() from destroy_workqueue()
Tejun Heo
2011-05-20
*
|
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2011-05-24
|
\
\
|
|
/
|
/
|
|
*
percpu: Always align percpu output section to PAGE_SIZE
Tejun Heo
2011-03-24
*
|
workqueue: fix deadlock in worker_maybe_bind_and_lock()
Tejun Heo
2011-04-29
|
/
*
kthread: use kthread_create_on_node()
Eric Dumazet
2011-03-22
*
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2011-03-16
|
\
|
*
workqueue: fix build failure introduced by s/freezeable/freezable/
Tejun Heo
2011-02-21
|
*
Merge branch 'master' into for-2.6.39
Tejun Heo
2011-02-21
|
|
\
|
*
|
workqueue: add system_freezeable_wq
Tejun Heo
2011-02-09
*
|
|
debugobjects: Add hint for better object identification
Stanislaw Gruszka
2011-03-08
|
|
/
|
/
|
*
|
workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long
Tejun Heo
2011-02-16
*
|
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
2011-02-16
*
|
workqueue: wake up a worker when a rescuer is leaving a gcwq
Tejun Heo
2011-02-14
|
/
*
workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop
Tejun Heo
2011-01-11
*
workqueue: relax lockdep annotation on flush_work()
Tejun Heo
2011-01-11
*
workqueue: allow chained queueing during destruction
Tejun Heo
2010-12-20
*
workqueue: It is likely that WORKER_NOT_RUNNING is true
Steven Rostedt
2010-12-14
*
workqueue: check the allocation of system_unbound_wq
Hitoshi Mitake
2010-11-26
*
workqueues: s/ON_STACK/ONSTACK/
Andrew Morton
2010-10-26
*
MN10300: Fix the PERCPU() alignment to allow for workqueues
David Howells
2010-10-25
*
workqueue: remove in_workqueue_context()
Tejun Heo
2010-10-19
*
workqueue: Clarify that schedule_on_each_cpu is synchronous
Tejun Heo
2010-10-19
*
workqueue: add and use WQ_MEM_RECLAIM flag
Tejun Heo
2010-10-11
[next]