summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: fix race with level interruptsMichael S. Tsirkin2012-07-202-4/+28
* x86, hyper: fix build with !CONFIG_KVM_GUESTAvi Kivity2012-07-181-0/+2
* Revert "apic: fix kvm build on UP without IOAPIC"Michael S. Tsirkin2012-07-161-5/+0
* KVM guest: switch to apic_set_eoi_write, apic_writeMichael S. Tsirkin2012-07-161-10/+3
* apic: add apic_set_eoi_write for PV useMichael S. Tsirkin2012-07-162-0/+20
* Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity2012-07-157-31/+98
|\
| * KVM: PPC: Critical interrupt emulation supportBharat Bhushan2012-07-111-0/+25
| * KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guestsMihai Caraman2012-07-111-1/+2
| * KVM: PPC64: booke: Set interrupt computation mode for 64-bit hostMihai Caraman2012-07-111-1/+4
| * KVM: PPC: bookehv: Add ESR flag to Data Storage InterruptMihai Caraman2012-07-111-1/+1
| * KVM: PPC: bookehv64: Add support for std/ld emulation.Varun Sethi2012-07-111-0/+16
| * booke: Added crit/mc exception handler for e500v2Bharat Bhushan2012-07-111-28/+27
| * booke/bookehv: Add host crit-watchdog exception supportBharat Bhushan2012-07-112-0/+23
* | KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie2012-07-128-7/+77
* | KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava2012-07-113-0/+16
* | KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong2012-07-112-6/+4
* | KVM: MMU: trace fast page faultXiao Guangrong2012-07-112-0/+40
* | KVM: MMU: fast path of handling guest page faultXiao Guangrong2012-07-111-17/+127
* | KVM: MMU: introduce SPTE_MMU_WRITEABLE bitXiao Guangrong2012-07-111-19/+38
* | KVM: MMU: fold tlb flush judgement into mmu_spte_updateXiao Guangrong2012-07-111-13/+20
* | KVM: VMX: export PFEC.P bit on eptXiao Guangrong2012-07-111-1/+8
* | KVM: MMU: cleanup spte_write_protectXiao Guangrong2012-07-111-16/+29
* | KVM: MMU: abstract spte write-protectXiao Guangrong2012-07-111-27/+31
* | KVM: MMU: return bool in __rmap_write_protectXiao Guangrong2012-07-111-6/+7
* | KVM: VMX: Emulate invalid guest state by defaultAvi Kivity2012-07-091-1/+1
* | KVM: x86 emulator: implement LTRAvi Kivity2012-07-091-1/+10
* | KVM: x86 emulator: make loading TR set the busy bitAvi Kivity2012-07-091-1/+7
* | KVM: x86 emulator: make read_segment_descriptor() return the addressAvi Kivity2012-07-091-5/+8
* | KVM: x86 emulator: emulate LLDTAvi Kivity2012-07-091-1/+10
* | KVM: x86 emulator: emulate BSWAPAvi Kivity2012-07-091-2/+18
* | KVM: VMX: Improve error reporting during invalid guest state emulationAvi Kivity2012-07-091-1/+5
* | KVM: VMX: Stop invalid guest state emulation on pending eventAvi Kivity2012-07-091-0/+3
* | KVM: x86 emulator: implement ENTERAvi Kivity2012-07-091-1/+27
* | KVM: x86 emulator: split push logic from push opcode emulationAvi Kivity2012-07-091-3/+8
* | KVM: x86 emulator: fix byte-sized MOVZX/MOVSXAvi Kivity2012-07-091-2/+2
* | KVM: x86 emulator: emulate LAHFAvi Kivity2012-07-091-1/+8
* | KVM: VMX: Continue emulating after batch exhaustedAvi Kivity2012-07-091-1/+1
* | KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity2012-07-091-2/+1
* | KVM: x86 emulator: emulate SGDT/SIDTAvi Kivity2012-07-091-2/+31
* | KVM: Fix SS default ESP/EBP based addressingAvi Kivity2012-07-091-3/+14
* | KVM: x86 emulator: initialize memopAvi Kivity2012-07-091-1/+1
* | KVM: x86 emulator: emulate LEAVEAvi Kivity2012-07-091-1/+24
* | KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity2012-07-091-1/+2
* | KVM: VMX: Relax check on unusable segmentAvi Kivity2012-07-091-3/+1
* | KVM: x86 emulator: fix LIDT/LGDT in long modeAvi Kivity2012-07-091-0/+4
* | KVM: x86 emulator: allow loading null SS in long modeAvi Kivity2012-07-091-4/+8
* | KVM: x86 emulator: emulate cpuidAvi Kivity2012-07-091-1/+15
* | KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2012-07-093-47/+30
* | KVM: Split cpuid register access from computationAvi Kivity2012-07-092-18/+23
* | KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity2012-07-091-2/+13