summaryrefslogtreecommitdiffstats
path: root/drivers/virt/acrn/ioreq.c
Commit message (Expand)AuthorAgeFilesLines
* virt: acrn: replace deprecated strncpy with strscpyJustin Stitt2024-04-241-1/+1
* minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-2/+2
* virt: acrn: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-081-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