summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-7/+24
|\
| * KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář2016-07-141-0/+1
| * KVM: x86: bump MAX_VCPUS to 288Radim Krčmář2016-07-141-1/+1
| * KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-141-0/+1
| * KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-141-1/+3
| * KVM: x86: dynamic kvm_apic_mapRadim Krčmář2016-07-141-1/+2
| * KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář2016-07-141-2/+4
| * KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240Radim Krčmář2016-07-141-1/+1
| * kvm: mmu: don't set the present bit unconditionallyBandan Das2016-07-141-1/+1
| * KVM: VMX: enable guest access to LMCE related MSRsAshok Raj2016-06-231-0/+5
| * kvm: vmx: hook preemption timer supportYunhong Jiang2016-06-161-0/+2
| * KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang2016-06-161-0/+3
* | kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit2016-06-161-0/+11
|/
* KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini2016-05-181-1/+1
* KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit2016-05-181-0/+1
* svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit2016-05-181-0/+1
* KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit2016-05-181-0/+4
* KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooksSuravee Suthikulpanit2016-05-181-2/+16
* KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit2016-05-181-0/+3
* KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+2
* KVM: x86: optimize steal time calculationLiang Chen2016-04-201-1/+0Star
* KVM: x86: reduce default value of halt_poll_ns parameterPaolo Bonzini2016-04-011-1/+1
* KVM, pkeys: expose CPUID/CR4 to guestHuaitong Han2016-03-221-1/+2
* KVM, pkeys: add pkeys support for permission_faultHuaitong Han2016-03-221-0/+3
* KVM, pkeys: introduce pkru_mask to cache conditionsHuaitong Han2016-03-221-0/+8
* KVM: x86: remove eager_fpu field of struct kvm_vcpu_archPaolo Bonzini2016-03-091-1/+0Star
* KVM: MMU: simplify last_pte_bitmapPaolo Bonzini2016-03-081-6/+2Star
* KVM: MMU: apply page track notifierXiao Guangrong2016-03-031-2/+3
* KVM: page track: add notifier supportXiao Guangrong2016-03-031-0/+1
* KVM: MMU: clear write-flooding on the fast path of tracked pageXiao Guangrong2016-03-031-1/+1
* KVM: page track: add the framework of guest page trackingXiao Guangrong2016-03-031-0/+10
* KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowedXiao Guangrong2016-03-031-1/+1
* KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu2016-02-091-0/+2
* KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-0/+28
* kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-161-0/+13
* KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa2015-11-251-2/+6
* kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-251-0/+1
* kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-0/+15
* kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-251-1/+5
* kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-2/+2
* KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-101-1/+1
* KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang2015-11-101-0/+1
* KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang2015-11-101-12/+1Star
* KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang2015-11-101-1/+0Star
* KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang2015-11-101-1/+0Star
* KVM: x86: Add a common TSC scaling functionHaozhong Zhang2015-11-101-0/+2
* KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang2015-11-101-0/+1
* KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang2015-11-101-0/+4
* KVM: x86: declare a few variables as __read_mostlyPaolo Bonzini2015-11-101-2/+0Star
* Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-11-041-0/+4
|\