aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/interrupt.h
Commit message (Expand)AuthorAgeFilesLines
* kern/intr: redeclare intr_setaffinity()'s third arg constantElliott Mitchell2024-05-091-1/+1
* LinuxKPI: Remove sys/rman.h include from LKPI headers.Vladimir Kondratyev2023-12-241-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* linuxkpi: Define `IRQ_NOTCONNECTED`Jean-Sébastien Pédron2023-02-131-0/+2
* LinuxKPI: const argument to irq_set_affinity_hint()Bjoern A. Zeeb2023-02-051-2/+2
* LinuxKPI: interrupt.h: add disable_irq_nosync(), irq_set_status_flags()Bjoern A. Zeeb2023-02-051-0/+14
* linuxkpi: Define `tasklet_unlock_spin_wait()` as `tasklet_unlock_wait()`Jean-Sébastien Pédron2023-01-251-0/+1
* LinuxKPI: implement irq_get_msi_desc()Bjoern A. Zeeb2023-01-131-0/+7
* LinuxKPI: tasklet add (*callback) supportBjoern A. Zeeb2022-11-081-0/+9
* LinuxKPI: add devm_request_irq()Bjoern A. Zeeb2022-11-071-0/+8
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: Hide some internal symbols in linux_interrupt.cVladimir Kondratyev2021-09-291-5/+0
* LinuxKPI: Remove FreeBSD struct resource from all LKPI headersVladimir Kondratyev2021-09-291-151/+17
* LinuxKPI: enhance the irq KPI for managed and threaded operations.Bjoern A. Zeeb2021-06-181-17/+80
* LinuxKPI: add irq_set_affinity_hint()Bjoern A. Zeeb2021-05-251-0/+16
* linuxkpi: Introduce tasklet_disable_nosync()Neel Chauhan2021-04-281-0/+1
* Fix broken DECLARE_TASKLET() macro after r347852.Hans Petter Selasky2019-09-111-2/+2
* Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.Hans Petter Selasky2019-08-141-2/+4
* LinuxKPI: Updates to tasklets for Linux 5.0.Johannes Lundberg2019-05-161-1/+7
* Move the IRQ_RETVAL() and irqreturn definitions to irqreturn.h in theHans Petter Selasky2018-02-171-2/+1
* Add checks for valid IRQ tag before setting up or tearing down an interruptHans Petter Selasky2018-02-171-3/+5
* Implement tasklet_enable() and tasklet_disable() in the LinuxKPI.Hans Petter Selasky2018-02-161-0/+2
* Implement enable_irq() and disable_irq() in the LinuxKPI.Hans Petter Selasky2018-02-161-0/+32
* Add support for LinuxKPI tasklets.Hans Petter Selasky2017-02-211-0/+21
* Prefix some _pci_xxx() functions in the Linux KPI with linux_ and makeHans Petter Selasky2016-12-091-6/+6
* LinuxKPI style changes:Hans Petter Selasky2016-01-081-15/+8
* Make all the LinuxKPI include files compile standalone.Hans Petter Selasky2015-11-031-1/+1
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+158