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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
x86/kvm: fix a missing-prototypes "vmread_error"
Qian Cai
1
-0
/
+1
2020-03-31
KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y
Sean Christopherson
2
-5
/
+5
2020-03-31
KVM: VMX: Add a trampoline to fix VMREAD error handling
Sean Christopherson
2
-7
/
+79
2020-03-31
KVM: SVM: Annotate svm_x86_ops as __initdata
Sean Christopherson
1
-1
/
+1
2020-03-31
KVM: VMX: Annotate vmx_x86_ops as __initdata
Sean Christopherson
1
-1
/
+1
2020-03-31
KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
Sean Christopherson
2
-2
/
+2
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
15
-257
/
+257
2020-03-31
KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
Sean Christopherson
1
-2
/
+2
2020-03-31
KVM: VMX: Configure runtime hooks using vmx_x86_ops
Sean Christopherson
3
-21
/
+24
2020-03-31
KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
Sean Christopherson
1
-153
/
+153
2020-03-31
KVM: x86: Move init-only kvm_x86_ops to separate struct
Sean Christopherson
4
-18
/
+36
2020-03-31
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
4
-8
/
+8
2020-03-31
Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
23
-122
/
+187
2020-03-31
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
144
-6776
/
+1330
2020-03-30
Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-4
/
+5
2020-03-27
s390/gmap: return proper error code on ksm unsharing
Christian Borntraeger
1
-4
/
+5
2020-03-26
Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
5
-17
/
+20
2020-03-26
KVM: Fix out of range accesses to memslots
Sean Christopherson
1
-0
/
+3
2020-03-26
KVM: X86: Micro-optimize IPI fastpath delay
Wanpeng Li
3
-3
/
+8
2020-03-26
KVM: X86: Delay read msr data iff writes ICR MSR
Wanpeng Li
1
-1
/
+2
2020-03-26
KVM: PPC: Book3S HV: Add a capability for enabling secure guests
Paul Mackerras
6
-0
/
+51
2020-03-24
Merge tag 'kvm-arm-removal' into kvmarm-master/next
Marc Zyngier
49
-6296
/
+10
2020-03-24
KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
Marc Zyngier
1
-1
/
+2
2020-03-24
KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
Marc Zyngier
2
-0
/
+2
2020-03-24
arm: Remove the ability to set HYP vectors outside of the decompressor
Marc Zyngier
2
-36
/
+8
2020-03-24
arm: Remove GICv3 vgic compatibility macros
Marc Zyngier
1
-114
/
+0
2020-03-24
arm: Remove HYP/Stage-2 page-table support
Marc Zyngier
8
-93
/
+1
2020-03-24
arm: Remove 32bit KVM host support
Marc Zyngier
36
-6046
/
+0
2020-03-24
arm: Remove KVM from config files
Marc Zyngier
1
-2
/
+0
2020-03-24
arm: Unplug KVM from the build system
Marc Zyngier
3
-4
/
+1
2020-03-24
KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN
Laurent Dufour
1
-1
/
+2
2020-03-24
KVM: PPC: Book3S HV: Check caller of H_SVM_* Hcalls
Laurent Dufour
1
-11
/
+21
2020-03-24
KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supported
Fabiano Rosas
1
-0
/
+3
2020-03-23
KVM: VMX: Gracefully handle faults on VMXON
Sean Christopherson
1
-3
/
+21
2020-03-23
KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()
Sean Christopherson
2
-11
/
+4
2020-03-23
KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support
Sean Christopherson
1
-51
/
+16
2020-03-23
KVM: x86: Expose fast short REP MOV for supported cpuid
Zhenyu Wang
1
-1
/
+1
2020-03-23
KVM: s390: mark sie block as 512 byte aligned
Christian Borntraeger
1
-1
/
+1
2020-03-23
KVM: s390: Use fallthrough;
Joe Perches
4
-16
/
+19
2020-03-19
KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()
Greg Kurz
9
-27
/
+0
2020-03-19
KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM
Greg Kurz
5
-4
/
+4
2020-03-19
KVM: PPC: Book3S PR: Fix kernel crash with PR KVM
Greg Kurz
2
-2
/
+1
2020-03-19
KVM: PPC: Use fallthrough;
Joe Perches
5
-7
/
+6
2020-03-19
KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests
Michael Roth
1
-0
/
+1
2020-03-19
KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...
Gustavo Romero
3
-7
/
+40
2020-03-19
KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU code
Michael Ellerman
1
-1
/
+1
2020-03-19
KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handler
Paul Mackerras
1
-62
/
+57
2020-03-18
KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()
Xiaoyao Li
1
-2
/
+2
2020-03-18
KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values
Sean Christopherson
2
-7
/
+13
2020-03-18
KVM: x86: Add requested index to the CPUID tracepoint
Sean Christopherson
2
-6
/
+9
[next]