summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-10-30KVM: s390: implement sigp external callChristian Ehrhardt4-1/+83
2011-10-30KVM: s390: fix register settingCarsten Otte1-0/+2
2011-10-30KVM: s390: fix return value of kvm_arch_init_vmCarsten Otte1-0/+2
2011-10-30KVM: s390: check cpu_id prior to using itCarsten Otte1-4/+10
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong5-30/+140
2011-09-25x86: TSC deadline definitionsLiu, Jinsong3-0/+5
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity2-19/+34
2011-09-25KVM: x86 emulator: convert push %sreg/pop %sreg to direct decodeAvi Kivity1-29/+15
2011-09-25KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decodeAvi Kivity1-15/+7
2011-09-25KVM: x86 emulator: streamline decode of segment registersAvi Kivity1-42/+57
2011-09-25KVM: x86 emulator: simplify OpMem64 decodeAvi Kivity1-5/+4
2011-09-25KVM: x86 emulator: switch src decode to decode_operand()Avi Kivity1-93/+63
2011-09-25KVM: x86 emulator: qualify OpReg inhibit_byte_regs hackAvi Kivity1-0/+1
2011-09-25KVM: x86 emulator: switch OpImmUByte decode to decode_imm()Avi Kivity1-4/+1
2011-09-25KVM: x86 emulator: free up some flag bits near src, dstAvi Kivity1-4/+4
2011-09-25KVM: x86 emulator: switch src2 to generic decode_operand()Avi Kivity1-25/+26
2011-09-25KVM: x86 emulator: expand decode flags to 64 bitsAvi Kivity2-20/+20
2011-09-25KVM: x86 emulator: split dst decode to a generic decode_operand()Avi Kivity1-59/+87
2011-09-25KVM: x86 emulator: move memop, memopp into emulation contextAvi Kivity2-17/+19
2011-09-25KVM: x86 emulator: convert group 3 instructions to direct decodeAvi Kivity1-34/+48
2011-09-25KVM: x86: Add module parameter for lapic periodic timer limitJan Kiszka1-2/+13
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka3-17/+17
2011-09-25KVM: x86: Avoid guest-triggerable printks in APIC modelJan Kiszka1-10/+9
2011-09-25KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka2-4/+3
2011-09-25KVM: x86 emulator: disable writeback for TESTAvi Kivity1-0/+4
2011-09-25KVM: x86 emulator: simplify emulate_1op_rax_rdx()Avi Kivity1-25/+17
2011-09-25KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementationsAvi Kivity1-49/+15
2011-09-25KVM: x86 emulator: simplify emulate_1op()Avi Kivity1-13/+13
2011-09-25KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity1-4/+4
2011-09-25KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity1-18/+15
2011-09-25KVM: x86 emulator: simplify emulate_2op_SrcV()Avi Kivity1-46/+44
2011-09-25KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras6-196/+483
2011-09-25KVM: PPC: book3s_pr: Simplify transitions between virtual and real modePaul Mackerras11-212/+120
2011-09-25KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separatelyPaul Mackerras4-10/+9
2011-09-25KVM: PPC: Add sanity checking to vcpu_runAlexander Graf9-1/+67
2011-09-25KVM: PPC: Enable the PAPR CAP for Book3SAlexander Graf1-0/+5
2011-09-25KVM: PPC: Support SC1 hypercalls for PAPR in PR modeAlexander Graf1-1/+21
2011-09-25KVM: PPC: Stub emulate CFAR and PURR SPRsAlexander Graf1-0/+4
2011-09-25KVM: PPC: Add PAPR hypercall code for PR modeAlexander Graf3-0/+160
2011-09-25KVM: PPC: Add support for explicit HIOR settingAlexander Graf4-2/+23
2011-09-25KVM: PPC: Read out syscall instruction on trapAlexander Graf1-0/+5
2011-09-25KVM: PPC: Interpret SDR1 as HVA in PAPR modeAlexander Graf1-1/+7
2011-09-25KVM: PPC: Check privilege level on SPRsAlexander Graf1-0/+25
2011-09-25KVM: PPC: Add papr_enabled flagAlexander Graf1-0/+1
2011-09-25KVM: PPC: move compute_tlbie_rb to book3s common headerAlexander Graf2-33/+33
2011-09-25KVM: APIC: avoid instruction emulation for EOI writesKevin Tian4-0/+43
2011-09-25KVM: SVM: Fix TSC MSR read in nested SVMNadav Har'El1-3/+1
2011-09-25KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El1-10/+21
2011-09-25KVM: L1 TSC handlingNadav Har'El4-4/+29
2011-09-25KVM: MMU: Fix SMEP failure during fetchYang, Wei Y1-9/+13