aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_gtaskqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Extend cpuset_get/setaffinity() APIsConrad Meyer2017-05-031-4/+4
* Make gtaskqueue compatible with drm-next such that they can be used with theSean Bruno2017-03-011-0/+2
* A few more style bugs lying around in here.Sean Bruno2017-01-261-1/+3
* Replace overlooked smp_started checks and variable use in a printSean Bruno2017-01-251-3/+3
* iflib:Sean Bruno2017-01-241-6/+30
* Revert 312696 due to build tests.Sean Bruno2017-01-241-30/+6
* iflib:Sean Bruno2017-01-241-6/+30
* Remove Assert that seems to be hit in various configurations duringSean Bruno2017-01-161-1/+0
* Change startup order for the no EARLY_AP_STARTUP case to initializeSean Bruno2017-01-161-0/+1
* Fix hangs in a uniprocessor configuration (qemu, virtualbox, real hw).Sean Bruno2017-01-151-5/+5
* 2017 IFLIB updates in preparation for commits to e1000 and ixgbe.Sean Bruno2017-01-021-0/+15
* Resolve whitespace diff to NextBSD.Sean Bruno2016-10-191-6/+7
* Assert that we're assigning a non-null taskqueue.Sean Bruno2016-10-181-3/+14
* Ensure that tasks with a specific cpu set prior to smp starting getSean Bruno2016-10-181-43/+85
* Tell gtask to what we've been bound.Sean Bruno2016-10-181-0/+1
* Fix bug where malloc(.., M_NOWAIT) return value is not checked, Change toSean Bruno2016-10-111-3/+3
* Refix operation on sparse CPU mappings as in r302372, temporarily brokenNathan Whitehorn2016-08-311-2/+5
* Update iflib to support more NIC designsStephen Hurd2016-08-121-0/+864