Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | xen PVonHVM: move shared_info to MMIO before kexec | Olaf Hering | 2012-07-19 | 3 | -13/+109 | |
| * | | | | | | | | | | | xen: simplify init_hvm_pv_info | Olaf Hering | 2012-07-19 | 1 | -32/+26 | |
| * | | | | | | | | | | | xen: remove cast from HYPERVISOR_shared_info assignment | Olaf Hering | 2012-07-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | xen/x86: avoid updating TLS descriptors if they haven't changed | David Vrabel | 2012-07-19 | 1 | -3/+26 | |
| * | | | | | | | | | | | xen/x86: add desc_equal() to compare GDT descriptors | David Vrabel | 2012-07-19 | 1 | -0/+6 | |
| * | | | | | | | | | | | xen/mm: zero PTEs for non-present MFNs in the initial page table | David Vrabel | 2012-07-19 | 1 | -1/+8 | |
| * | | | | | | | | | | | xen/mm: do direct hypercall in xen_set_pte() if batching is unavailable | David Vrabel | 2012-07-19 | 1 | -5/+25 | |
| * | | | | | | | | | | | xen/mce: Register native mce handler as vMCE bounce back point | Liu, Jinsong | 2012-07-19 | 1 | -3/+7 | |
| * | | | | | | | | | | | x86, MCE, AMD: Adjust initcall sequence for xen | Liu, Jinsong | 2012-07-19 | 1 | -1/+21 | |
| * | | | | | | | | | | | xen/mce: Add mcelog support for Xen platform | Liu, Jinsong | 2012-07-19 | 3 | -6/+11 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-07-24 | 55 | -450/+1594 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | KVM: fix race with level interrupts | Michael S. Tsirkin | 2012-07-20 | 2 | -4/+28 | |
| * | | | | | | | | | | | x86, hyper: fix build with !CONFIG_KVM_GUEST | Avi Kivity | 2012-07-18 | 1 | -0/+2 | |
| * | | | | | | | | | | | Revert "apic: fix kvm build on UP without IOAPIC" | Michael S. Tsirkin | 2012-07-16 | 1 | -5/+0 | |
| * | | | | | | | | | | | KVM guest: switch to apic_set_eoi_write, apic_write | Michael S. Tsirkin | 2012-07-16 | 1 | -10/+3 | |
| * | | | | | | | | | | | apic: add apic_set_eoi_write for PV use | Michael S. Tsirkin | 2012-07-16 | 2 | -0/+20 | |
| * | | | | | | | | | | | Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next | Avi Kivity | 2012-07-15 | 7 | -31/+98 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | KVM: PPC: Critical interrupt emulation support | Bharat Bhushan | 2012-07-11 | 1 | -0/+25 | |
| | * | | | | | | | | | | | KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests | Mihai Caraman | 2012-07-11 | 1 | -1/+2 | |
| | * | | | | | | | | | | | KVM: PPC64: booke: Set interrupt computation mode for 64-bit host | Mihai Caraman | 2012-07-11 | 1 | -1/+4 | |
| | * | | | | | | | | | | | KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt | Mihai Caraman | 2012-07-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | | KVM: PPC: bookehv64: Add support for std/ld emulation. | Varun Sethi | 2012-07-11 | 1 | -0/+16 | |
| | * | | | | | | | | | | | booke: Added crit/mc exception handler for e500v2 | Bharat Bhushan | 2012-07-11 | 1 | -28/+27 | |
| | * | | | | | | | | | | | booke/bookehv: Add host crit-watchdog exception support | Bharat Bhushan | 2012-07-11 | 2 | -0/+23 | |
| * | | | | | | | | | | | | KVM: VMX: Implement PCID/INVPCID for guests with EPT | Mao, Junjie | 2012-07-12 | 8 | -7/+77 | |
| * | | | | | | | | | | | | KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check | Prarit Bhargava | 2012-07-11 | 3 | -0/+16 | |
| * | | | | | | | | | | | | KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint | Xiao Guangrong | 2012-07-11 | 2 | -6/+4 | |
| * | | | | | | | | | | | | KVM: MMU: trace fast page fault | Xiao Guangrong | 2012-07-11 | 2 | -0/+40 | |
| * | | | | | | | | | | | | KVM: MMU: fast path of handling guest page fault | Xiao Guangrong | 2012-07-11 | 1 | -17/+127 | |
| * | | | | | | | | | | | | KVM: MMU: introduce SPTE_MMU_WRITEABLE bit | Xiao Guangrong | 2012-07-11 | 1 | -19/+38 | |
| * | | | | | | | | | | | | KVM: MMU: fold tlb flush judgement into mmu_spte_update | Xiao Guangrong | 2012-07-11 | 1 | -13/+20 | |
| * | | | | | | | | | | | | KVM: VMX: export PFEC.P bit on ept | Xiao Guangrong | 2012-07-11 | 1 | -1/+8 | |
| * | | | | | | | | | | | | KVM: MMU: cleanup spte_write_protect | Xiao Guangrong | 2012-07-11 | 1 | -16/+29 | |
| * | | | | | | | | | | | | KVM: MMU: abstract spte write-protect | Xiao Guangrong | 2012-07-11 | 1 | -27/+31 | |
| * | | | | | | | | | | | | KVM: MMU: return bool in __rmap_write_protect | Xiao Guangrong | 2012-07-11 | 1 | -6/+7 | |
| * | | | | | | | | | | | | KVM: VMX: Emulate invalid guest state by default | Avi Kivity | 2012-07-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | KVM: x86 emulator: implement LTR | Avi Kivity | 2012-07-09 | 1 | -1/+10 | |
| * | | | | | | | | | | | | KVM: x86 emulator: make loading TR set the busy bit | Avi Kivity | 2012-07-09 | 1 | -1/+7 | |
| * | | | | | | | | | | | | KVM: x86 emulator: make read_segment_descriptor() return the address | Avi Kivity | 2012-07-09 | 1 | -5/+8 | |
| * | | | | | | | | | | | | KVM: x86 emulator: emulate LLDT | Avi Kivity | 2012-07-09 | 1 | -1/+10 | |
| * | | | | | | | | | | | | KVM: x86 emulator: emulate BSWAP | Avi Kivity | 2012-07-09 | 1 | -2/+18 | |
| * | | | | | | | | | | | | KVM: VMX: Improve error reporting during invalid guest state emulation | Avi Kivity | 2012-07-09 | 1 | -1/+5 | |
| * | | | | | | | | | | | | KVM: VMX: Stop invalid guest state emulation on pending event | Avi Kivity | 2012-07-09 | 1 | -0/+3 | |
| * | | | | | | | | | | | | KVM: x86 emulator: implement ENTER | Avi Kivity | 2012-07-09 | 1 | -1/+27 | |
| * | | | | | | | | | | | | KVM: x86 emulator: split push logic from push opcode emulation | Avi Kivity | 2012-07-09 | 1 | -3/+8 | |
| * | | | | | | | | | | | | KVM: x86 emulator: fix byte-sized MOVZX/MOVSX | Avi Kivity | 2012-07-09 | 1 | -2/+2 | |
| * | | | | | | | | | | | | KVM: x86 emulator: emulate LAHF | Avi Kivity | 2012-07-09 | 1 | -1/+8 | |
| * | | | | | | | | | | | | KVM: VMX: Continue emulating after batch exhausted | Avi Kivity | 2012-07-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | KVM: VMX: Fix interrupt exit condition during emulation | Avi Kivity | 2012-07-09 | 1 | -2/+1 | |
| * | | | | | | | | | | | | KVM: x86 emulator: emulate SGDT/SIDT | Avi Kivity | 2012-07-09 | 1 | -2/+31 |