index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration
Miaohe Lin
2020-02-05
1
-2
/
+0
*
KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit
Sean Christopherson
2020-02-05
1
-0
/
+2
*
KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
Paolo Bonzini
2020-02-05
1
-0
/
+4
*
KVM: x86: Fix perfctr WRMSR for running counters
Eric Hankland
2020-02-05
1
-5
/
+4
*
x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...
Vitaly Kuznetsov
2020-02-05
3
-0
/
+58
*
x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()
Vitaly Kuznetsov
2020-02-05
3
-8
/
+41
*
kvm: mmu: Separate generating and setting mmio ptes
Ben Gardon
2020-02-05
1
-2
/
+13
*
kvm: mmu: Replace unsigned with unsigned int for PTE access
Ben Gardon
2020-02-05
1
-11
/
+13
*
KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()
Sean Christopherson
2020-02-05
1
-4
/
+4
*
KVM: x86: Take a u64 when checking for a valid dr7 value
Sean Christopherson
2020-02-05
1
-1
/
+1
*
KVM: x86: use raw clock values consistently
Paolo Bonzini
2020-02-05
1
-15
/
+23
*
KVM: x86: reorganize pvclock_gtod_data members
Paolo Bonzini
2020-02-05
1
-17
/
+12
*
KVM: nVMX: delete meaningless nested_vmx_run() declaration
Miaohe Lin
2020-02-05
1
-2
/
+0
*
KVM: SVM: allow AVIC without split irqchip
Paolo Bonzini
2020-02-05
1
-1
/
+1
*
kvm: ioapic: Lazy update IOAPIC EOI
Suravee Suthikulpanit
2020-02-05
1
-0
/
+39
*
kvm: ioapic: Refactor kvm_ioapic_update_eoi()
Suravee Suthikulpanit
2020-02-05
1
-54
/
+56
*
kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.
Suravee Suthikulpanit
2020-02-05
2
-2
/
+21
*
svm: Temporarily deactivate AVIC during ExtINT handling
Suravee Suthikulpanit
2020-02-05
1
-4
/
+29
*
svm: Deactivate AVIC when launching guest with nested SVM support
Suravee Suthikulpanit
2020-02-05
1
-1
/
+10
*
kvm: x86: hyperv: Use APICv update request interface
Suravee Suthikulpanit
2020-02-05
4
-17
/
+7
*
svm: Add support for dynamic APICv
Suravee Suthikulpanit
2020-02-05
1
-10
/
+28
*
kvm: x86: Introduce x86 ops hook for pre-update APICv
Suravee Suthikulpanit
2020-02-05
2
-0
/
+8
*
kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasons
Suravee Suthikulpanit
2020-02-05
3
-0
/
+20
*
KVM: svm: avic: Add support for dynamic setup/teardown of virtual APIC backin...
Suravee Suthikulpanit
2020-02-05
1
-6
/
+5
*
kvm: x86: svm: Add support to (de)activate posted interrupts
Suravee Suthikulpanit
2020-02-05
1
-1
/
+36
*
kvm: x86: Add APICv (de)activate request trace points
Suravee Suthikulpanit
2020-02-05
2
-0
/
+21
*
kvm: x86: Add support for dynamic APICv activation
Suravee Suthikulpanit
2020-02-05
1
-0
/
+37
*
KVM: x86: remove get_enable_apicv from kvm_x86_ops
Paolo Bonzini
2020-02-05
2
-12
/
+0
*
kvm: x86: Introduce APICv inhibit reason bits
Suravee Suthikulpanit
2020-02-05
3
-2
/
+33
*
kvm: lapic: Introduce APICv update helper function
Suravee Suthikulpanit
2020-02-05
2
-5
/
+18
*
Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-01-31
25
-1094
/
+1208
|
\
|
*
Merge branch 'cve-2019-3016' into kvm-next-5.6
Paolo Bonzini
2020-01-30
1
-26
/
+43
|
|
\
|
|
*
x86/KVM: Clean up host's steal time structure
Boris Ostrovsky
2020-01-30
1
-8
/
+3
|
|
*
x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed
Boris Ostrovsky
2020-01-30
1
-21
/
+30
|
|
*
x86/kvm: Cache gfn to pfn translation
Boris Ostrovsky
2020-01-30
1
-0
/
+10
|
|
*
x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit
Boris Ostrovsky
2020-01-30
1
-0
/
+3
|
*
|
KVM: x86: Use a typedef for fastop functions
Sean Christopherson
2020-01-27
1
-7
/
+7
|
*
|
KVM: X86: Add 'else' to unify fastop and execute call path
Miaohe Lin
2020-01-27
1
-4
/
+2
|
*
|
KVM: x86: inline memslot_valid_for_gpte
Paolo Bonzini
2020-01-27
1
-13
/
+4
|
*
|
KVM: x86/mmu: Use huge pages for DAX-backed files
Sean Christopherson
2020-01-27
1
-5
/
+4
|
*
|
KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()
Sean Christopherson
2020-01-27
1
-36
/
+3
|
*
|
KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()
Sean Christopherson
2020-01-27
2
-37
/
+30
|
*
|
KVM: x86/mmu: Zap any compound page when collapsing sptes
Sean Christopherson
2020-01-27
1
-1
/
+1
|
*
|
KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)
Sean Christopherson
2020-01-27
1
-10
/
+3
|
*
|
KVM: x86/mmu: Rely on host page tables to find HugeTLB mappings
Sean Christopherson
2020-01-27
2
-70
/
+29
|
*
|
KVM: x86/mmu: Drop level optimization from fast_page_fault()
Sean Christopherson
2020-01-27
1
-4
/
+3
|
*
|
KVM: x86/mmu: Walk host page tables to find THP mappings
Sean Christopherson
2020-01-27
1
-2
/
+31
|
*
|
KVM: x86/mmu: Refactor THP adjust to prep for changing query
Sean Christopherson
2020-01-27
2
-24
/
+23
|
*
|
KVM: Use vcpu-specific gva->hva translation when querying host page size
Sean Christopherson
2020-01-27
1
-3
/
+3
|
*
|
mm: thp: KVM: Explicitly check for THP when populating secondary MMU
Sean Christopherson
2020-01-27
1
-2
/
+2
[next]