summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: simplify evtchn_do_upcall() call mazeJuergen Gross2023-12-082-20/+3
* xen: Allow platform PCI interrupt to be sharedDavid Woodhouse2023-12-082-6/+8
* swiotlb-xen: provide the "max_mapping_size" methodKeith Busch2023-12-031-0/+1
* xen/events: fix delayed eoi list handlingJuergen Gross2023-11-281-1/+3
* xen-pciback: Consider INTx disabled when MSI/MSI-X is enabledMarek Marczykowski-Górecki2023-11-203-25/+23
* xenbus: fix error exit in xenbus_init()Juergen Gross2023-11-201-1/+1
* xen/events: replace evtchn_rwlock with RCUJuergen Gross2023-10-101-41/+46
* xen: speed up grant-table reclaimDemi Marie Obenour2023-08-031-11/+29
* xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini2023-08-031-0/+3
* xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()Dan Carpenter2023-05-301-5/+4
* ACPI: processor: Fix evaluating _PDC method when running as Xen dom0Roger Pau Monne2023-05-111-0/+20
* xen/grant-dma-iommu: Implement a dummy probe_device() callbackOleksandr Tyshchenko2023-03-101-2/+9
* use less confusing names for iov_iter direction initializersAl Viro2023-02-091-4/+4
* fix "direction" argument of iov_iter_kvec()Al Viro2023-02-091-4/+4
* xen/pvcalls: free active map buffer on pvcalls_front_free_mapOleksii Moisieiev2023-02-011-1/+3
* xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()Harshit Mogalapalli2022-12-311-1/+1
* Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-163-7/+14
|\
| * xen/platform-pci: use define instead of literal numberJuergen Gross2022-11-151-1/+2
| * xen/platform-pci: add missing free_irq() in error pathruanjinjie2022-11-141-2/+5
| * xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL tooMarek Marczykowski-Górecki2022-11-141-3/+6
| * xen/pcpu: fix possible memory leak in register_pcpu()Yang Yingliang2022-11-141-1/+1
* | Merge tag 'for-linus-6.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-211-12/+15
|\|
| * xen/virtio: Convert PAGE_SIZE/PAGE_SHIFT/PFN_UP to Xen counterpartsOleksandr Tyshchenko2022-10-141-12/+12
| * xen/virtio: Handle cases when page offset > PAGE_SIZE properlyOleksandr Tyshchenko2022-10-141-3/+6
* | Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-125-74/+125
|\|
| * xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum"Colin Ian King2022-10-121-1/+1
| * xen/virtio: enable grant based virtio on x86Juergen Gross2022-10-101-1/+11
| * xen/virtio: use dom0 as default backend for CONFIG_XEN_VIRTIO_FORCE_GRANTJuergen Gross2022-10-071-0/+3
| * xen/virtio: restructure xen grant dma setupJuergen Gross2022-10-071-25/+43
| * xen/gntdev: Accommodate VMA splittingM. Vefa Bicakci2022-10-062-34/+27
| * xen/gntdev: Prevent leaking grantsM. Vefa Bicakci2022-10-061-5/+17
| * xen/virtio: Fix potential deadlock when accessing xen_grant_dma_devicesOleksandr Tyshchenko2022-10-061-5/+19
| * xen/virtio: Fix n_pages calculation in xen_grant_dma_map(unmap)_page()Oleksandr Tyshchenko2022-10-061-2/+3
| * xen/xenbus: Fix spelling mistake "hardward" -> "hardware"Colin Ian King2022-10-061-1/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+1
|\ \
| * | xen: use vma_lookup() in privcmd_ioctl_mmap()Liam R. Howlett2022-09-261-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-12/+0
|\ \ \ | |_|/ |/| |
| * | scsi: xen: Drop use of internal host codesMike Christie2022-09-061-12/+0
* | | Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-231-3/+6
|\ \ \
| * | | xen/xenbus: fix xenbus_setup_ring()Juergen Gross2022-09-161-3/+6
* | | | Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-031-0/+3
|\| | | | |_|/ |/| |
| * | xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter2022-09-021-0/+3
* | | Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-273-12/+13
|\| | | |/ |/|
| * xen/privcmd: fix error exit of privcmd_ioctl_dm_op()Juergen Gross2022-08-251-10/+11
| * xen: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-252-2/+2
* | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-143-9/+50
|\|
| * xen/pciback: Fix comment typoJason Wang2022-08-121-1/+1
| * xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter2022-08-121-2/+2
| * x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2022-08-121-6/+47
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\ \