Merged to master at 4541914c444a..ef39a1bbb55a (from, to] You can see the entire diff with 'git diff' or at https://github.com/brho/akaros/compare/4541914c444a...ef39a1bbb55a
On 2017-12-12 at 13:39 Barret Rhoden <[email protected]> wrote: > Hi - > > This speeds up IPIs between guest cores by handling them in the kernel. > > Barret > > > The following changes since commit 4541914c444a193a64968610b67fea369b1e711b: > > Fix Linux timers, jiffies, and HZ (2017-12-05 10:59:32 -0500) > > are available in the Git repository at: > > [email protected]:brho/akaros.git vmm > > for you to fetch changes up to b0e3a71a768477e4b2d1875414711cb06d542160: > > vmm: Provide a fast-path for IPIs in the kernel (2017-12-12 13:36:41 -0500) > > ---------------------------------------------------------------- > View this online at: > https://github.com/brho/akaros/compare/4541914c444a...b0e3a71a7684 > > ---------------------------------------------------------------- > Barret Rhoden (3): > vmm: Add mmio helper functions > vmm: Check VPPR and interrupt-window-blocking with RVI > vmm: Provide a fast-path for IPIs in the kernel > > kern/arch/x86/vmm/vmm.c | 72 > +++++++++++++++++++++++++++++++++++++++++++++ > user/vmm/include/vmm/mmio.h | 47 +++++++++++++++++++++++++++++ > user/vmm/vmexit.c | 36 ++++++++++++++--------- > user/vmm/vmm.c | 8 +++-- > 4 files changed, 146 insertions(+), 17 deletions(-) > create mode 100644 user/vmm/include/vmm/mmio.h -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
