summaryrefslogtreecommitdiffstats
path: root/include/xen
AgeCommit message (Expand)AuthorLines
2026-02-02Partial revert "x86/xen: fix balloon target initialization for PVH dom0"Roger Pau Monne-0/+2
2025-11-17drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_endThorsten Blum-1/+1
2025-09-08xen: replace XENFEAT_auto_translated_physmap with xen_pv_domain()Juergen Gross-7/+8
2025-09-08xen: rework xen_pv_domain()Juergen Gross-1/+8
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-08-02xen/xenbus: fix typo "notifer"WangYuli-1/+1
2025-07-14xen: Remove some deadcode (x)Dr. David Alan Gilbert-4/+0
2025-03-14xen/mcelog: Add __nonstring annotations for unterminated stringsKees Cook-1/+1
2024-10-18xen: Remove dependency between pciback and privcmdJiqian Chen-5/+9
2024-09-25xen: sync elfnote.h from xen treeJason Andryuk-5/+88
2024-09-25xen/privcmd: Add new syscall to get gsi from devJiqian Chen-0/+9
2024-09-25xen/pvh: Setup gsi for passthrough deviceJiqian Chen-0/+18
2024-09-25xen/pci: Add a function to reset device for xenJiqian Chen-0/+23
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+1
2024-07-11x86/xen: eliminate some private header filesJuergen Gross-0/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-4/+1
2024-01-09xen: update PV-device interface headersJuergen Gross-3/+3
2023-11-14xen/events: reduce externally visible helper functionsJuergen Gross-2/+2
2023-11-13xen/events: remove unused functionsJuergen Gross-4/+0
2023-10-16xen: privcmd: Add support for ioeventfdViresh Kumar-0/+51
2023-09-19arm/xen: remove lazy mode related definitionsJuergen Gross-12/+0
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross-2/+1
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds-0/+6
2023-08-21xen/evtchn: Remove unused function declaration xen_set_affinity_evtchn()Yue Haibing-1/+0
2023-07-31xen/pci: add flag for PCI passthrough being possibleJuergen Gross-0/+6
2023-07-26xen/evtchn: Introduce new IOCTL to bind static evtchnRahul Singh-1/+10
2023-06-26x86: xen: add missing prototypesArnd Bergmann-0/+3
2023-06-26xen: xen_debug_interrupt prototype to global headerArnd Bergmann-0/+3
2023-03-22ACPI: processor: Fix evaluating _PDC method when running as Xen dom0Roger Pau Monne-0/+11
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2023-03-14x86/PVH: obtain VGA console info in Dom0Jan Beulich-0/+3
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+2
2023-02-13xen: Allow platform PCI interrupt to be sharedDavid Woodhouse-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-1/+1
2023-01-27xen/xenbus: move to_xenbus_device() to use container_of_const()Greg Kroah-Hartman-4/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li-1/+1
2022-12-05xen: fix xen.h build for CONFIG_XEN_PVH=yJani Nikula-2/+2
2022-12-05xen/virtio: Optimize the setup of "xen-grant-dma" devicesOleksandr Tyshchenko-19/+1
2022-10-10xen/virtio: enable grant based virtio on x86Juergen Gross-0/+6
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane-0/+21
2022-08-01xen: don't require virtio with grants for non-PV guestsJuergen Gross-8/+9
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross-2/+2
2022-06-06arm/xen: Assign xen-grant DMA ops for xen-grant DMA devicesOleksandr Tyshchenko-1/+4
2022-06-06xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devicesOleksandr Tyshchenko-0/+5
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross-0/+8
2022-06-06xen/grant-dma-ops: Add option to restrict memory access under XenJuergen Gross-0/+8
2022-06-06xen/grants: support allocating consecutive grantsJuergen Gross-0/+4
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko-0/+15
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+3
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross-3/+0