lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed,  5 Aug 2015 17:23:39 +0200
From:	Paolo Bonzini <pbonzini@...hat.com>
To:	linux-kernel@...r.kernel.org, kvm@...r.kernel.org
Cc:	Steve Rutherford <srutherford@...gle.com>, rkrcmar@...hat.com
Subject: [PATCH 0/9] split irqchip series

I am going to push the memory barrier fixes to kvm/next.

The rest of the series is here for review.  This includes cleanups from
myself and the bulk of the code from Steve.

Paolo

Paolo Bonzini (5):
  KVM: x86: set TMR when the interrupt is accepted
  KVM: x86: store IOAPIC-handled vectors in each VCPU
  KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv
  KVM: x86: introduce lapic_in_kernel
  KVM: x86: unify handling of interrupt window

Steve Rutherford (4):
  KVM: x86: Split the APIC from the rest of IRQCHIP.
  KVM: x86: Add KVM exit for IOAPIC EOIs
  KVM: x86: Add EOI exit bitmap inference
  KVM: x86: Add support for local interrupt requests from userspace

 Documentation/virtual/kvm/api.txt |  46 +++++++++++++--
 arch/x86/include/asm/kvm_host.h   |  11 +++-
 arch/x86/kvm/i8254.c              |   4 +-
 arch/x86/kvm/ioapic.c             |  27 ++-------
 arch/x86/kvm/ioapic.h             |  15 ++---
 arch/x86/kvm/irq.c                |  40 +++++++++----
 arch/x86/kvm/irq.h                |  27 ++++++++-
 arch/x86/kvm/irq_comm.c           |  51 ++++++++++++++++-
 arch/x86/kvm/lapic.c              |  64 +++++++++++++--------
 arch/x86/kvm/lapic.h              |   5 +-
 arch/x86/kvm/mmu.c                |   2 +-
 arch/x86/kvm/svm.c                |  21 ++-----
 arch/x86/kvm/vmx.c                |  58 ++++++++-----------
 arch/x86/kvm/x86.c                | 116 ++++++++++++++++++++++++++++----------
 include/linux/kvm_host.h          |  20 ++++++-
 include/uapi/linux/kvm.h          |   6 ++
 virt/kvm/irqchip.c                |  12 +---
 17 files changed, 357 insertions(+), 168 deletions(-)

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ