aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/gasket_interrupt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-18staging: gasket: gasket_interuppt.c: Fix string split issue.Sanjana Sanikommu1-4/+2
2019-01-22staging: gasket: interrupt: remove unused including <linux/version.h>Yue Haibing1-1/+0
2018-11-05staging: gasket: use sizeof(*p) for memory allocationKimberly Brown1-9/+8
2018-09-18staging: gasket: interrupt: remove PCI-MSIX-specific status checkTodd Poynor1-5/+0
2018-08-27staging: gasket: interrupt: remove unimplemented interrupt typesTodd Poynor1-33/+1
2018-08-27staging: gasket: interrupt: simplify interrupt init parametersTodd Poynor1-14/+13
2018-08-27staging: gasket: interrupt: refactor PCI MSIX-specific handler codeTodd Poynor1-23/+25
2018-08-08staging: gasket: remove some extra semicolonzhong jiang1-3/+3
2018-08-01staging: gasket: interrupt: fix function param line continuation styleTodd Poynor1-39/+34
2018-08-01staging: gasket: interrupt: remove static function forward declarationsTodd Poynor1-257/+242
2018-07-30staging: gasket: interrupt: simplify comments for static functionsTodd Poynor1-17/+1
2018-07-27staging: gasket: interrupt: convert to standard loggingTodd Poynor1-35/+32
2018-07-24staging: gasket: interrupts: convert various logs to debug levelTodd Poynor1-12/+12
2018-07-14staging: gasket: remove gasket_interrupt_get_msix_entries()Greg Kroah-Hartman1-6/+0
2018-07-14staging: gasket: remove gasket_interrupt_trigger_eventfd()Greg Kroah-Hartman1-12/+0
2018-07-14staging: gasket: remove gasket_interrupt_get_eventfd_ctxs()Greg Kroah-Hartman1-7/+0
2018-07-14staging: gasket: remove pointless gasket_interrupt_pause()Greg Kroah-Hartman1-18/+0
2018-07-12staging: gasket: remove redundant license informationGreg Kroah-Hartman1-11/+1
2018-07-12staging: gasket: add SPDX identifiers to all files.Greg Kroah-Hartman1-0/+1
2018-07-06Staging: Gasket: fix a couple off by one bugsDan Carpenter1-2/+2
2018-07-06drivers/staging/gasket: Use 2-factor allocator callsKees Cook1-6/+9
2018-07-02drivers/staging: Gasket driver framework + Apex driverSimon Que1-0/+638