index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-20
workqueue: fix checkpatch issues
Valentin Ilie
1
-16
/
+13
2012-08-16
workqueue: use system_highpri_wq for unbind_work
Joonsoo Kim
1
-1
/
+1
2012-08-16
workqueue: use system_highpri_wq for highpri workers in rebind_workers()
Joonsoo Kim
1
-4
/
+14
2012-08-16
workqueue: introduce system_highpri_wq
Joonsoo Kim
1
-3
/
+6
2012-08-16
workqueue: change value of lcpu in __queue_delayed_work_on()
Joonsoo Kim
1
-2
/
+8
2012-08-16
workqueue: correct req_cpu in trace_workqueue_queue_work()
Joonsoo Kim
1
-1
/
+2
2012-08-16
workqueue: use enum value to set array size of pools in gcwq
Joonsoo Kim
1
-1
/
+2
2012-08-13
workqueue: add missing wmb() in clear_work_data()
Tejun Heo
1
-7
/
+12
2012-08-13
workqueue: fix CPU binding of flush_delayed_work[_sync]()
Tejun Heo
1
-3
/
+4
2012-08-03
workqueue: implement mod_delayed_work[_on]()
Tejun Heo
1
-0
/
+53
2012-08-03
workqueue: mark a work item being canceled as such
Tejun Heo
1
-18
/
+72
2012-08-03
workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()
Tejun Heo
1
-15
/
+32
2012-08-03
workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()
Tejun Heo
1
-33
/
+41
2012-08-03
workqueue: introduce WORK_OFFQ_FLAG_*
Tejun Heo
1
-5
/
+9
2012-08-03
workqueue: move try_to_grab_pending() upwards
Tejun Heo
1
-143
/
+143
2012-08-03
workqueue: fix zero @delay handling of queue_delayed_work_on()
Tejun Heo
1
-5
/
+7
2012-08-03
workqueue: unify local CPU queueing handling
Tejun Heo
1
-12
/
+7
2012-08-03
workqueue: set delayed_work->timer function on initialization
Tejun Heo
1
-3
/
+4
2012-08-03
workqueue: disable irq while manipulating PENDING
Tejun Heo
1
-20
/
+53
2012-08-03
workqueue: add missing smp_wmb() in process_one_work()
Tejun Heo
1
-0
/
+2
2012-08-03
workqueue: make queueing functions return bool
Tejun Heo
1
-24
/
+23
2012-08-03
workqueue: reorder queueing functions so that _on() variants are on top
Tejun Heo
1
-62
/
+62
2012-07-22
workqueue: fix spurious CPU locality WARN from process_one_work()
Tejun Heo
1
-0
/
+6
2012-07-17
workqueue: simplify CPU hotplug code
Tejun Heo
1
-54
/
+25
2012-07-17
workqueue: remove CPU offline trustee
Tejun Heo
1
-252
/
+36
2012-07-17
workqueue: don't butcher idle workers on an offline CPU
Tejun Heo
1
-80
/
+14
2012-07-17
workqueue: reimplement CPU online rebinding to handle idle workers
Tejun Heo
1
-49
/
+166
2012-07-17
workqueue: drop @bind from create_worker()
Tejun Heo
1
-19
/
+45
2012-07-17
workqueue: use mutex for global_cwq manager exclusion
Tejun Heo
1
-39
/
+26
2012-07-17
workqueue: ROGUE workers are UNBOUND workers
Tejun Heo
1
-25
/
+21
2012-07-17
workqueue: drop CPU_DYING notifier operation
Tejun Heo
1
-16
/
+13
2012-07-17
workqueue: perform cpu down operations from low priority cpu_notifier()
Tejun Heo
1
-1
/
+37
2012-07-13
workqueue: reimplement WQ_HIGHPRI using a separate worker_pool
Tejun Heo
1
-73
/
+27
2012-07-13
workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()
Tejun Heo
1
-70
/
+153
2012-07-12
workqueue: separate out worker_pool flags
Tejun Heo
1
-22
/
+25
2012-07-12
workqueue: use @pool instead of @gcwq or @cpu where applicable
Tejun Heo
1
-107
/
+111
2012-07-12
workqueue: factor out worker_pool from global_cwq
Tejun Heo
1
-99
/
+117
2012-07-12
workqueue: don't use WQ_HIGHPRI for unbound workqueues
Tejun Heo
1
-7
/
+11
2012-05-15
lockdep: fix oops in processing workqueue
Peter Zijlstra
1
-1
/
+3
2012-05-14
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...
Tejun Heo
1
-2
/
+7
2012-04-23
workqueue: Catch more locking problems with flush_work()
Stephen Boyd
1
-0
/
+3
2012-04-16
workqueue: change BUG_ON() to WARN_ON()
Dan Carpenter
1
-1
/
+4
2012-03-20
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-19
/
+3
2012-03-12
workqueue: use percpu allocator for cwq on UP
Lai Jiangshan
1
-19
/
+3
2012-03-02
Block: use a freezable workqueue for disk-event polling
Alan Stern
1
-1
/
+6
2012-01-10
workqueue: make alloc_workqueue() take printf fmt and args for name
Tejun Heo
1
-10
/
+22
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-09-14
workqueue: lock cwq access in drain_workqueue
Thomas Tuttle
1
-1
/
+6
2011-07-22
Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-28
/
+53
2011-05-24
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-3
/
+1
[prev]
[next]