https://github.com/torvalds/linux
Revision 9d0eb4624601ac978b9e89be4aeadbd51ab2c830 authored by Linus Torvalds on 11 June 2017, 18:07:25 UTC, committed by Linus Torvalds on 11 June 2017, 18:07:25 UTC
Pull KVM fixes from Paolo Bonzini:
 "Bug fixes (ARM, s390, x86)"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: async_pf: avoid async pf injection when in guest mode
  KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
  arm: KVM: Allow unaligned accesses at HYP
  arm64: KVM: Allow unaligned accesses at EL2
  arm64: KVM: Preserve RES1 bits in SCTLR_EL2
  KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
  KVM: nVMX: Fix exception injection
  kvm: async_pf: fix rcu_irq_enter() with irqs enabled
  KVM: arm/arm64: vgic-v3: Fix nr_pre_bits bitfield extraction
  KVM: s390: fix ais handling vs cpu model
  KVM: arm/arm64: Fix isues with GICv2 on GICv3 migration
2 parent s 5faab9e + 9bc1f09
History
Tip revision: 9d0eb4624601ac978b9e89be4aeadbd51ab2c830 authored by Linus Torvalds on 11 June 2017, 18:07:25 UTC
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Tip revision: 9d0eb46
File Mode Size
arm
Kconfig -rw-r--r-- 784 bytes
async_pf.c -rw-r--r-- 5.9 KB
async_pf.h -rw-r--r-- 1.1 KB
coalesced_mmio.c -rw-r--r-- 4.1 KB
coalesced_mmio.h -rw-r--r-- 845 bytes
eventfd.c -rw-r--r-- 22.5 KB
irqchip.c -rw-r--r-- 6.1 KB
kvm_main.c -rw-r--r-- 94.0 KB
vfio.c -rw-r--r-- 8.7 KB
vfio.h -rw-r--r-- 250 bytes

back to top