summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-131-4/+4
|\
| * Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-243-7/+14
| |\
| * \ Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-10-251-4/+4
| |\ \
| | * \ Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-1810-102/+148
| | |\ \
| | * | | xen/gntdev: Prepare to dynamic dma-buf locking specificationDmitry Osipenko2022-10-181-4/+4
* | | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-4/+4
|\ \ \ \ \
| * | | | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-4/+4
| * | | | | [xen] fix "direction" argument of iov_iter_kvec()Al Viro2022-11-251-4/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-12-121-2/+1
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki2022-12-121-2/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| | | * | | ACPI: make remove callback of ACPI driver voidDawei Li2022-11-231-2/+1
| | |/ / /
* | | | | xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()Harshit Mogalapalli2022-12-051-1/+1
* | | | | xen/virtio: Handle PCI devices which Host controller is described in DTOleksandr Tyshchenko2022-12-051-7/+39
* | | | | xen/virtio: Optimize the setup of "xen-grant-dma" devicesOleksandr Tyshchenko2022-12-051-49/+28
|/ / / /
* | | | 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
|\ \
| * | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-044-3/+22
|\ \ \ | | |/ | |/|