summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-084-4/+19
* KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-082-8/+4
* KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden2012-03-081-4/+6
* KVM: Leave TSC synchronization window open with each new syncZachary Amsden2012-03-081-1/+0
* KVM: Improve TSC offset matchingZachary Amsden2012-03-082-15/+30
* KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-085-58/+71
* KVM: x86: increase recommended max vcpus to 160Marcelo Tosatti2012-03-051-1/+1
* x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov2012-03-054-3/+5
* KVM: x86: reset edge sense circuit of i8259 on initGleb Natapov2012-03-051-0/+1
* KVM: PPC: Add HPT preallocatorAlexander Graf2012-03-054-4/+57
* KVM: PPC: Initialize linears with zerosAlexander Graf2012-03-051-0/+1
* KVM: PPC: Convert RMA allocation into generic codeAlexander Graf2012-03-055-82/+118
* KVM: PPC: E500: Fail init when not on e500v2Alexander Graf2012-03-051-0/+4
* KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras2012-03-053-41/+28
* KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity2012-03-051-0/+19
* KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina2012-03-051-1/+1
* KVM: fix error handling for out of range irqMichael S. Tsirkin2012-03-051-3/+1
* KVM: SVM: comment nested paging and virtualization module parametersDavidlohr Bueso2012-03-051-2/+4
* KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa2012-03-052-15/+15
* KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()Takuya Yoshikawa2012-03-051-4/+4
* KVM: MMU: Remove unused kvm_pte_chainTakuya Yoshikawa2012-03-051-7/+0
* KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hackAvi Kivity2012-03-051-8/+5
* KVM: x86 emulator: add 8-bit memory operandsAvi Kivity2012-03-051-0/+5
* KVM: PPC: refer to paravirt docs in header fileScott Wood2012-03-052-22/+12
* KVM: PPC: Rename MMIO register identifiersAlexander Graf2012-03-054-19/+23
* KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras2012-03-055-38/+81
* KVM: PPC: Add support for explicit HIOR settingAlexander Graf2012-03-056-2/+23
* KVM: PPC: Add generic single register ioctlsAlexander Graf2012-03-053-3/+119
* KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUsSasha Levin2012-03-051-3/+3
* KVM: PPC: booke: Add booke206 TLB traceLiu Yu2012-03-052-4/+63
* KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras2012-03-055-39/+147
* KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hvaPaul Mackerras2012-03-053-11/+91
* KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bitsPaul Mackerras2012-03-053-39/+59
* KVM: PPC: Book3S HV: Keep HPTE locked when invalidatingPaul Mackerras2012-03-051-87/+125
* KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUSMatt Evans2012-03-051-0/+16
* KVM: PPC: Fix vcpu_create dereference before validity check.Matt Evans2012-03-051-2/+3
* KVM: PPC: Allow for read-only pages backing a Book3S HV guestPaul Mackerras2012-03-054-17/+78
* KVM: Add barriers to allow mmu_notifier_retry to be used locklesslyPaul Mackerras2012-03-052-8/+12
* KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras2012-03-0511-65/+499
* KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras2012-03-0512-83/+607
* KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfnPaul Mackerras2012-03-053-2/+117
* KVM: PPC: Allow I/O mappings in memory slotsPaul Mackerras2012-03-054-24/+84
* KVM: PPC: Allow use of small pages to back Book3S HV guestsPaul Mackerras2012-03-057-69/+132
* KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()Paul Mackerras2012-03-057-160/+290
* KVM: PPC: Make the H_ENTER hcall more reliablePaul Mackerras2012-03-052-29/+59
* KVM: PPC: Add an interface for pinning guest pages in Book3s HV guestsPaul Mackerras2012-03-053-30/+78
* KVM: PPC: Keep page physical addresses in per-slot arraysPaul Mackerras2012-03-054-75/+107
* KVM: PPC: Keep a record of HV guest view of hashed page table entriesPaul Mackerras2012-03-054-46/+103
* KVM: PPC: Make wakeups work again for Book3S HV guestsPaul Mackerras2012-03-051-1/+1
* KVM: PPC: Avoid patching paravirt template codeLiu Yu-B132012012-03-052-1/+16