aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-26ARM: KVM: Allow host virt timer irq to be different from guest timer virt irqAnup Patel1-0/+12
2013-06-20KVM: s390: Fixed priority of execution in STSIThomas Huth1-7/+16
2013-06-20KVM: s390: Reworked LCTL and LCTLG instructionsThomas Huth3-85/+81
2013-06-20KVM: s390: Check for access exceptions during TPIThomas Huth1-3/+4
2013-06-20KVM: s390: Check for PSTATE when handling DIAGNOSEThomas Huth1-0/+3
2013-06-20KVM: s390: Privileged operation checks moved to instruction handlersThomas Huth1-24/+39
2013-06-20KVM: s390: Privileged operation check for TPROTThomas Huth1-0/+3
2013-06-20KVM: s390: Renamed PGM_PRIVILEGED_OPERATIONThomas Huth3-12/+9
2013-06-17KVM: s390: Fix epsw instruction decodingThomas Huth1-2/+1
2013-06-17KVM: s390,perf: Detect if perf samples belong to KVM host or guestHeinz Graalfs5-0/+65
2013-06-17KVM: s390: Use common waitqueueChristian Borntraeger4-19/+19
2013-06-17KVM: s390: code cleanup to use common vcpu slab cacheMichael Mueller1-3/+3
2013-06-17KVM: s390: guest large pagesChristian Borntraeger4-5/+99
2013-06-17KVM: s390: Provide function for setting the guest storage keyChristian Borntraeger2-0/+51
2013-06-12KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti1-3/+20
2013-06-05KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov1-1/+7
2013-06-05KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong3-4/+20
2013-06-05KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong1-3/+30
2013-06-05KVM: MMU: zap pages in batchXiao Guangrong1-24/+11
2013-06-05KVM: MMU: do not reuse the obsolete pageXiao Guangrong1-0/+3
2013-06-05KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong2-0/+21
2013-06-05KVM: MMU: show mmu_valid_gen in shadow page related tracepointsXiao Guangrong1-10/+12
2013-06-05KVM: x86: use the fast way to invalidate all pagesXiao Guangrong2-17/+2
2013-06-05KVM: MMU: fast invalidate all pagesXiao Guangrong3-0/+93
2013-06-05KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong1-4/+1
2013-06-05KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong1-7/+0
2013-06-03KVM: s390: Add "devname:kvm" alias.Cornelia Huck1-0/+9
2013-05-21KVM: x86 emulator: convert XADD to fastopAvi Kivity1-7/+3
2013-05-21KVM: x86 emulator: drop unused old-style inline emulationAvi Kivity1-198/+0
2013-05-21KVM: x86 emulator: convert DIV/IDIV to fastopAvi Kivity1-25/+26
2013-05-21KVM: x86 emulator: convert single-operand MUL/IMUL to fastopAvi Kivity1-19/+16
2013-05-21KVM: x86 emulator: Switch fastop src operand to RDXAvi Kivity1-13/+13
2013-05-21KVM: x86 emulator: switch MUL/DIV to DstXaccAvi Kivity1-7/+8
2013-05-21KVM: x86 emulator: decode extended accumulator explicityAvi Kivity1-0/+24
2013-05-21KVM: x86 emulator: add support for writing back the source operandAvi Kivity1-21/+27
2013-05-21s390: fix gmap_ipte_notifier vs. software dirty pagesChristian Borntraeger1-2/+1
2013-05-21s390/kvm: avoid automatic sie reentryMartin Schwidefsky2-44/+36
2013-05-21s390/kvm: Kick guests out of sie if prefix page host pte is touchedChristian Borntraeger4-37/+53
2013-05-21s390/kvm: Provide a way to prevent reentering SIEChristian Borntraeger5-2/+40
2013-05-21s390/kvm: Mark if a cpu is in SIEChristian Borntraeger3-4/+13
2013-05-21s390/kvm: rename RCP_xxx defines to PGSTE_xxxMartin Schwidefsky2-44/+40
2013-05-21s390/kvm: fix psw rewinding in handle_skeyMartin Schwidefsky1-1/+2
2013-05-21s390/pgtable: fix ipte notify bitChristian Borntraeger1-2/+2
2013-05-19KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier5-17/+21
2013-05-19ARM: KVM: move GIC/timer code to a common locationMarc Zyngier6-2081/+6
2013-05-16KVM: MMU: clenaup locking in mmu_free_roots()Gleb Natapov1-2/+5
2013-05-15KVM: x86: limit difference between kvmclock updatesMarcelo Tosatti1-2/+28
2013-05-14KVM: x86: Remove support for reporting coalesced APIC IRQsJan Kiszka2-37/+26
2013-05-12KVM: MMU: Use kvm_mmu_sync_roots() in kvm_mmu_load()Takuya Yoshikawa1-3/+1
2013-05-11Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds3-5/+52