aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/gtaskqueue.h
Commit message (Expand)AuthorAgeFilesLines
* Import kernel WireGuard supportMatt Macy2020-11-291-0/+1
* Remove the "config" taskqgroup and its KPIs.Mark Johnston2020-03-301-3/+0
* Simplify taskqgroup inititialization.Mark Johnston2020-03-301-11/+8
* Add flag to struct task to mark the task as requiring network epoch.Gleb Smirnoff2020-02-111-5/+1
* Make taskqgroup_attach{,_cpu}(9) work across architecturesMarius Strobl2019-02-121-13/+29
* Drain grouptaskqueue of the gtask before detaching it.Stephen Hurd2018-10-291-1/+4
* iflib: mark irq allocation name parameter as constantStephen Hurd2018-05-291-2/+2
* Add taskqgroup_config_gtask_deinit to support teardown afterMatt Macy2018-05-091-0/+1
* Separate list manipulation locking from state change in multicastStephen Hurd2018-05-021-1/+3
* Update Matthew Macy contact infoStephen Hurd2017-12-191-1/+1
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-0/+2
* Revert r323516 (iflib rollup)Stephen Hurd2017-09-161-26/+11
* Roll up iflib commits from github. This pulls in most of the work doneStephen Hurd2017-09-131-11/+26
* Move some other SI_SUB_INIT_IF initializations to SI_SUB_TASKQConrad Meyer2017-08-181-17/+1
* Make gtaskqueue compatible with drm-next such that they can be used with theSean Bruno2017-03-011-0/+1
* Shoot a couple of style bugs down in the macro declarations.Sean Bruno2017-01-261-5/+2
* Resolve a non-fatal syntax warning left in by a trailing ;Sean Bruno2017-01-251-2/+2
* iflib:Sean Bruno2017-01-241-16/+4
* Revert 312696 due to build tests.Sean Bruno2017-01-241-4/+16
* iflib:Sean Bruno2017-01-241-16/+4
* Adjust gtaskqueue startup again so that we catch the !SMP case andSean Bruno2017-01-191-6/+19
* Change startup order for the no EARLY_AP_STARTUP case to initializeSean Bruno2017-01-161-1/+1
* Fix a variety of cosmetic typos and misspellingsConrad Meyer2017-01-151-1/+1
* Update iflib to support more NIC designsStephen Hurd2016-08-121-0/+125