index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
workqueue: allow work_on_cpu() to be called recursively
Lai Jiangshan
2017-12-05
1
-10
/
+22
*
workqueue: move flush_scheduled_work() to workqueue.h
Lai Jiangshan
2017-12-05
1
-30
/
+0
*
kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info
Fabian Frederick
2017-12-05
1
-3
/
+3
*
workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...
Daeseok Youn
2017-12-05
1
-6
/
+2
*
workqueue: wake regular worker if need_more_worker() when rescuer leave the pool
Lai Jiangshan
2017-12-05
1
-2
/
+2
*
workqueue: alloc struct worker on its local node
Lai Jiangshan
2017-12-05
1
-4
/
+4
*
workqueue: reuse the already calculated pwq in try_to_grab_pending()
Lai Jiangshan
2017-12-05
1
-1
/
+1
*
workqueue: stronger test in process_one_work()
Lai Jiangshan
2017-12-05
1
-7
/
+1
*
workqueue: remove useless WARN_ON_ONCE()
Lai Jiangshan
2017-12-05
1
-2
/
+0
*
workqueue: sanity check pool->cpu in wq_worker_sleeping()
Lai Jiangshan
2017-12-05
1
-1
/
+1
*
workqueue: use schedule_timeout_interruptible() instead of open code
Lai Jiangshan
2017-12-05
1
-2
/
+1
*
workqueue: remove the empty check in too_many_workers()
Lai Jiangshan
2017-12-05
1
-7
/
+0
*
workqueue: use "pool->cpu < 0" to stand for an unbound pool
Lai Jiangshan
2017-12-05
1
-1
/
+1
*
workqueue: Provide destroy_delayed_work_on_stack()
Thomas Gleixner
2017-12-05
1
-0
/
+7
*
workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...
Li Bin
2017-12-05
1
-6
/
+9
*
workqueue: Fix workqueue stall issue after cpu down failure
Se Wang (Patrick) Oh
2017-12-05
1
-9
/
+15
*
workqueue: clear POOL_DISASSOCIATED in rebind_workers()
Lai Jiangshan
2017-12-05
1
-4
/
+1
*
workqueue: implicit ordered attribute should be overridable
Tejun Heo
2017-11-06
1
-4
/
+9
*
workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
Tejun Heo
2017-11-06
1
-0
/
+10
*
Get rid of __cpuinit
Moyster
2017-04-11
1
-2
/
+2
*
time: Remove CONFIG_TIMER_STATS
Kees Cook
2017-04-11
1
-2
/
+0
*
Linux 3.10.102 (accumulative patch)
Stefan Guendhoer
2016-08-26
1
-0
/
+29
*
Linux 3.10.99 (accumulative patch)
Stefan Guendhoer
2016-08-26
1
-4
/
+4
*
workqueue: make sure delayed work run in local cpu
Shaohua Li
2016-08-26
1
-4
/
+4
*
workqueue: Add system wide power_efficient workqueues
Viresh Kumar
2016-08-26
1
-1
/
+12
*
workqueues: Introduce new flag WQ_POWER_EFFICIENT for power oriented workqueues
Viresh Kumar
2016-08-26
1
-0
/
+13
*
workqueue: allow rescuer thread to do more work.
NeilBrown
2016-08-26
1
-1
/
+19
*
3.10.72 -> 3.10.73
Jan Engelmohr
2016-08-26
1
-4
/
+52
*
3.10.67 -> 3.10.68
Jan Engelmohr
2016-08-26
1
-26
/
+13
*
first commit
Meizu OpenSource
2016-08-15
1
-0
/
+5100