aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_gtaskqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Import kernel WireGuard supportMatt Macy2020-11-291-0/+13
* Remove the "config" taskqgroup and its KPIs.Mark Johnston2020-03-301-18/+0
* Simplify taskqgroup inititialization.Mark Johnston2020-03-301-243/+32
* Add flag to struct task to mark the task as requiring network epoch.Gleb Smirnoff2020-02-111-0/+13
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-3/+0
* schedlock 1/4Jeff Roberson2019-12-151-1/+0
* Some more taskqueue optimizations.Alexander Motin2019-11-011-55/+34
* Make taskqgroup_attach{,_cpu}(9) work across architecturesMarius Strobl2019-02-121-41/+36
* Drain grouptaskqueue of the gtask before detaching it.Stephen Hurd2018-10-291-2/+54
* Revert r339634.Eric Joyner2018-10-231-1/+0
* iflib: drain enqueued tasks before detaching from taskqgroupEric Joyner2018-10-231-0/+1
* [ppc] Fix kernel panic when using BOOTP_NFSROOTLeandro Lupori2018-08-091-0/+18
* iflib: mark irq allocation name parameter as constantStephen Hurd2018-05-291-3/+3
* Add taskqgroup_config_gtask_deinit to support teardown afterMatt Macy2018-05-091-0/+6
* Separate list manipulation locking from state change in multicastStephen Hurd2018-05-021-1/+11
* subr_gtaskqueue: Fix braino from r330715Conrad Meyer2018-03-101-1/+1
* subr_gtaskqueue: Fix minor leak of tq_name in error caseConrad Meyer2018-03-101-1/+3
* Fix "taskqgroup_attach: setaffinity failed: 3" with iflib driversStephen Hurd2017-10-051-1/+1
* Make struct grouptask gt_name member a char arrayStephen Hurd2017-09-231-6/+6
* Fix undeclared identifier error introduced in r323879Stephen Hurd2017-09-211-1/+1
* Improved logging of gtaskqueue failuesStephen Hurd2017-09-211-13/+25
* Fix M_GTASKQUEUE definitionStephen Hurd2017-09-211-1/+1
* Revert r323516 (iflib rollup)Stephen Hurd2017-09-161-293/+41
* Roll up iflib commits from github. This pulls in most of the work doneStephen Hurd2017-09-131-41/+293
* 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