KVM: Fix the bitmap range to copy during clear dirty
[linux-2.6-block.git] / arch /
2019-04-30 Paolo BonziniKVM: x86: use direct accessors for RIP and RSP
2019-04-30 Sean ChristophersonKVM: VMX: Use accessors for GPRs outside of dedicated...
2019-04-30 Sean ChristophersonKVM: x86: Omit caching logic for always-available GPRs
2019-04-30 KarimAllah Ahmedkvm, x86: Properly check whether a pfn is an MMIO or not
2019-04-30 KarimAllah AhmedKVM/nVMX: Use page_address_valid in a few more locations
2019-04-30 KarimAllah AhmedKVM/nVMX: Use kvm_vcpu_map for accessing the enlightene...
2019-04-30 KarimAllah AhmedKVM/nVMX: Use kvm_vcpu_map for accessing the shadow...
2019-04-30 KarimAllah AhmedKVM/nSVM: Use the new mapping API for mapping guest...
2019-04-30 KarimAllah AhmedKVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulated
2019-04-30 KarimAllah AhmedKVM/nVMX: Use kvm_vcpu_map when mapping the posted...
2019-04-30 KarimAllah AhmedKVM/nVMX: Use kvm_vcpu_map when mapping the virtual...
2019-04-30 KarimAllah AhmedKVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR...
2019-04-30 KarimAllah AhmedX86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying...
2019-04-30 Filippo SironiX86/KVM: Handle PFNs outside of kernel reach when touch...
2019-04-30 KarimAllah AhmedX86/nVMX: Update the PML table without mapping and...
2019-04-30 KarimAllah AhmedX86/nVMX: handle_vmon: Read 4 bytes from guest memory
2019-04-30 Borislav Petkovx86/kvm: Implement HWCR support
2019-04-30 Sean ChristophersonKVM: VMX: Include architectural defs header in capabili...
2019-04-30 Dan CarpenterKVM: vmx: clean up some debug output
2019-04-30 Sean ChristophersonKVM: VMX: Skip delta_tsc shift-and-divide if the divide...
2019-04-30 Sean ChristophersonKVM: lapic: Check for a pending timer intr prior to...
2019-04-30 Sean ChristophersonKVM: lapic: Refactor ->set_hv_timer to use an explicit...
2019-04-30 Sean ChristophersonKVM: lapic: Explicitly cancel the hv timer if it's...
2019-04-30 Sean ChristophersonKVM: lapic: Busy wait for timer to expire when using...
2019-04-30 Liran AlonKVM: VMX: Nop emulation of MSR_IA32_POWER_CTL
2019-04-30 Luwei KangKVM: x86: Add support of clear Trace_ToPA_PMI status
2019-04-30 Luwei KangKVM: x86: Inject PMI for KVM guest
2019-04-30 Paolo BonziniMerge tag 'kvm-s390-next-5.2-1' of git://git./linux...
2019-04-29 Pierre MorelKVM: s390: vsie: Return correct values for Invalid...
2019-04-29 Pierre MorelKVM: s390: vsie: Do not shadow CRYCB when no AP and...
2019-04-26 Christian BorntraegerKVM: s390: provide kvm_arch_no_poll function
2019-04-25 Christian BorntraegerKVM: s390: enable MSA9 keywrapping functions depending...
2019-04-25 Christian BorntraegerKVM: s390: add deflate conversion facilty to cpu model
2019-04-18 Christian BorntraegerKVM: s390: add enhanced sort facilty to cpu model
2019-04-18 Christian BorntraegerKVM: s390: provide query function for instructions...
2019-04-18 Christian BorntraegerKVM: s390: add MSA9 to cpumodel
2019-04-18 Christian BorntraegerKVM: s390: add vector BCD enhancements facility to...
2019-04-18 Christian BorntraegerKVM: s390: add vector enhancements facility 2 to cpumodel
2019-04-18 Eric FarmanKVM: s390: Fix potential spectre warnings
2019-04-16 Paolo Bonzinikvm: move KVM_CAP_NR_MEMSLOTS to common code
2019-04-16 Sean ChristophersonKVM: x86: Inject #GP if guest attempts to set unsupport...
2019-04-16 Sean ChristophersonKVM: x86: Skip EFER vs. guest CPUID checks for host...
2019-04-16 Sean ChristophersonKVM: nVMX: Return -EINVAL when signaling failure in...
2019-04-16 Paolo BonziniKVM: nVMX: Return -EINVAL when signaling failure in...
2019-04-16 Sean ChristophersonKVM: nVMX: Rename and split top-level consistency check...
2019-04-16 Sean ChristophersonKVM: nVMX: Move guest non-reg state checks to VM-Exit...
2019-04-16 Krish Sadhukhankvm: nVMX: Check "load IA32_PAT" VM-entry control on...
2019-04-16 Krish Sadhukhankvm: nVMX: Check "load IA32_PAT" VM-exit control on...
2019-04-16 Paolo BonziniKVM: x86: optimize check for valid PAT value
2019-04-16 Paolo BonziniKVM: x86: clear VM_EXIT_SAVE_IA32_PAT
2019-04-16 Paolo BonziniKVM: vmx: print more APICv fields in dump_vmcs
2019-04-16 Vitaly KuznetsovKVM: x86: avoid misreporting level-triggered irqs as...
2019-04-16 Paolo BonziniKVM: fix spectrev1 gadgets
2019-04-16 Hariprasad KelamKVM: x86: fix warning Using plain integer as NULL pointer
2019-04-16 Sean ChristophersonKVM: x86: Always use 32-bit SMRAM save state for 32...
2019-04-16 Sean ChristophersonKVM: x86: Don't clear EFER during SMM transitions for...
2019-04-16 Sean ChristophersonKVM: x86: clear SMM flags before loading state while...
2019-04-16 Sean ChristophersonKVM: x86: Open code kvm_set_hflags
2019-04-16 Sean ChristophersonKVM: x86: Load SMRAM in a single shot when leaving SMM
2019-04-16 Liran AlonKVM: nVMX: Expose RDPMC-exiting only when guest support...
2019-04-16 Liran AlonKVM: x86: Raise #GP when guest vCPU do not support PMU
2019-04-16 WANG Chaox86/kvm: move kvm_load/put_guest_xcr0 into atomic context
2019-04-16 Vitaly KuznetsovKVM: x86: svm: make sure NMI is injected after nmi_sing...
2019-04-16 Suthikulpanit, Suraveesvm/avic: Fix invalidate logical APIC id entry
2019-04-16 Suthikulpanit, SuraveeRevert "svm: Fix AVIC incomplete IPI emulation"
2019-04-16 Ben Gardonkvm: mmu: Fix overflow on kvm mmu page limit calculation
2019-04-16 Paolo BonziniKVM: nVMX: always use early vmcs check when EPT is...
2019-04-16 Paolo BonziniKVM: nVMX: allow tests to use bad virtual-APIC page...
2019-04-15 Sean ChristophersonKVM: x86/mmu: Fix an inverted list_empty() check when...
2019-04-10 Linus TorvaldsMerge tag 'mips_fixes_5.1_2' of git://git./linux/kernel...
2019-04-10 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2019-04-09 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2019-04-09 Linus TorvaldsMerge branch 'fixes-v5.1' of git://git./linux/kernel...
2019-04-09 Linus TorvaldsMerge tag 'xtensa-20190408' of git://github.com/jcmvbkb...
2019-04-08 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2019-04-07 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2019-04-07 Linus TorvaldsMerge tag 'for-linus-20190407' of git://git.kernel...
2019-04-07 Arnd BergmannARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU
2019-04-07 Arnd BergmannARM: iop: don't use using 64-bit DMA masks
2019-04-07 Arnd BergmannARM: orion: don't use using 64-bit DMA masks
2019-04-07 Olof JohanssonRevert "ARM: dts: nomadik: Fix polarity of SPI CS"
2019-04-07 Olof JohanssonMerge tag 'omap-for-v5.1/fixes-signed' of git://git...
2019-04-07 Olof JohanssonMerge tag 'at91-5.1-fixes' of git://git./linux/kernel...
2019-04-07 Olof JohanssonMerge tag 'v5.1-rockchip-dtfixes-1' of git://git./linux...
2019-04-07 Olof JohanssonMerge tag 'stratix10_fix_for_v5.1' of git://git./linux...
2019-04-07 Olof JohanssonMerge tag 'reset-fixes-for-v5.1' of git://git.pengutron...
2019-04-07 Linus TorvaldsMerge tag 'for-linus-5.1b-rc4-tag' of git://git./linux...
2019-04-07 Linus TorvaldsMerge tag 'mtd/fixes-for-5.1-rc4' of git://git./linux...
2019-04-07 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2019-04-06 Linus TorvaldsMerge branch 'i2c/for-current-fixed' of git://git....
2019-04-06 Linus TorvaldsMerge branch 'parisc-5.1-2' of git://git./linux/kernel...
2019-04-06 Helge Dellerparisc: Detect QEMU earlier in boot process
2019-04-06 Sven Schnelleparisc: also set iaoq_b in instruction_pointer_set()
2019-04-06 Sven Schnelleparisc: regs_return_value() should return gpr28
2019-04-06 Linus TorvaldsMerge tag 'rtc-5.1-2' of git://git./linux/kernel/git...
2019-04-06 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2019-04-06 Randy Dunlapsh: fix multiple function definition build errors
2019-04-06 Catalin Marinaskmemleak: powerpc: skip scanning holes in the .bss...
2019-04-06 Linus TorvaldsMerge tag 'for-5.1/dm-fixes' of git://git./linux/kernel...
2019-04-06 Linus TorvaldsMerge tag 'vfio-v5.1-rc4' of git://github.com/awilliam...
next