index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-22
KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 code
Aaron Lewis
4
-62
/
+34
2019-10-22
KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS on Intel
Aaron Lewis
1
-7
/
+18
2019-10-22
KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMD
Aaron Lewis
1
-0
/
+23
2019-10-22
KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loaded
Aaron Lewis
2
-12
/
+5
2019-10-22
KVM: VMX: Fix conditions for guest IA32_XSS support
Aaron Lewis
1
-13
/
+11
2019-10-22
KVM: x86: Introduce vcpu->arch.xsaves_enabled
Aaron Lewis
3
-0
/
+9
2019-10-22
KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup()
Xiaoyao Li
3
-6
/
+7
2019-10-22
KVM: VMX: Initialize vmx->guest_msrs[] right after allocation
Xiaoyao Li
1
-18
/
+16
2019-10-22
KVM: VMX: Remove vmx->hv_deadline_tsc initialization from vmx_vcpu_setup()
Xiaoyao Li
1
-1
/
+0
2019-10-22
KVM: VMX: Write VPID to vmcs when creating vcpu
Xiaoyao Li
1
-3
/
+3
2019-10-22
KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAP
Like Xu
2
-11
/
+6
2019-10-22
KVM: remove redundant code in kvm_arch_vm_ioctl
Miaohe Lin
1
-3
/
+0
2019-10-22
kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
Suthikulpanit, Suravee
4
-5
/
+5
2019-10-22
KVM: x86: Fold decache_cr3() into cache_reg()
Sean Christopherson
4
-17
/
+8
2019-10-22
KVM: x86: Add helpers to test/mark reg availability and dirtiness
Sean Christopherson
4
-32
/
+49
2019-10-22
KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg'
Sean Christopherson
2
-4
/
+2
2019-10-22
KVM: x86: Add WARNs to detect out-of-bounds register indices
Sean Christopherson
2
-8
/
+10
2019-10-22
KVM: VMX: Optimize vmx_set_rflags() for unrestricted guest
Sean Christopherson
1
-2
/
+9
2019-10-22
KVM: VMX: Consolidate to_vmx() usage in RFLAGS accessors
Sean Christopherson
1
-9
/
+11
2019-10-22
KVM: VMX: Skip GUEST_CR3 VMREAD+VMWRITE if the VMCS is up-to-date
Sean Christopherson
1
-3
/
+5
2019-10-22
KVM: SVM: Reduce WBINVD/DF_FLUSH invocations
Tom Lendacky
1
-15
/
+66
2019-10-22
KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guests
Tom Lendacky
2
-15
/
+9
2019-10-22
KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter
Sean Christopherson
2
-3
/
+17
2019-10-22
KVM: SVM: Guard against DEACTIVATE when performing WBINVD/DF_FLUSH
Tom Lendacky
1
-0
/
+20
2019-10-22
KVM: SVM: Serialize access to the SEV ASID bitmap
Tom Lendacky
1
-12
/
+17
2019-10-22
Merge tag 'kvm-ppc-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
3
-10
/
+32
2019-10-22
Merge tag 'kvmarm-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2
-13
/
+39
2019-10-22
kvm: clear kvmclock MSR on reset
Paolo Bonzini
1
-5
/
+3
2019-10-22
KVM: x86: fix bugon.cocci warnings
kbuild test robot
1
-2
/
+1
2019-10-22
KVM: VMX: Remove specialized handling of unexpected exit-reasons
Liran Alon
1
-12
/
+0
2019-10-22
selftests: kvm: fix sync_regs_test with newer gccs
Vitaly Kuznetsov
1
-10
/
+11
2019-10-22
selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supported
Vitaly Kuznetsov
1
-0
/
+2
2019-10-22
selftests: kvm: consolidate VMX support checks
Vitaly Kuznetsov
5
-15
/
+15
2019-10-22
selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice
Vitaly Kuznetsov
1
-6
/
+1
2019-10-22
KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled
Wanpeng Li
1
-13
/
+16
2019-10-22
selftests: kvm: synchronize .gitignore to Makefile
Vitaly Kuznetsov
1
-0
/
+2
2019-10-22
kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUID
Jim Mattson
1
-1
/
+1
2019-10-22
Merge tag 'pinctrl-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
10
-159
/
+131
2019-10-20
Linux 5.4-rc4
v5.4-rc4
Linus Torvalds
1
-1
/
+1
2019-10-20
Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-6
/
+9
2019-10-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-38
/
+84
2019-10-20
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-17
/
+43
2019-10-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2019-10-20
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+6
2019-10-20
KVM: arm64: pmu: Reset sample period on overflow handling
Marc Zyngier
1
-0
/
+20
2019-10-20
KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event
Marc Zyngier
1
-3
/
+3
2019-10-20
arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
Marc Zyngier
1
-0
/
+4
2019-10-20
KVM: arm64: pmu: Fix cycle counter truncation
Marc Zyngier
1
-10
/
+12
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
179
-892
/
+1486
2019-10-19
net: reorder 'struct net' fields to avoid false sharing
Eric Dumazet
1
-8
/
+17
[next]