summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-243-7/+7
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-273-7/+7
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-234-6/+6
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-094-6/+6
| |/
* | Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-231-0/+61
|\ \
| * | efi: Apply allowlist to EFI configuration tables when running under XenDemi Marie Obenour2023-01-231-0/+25
| * | efi: xen: Implement memory descriptor lookup based on hypercallDemi Marie Obenour2023-01-221-0/+36
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+5
|\ \ \
| * | | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+5
| | |/ | |/|
* | | xen: sysfs: make kobj_type structure constantThomas Weißschuh2023-02-181-1/+1
* | | xen: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-02-131-1/+1
* | | xen/grant-dma-iommu: Implement a dummy probe_device() callbackOleksandr Tyshchenko2023-02-131-2/+9
* | | xen/pvcalls-back: fix permanently masked event channelVolodymyr Babchuk2023-02-131-1/+2
* | | xen: Allow platform PCI interrupt to be sharedDavid Woodhouse2023-02-132-6/+8
* | | drivers/xen/hypervisor: Expose Xen SIF flags to userspacePer Bilse2023-02-131-4/+65
|/ /
* | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-124-11/+7
|\ \ | |/ |/|
| * xen/pvcalls: free active map buffer on pvcalls_front_free_mapOleksii Moisieiev2023-01-091-1/+3
| * xen: make remove callback of xen driver void returnedDawei Li2022-12-154-10/+4
* | 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