summaryrefslogtreecommitdiff
path: root/drivers/virt/acrn/ioreq.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25virt: acrn: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-08-25minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+2
2023-05-09virt: acrn: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+2
2022-07-08virt: acrn: using for_each_set_bit to simplify the codeYang Yingliang1-5/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-2/+1
2021-02-09virt: acrn: Introduce I/O ranges operation interfacesShuo Liu1-0/+60
2021-02-09virt: acrn: Introduce PCI configuration space PIO accesses combinerShuo Liu1-0/+76
2021-02-09virt: acrn: Introduce I/O request managementShuo Liu1-0/+521