summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-18xen: sysfs: make kobj_type structure constantThomas Weißschuh
2023-02-13xen: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-02-13xen/grant-dma-iommu: Implement a dummy probe_device() callbackOleksandr Tyshchenko
2023-02-13xen/pvcalls-back: fix permanently masked event channelVolodymyr Babchuk
2023-02-13xen: Allow platform PCI interrupt to be sharedDavid Woodhouse
2023-02-13drivers/xen/hypervisor: Expose Xen SIF flags to userspacePer Bilse
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2023-01-23efi: Apply allowlist to EFI configuration tables when running under XenDemi Marie Obenour
2023-01-22efi: xen: Implement memory descriptor lookup based on hypercallDemi Marie Obenour
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-09xen/pvcalls: free active map buffer on pvcalls_front_free_mapOleksii Moisieiev
2022-12-15xen: make remove callback of xen driver void returnedDawei Li
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-12-12Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki
2022-12-05xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()Harshit Mogalapalli
2022-12-05xen/virtio: Handle PCI devices which Host controller is described in DTOleksandr Tyshchenko
2022-12-05xen/virtio: Optimize the setup of "xen-grant-dma" devicesOleksandr Tyshchenko
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25[xen] fix "direction" argument of iov_iter_kvec()Al Viro
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li
2022-11-16Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-15xen/platform-pci: use define instead of literal numberJuergen Gross
2022-11-14xen/platform-pci: add missing free_irq() in error pathruanjinjie
2022-11-14xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL tooMarek Marczykowski-Górecki
2022-11-14xen/pcpu: fix possible memory leak in register_pcpu()Yang Yingliang
2022-10-25Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-10-21Merge tag 'for-linus-6.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-10-18xen/gntdev: Prepare to dynamic dma-buf locking specificationDmitry Osipenko
2022-10-14xen/virtio: Convert PAGE_SIZE/PAGE_SHIFT/PFN_UP to Xen counterpartsOleksandr Tyshchenko
2022-10-14xen/virtio: Handle cases when page offset > PAGE_SIZE properlyOleksandr Tyshchenko
2022-10-12Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-12xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum"Colin Ian King
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10xen/virtio: enable grant based virtio on x86Juergen Gross
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-10-07xen/virtio: use dom0 as default backend for CONFIG_XEN_VIRTIO_FORCE_GRANTJuergen Gross
2022-10-07xen/virtio: restructure xen grant dma setupJuergen Gross
2022-10-06xen/gntdev: Accommodate VMA splittingM. Vefa Bicakci
2022-10-06xen/gntdev: Prevent leaking grantsM. Vefa Bicakci
2022-10-06xen/virtio: Fix potential deadlock when accessing xen_grant_dma_devicesOleksandr Tyshchenko