index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-26
13
-49
/
+109
|
\
|
*
KVM: x86: fix return value for reserved EFER
Paolo Bonzini
2019-05-24
1
-1
/
+1
|
*
KVM: x86/pmu: do not mask the value that is written to fixed PMUs
Paolo Bonzini
2019-05-24
1
-5
/
+8
|
*
KVM: x86/pmu: mask the result of rdpmc according to the width of the counters
Paolo Bonzini
2019-05-24
4
-13
/
+15
|
*
x86/kvm/pmu: Set AMD's virt PMU version to 1
Borislav Petkov
2019-05-24
1
-1
/
+1
|
*
KVM: x86: do not spam dmesg with VMCS/VMCB dumps
Paolo Bonzini
2019-05-24
2
-8
/
+27
|
*
kvm: Check irqchip mode before assign irqfd
Peter Xu
2019-05-24
2
-0
/
+8
|
*
kvm: svm/avic: fix off-by-one in checking host APIC ID
Suthikulpanit, Suravee
2019-05-24
1
-1
/
+5
|
*
KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace
Wanpeng Li
2019-05-24
1
-0
/
+18
|
*
KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow
Wanpeng Li
2019-05-24
1
-1
/
+1
|
*
kvm: vmx: Fix -Wmissing-prototypes warnings
Yi Wang
2019-05-24
1
-0
/
+1
|
*
KVM: nVMX: Fix using __this_cpu_read() in preemptible context
Wanpeng Li
2019-05-24
1
-2
/
+2
|
*
kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUID
Jim Mattson
2019-05-24
1
-0
/
+1
|
*
kvm: x86: Include multiple indices with CPUID leaf 0x8000001d
Jim Mattson
2019-05-24
1
-4
/
+3
|
*
KVM: nVMX: Clear nested_run_pending if setting nested state fails
Sean Christopherson
2019-05-24
1
-12
/
+17
|
*
KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE
Paolo Bonzini
2019-05-24
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
Thomas Gleixner
2019-05-24
3
-30
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102
Thomas Gleixner
2019-05-24
2
-26
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83
Thomas Gleixner
2019-05-24
3
-12
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82
Thomas Gleixner
2019-05-24
3
-9
/
+3
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 70
Thomas Gleixner
2019-05-24
1
-14
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48
Thomas Gleixner
2019-05-24
1
-6
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47
Thomas Gleixner
2019-05-24
2
-18
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19
Thomas Gleixner
2019-05-21
1
-14
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-05-21
4
-52
/
+4
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
22
-0
/
+22
*
|
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
7
-0
/
+7
*
|
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
45
-0
/
+45
|
/
*
Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2019-05-19
2
-2
/
+2
|
\
|
*
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-18
2
-2
/
+2
*
|
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-05-19
3
-14
/
+17
|
\
\
|
|
/
|
/
|
|
*
x86/mpx, mm/core: Fix recursive munmap() corruption
Dave Hansen
2019-05-09
3
-14
/
+17
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-17
20
-455
/
+568
|
\
\
|
*
|
Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"
Sean Christopherson
2019-05-15
1
-25
/
+0
|
*
|
kvm: x86: Fix L1TF mitigation for shadow MMU
Kai Huang
2019-05-15
1
-5
/
+13
|
*
|
KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possible
Sean Christopherson
2019-05-15
1
-22
/
+25
|
*
|
kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
Aaron Lewis
2019-05-08
1
-4
/
+6
|
*
|
KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting ne...
Aaron Lewis
2019-05-08
1
-3
/
+3
|
*
|
KVM: x86: use direct accessors for RIP and RSP
Paolo Bonzini
2019-04-30
4
-12
/
+22
|
*
|
KVM: VMX: Use accessors for GPRs outside of dedicated caching logic
Sean Christopherson
2019-04-30
2
-10
/
+8
|
*
|
KVM: x86: Omit caching logic for always-available GPRs
Sean Christopherson
2019-04-30
6
-80
/
+105
|
*
|
kvm, x86: Properly check whether a pfn is an MMIO or not
KarimAllah Ahmed
2019-04-30
3
-4
/
+20
|
*
|
KVM/nVMX: Use page_address_valid in a few more locations
KarimAllah Ahmed
2019-04-30
1
-3
/
+3
|
*
|
KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCS
KarimAllah Ahmed
2019-04-30
2
-10
/
+6
|
*
|
KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS
KarimAllah Ahmed
2019-04-30
1
-13
/
+12
|
*
|
KVM/nSVM: Use the new mapping API for mapping guest memory
KarimAllah Ahmed
2019-04-30
1
-49
/
+45
|
*
|
KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulated
KarimAllah Ahmed
2019-04-30
1
-8
/
+6
|
*
|
KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
KarimAllah Ahmed
2019-04-30
2
-32
/
+13
|
*
|
KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
KarimAllah Ahmed
2019-04-30
3
-24
/
+13
|
*
|
KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
KarimAllah Ahmed
2019-04-30
2
-6
/
+8
[next]