summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/src/linux_tasklet.c
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-11-08LinuxKPI: tasklet add (*callback) supportBjoern A. Zeeb
2021-05-21Make sure all tasklets are drained before unloading the LinuxKPI.Hans Petter Selasky
2021-04-28linuxkpi: Introduce tasklet_disable_nosync()Neel Chauhan
2019-05-16LinuxKPI: Fix build on powerpc/sparc.Johannes Lundberg
2019-05-16LinuxKPI: Updates to tasklets for Linux 5.0.Johannes Lundberg
2019-02-12Make taskqgroup_attach{,_cpu}(9) work across architecturesMarius Strobl
2018-07-05Create a new macro for static DPCPU data.Andrew Turner
2018-02-16Implement tasklet_enable() and tasklet_disable() in the LinuxKPI.Hans Petter Selasky
2017-09-18The LinuxKPI atomics do not have acquire nor release semantics unlessHans Petter Selasky
2017-08-18Move some other SI_SUB_INIT_IF initializations to SI_SUB_TASKQConrad Meyer
2017-03-07Use grouptaskqueue for tasklets in the LinuxKPI.Hans Petter Selasky
2017-02-21Add support for LinuxKPI tasklets.Hans Petter Selasky