summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/interrupt.h
AgeCommit message (Expand)Author
2024-05-09kern/intr: redeclare intr_setaffinity()'s third arg constantElliott Mitchell
2023-12-24LinuxKPI: Remove sys/rman.h include from LKPI headers.Vladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-13linuxkpi: Define `IRQ_NOTCONNECTED`Jean-Sébastien Pédron
2023-02-05LinuxKPI: const argument to irq_set_affinity_hint()Bjoern A. Zeeb
2023-02-05LinuxKPI: interrupt.h: add disable_irq_nosync(), irq_set_status_flags()Bjoern A. Zeeb
2023-01-25linuxkpi: Define `tasklet_unlock_spin_wait()` as `tasklet_unlock_wait()`Jean-Sébastien Pédron
2023-01-13LinuxKPI: implement irq_get_msi_desc()Bjoern A. Zeeb
2022-11-08LinuxKPI: tasklet add (*callback) supportBjoern A. Zeeb
2022-11-07LinuxKPI: add devm_request_irq()Bjoern A. Zeeb
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-09-29LinuxKPI: Hide some internal symbols in linux_interrupt.cVladimir Kondratyev
2021-09-29LinuxKPI: Remove FreeBSD struct resource from all LKPI headersVladimir Kondratyev
2021-06-18LinuxKPI: enhance the irq KPI for managed and threaded operations.Bjoern A. Zeeb
2021-05-25LinuxKPI: add irq_set_affinity_hint()Bjoern A. Zeeb
2021-04-28linuxkpi: Introduce tasklet_disable_nosync()Neel Chauhan
2019-09-11Fix broken DECLARE_TASKLET() macro after r347852.Hans Petter Selasky
2019-08-14Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.Hans Petter Selasky
2019-05-16LinuxKPI: Updates to tasklets for Linux 5.0.Johannes Lundberg
2018-02-17Move the IRQ_RETVAL() and irqreturn definitions to irqreturn.h in theHans Petter Selasky
2018-02-17Add checks for valid IRQ tag before setting up or tearing down an interruptHans Petter Selasky
2018-02-16Implement tasklet_enable() and tasklet_disable() in the LinuxKPI.Hans Petter Selasky
2018-02-16Implement enable_irq() and disable_irq() in the LinuxKPI.Hans Petter Selasky
2017-02-21Add support for LinuxKPI tasklets.Hans Petter Selasky
2016-12-09Prefix some _pci_xxx() functions in the Linux KPI with linux_ and makeHans Petter Selasky
2016-01-08LinuxKPI style changes:Hans Petter Selasky
2015-11-03Make all the LinuxKPI include files compile standalone.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky