-
- Downloads
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Pull workqueue updates from Tejun Heo: "Mostly patches to initialize workqueue subsystem earlier and get rid of keventd_up(). The patches were headed for the last merge cycle but got delayed due to a bug found late minute, which is fixed now. Also, to help debugging, destroy_workqueue() is more chatty now on a sanity check failure." * 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq: workqueue: move wq_numa_init() to workqueue_init() workqueue: remove keventd_up() debugobj, workqueue: remove keventd_up() usage slab, workqueue: remove keventd_up() usage power, workqueue: remove keventd_up() usage tty, workqueue: remove keventd_up() usage mce, workqueue: remove keventd_up() usage workqueue: make workqueue available early during boot workqueue: dump workqueue state on sanity check failures in destroy_workqueue()
No related branches found
No related tags found
Showing
- arch/x86/kernel/cpu/mcheck/mce.c 1 addition, 1 deletionarch/x86/kernel/cpu/mcheck/mce.c
- drivers/tty/vt/vt.c 0 additions, 4 deletionsdrivers/tty/vt/vt.c
- include/linux/workqueue.h 3 additions, 8 deletionsinclude/linux/workqueue.h
- init/main.c 10 additions, 0 deletionsinit/main.c
- kernel/power/qos.c 1 addition, 10 deletionskernel/power/qos.c
- kernel/workqueue.c 85 additions, 18 deletionskernel/workqueue.c
- lib/debugobjects.c 1 addition, 1 deletionlib/debugobjects.c
- mm/slab.c 1 addition, 6 deletionsmm/slab.c
Loading
Please register or sign in to comment