taskqueue -- Register swi_taskq_mp as an MP-safe SWI.
[dragonfly.git] / sys / kern / subr_taskqueue.c
2011-12-28 Venkatesh Srinivastaskqueue -- Register swi_taskq_mp as an MP-safe SWI.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-10-28 Sepherosa Ziehauswi: Pass cpuid to swi register and unregister
2011-05-10 Sascha Wildnertaskqueue: Fix error message.
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2009-10-02 Alex Hornungtaskqueue - Beautify thread names
2009-10-02 Alex Hornungtaskqueue - Mark taskq threads MPSAFE again
2009-10-02 Matthew Dillontaskq - Fix SMP spinlock recursion
2009-10-02 Matthew Dillontaskq - Fix SMP panic due to incorrect lwkt_setpri...
2009-10-02 Alex Hornungtaskqueue - Improve _start_threads, refactor code
2009-09-30 Matthew Dillonkernel - add missing M_ZERO in taskqueue_create()
2009-09-30 Alex Hornungtaskqueue - Major overhaul
2008-06-07 Michael NeumannUse NULL instead of 0.
2007-02-24 Simon SchubertFix taskqueues to truely work on SMP systems.
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-09-21 Jeffrey HsuGive each CPU its own taskqueue thread so per-cpu data...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2003-12-29 Matthew DillonSynchronize the USB, CAM, and TASKQUEUE subsystems...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: