| 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-03-01 | xen/x86: Need kpreempt_disable/enable around curcpu() access. | riastradh |
| 2023-02-25 | xen/x86/cpu.c: Nix trailing whitespace. | riastradh |
| 2023-02-25 | xen/x86/cpu.c: Membar audit. | riastradh |
| 2023-02-25 | xen_intr.c: Use kpreempt_disable/enable around access to curcpu(). | riastradh |
| 2023-02-25 | x86: Assert kpreempt_disabled() in cpu_load_pmap. | riastradh |
| 2022-09-07 | NetBSD/x86: Raise the number of interrupt sources per CPU from 32 to 56. | knakahara |
| 2022-09-01 | Add PVH support for backend drivers grant operation. | bouyer |
| 2022-08-20 | x86: Split most of pmap.h into pmap_private.h or vmparam.h. | riastradh |
| 2022-05-31 | When we have pending events in stipending(), evt_set_pending() has to set | bouyer |
| 2022-05-31 | Revert previous; evt_set_pending() will set ret to 1 if needed to this was | bouyer |
| 2022-05-31 | stipending(): if we're going to process some interrupts don't return 0. | bouyer |
| 2022-05-26 | aprint_debug(): if a hypercall fail, print the return code. | bouyer |
| 2022-05-24 | Remove useless info from debug printf, fix format warning on i386 | bouyer |
| 2022-05-24 | - msipic_construct_msix_pic(): set mp_table_base to memaddr (without | 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 |
| 2022-05-11 | In bootstrap, after switching to a new page table make sure that | bouyer |
| 2022-01-05 | remove DIAGNOSTIC so that function is defined for KASSERTMSG. Hope that the | christos |
| 2021-08-09 | s/alway /always/ | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-02-21 | in xen_shm_map(), make sure to unmap any successfully mapped pages | jdolecek |
| 2020-09-06 | Fix fallout from previous uvm.h cleanup. | riastradh |
| 2020-08-01 | adjust includes to pull __HAVE_PCI_MSI_MSIX properly | jdolecek |
| 2020-07-19 | add #ifdef __HAVE_PCI_MSI_MSIX so this still compiles with NO_PCI_MSI_MSIX | jdolecek |
| 2020-07-19 | for Xen MSI, fallback to INTx when PHYSDEVOP_map_pirq fails for the device | jdolecek |
| 2020-07-19 | don't include opt_user_ldt.h when it is not needed | maxv |
| 2020-07-14 | Introduce per-cpu IDTs | yamaguchi |
| 2020-07-08 | initalize ci_kfpu_spl, to avoid triggering KASSERT() in fpu_kern_enter() | jdolecek |
| 2020-06-27 | avoid excessive stack usage in mp_cpu_start(), this is called after VM | jdolecek |
| 2020-05-26 | Ajust pmap_enter_ma() for upcoming new Xen privcmd ioctl: | bouyer |
| 2020-05-23 | switch back to PHYSDEVOP_alloc_irq_vector for non-MSI interrupts - on my | jdolecek |
| 2020-05-21 | - Recalibrate the APIC timer using the TSC, once the TSC has in turn been | ad |
| 2020-05-15 | use short for irq2port[] to save memory (4KB), it only needs to store | jdolecek |
| 2020-05-15 | only call PHYSDEVOP_map_pirq for a shared interrupt once, same as previous code | jdolecek |
| 2020-05-07 | Change event_set_handler() to take the target CPU parameter. If ci is NULL, | bouyer |
| 2020-05-06 | Make MP-safe: make sure the xpq_queue* are flushed before making the | bouyer |
| 2020-05-06 | xpq_queue_* use per-cpu queue; splvm() is enough to protect them. | bouyer |
| 2020-05-06 | KASSERT() that the per-cpu queues are run at IPL_VM after boot. | bouyer |
| 2020-05-05 | Make DOM0OPS build for PVH/PVHVM too | bouyer |
| 2020-05-04 | add support for using MSI for XenPV Dom0 | jdolecek |
| 2020-05-03 | Hanble dom0 console. This one doesn't need a ring to be mapped, and | bouyer |
| 2020-05-02 | Introduce Xen PVH support in GENERIC. | bouyer |
| 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 | Remove spurious reference to XEN_IPI_KICK - it represents the absence of | ad |
| 2020-04-21 | Follow convention and put entire predicate inside __predict_false() | ad |
| 2020-04-19 | change interface for xen_shm_map() so that caller always supplies the VA, | jdolecek |