开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
idxd
/
irq.c
Age
Commit message (
Expand
)
Author
2021-10-25
dmaengine: idxd: add halt interrupt support
Dave Jiang
2021-10-25
dmaengine: idxd: Use list_move_tail instead of list_del/list_add_tail
Bixuan Cui
2021-08-29
dmaengine: idxd: remove interrupt disable for dev_lock
Dave Jiang
2021-08-06
dmaengine: idxd: remove interrupt flag for completion list spinlock
Dave Jiang
2021-08-06
dmaengine: idxd: make I/O interrupt handler one shot
Dave Jiang
2021-08-06
dmaengine: idxd: Remove unused status variable in irq_process_work_list()
Nathan Chancellor
2021-07-29
dmaengine: idxd: fix abort status check
Dave Jiang
2021-07-21
dmaengine: idxd: remove fault processing code
Dave Jiang
2021-07-21
dmaengine: idxd: add 'struct idxd_dev' as wrapper for conf_dev
Dave Jiang
2021-07-21
Merge branch 'fixes' into next
Vinod Koul
2021-07-20
dmaengine: idxd: fix submission race window
Dave Jiang
2021-07-14
dmanegine: idxd: cleanup all device related bits after disabling device
Dave Jiang
2021-04-25
dmaengine: idxd: Enable IDXD performance monitor support
Tom Zanussi
2021-04-23
dmaengine: idxd: remove MSIX masking for interrupt handlers
Dave Jiang
2021-04-23
dmaengine: idxd: support reporting of halt interrupt
Dave Jiang
2021-04-20
dmaengine: idxd: fix cdev setup and free device lifetime issues
Dave Jiang
2021-04-20
dmaengine: idxd: fix wq conf_dev 'struct device' lifetime
Dave Jiang
2021-04-12
dmaengine: idxd: Fix clobbering of SWERR overflow bit on writeback
Dave Jiang
2021-01-17
dmaengine: idxd: fix misc interrupt completion
Dave Jiang
2021-01-17
dmaengine: idxd: Fix list corruption in description completion
Dave Jiang
2020-10-30
dmaengine: idxd: Clean up descriptors with fault error
Dave Jiang
2020-09-11
Merge tag 'v5.9-rc4' into next
Vinod Koul
2020-08-17
dmaengine: idxd: clear misc interrupt cause after read
Dave Jiang
2020-08-17
dmaengine: idxd: reset states after device disable or reset
Dave Jiang
2020-08-05
Merge branch 'for-linus' into fixes
Vinod Koul
2020-07-13
dmaengine: idxd: move idxd interrupt handling to mask instead of ignore
Dave Jiang
2020-07-13
dmaengine: idxd: add work queue drain support
Dave Jiang
2020-07-02
dmaengine: idxd: fix misc interrupt handler thread unmasking
Dave Jiang
2020-05-04
dmaengine: idxd: fix interrupt completion after unmasking
Dave Jiang
2020-01-24
dmaengine: idxd: add char driver to expose submission portal to userland
Dave Jiang
2020-01-24
dmaengine: idxd: connect idxd to dmaengine subsystem
Dave Jiang
2020-01-24
dmaengine: idxd: Init and probe for Intel data accelerators
Dave Jiang