| Age | Commit message (Expand) | Author |
| 2023-03-24 | Allow a PVH dom0 to use VGA as console: make xen_pvh_consinit() return 1 if | bouyer |
| 2023-02-25 | xen/hypervisor.h: Nix trailing whitespace. | riastradh |
| 2023-02-25 | xen: Fix sense of xen_rmb/wmb to make sense. | riastradh |
| 2022-09-07 | NetBSD/x86: Raise the number of interrupt sources per CPU from 32 to 56. | knakahara |
| 2022-08-31 | Remove XENPV support from xenmem; it's only used for !XENPV at this time. | bouyer |
| 2022-08-31 | Work in progress on dom0 PVH support: ioctl support for tools. | bouyer |
| 2022-05-25 | PVH and HVM guests can easily have more than XEN_LEGACY_MAX_VCPUS (32) cpus. | bouyer |
| 2022-05-23 | Work in progress on MSI/MSI-X on Xen (MSI works on my hardware, more work | bouyer |
| 2022-05-19 | Restore de EOI mechanism for pirq, using the newer hypervisor interface. | bouyer |
| 2021-09-16 | fix various typos, mainly in comments. | andvar |
| 2020-08-31 | Add back <xen/xenio3.h>, it's needed by xentools413 | bouyer |
| 2020-07-24 | <xen/xenio.h> is in fact used by the newly imported xentools 4.13, | jdolecek |
| 2020-07-19 | for Xen MSI, fallback to INTx when PHYSDEVOP_map_pirq fails for the device | jdolecek |
| 2020-07-17 | don't install xen/xenio.h and xen/xenio3.h anymore, xentools don't use it | jdolecek |
| 2020-05-26 | Implement new ioctl, needed by Xen 4.13: | bouyer |
| 2020-05-26 | Ajust pmap_enter_ma() for upcoming new Xen privcmd ioctl: | bouyer |
| 2020-05-15 | use short for irq2port[] to save memory (4KB), it only needs to store | jdolecek |
| 2020-05-14 | xen_vec_alloc() is no more | jdolecek |
| 2020-05-07 | Change event_set_handler() to take the target CPU parameter. If ci is NULL, | bouyer |
| 2020-05-04 | add support for using MSI for XenPV Dom0 | jdolecek |
| 2020-05-02 | Introduce Xen PVH support in GENERIC. | bouyer |
| 2020-05-01 | make the csum blank/undefer counters per interface | jdolecek |
| 2020-04-25 | Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM | bouyer |
| 2020-04-21 | convert to newer HYPERVISOR_physdev_op() interface, now command and the | jdolecek |
| 2020-04-21 | adjust so that this at least compiles and links with __HAVE_PCI_MSI_MSIX | jdolecek |
| 2020-04-21 | XEN_IPI_KICK was replaced by XEN_IPI_AST. | ad |
| 2020-04-21 | add blkif_x86_{32,64}_request_indirect types | jdolecek |
| 2020-04-19 | change interface for xen_shm_map() so that caller always supplies the VA, | jdolecek |
| 2020-04-13 | By default, events are bound to CPU 0 (exept for IPIs and VTIMERs which | bouyer |
| 2020-04-11 | put xenbus dmat into xenbus_device so it's available also for backend | jdolecek |
| 2020-04-10 | add and pass dma tag to PV drivers attached to xenbus, so thay can | jdolecek |
| 2020-04-09 | update to __XEN_INTERFACE_VERSION__ 0x0003020a aka Xen 3.2.10 | jdolecek |
| 2020-04-07 | add wrapper to free response from xenbus_dev_request_and_reply(), so | jdolecek |
| 2020-04-07 | add a small wrapper xenbus_directory_free() to free result of | jdolecek |
| 2020-04-07 | partially convert to kmem_alloc() | jdolecek |
| 2020-04-07 | convert the node watch code to use kmem_alloc() instead of malloc() | jdolecek |
| 2020-04-07 | make xenbus_watch_path() static, it's not used outside xenbus_client.c | jdolecek |
| 2020-04-07 | revert the watch.node change, xenbus_watch_path() and xenbus_watch_path2() | jdolecek |
| 2020-04-07 | change xenbus_read() interface so that caller supplies the buffer and it's | jdolecek |
| 2020-04-07 | no need to malloc()+copy watch.node, it's constant string - either "device" | jdolecek |
| 2020-04-06 | add known_mpsafe parameter also to pirq_establish(), and pass the parameter | jdolecek |
| 2020-04-06 | remove restriction on interrupt level for MP-safe interrupt handlers | jdolecek |
| 2020-04-05 | remove xengnt_grant_transfer() and xengnt_revoke_transfer(), nothing | jdolecek |
| 2020-04-03 | Attach xen IPI event counters. | ad |
| 2020-03-22 | actually in data_validated case, there is no need to inspect the data for Rx, | jdolecek |
| 2020-03-18 | use NET[RT]XF_data_validated flag to mark when Tx packet has valid | jdolecek |
| 2020-03-16 | drop the disabled M_EXT_ROMAP mbuf code, convert xennet_checksum_fill() | jdolecek |
| 2019-12-23 | Provide XEN stubs for intr_mask() / intr_unmask(). | thorpej |
| 2019-11-23 | cpu_need_resched(): | ad |
| 2019-10-30 | Switch to new PTE bits. | maxv |