Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fe990cea8ed5563af1f3e646d2d06c6c93c0399d
/
kernel
/
workqueue.c
d92cd81
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 7 years ago
f75da8a
workqueue: remove the comment about the old manager_arb mutex
by Lai Jiangshan
· 7 years ago
5826cc8
workqueue: fix the comments of nr_idle
by Lai Jiangshan
· 7 years ago
10c18c4
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 7 years ago
05f0fe6
RCU, workqueue: Implement rcu_work
by Tejun Heo
· 7 years ago
6417250
workqueue: remove unused cancel_work()
by Stephen Hemminger
· 7 years ago
537f414
workqueue: use put_device() instead of kfree()
by Arvind Yadav
· 7 years ago
fc4c5a3
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 7 years ago
dfe8db2
Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 7 years ago
1bda3f8
sched/isolation: Isolate workqueues when "nohz_full=" is set
by Frederic Weisbecker
· 7 years ago
27d4ee0
workqueue: Allow retrieval of current task's work struct
by Lukas Wunner
· 7 years ago
5d8515b
Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
f8cc87b
Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 7 years ago
d772794
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
6106c0f
staging: lustre: lnet: convert selftest to use workqueues
by NeilBrown
· 7 years ago
62635ea
workqueue: avoid hard lockups in show_workqueue_state()
by Sergey Senozhatsky
· 7 years ago
40c17f7
workqueue: allow WQ_MEM_RECLAIM on early init workqueues
by Tejun Heo
· 7 years ago
983c751
workqueue: separate out init_rescuer()
by Tejun Heo
· 7 years ago
475c5ee
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 7 years ago
01dfee9
workqueue: remove unneeded kallsyms include
by Sergey Senozhatsky
· 7 years ago
62408c1
workqueue/hotplug: remove the workaround in rebind_workers()
by Lai Jiangshan
· 7 years ago
e8b3f8d
workqueue/hotplug: simplify workqueue_offline_cpu()
by Lai Jiangshan
· 7 years ago
a7e6425
workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()
by Paul E. McKenney
· 7 years ago
c98a980
workqueue: respect isolated cpus when queueing an unbound work
by Tal Shorer
· 7 years ago
841b86f
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
by Kees Cook
· 7 years ago
0be5003
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 7 years ago
2bcc673
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8e8eb73
workqueue: Use lockdep to assert IRQs are disabled/enabled
by Frederic Weisbecker
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
9a19b46
workqueue: Fix comment for unbound workqueue's attrbutes
by Wang Long
· 7 years ago
edbfd91
Revert "workqueue: respect isolated cpus when queueing an unbound work"
by Tejun Heo
· 7 years ago
fd1a5b0
workqueue: Remove now redundant lock acquisitions wrt. workqueue flushes
by Byungchul Park
· 7 years ago
c95491e
locking/atomics, workqueue: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
b514987
workqueue: respect isolated cpus when queueing an unbound work
by Tal Shorer
· 7 years ago
32a6c72
workqueue: Convert timers to use timer_setup() (part 2)
by Kees Cook
· 7 years ago
692b482
workqueue: replace pool->manager_arb mutex with a flag
by Tejun Heo
· 7 years ago
8c20feb
workqueue: Convert callback to use from_timer()
by Kees Cook
· 7 years ago
5cd79d6
timer: Remove users of TIMER_DEFERRED_INITIALIZER
by Kees Cook
· 7 years ago
9954d48
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 7 years ago
058fc47
Merge branch 'for-4.13-fixes' into for-4.14
by Tejun Heo
· 7 years ago
f52be57
locking/lockdep: Untangle xhlock history save/restore from task independence
by Peter Zijlstra
· 7 years ago
e6f3faa
locking/lockdep: Fix workqueue crossrelease annotation
by Peter Zijlstra
· 7 years ago
a1d1493
workqueue/lockdep: 'Fix' flush_work() annotation
by Peter Zijlstra
· 7 years ago
c5a94a6
workqueue: Use TASK_IDLE
by Peter Zijlstra
· 7 years ago
52fa5bc
locking/lockdep: Explicitly initialize wq_barrier::done::map
by Boqun Feng
· 7 years ago
b09be67
locking/lockdep: Implement the 'crossrelease' feature
by Byungchul Park
· 7 years ago
9a26149
workqueue: fix path to documentation
by Benjamin Peterson
· 7 years ago
1ad0f0a
workqueue: Work around edge cases for calc of pool's cpumask
by Michael Bringmann
· 7 years ago
0a94efb
workqueue: implicit ordered attribute should be overridable
by Tejun Heo
· 7 years ago
5c0338c
workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
by Tejun Heo
· 7 years ago
ac6424b
sched/wait: Rename wait_queue_t => wait_queue_entry_t
by Ingo Molnar
· 8 years ago
3527d3e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
ad1490b
Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 8 years ago
0e8d6a9
workqueue: Provide work_on_cpu_safe()
by Thomas Gleixner
· 8 years ago
c30fb26
workqueue: use setup_deferrable_timer
by Geliang Tang
· 8 years ago
637fdba
workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq
by Tejun Heo
· 8 years ago
dfb4357
time: Remove CONFIG_TIMER_STATS
by Kees Cook
· 8 years ago
8bc4a04
Merge branch 'for-4.9' into for-4.10
by Tejun Heo
· 8 years ago
2186d9f
workqueue: move wq_numa_init() to workqueue_init()
by Tejun Heo
· 8 years ago
e700591
kthread: rename probe_kthread_data() to kthread_probe_data()
by Petr Mladek
· 8 years ago
863b710
workqueue: remove keventd_up()
by Tejun Heo
· 8 years ago
3347fa0
workqueue: make workqueue available early during boot
by Tejun Heo
· 8 years ago
fa07fb6
workqueue: dump workqueue state on sanity check failures in destroy_workqueue()
by Tejun Heo
· 8 years ago
f72b879
workqueue: add cancel_work()
by Jens Axboe
· 8 years ago
a6408f6
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
7f234a4
Merge branches 'pm-sleep' and 'pm-tools'
by Rafael J. Wysocki
· 8 years ago
7ee681b
workqueue: Convert to state machine callbacks
by Thomas Gleixner
· 8 years ago
7b776af
PM / suspend: show workqueue state in suspend flow
by Roger Lu
· 9 years ago
d945b5e
workqueue: Fix setting affinity of unbound worker threads
by Peter Zijlstra
· 9 years ago
b9fdac7f
debugobjects: insulate non-fixup logic related to static obj from fixup callbacks
by Du, Changbin
· 9 years ago
02a982a
workqueue: update debugobjects fixup callbacks return type
by Du, Changbin
· 9 years ago
da92223
Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 9 years ago
f7c17d2
workqueue: fix rebind bound workers warning
by Wanpeng Li
· 9 years ago
b75a2bf
Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 9 years ago
346c09f
workqueue: fix ghost PENDING flag while doing MQ IO
by Roman Pen
· 9 years ago
ef504fa
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 9 years ago
2552821
tags: Fix DEFINE_PER_CPU expansions
by Peter Zijlstra
· 9 years ago
22aceb3
workqueue: Fix comment for work_on_cpu()
by Anna-Maria Gleixner
· 9 years ago
9b7f659
sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()
by Alexander Gordeev
· 9 years ago
23217b4
workqueue: Replace usage of init_name with dev_set_name()
by Lars-Peter Clausen
· 9 years ago
d6e022f
workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
by Tejun Heo
· 9 years ago
f303fccb
workqueue: implement "workqueue.debug_force_rr_cpu" debug feature
by Tejun Heo
· 9 years ago
ef557180
workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUs
by Mike Galbraith
· 9 years ago
041bd12
Revert "workqueue: make sure delayed work run in local cpu"
by Tejun Heo
· 9 years ago
23d11a5
workqueue: skip flush dependency checks for legacy workqueues
by Tejun Heo
· 9 years ago
6201171
workqueue: simplify the apply_workqueue_attrs_locked()
by wanghaibin
· 9 years ago
82607adc
workqueue: implement lockup detector
by Tejun Heo
· 9 years ago
fca839c
workqueue: warn if memory reclaim tries to flush !WQ_MEM_RECLAIM workqueue
by Tejun Heo
· 9 years ago
e25ac7d
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 9 years ago
e2273584
workqueue: Allocate the unbound pool using local node memory
by Xunlei Pang
· 9 years ago
874bbfe
workqueue: make sure delayed work run in local cpu
by Shaohua Li
· 9 years ago
7d3e2eb
Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 9 years ago
a1d8561
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
25834c7
sched: Fix a race between __kthread_bind() and sched_setaffinity()
by Peter Zijlstra
· 10 years ago
1dadafa
workqueue: Make flush_workqueue() available again to non GPL modules
by Tim Gardner
· 9 years ago
f78f5b9
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
by Paul E. McKenney
· 10 years ago
02201e3
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
402dd89
workqueue: fix typos in comments
by Shailendra Verma
· 10 years ago
552f530
kernel/workqueue.c: remove ifdefs over wq_power_efficient
by Luis R. Rodriguez
· 10 years ago
37b1ef3
workqueue: move flush_scheduled_work() to workqueue.h
by Lai Jiangshan
· 10 years ago
Next »