Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
6c118e43dc513a7118b49b9ff953fe61e14515dc
/
kernel
/
workqueue.c
cde5353
Christoph has moved
by Christoph Lameter
· 16 years ago
8a3e77c
workqueue: remove redundant function invocation
by Andrew Liu
· 17 years ago
af1f16d
kernel: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
1e35eaa
cleanup_workqueue_thread: remove the unneeded "cpu" parameter
by Oleg Nesterov
· 17 years ago
00dfcaf
workqueues: shrink cpu_populated_map when CPU dies
by Oleg Nesterov
· 17 years ago
d59b949
timer_list: add annotations to workqueue.c
by Pavel Machek
· 17 years ago
6d141c3
workqueue: make delayed_work_timer_fn() static
by Li Zefan
· 17 years ago
7ad5b3a
kernel: remove fastcall in kernel/*
by Harvey Harrison
· 17 years ago
95402b3
cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()
by Gautham R Shenoy
· 17 years ago
eb13ba8
lockdep: fix workqueue creation API lockdep interaction
by Johannes Berg
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
4e6045f
workqueue: debug flushing deadlocks with lockdep
by Johannes Berg
· 17 years ago
d243769
fix bogus hotplug cpu warning
by Hugh Dickins
· 17 years ago
13c2216
destroy_workqueue() can livelock
by Oleg Nesterov
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
1f1f642
make cancel_xxx_work_sync() return a boolean
by Oleg Nesterov
· 17 years ago
f5a421a
rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()
by Oleg Nesterov
· 17 years ago
1444196
simplify cleanup_workqueue_thread()
by Oleg Nesterov
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
6e84d64
make cancel_rearming_delayed_work() reliable
by Oleg Nesterov
· 18 years ago
5de18d1
worker_thread: don't play with SIGCHLD and numa policy
by Oleg Nesterov
· 18 years ago
28e53bd
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
by Oleg Nesterov
· 18 years ago
85f4186
worker_thread: fix racy try_to_freeze() usage
by Oleg Nesterov
· 18 years ago
b9aac8e
worker_thread: don't play with signals
by Oleg Nesterov
· 18 years ago
23b2e59
workqueue: kill NOAUTOREL works
by Oleg Nesterov
· 18 years ago
1634c48
make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq
by Oleg Nesterov
· 18 years ago
a848e3b
workqueue: introduce wq_per_cpu() helper
by Oleg Nesterov
· 18 years ago
63bc036
unify queue_delayed_work() and queue_delayed_work_on()
by Oleg Nesterov
· 18 years ago
ed7c0fe
make queue_delayed_work() friendly to flush_fork()
by Oleg Nesterov
· 18 years ago
06ba38a
workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINE
by Oleg Nesterov
· 18 years ago
c12920d
workqueue: make init_workqueues() __init
by Oleg Nesterov
· 18 years ago
cce1a16
workqueue: introduce workqueue_struct->singlethread
by Oleg Nesterov
· 18 years ago
b1f4ec1
workqueue: introduce cpu_singlethread_map
by Oleg Nesterov
· 18 years ago
dfb4b82
workqueue: make cancel_rearming_delayed_workqueue() work on idle dwork
by Oleg Nesterov
· 18 years ago
f293ea9
workqueue: don't save interrupts in run_workqueue()
by Oleg Nesterov
· 18 years ago
7097a87
workqueue: kill run_scheduled_work()
by Oleg Nesterov
· 18 years ago
3af24433
workqueue: don't migrate pending works from the dead CPU
by Oleg Nesterov
· 18 years ago
36aa9df
workqueue: don't clear cwq->thread until it exits
by Oleg Nesterov
· 18 years ago
d721304
workqueue: fix flush_workqueue() vs CPU_DEAD race
by Oleg Nesterov
· 18 years ago
319c2a9
workqueue: fix freezeable workqueues implementation
by Oleg Nesterov
· 18 years ago
83c2252
flush_cpu_workqueue: don't flush an empty ->worklist
by Oleg Nesterov
· 18 years ago
edab251
flush_workqueue(): use preempt_disable to hold off cpu hotplug
by Andrew Morton
· 18 years ago
b89deed
implement flush_work()
by Oleg Nesterov
· 18 years ago
fc2e4d7
reimplement flush_workqueue()
by Oleg Nesterov
· 18 years ago
e18f3ff
schedule_on_each_cpu(): use preempt_disable()
by Andrew Morton
· 18 years ago
82f67cd
[PATCH] Add debugging feature /proc/timer_stat
by Ingo Molnar
· 18 years ago
72fd4a3
[PATCH] Numerous fixes to kernel-doc info in source files.
by Robert P. J. Day
· 18 years ago
af9997e
[PATCH] fix kernel-doc warnings in 2.6.20-rc1
by Randy Dunlap
· 18 years ago
9bfb183
[PATCH] workqueue: fix schedule_on_each_cpu()
by Ingo Molnar
· 18 years ago
a08727b
Make workqueue bit operations work on "atomic_long_t"
by Linus Torvalds
· 18 years ago
4594bf1
[PATCH] WorkStruct: Use direct assignment rather than cmpxchg()
by David Howells
· 18 years ago
68380b5
Add "run_scheduled_work()" workqueue function
by Linus Torvalds
· 18 years ago
02316067
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
by Ingo Molnar
· 18 years ago
d5abe66
[PATCH] debug: workqueue locking sanity
by Peter Zijlstra
· 18 years ago
341a595
[PATCH] Support for freezeable workqueues
by Rafael J. Wysocki
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
365970a
WorkStruct: Merge the pending bit into the wq_data pointer
by David Howells
· 18 years ago
6bb49e5
WorkStruct: Typedef the work function prototype
by David Howells
· 18 years ago
52bad64
WorkStruct: Separate delayable and non-delayable events.
by David Howells
· 18 years ago
057647f
[PATCH] workqueue: update kerneldoc
by Alan Stern
· 18 years ago
4693402
[PATCH] mm: kevent threads: use MPOL_DEFAULT
by Christoph Lameter
· 18 years ago
9f5d785
remove duplicate "until" from kernel/workqueue.c
by Rolf Eike Beer
· 18 years ago
9b41ea7
[PATCH] workqueue: remove lock_cpu_hotplug()
by Andrew Morton
· 18 years ago
0fcb78c
[PATCH] Add DocBook documentation for workqueue functions
by Rolf Eike Beer
· 18 years ago
ca78f6b
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 18 years ago
36c8b58
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
by Ingo Molnar
· 18 years ago
ae90dd5
Move workqueue exports to where the functions are defined.
by Dave Jones
· 18 years ago
7a6bc1c
[CPUFREQ] Add queue_delayed_work_on() interface for workqueues.
by Venkatesh Pallipadi
· 18 years ago
9c7b216
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
by Chandra Seetharaman
· 18 years ago
fc75cdf
[PATCH] cpu hotplug: fix CPU_UP_CANCEL handling
by Heiko Carstens
· 19 years ago
b613677
[PATCH] schedule_on_each_cpu(): reduce kmalloc() size
by Andrew Morton
· 19 years ago
626ab0e
[PATCH] list: use list_replace_init() instead of list_splice_init()
by Oleg Nesterov
· 19 years ago
83d722f
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
by Chandra Seetharaman
· 19 years ago
1fa44ec
[SCSI] add execute_in_process_context() API
by James Bottomley
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
f756d5e
[PATCH] fix workqueue oops during cpu offline
by Nathan Lynch
· 19 years ago
676121f
[PATCH] Unchecked alloc_percpu() return in __create_workqueue()
by Ben Collins
· 19 years ago
15316ba
[PATCH] add schedule_on_each_cpu()
by Christoph Lameter
· 19 years ago
bce61dd
[PATCH] Fix hardcoded cpu=0 in workqueue for per_cpu_ptr() calls
by Ben Collins
· 19 years ago
a4c4af7
[PATCH] cpu hoptlug: avoid usage of smp_processor_id() in preemptible code
by Heiko Carstens
· 19 years ago
89ada67
[PATCH] Use alloc_percpu to allocate workqueues locally
by Christoph Lameter
· 19 years ago
dd39271
[PATCH] introduce and use kzalloc
by Pekka J Enberg
· 19 years ago
230649d
[PATCH] create_workqueue_thread() signedness fix
by Mika Kukkonen
· 19 years ago
6068674
[PATCH] remove name length check in a workqueue
by James Bottomley
· 19 years ago
81ddef7
[PATCH] re-export cancel_rearming_delayed_workqueue
by James Bottomley
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago