index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: LAPIC: Make lapic timer unpinned
Wanpeng Li
2019-07-17
2
-9
/
+5
*
KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters
Like Xu
2019-07-17
1
-3
/
+8
*
KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS
Liran Alon
2019-07-15
1
-1
/
+4
*
kvm: x86: ioapic and apic debug macros cleanup
Yi Wang
2019-07-15
2
-101
/
+9
*
kvm: x86: some tsc debug cleanup
Yi Wang
2019-07-15
1
-8
/
+0
*
kvm: vmx: fix coccinelle warnings
Yi Wang
2019-07-15
1
-1
/
+1
*
x86: kvm: avoid constant-conversion warning
Arnd Bergmann
2019-07-15
1
-3
/
+3
*
x86: kvm: avoid -Wsometimes-uninitized warning
Arnd Bergmann
2019-07-15
1
-11
/
+9
*
KVM: x86: expose AVX512_BF16 feature to guest
Jing Liu
2019-07-15
1
-1
/
+11
*
Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-07-12
1
-5
/
+25
|
\
|
*
x86: don't use asm-generic/ptrace.h
Christoph Hellwig
2019-07-01
1
-5
/
+25
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-07-12
31
-980
/
+1611
|
\
\
|
*
\
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-07-11
323
-2210
/
+585
|
|
\
\
|
*
|
|
KVM: x86: Unconditionally enable irqs in guest context
Sean Christopherson
2019-07-11
2
-9
/
+12
|
*
|
|
KVM: x86: PMU Event Filter
Eric Hankland
2019-07-11
5
-0
/
+81
|
*
|
|
kvm: x86: Fix -Wmissing-prototypes warnings
Yi Wang
2019-07-10
1
-1
/
+0
|
*
|
|
KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane
Wanpeng Li
2019-07-05
1
-3
/
+4
|
*
|
|
kvm: LAPIC: write down valid APIC registers
Paolo Bonzini
2019-07-05
1
-12
/
+32
|
*
|
|
KVM: LAPIC: ARBPRI is a reserved register for x2APIC
Paolo Bonzini
2019-07-05
1
-1
/
+5
|
*
|
|
KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne...
Krish Sadhukhan
2019-07-05
1
-2
/
+24
|
*
|
|
KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT
Sean Christopherson
2019-07-05
2
-22
/
+23
|
*
|
|
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
Paolo Bonzini
2019-07-05
3
-7
/
+67
|
*
|
|
KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
Paolo Bonzini
2019-07-05
1
-3
/
+9
|
*
|
|
KVM: x86: remove now unneeded hugepage gfn adjustment
Paolo Bonzini
2019-07-05
2
-7
/
+4
|
*
|
|
KVM: x86: make FNAME(fetch) and __direct_map more similar
Paolo Bonzini
2019-07-05
2
-44
/
+39
|
*
|
|
kvm: x86: Do not release the page inside mmu_set_spte()
Junaid Shahid
2019-07-05
2
-16
/
+10
|
*
|
|
KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param
Paolo Bonzini
2019-07-05
1
-8
/
+3
|
*
|
|
KVM: cpuid: rename do_cpuid_1_ent
Paolo Bonzini
2019-07-05
1
-8
/
+8
|
*
|
|
KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_ent
Paolo Bonzini
2019-07-05
1
-16
/
+14
|
*
|
|
KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs
Paolo Bonzini
2019-07-05
1
-47
/
+81
|
*
|
|
KVM: cpuid: do_cpuid_ent works on a whole CPUID function
Paolo Bonzini
2019-07-05
1
-47
/
+42
|
*
|
|
KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk
Wanpeng Li
2019-07-03
1
-1
/
+1
|
*
|
|
KVM: svm: add nrips module parameter
Paolo Bonzini
2019-07-03
1
-3
/
+12
|
*
|
|
kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUID
Jim Mattson
2019-07-02
1
-1
/
+1
|
*
|
|
kvm: nVMX: Remove unnecessary sync_roots from handle_invept
Jim Mattson
2019-07-02
1
-5
/
+3
|
*
|
|
KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest
Wanpeng Li
2019-07-02
1
-1
/
+2
|
*
|
|
KVM: X86: Implement PV sched yield hypercall
Wanpeng Li
2019-07-02
1
-0
/
+21
|
*
|
|
KVM: X86: Yield to IPI target if necessary
Wanpeng Li
2019-07-02
2
-0
/
+22
|
*
|
|
x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use
Vitaly Kuznetsov
2019-07-02
3
-14
/
+37
|
*
|
|
x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH
Vitaly Kuznetsov
2019-07-02
1
-8
/
+12
|
*
|
|
KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST
Paolo Bonzini
2019-07-02
3
-0
/
+23
|
*
|
|
KVM: nVMX: allow setting the VMFUNC controls MSR
Paolo Bonzini
2019-07-02
1
-0
/
+5
|
*
|
|
KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS
Paolo Bonzini
2019-07-02
1
-1
/
+6
|
*
|
|
KVM: x86: Fix apic dangling pointer in vcpu
Saar Amar
2019-06-20
1
-0
/
+1
|
*
|
|
KVM: VMX: check CPUID before allowing read/write of IA32_XSS
Wanpeng Li
2019-06-20
1
-2
/
+8
|
*
|
|
KVM: nVMX: shadow pin based execution controls
Paolo Bonzini
2019-06-18
1
-0
/
+1
|
*
|
|
KVM: VMX: Leave preemption timer running when it's disabled
Sean Christopherson
2019-06-18
3
-25
/
+41
|
*
|
|
KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'
Sean Christopherson
2019-06-18
3
-8
/
+2
|
*
|
|
KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIP
Sean Christopherson
2019-06-18
1
-0
/
+8
|
*
|
|
KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02
Sean Christopherson
2019-06-18
1
-1
/
+11
[next]