summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity5-9/+21
2011-09-25KVM: VMX: trivial: use BUG_ONJulia Lawall1-2/+1
2011-09-25KVM: x86: report valid microcode update IDMarcelo Tosatti1-1/+3
2011-09-25KVM: x86 emulator: Make x86_decode_insn() return proper macrosTakuya Yoshikawa2-7/+7
2011-09-25KVM: x86 emulator: Let compiler know insn_fetch() rarely failsTakuya Yoshikawa1-3/+3
2011-09-25KVM: x86 emulator: Drop _size argument from insn_fetch()Takuya Yoshikawa1-22/+22
2011-09-25KVM: x86 emulator: Use ctxt->_eip directly in do_insn_fetch_byte()Takuya Yoshikawa1-36/+43
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin4-23/+101
2011-09-25KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi4-107/+100
2011-09-25KVM: Record instruction set in all vmexit tracepointsStefan Hajnoczi2-6/+12
2011-09-25KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison1-1/+2
2011-09-25KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison1-0/+2
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin2-1/+5
2011-09-25KVM: x86: cleanup the code of read/write emulationXiao Guangrong1-101/+45
2011-09-25KVM: x86: abstract the operation for read/write emulationXiao Guangrong1-0/+72
2011-09-25KVM: x86: fix broken read emulation spans a page boundaryXiao Guangrong1-8/+31
2011-09-25KVM: x86 emulator: fix Src2CL decodeAvi Kivity1-1/+1
2011-09-25KVM: MMU: fix incorrect return of spteZhao Jin1-1/+2
2011-09-22Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds5-10/+16
2011-09-20Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds13-65/+52
2011-09-20mach-integrator: fix VGA base regressionLinus Walleij2-2/+2
2011-09-20arm/dt: Tegra: Update SDHCI nodes to match bindingsStephen Warren2-9/+9
2011-09-20[S390] kvm: extension capability for new address space layoutChristian Borntraeger1-0/+1
2011-09-20[S390] kvm: fix address mode switchingChristian Borntraeger5-10/+15
2011-09-16Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds3-9/+8