index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
drivers
/
virt-pci.c
Age
Commit message (
Expand
)
Author
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-07-22
Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
2024-06-17
_PATCH_19_23_um_virt_pci_Use_irq_domain_instantiate_
Herve Codina
2024-05-22
um: virt-pci: drop owner assignment
Krzysztof Kozlowski
2024-01-04
um: virt-pci: fix platform map offset
Vincent Whitchurch
2023-08-26
um: virt-pci: fix missing declaration warning
Vincent Whitchurch
2023-02-13
um: virt-pci: properly remove PCI device from bus
Benjamin Berg
2023-02-13
um: virtio_uml: free command if adding to virtqueue failed
Benjamin Berg
2023-02-13
virt-pci: add platform bus support
Vincent Whitchurch
2023-02-13
um-virt-pci: Make max delay configurable
Vincent Whitchurch
2023-02-13
um: virt-pci: implement pcibios_get_phb_of_node()
Vincent Whitchurch
2022-12-02
um: virt-pci: Avoid GCC non-NULL warning
Kees Cook
2022-09-19
um: virt-pci: add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
2022-06-10
um: virt-pci: set device ready in probe()
Vincent Whitchurch
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
2021-12-21
um: virt-pci: Fix 32-bit compile
Johannes Berg
2021-08-26
um: virt-pci: don't do DMA from stack
Johannes Berg
2021-08-26
um: make PCI emulation driver init/exit static
Johannes Berg
2021-06-17
um: virtio/pci: enable suspend/resume
Johannes Berg
2021-06-17
um: add PCI over virtio emulation driver
Johannes Berg