summaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c
Commit message (Expand)AuthorAge
* workqueue: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-27
* watchdog: Mark watchdog touch functions as notraceVincent Whitchurch2018-08-30
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-08-24
|\
| * workqueue: re-add lockdep dependencies for flushingJohannes Berg2018-08-22
| * workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg2018-08-22
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-10
|\ \
| * | scsi: zfcp: workqueue: set description for port work items with their WWPN as...Steffen Maier2018-05-18
* | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-06
|\ \ \ | |_|/ |/| |
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-06
| |/
* | workqueue: move function definitions within CONFIG_SMP blockMathieu Malaterre2018-05-23
* | workqueue: Make sure struct worker is accessible for wq_worker_comm()Tejun Heo2018-05-21
* | workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo2018-05-18
* | workqueue: Set worker->desc to workqueue name by defaultTejun Heo2018-05-18
* | workqueue: Make worker_attach/detach_pool() update worker->poolTejun Heo2018-05-18
* | workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutexTejun Heo2018-05-18
|/
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-03
|\
| * workqueue: remove the comment about the old manager_arb mutexLai Jiangshan2018-03-20
| * workqueue: fix the comments of nr_idleLai Jiangshan2018-03-20
| * RCU, workqueue: Implement rcu_workTejun Heo2018-03-19
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-20
|\ \
| * | workqueue: remove unused cancel_work()Stephen Hemminger2018-03-13
| * | workqueue: use put_device() instead of kfree()Arvind Yadav2018-03-13
| |/
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-09
|\|
| * Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-02-21
| |\
| | * workqueue: Allow retrieval of current task's work structLukas Wunner2018-02-16
* | | sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker2018-02-21
|/ /
* | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-01
|\ \
| * | staging: lustre: lnet: convert selftest to use workqueuesNeilBrown2018-01-15
| |/
* | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-01-30
|\ \
| * | workqueue: allow WQ_MEM_RECLAIM on early init workqueuesTejun Heo2018-01-08
| * | workqueue: separate out init_rescuer()Tejun Heo2018-01-08
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-30
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-03
| |\ \ | | |/ | |/|
| | * workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-04
* | | workqueue: avoid hard lockups in show_workqueue_state()Sergey Senozhatsky2018-01-12
|/ /
* | workqueue: remove unneeded kallsyms includeSergey Senozhatsky2017-12-11
* | workqueue/hotplug: remove the workaround in rebind_workers()Lai Jiangshan2017-12-04
* | workqueue/hotplug: simplify workqueue_offline_cpu()Lai Jiangshan2017-12-04
* | workqueue: respect isolated cpus when queueing an unbound workTal Shorer2017-11-27
|/
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-21
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-11-15
|\
| * workqueue: Fix comment for unbound workqueue's attrbutesWang Long2017-11-06
| * Revert "workqueue: respect isolated cpus when queueing an unbound work"Tejun Heo2017-11-03
| * workqueue: respect isolated cpus when queueing an unbound workTal Shorer2017-10-21
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\ \
| * | workqueue: Convert timers to use timer_setup() (part 2)Kees Cook2017-10-18
| * | workqueue: Convert callback to use from_timer()Kees Cook2017-10-05
| * | timer: Remove users of TIMER_DEFERRED_INITIALIZERKees Cook2017-10-05
| |/
* | workqueue: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-08