index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...
Vitaly Kuznetsov
2020-06-11
6
-6
/
+12
*
KVM: async_pf: Cleanup kvm_setup_async_pf()
Vitaly Kuznetsov
2020-06-11
1
-13
/
+6
*
kvm: i8254: remove redundant assignment to pointer s
Colin Ian King
2020-06-11
1
-1
/
+0
*
KVM: x86: respect singlestep when emulating instruction
Felipe Franciosi
2020-06-11
1
-1
/
+1
*
KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...
Vitaly Kuznetsov
2020-06-11
2
-3
/
+5
*
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
Vitaly Kuznetsov
2020-06-11
6
-17
/
+30
*
Merge branch 'kvm-basic-exit-reason' into HEAD
Paolo Bonzini
2020-06-11
1
-2
/
+2
|
\
|
*
KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
Sean Christopherson
2020-06-11
1
-1
/
+1
*
|
KVM: x86: Unexport x86_fpu_cache and make it static
Sean Christopherson
2020-06-09
2
-3
/
+1
*
|
KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K
Sean Christopherson
2020-06-09
1
-2
/
+9
*
|
KVM: x86: Fix APIC page invalidation race
Eiichi Tsukata
2020-06-08
3
-17
/
+20
*
|
KVM: SVM: fix calls to is_intercept
Paolo Bonzini
2020-06-08
2
-2
/
+4
*
|
KVM: selftests: fix vmx_preemption_timer_test build with GCC10
Vitaly Kuznetsov
2020-06-08
2
-4
/
+4
*
|
KVM: selftests: Add x86_64/debug_regs to .gitignore
Vitaly Kuznetsov
2020-06-08
1
-0
/
+1
*
|
Revert "KVM: x86: work around leak of uninitialized stack contents"
Vitaly Kuznetsov
2020-06-08
1
-7
/
+0
*
|
KVM: VMX: Properly handle kvm_read/write_guest_virt*() result
Vitaly Kuznetsov
2020-06-08
3
-40
/
+74
*
|
KVM: x86: emulate reserved nops from 0f/18 to 0f/1f
Paolo Bonzini
2020-06-05
1
-2
/
+6
*
|
KVM: selftests: Fix build with "make ARCH=x86_64"
Vitaly Kuznetsov
2020-06-05
1
-0
/
+4
*
|
Merge tag 'kvm-ppc-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2020-06-04
22
-237
/
+276
|
\
\
|
*
|
KVM: PPC: Book3S HV: Close race with page faults around memslot flushes
Paul Mackerras
2020-05-28
1
-0
/
+5
|
*
|
KVM: PPC: Book3S HV: Remove user-triggerable WARN_ON
Paul Mackerras
2020-05-28
1
-4
/
+7
|
*
|
KVM: PPC: Book3S HV: Relax check on H_SVM_INIT_ABORT
Laurent Dufour
2020-05-27
1
-3
/
+8
|
*
|
KVM: PPC: Book3S: Fix some RCU-list locks
Qian Cai
2020-05-27
1
-4
/
+14
|
*
|
KVM: PPC: Book3S HV: Ignore kmemleak false positives
Qian Cai
2020-05-27
1
-2
/
+14
|
*
|
KVM: PPC: Clean up redundant 'kvm_run' parameters
Tianjia Zhang
2020-05-27
19
-217
/
+212
|
*
|
KVM: PPC: Remove redundant kvm_run from vcpu_arch
Tianjia Zhang
2020-05-27
3
-7
/
+3
|
*
|
KVM: PPC: Book3S HV: Read ibm,secure-memory nodes
Laurent Dufour
2020-05-27
1
-0
/
+14
|
*
|
KVM: PPC: Book3S HV: Remove redundant NULL check
Chen Zhou
2020-05-27
1
-2
/
+1
*
|
|
KVM: x86: minor code refactor and comments fixup around dirty logging
Anthony Yznaga
2020-06-04
1
-55
/
+49
*
|
|
KVM: x86: avoid unnecessary rmap walks when creating/moving slots
Anthony Yznaga
2020-06-04
1
-1
/
+1
*
|
|
KVM: x86: remove unnecessary rmap walk of read-only memslots
Anthony Yznaga
2020-06-04
1
-4
/
+2
*
|
|
KVM: Use vmemdup_user()
Denis Efremov
2020-06-04
2
-21
/
+15
*
|
|
x86/kvm: Remove defunct KVM_DEBUG_FS Kconfig
Sean Christopherson
2020-06-04
2
-9
/
+0
*
|
|
KVM: MIPS: Enable KVM support for Loongson-3
Huacai Chen
2020-06-04
3
-1
/
+3
*
|
|
KVM: MIPS: Add more MMIO load/store instructions emulation
Huacai Chen
2020-06-04
1
-10
/
+470
*
|
|
KVM: MIPS: Add CONFIG6 and DIAG registers emulation
Huacai Chen
2020-06-04
4
-1
/
+113
*
|
|
KVM: MIPS: Add CPUCFG emulation for Loongson-3
Huacai Chen
2020-06-04
4
-0
/
+92
*
|
|
KVM: MIPS: Add Loongson-3 Virtual IPI interrupt support
Huacai Chen
2020-06-04
5
-1
/
+277
*
|
|
KVM: MIPS: Add more types of virtual interrupts
Huacai Chen
2020-06-04
4
-133
/
+67
*
|
|
KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3
Huacai Chen
2020-06-04
1
-2
/
+6
*
|
|
KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3
Huacai Chen
2020-06-04
1
-0
/
+6
*
|
|
KVM: MIPS: Introduce and use cpu_guest_has_ldpte
Huacai Chen
2020-06-04
3
-14
/
+19
*
|
|
KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgd
Huacai Chen
2020-06-04
1
-1
/
+18
*
|
|
KVM: MIPS: Add EVENTFD support which is needed by VHOST
Huacai Chen
2020-06-04
4
-1
/
+8
*
|
|
KVM: MIPS: Increase KVM_MAX_VCPUS and KVM_USER_MEM_SLOTS to 16
Huacai Chen
2020-06-04
1
-2
/
+2
*
|
|
KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits
Xing Li
2020-06-04
1
-0
/
+4
*
|
|
KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
Xing Li
2020-06-04
1
-1
/
+1
*
|
|
KVM: x86: Move MPK feature detection to common code
Babu Moger
2020-06-04
2
-5
/
+8
*
|
|
KVM: x86: Assign correct value to array.maxnent
Xiaoyao Li
2020-06-04
1
-2
/
+3
*
|
|
KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSR
Sean Christopherson
2020-06-04
1
-1
/
+1
[next]