summaryrefslogtreecommitdiffstats
path: root/drivers/virt/acrn/ioreq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-251-2/+2
* virt: acrn: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-091-2/+2
* virt: acrn: using for_each_set_bit to simplify the codeYang Yingliang2022-07-081-5/+1
* all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-2/+1
* virt: acrn: Introduce I/O ranges operation interfacesShuo Liu2021-02-091-0/+60
* virt: acrn: Introduce PCI configuration space PIO accesses combinerShuo Liu2021-02-091-0/+76
* virt: acrn: Introduce I/O request managementShuo Liu2021-02-091-0/+521