| Age | Commit message (Expand) | Author |
| 2023-07-07 | Unmask event after VCPUOP_stop_periodic_timer and | bouyer |
| 2023-05-01 | xen_clock(4): Sprinkle dtrace probes. | riastradh |
| 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 | xennetback(4): Nix trailing whitespace. | riastradh |
| 2023-02-25 | xenbus_comms.c: Nix trailing whitespace. | riastradh |
| 2023-02-25 | xengnt(4): Nix trailing whitespace. | riastradh |
| 2023-02-25 | xencons(4): Nix trailing whitespace. | riastradh |
| 2023-02-25 | xbdback(4): Nix trailing whitespace. | riastradh |
| 2023-02-25 | xbd(4): Nix trailing whitespace. | riastradh |
| 2023-02-25 | xen/x86/cpu.c: Nix trailing whitespace. | riastradh |
| 2023-02-25 | xen/hypervisor.h: Nix trailing whitespace. | riastradh |
| 2023-02-25 | xennetback(4): Omit needless membars in xennetback_connect. | riastradh |
| 2023-02-25 | xennetback(4): Fix membars in xennetback_rx_copy_process. | riastradh |
| 2023-02-25 | xennetback(4): Fix xennetback_evthandler loop. | riastradh |
| 2023-02-25 | xenbus_comms.c: Membar audit. | riastradh |
| 2023-02-25 | xengnt(4): Membar audit. | riastradh |
| 2023-02-25 | xencons(4): Reduce unnecessary membars. | riastradh |
| 2023-02-25 | xencons(4): Membar audit. | riastradh |
| 2023-02-25 | xbdback(4): Membar audit. | riastradh |
| 2023-02-25 | xbd(4): Membar audit. | riastradh |
| 2023-02-25 | xennet(4): Membar audit. | riastradh |
| 2023-02-25 | xen/x86/cpu.c: Membar audit. | riastradh |
| 2023-02-25 | xen: Fix sense of xen_rmb/wmb to make sense. | 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-22 | Fix fallout from previous: ci_ipending is in the low bytes of ci_istate, | bouyer |
| 2022-09-07 | NetBSD/x86: Raise the number of interrupt sources per CPU from 32 to 56. | knakahara |
| 2022-09-04 | Release mutexes earlier in xenevt_free(), to call *destroy and kmem_free | bouyer |
| 2022-09-02 | Remove unnecessary inclusion of <net/netisr.h>. | thorpej |
| 2022-09-02 | Fix the syntax of the non _LP64 code fragment to match that in the | kre |
| 2022-09-01 | Call extent_alloc_subregion() with EX_MALLOCOK; under heavy I/O load we need | bouyer |
| 2022-09-01 | process_msg() is called from thread context, so malloc() can wait for | bouyer |
| 2022-09-01 | in backend drivers, use xen_shm_(un)map for the rings instead of inline, | bouyer |
| 2022-09-01 | Redo previous; kill the right printf() | bouyer |
| 2022-09-01 | Remove a noisy printf; HVM guests triggers it (a lot) and it seems to be | bouyer |
| 2022-09-01 | Add PVH support for backend drivers grant operation. | bouyer |
| 2022-09-01 | Adjust privcmd_notify() so it has a chance to work in a PVH environnement too. | bouyer |
| 2022-08-31 | If we check XENPV, make sure to #include "opt_xen.h" | bouyer |
| 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-08-20 | x86: Split most of pmap.h into pmap_private.h or vmparam.h. | riastradh |
| 2022-06-23 | Don't override isadma defflag for Xen, now that isadma is built for Xen PV too. | bouyer |
| 2022-06-03 | Restore (again) support for grant tables v1: pvshim doesn't support | bouyer |
| 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-27 | xenevt_setipending(): also increase xenevt_ih->ih_pending, so that | bouyer |
| 2022-05-26 | aprint_debug(): if a hypercall fail, print the return code. | bouyer |
| 2022-05-25 | Move <xen/include/public/vcpu.h> so it's always inclued. Fixes Xen PV builds. | bouyer |