aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_taskqueue.c
Commit message (Expand)AuthorAgeFilesLines
...
* Various style fixes.John Baldwin2003-12-171-7/+5
* Fix a bug where the taskqueue kproc was being parented by initAlfred Perlstein2003-11-101-1/+1
* correct fast swi taskqueue spinlock name to be different from the sleep lockSam Leffler2003-09-061-1/+1
* "fast swi" taskqueue support. This is a taskqueue that uses spinlocksSam Leffler2003-09-051-0/+118
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversKenneth D. Merry2003-09-031-0/+32
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-261-2/+19
* If we fail to write to a vnode during a ktrace write, then we drop allJohn Baldwin2002-08-011-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-1/+1
* - Change the taskqueue locking to protect the necessary parts of a taskJohn Baldwin2001-10-261-36/+7
* Add locking to taskqueues. There is one mutex per task, one mutex perJohn Baldwin2001-10-261-34/+80
* remove include of ipl.h because it no longer existsAlfred Perlstein2001-05-161-1/+0
* - Catch up to the new swi API changes:John Baldwin2001-02-091-4/+4
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-3/+6
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-051-1/+1
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromJohn Baldwin2000-09-131-0/+1
* Modify to use fixed STAILQ_LAST().Jeffrey Hsu2000-08-031-1/+1
* Add taskqueue system for easy-to-use SWIs among other things.Doug Rabson2000-05-281-0/+203