summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2024-06-12drivers/xen: Improve the late XenStore init protocolHenry Wang1-13/+23
2024-03-06xen/events: close evtchn after mapping cleanupMaximilian Heyne1-3/+2
2024-02-05xen/gntdev: Fix the abuse of underlying struct page in DMA-buf importOleksandr Tyshchenko1-25/+25
2023-12-08xen: simplify evtchn_do_upcall() call mazeJuergen Gross2-20/+3
2023-12-08xen: Allow platform PCI interrupt to be sharedDavid Woodhouse2-6/+8
2023-12-03swiotlb-xen: provide the "max_mapping_size" methodKeith Busch1-0/+1
2023-11-28xen/events: fix delayed eoi list handlingJuergen Gross1-1/+3
2023-11-20xen-pciback: Consider INTx disabled when MSI/MSI-X is enabledMarek Marczykowski-Górecki3-25/+23
2023-11-20xenbus: fix error exit in xenbus_init()Juergen Gross1-1/+1
2023-10-10xen/events: replace evtchn_rwlock with RCUJuergen Gross1-41/+46
2023-08-03xen: speed up grant-table reclaimDemi Marie Obenour1-11/+29
2023-08-03xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini1-0/+3
2023-05-30xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()Dan Carpenter1-5/+4
2023-05-11ACPI: processor: Fix evaluating _PDC method when running as Xen dom0Roger Pau Monne1-0/+20
2023-03-10xen/grant-dma-iommu: Implement a dummy probe_device() callbackOleksandr Tyshchenko1-2/+9
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-4/+4
2023-02-09fix "direction" argument of iov_iter_kvec()Al Viro1-4/+4
2023-02-01xen/pvcalls: free active map buffer on pvcalls_front_free_mapOleksii Moisieiev1-1/+3
2022-12-31xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()Harshit Mogalapalli1-1/+1
2022-11-16Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+14
2022-11-15xen/platform-pci: use define instead of literal numberJuergen Gross1-1/+2
2022-11-14xen/platform-pci: add missing free_irq() in error pathruanjinjie1-2/+5
2022-11-14xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL tooMarek Marczykowski-Górecki1-3/+6
2022-11-14xen/pcpu: fix possible memory leak in register_pcpu()Yang Yingliang1-1/+1
2022-10-22Merge tag 'for-linus-6.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+15
2022-10-14xen/virtio: Convert PAGE_SIZE/PAGE_SHIFT/PFN_UP to Xen counterpartsOleksandr Tyshchenko1-12/+12
2022-10-14xen/virtio: Handle cases when page offset > PAGE_SIZE properlyOleksandr Tyshchenko1-3/+6
2022-10-13Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-74/+125
2022-10-12xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum"Colin Ian King1-1/+1
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-10-10xen/virtio: enable grant based virtio on x86Juergen Gross1-1/+11
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+0
2022-10-07xen/virtio: use dom0 as default backend for CONFIG_XEN_VIRTIO_FORCE_GRANTJuergen Gross1-0/+3
2022-10-07xen/virtio: restructure xen grant dma setupJuergen Gross1-25/+43
2022-10-06xen/gntdev: Accommodate VMA splittingM. Vefa Bicakci2-34/+27
2022-10-06xen/gntdev: Prevent leaking grantsM. Vefa Bicakci1-5/+17
2022-10-06xen/virtio: Fix potential deadlock when accessing xen_grant_dma_devicesOleksandr Tyshchenko1-5/+19
2022-10-06xen/virtio: Fix n_pages calculation in xen_grant_dma_map(unmap)_page()Oleksandr Tyshchenko1-2/+3
2022-10-06xen/xenbus: Fix spelling mistake "hardward" -> "hardware"Colin Ian King1-1/+1
2022-09-27xen: use vma_lookup() in privcmd_ioctl_mmap()Liam R. Howlett1-1/+1
2022-09-23Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+6
2022-09-16xen/xenbus: fix xenbus_setup_ring()Juergen Gross1-3/+6
2022-09-07scsi: xen: Drop use of internal host codesMike Christie1-12/+0
2022-09-03Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2022-09-02xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter1-0/+3
2022-08-28Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-12/+13
2022-08-25xen/privcmd: fix error exit of privcmd_ioctl_dm_op()Juergen Gross1-10/+11
2022-08-25xen: move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-9/+50
2022-08-12xen/pciback: Fix comment typoJason Wang1-1/+1