summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: drop kvm_mmu_zap_mmio_sptesXiao Guangrong2013-06-272-22/+1Star
* KVM: MMU: init kvm generation close to mmio wrap-around valueXiao Guangrong2013-06-271-1/+6
* KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong2013-06-272-2/+31
* KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-276-14/+61
* KVM: MMU: make return value of mmio page fault handler more readableXiao Guangrong2013-06-273-12/+21
* KVM: MMU: store generation-number into mmio spteXiao Guangrong2013-06-273-17/+60
* KVM: MMU: retain more available bits on mmio spteXiao Guangrong2013-06-202-3/+9
* KVM: s390: Fixed priority of execution in STSIThomas Huth2013-06-201-7/+16
* KVM: s390: Reworked LCTL and LCTLG instructionsThomas Huth2013-06-203-85/+81Star
* KVM: s390: Check for access exceptions during TPIThomas Huth2013-06-201-3/+4
* KVM: s390: Check for PSTATE when handling DIAGNOSEThomas Huth2013-06-201-0/+3
* KVM: s390: Privileged operation checks moved to instruction handlersThomas Huth2013-06-201-24/+39
* KVM: s390: Privileged operation check for TPROTThomas Huth2013-06-201-0/+3
* KVM: s390: Renamed PGM_PRIVILEGED_OPERATIONThomas Huth2013-06-203-12/+9Star
* KVM: MMU: update the documentation for reverse mapping of parent_pteXiao Guangrong2013-06-191-6/+6
* kvm api doc: fix section numbersAlexey Kardashevskiy2013-06-191-4/+4
* KVM: s390: Fix epsw instruction decodingThomas Huth2013-06-171-2/+1Star
* KVM: s390,perf: Detect if perf samples belong to KVM host or guestHeinz Graalfs2013-06-175-0/+65
* KVM: s390: Use common waitqueueChristian Borntraeger2013-06-174-19/+19
* KVM: s390: code cleanup to use common vcpu slab cacheMichael Mueller2013-06-171-3/+3
* KVM: s390: guest large pagesChristian Borntraeger2013-06-174-5/+99
* KVM: s390: Provide function for setting the guest storage keyChristian Borntraeger2013-06-172-0/+51
* KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti2013-06-121-3/+20
* KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zappedGleb Natapov2013-06-051-1/+7
* KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-053-4/+20
* KVM: MMU: collapse TLB flushes when zap all pagesXiao Guangrong2013-06-051-3/+30
* KVM: MMU: zap pages in batchXiao Guangrong2013-06-051-24/+11Star
* KVM: MMU: do not reuse the obsolete pageXiao Guangrong2013-06-051-0/+3
* KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong2013-06-052-0/+21
* KVM: MMU: show mmu_valid_gen in shadow page related tracepointsXiao Guangrong2013-06-051-10/+12
* KVM: x86: use the fast way to invalidate all pagesXiao Guangrong2013-06-052-17/+2Star
* KVM: MMU: fast invalidate all pagesXiao Guangrong2013-06-053-0/+93
* KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong2013-06-051-4/+1Star
* KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong2013-06-051-7/+0Star
* kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong2013-06-043-2/+6
* KVM: s390: Add "devname:kvm" alias.Cornelia Huck2013-06-031-0/+9
* KVM: x86 emulator: convert XADD to fastopAvi Kivity2013-05-211-7/+3Star
* KVM: x86 emulator: drop unused old-style inline emulationAvi Kivity2013-05-211-198/+0Star
* KVM: x86 emulator: convert DIV/IDIV to fastopAvi Kivity2013-05-211-25/+26
* KVM: x86 emulator: convert single-operand MUL/IMUL to fastopAvi Kivity2013-05-211-19/+16Star
* KVM: x86 emulator: Switch fastop src operand to RDXAvi Kivity2013-05-211-13/+13
* KVM: x86 emulator: switch MUL/DIV to DstXaccAvi Kivity2013-05-211-7/+8
* KVM: x86 emulator: decode extended accumulator explicityAvi Kivity2013-05-211-0/+24
* KVM: x86 emulator: add support for writing back the source operandAvi Kivity2013-05-211-21/+27
* s390: fix gmap_ipte_notifier vs. software dirty pagesChristian Borntraeger2013-05-211-2/+1Star
* s390/kvm: avoid automatic sie reentryMartin Schwidefsky2013-05-212-44/+36Star
* s390/kvm: Kick guests out of sie if prefix page host pte is touchedChristian Borntraeger2013-05-214-37/+53
* s390/kvm: Provide a way to prevent reentering SIEChristian Borntraeger2013-05-215-2/+40
* s390/kvm: Mark if a cpu is in SIEChristian Borntraeger2013-05-213-4/+13
* s390/kvm: rename RCP_xxx defines to PGSTE_xxxMartin Schwidefsky2013-05-212-44/+40Star