mbox series

[v1,0/2] KVM: PPC: timer improvements

Message ID 20210413134223.1691892-1-npiggin@gmail.com
Headers show
Series KVM: PPC: timer improvements | expand

Message

Nicholas Piggin April 13, 2021, 1:42 p.m. UTC
These are small timer improvement and buglet fix, taken from the
KVM Cify series.

This is the last one for the upcoming merge window.

Thanks,
Nick

Nicholas Piggin (2):
  KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest
    LPCR
  KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races

 arch/powerpc/include/asm/time.h | 12 ++++++++++++
 arch/powerpc/kernel/time.c      | 10 ----------
 arch/powerpc/kvm/book3s_hv.c    | 34 +++++++++++++++++++++------------
 3 files changed, 34 insertions(+), 22 deletions(-)