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: Add basic tracepoints to track workqueue execution
Arjan van de Ven
2010-08-21
*
workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_...
Tejun Heo
2010-08-09
*
workqueue: add missing __percpu markup in kernel/workqueue.c
Namhyung Kim
2010-08-08
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2010-08-07
|
\
|
*
workqueue: mark init_workqueues() as early_initcall()
Suresh Siddha
2010-08-01
|
*
workqueue: explain for_each_*cwq_cpu() iterators
Tejun Heo
2010-08-01
|
*
workqueue: fix how cpu number is stored in work->data
Tejun Heo
2010-07-22
|
*
workqueue: fix mayday_mask handling on UP
Tejun Heo
2010-07-20
|
*
workqueue: fix build problem on !CONFIG_SMP
Tejun Heo
2010-07-20
|
*
workqueue: fix locking in retry path of maybe_create_worker()
Tejun Heo
2010-07-14
|
*
workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead
Tejun Heo
2010-07-02
|
*
workqueue: implement unbound workqueue
Tejun Heo
2010-07-02
|
*
workqueue: prepare for WQ_UNBOUND implementation
Tejun Heo
2010-07-02
|
*
workqueue: fix worker management invocation without pending works
Tejun Heo
2010-07-02
|
*
workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq()
Tejun Heo
2010-07-02
|
*
workqueue: fix race condition in flush_workqueue()
Tejun Heo
2010-07-02
|
*
workqueue: use worker_set/clr_flags() only from worker itself
Tejun Heo
2010-07-02
|
*
workqueue: implement cpu intensive workqueue
Tejun Heo
2010-06-29
|
*
workqueue: implement high priority workqueue
Tejun Heo
2010-06-29
|
*
workqueue: implement several utility APIs
Tejun Heo
2010-06-29
|
*
workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues
Tejun Heo
2010-06-29
|
*
workqueue: increase max_active of keventd and kill current_is_keventd()
Tejun Heo
2010-06-29
|
*
workqueue: implement concurrency managed dynamic worker pool
Tejun Heo
2010-06-29
|
*
workqueue: implement worker_{set|clr}_flags()
Tejun Heo
2010-06-29
|
*
workqueue: use shared worklist and pool all workers per cpu
Tejun Heo
2010-06-29
|
*
workqueue: implement WQ_NON_REENTRANT
Tejun Heo
2010-06-29
|
*
workqueue: carry cpu number in work data once execution starts
Tejun Heo
2010-06-29
|
*
workqueue: add find_worker_executing_work() and track current_cwq
Tejun Heo
2010-06-29
|
*
workqueue: make single thread workqueue shared worker pool friendly
Tejun Heo
2010-06-29
|
*
workqueue: reimplement CPU hotplugging support using trustee
Tejun Heo
2010-06-29
|
*
workqueue: implement worker states
Tejun Heo
2010-06-29
|
*
workqueue: introduce global cwq and unify cwq locks
Tejun Heo
2010-06-29
|
*
workqueue: reimplement workqueue freeze using max_active
Tejun Heo
2010-06-29
|
*
workqueue: implement per-cwq active work limit
Tejun Heo
2010-06-29
|
*
workqueue: reimplement work flushing using linked works
Tejun Heo
2010-06-29
|
*
workqueue: introduce worker
Tejun Heo
2010-06-29
|
*
workqueue: reimplement workqueue flushing using color coded works
Tejun Heo
2010-06-29
|
*
workqueue: update cwq alignement
Tejun Heo
2010-06-29
|
*
workqueue: kill cpu_populated_map
Tejun Heo
2010-06-29
|
*
workqueue: temporarily remove workqueue tracing
Tejun Heo
2010-06-29
|
*
workqueue: separate out process_one_work()
Tejun Heo
2010-06-29
|
*
workqueue: define masks for work flags and conditionalize STATIC flags
Tejun Heo
2010-06-29
|
*
workqueue: merge feature parameters into flags
Tejun Heo
2010-06-29
|
*
workqueue: misc/cosmetic updates
Tejun Heo
2010-06-29
|
*
workqueue: kill RT workqueue
Tejun Heo
2010-06-29
*
|
lockdep: Add an in_workqueue_context() lockdep-based test function
Paul E. McKenney
2010-06-14
|
/
*
kernel/: convert cpu notifier to return encapsulate errno value
Akinobu Mita
2010-05-27
*
workqueue: change cancel_work_sync() to clear work->data
Oleg Nesterov
2010-04-30
*
workqueue: warn about flush_scheduled_work()
Alan Stern
2010-04-30
*
workqueue: flush_delayed_work: keep the original workqueue for re-queueing
Oleg Nesterov
2010-04-30
[next]