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
2022-04-29
KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
Sean Christopherson
1
-1
/
+1
2022-04-29
KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX intercepts
Babu Moger
4
-2
/
+11
2022-04-29
x86/cpufeatures: Add virtual TSC_AUX feature bit
Babu Moger
1
-0
/
+1
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
11
-41
/
+119
2022-04-29
KVM: x86/mmu: fix potential races when walking host page table
Mingwei Zhang
1
-5
/
+42
2022-04-29
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
6
-11
/
+34
2022-04-29
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
5
-16
/
+45
2022-04-13
KVM: x86: Bail to userspace if emulation of atomic user access faults
Sean Christopherson
1
-1
/
+1
2022-04-13
KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
Sean Christopherson
1
-21
/
+14
2022-04-13
KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits
Sean Christopherson
1
-37
/
+1
2022-04-13
x86/uaccess: Implement macros for CMPXCHG on user addresses
Peter Zijlstra
1
-0
/
+142
2022-04-13
Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
Sean Christopherson
1
-0
/
+5
2022-04-13
KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
Peter Gonda
3
-4
/
+22
2022-04-13
KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault
Sean Christopherson
2
-4
/
+33
2022-04-13
KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry
Sean Christopherson
1
-5
/
+10
2022-04-13
KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
Sean Christopherson
2
-6
/
+0
2022-04-13
KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
Like Xu
2
-22
/
+65
2022-04-13
KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
Like Xu
6
-7
/
+6
2022-04-13
KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
Like Xu
3
-26
/
+37
2022-04-13
KVM: x86: Move kvm_ops_static_call_update() to x86.c
Like Xu
2
-16
/
+17
2022-04-13
KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits
Sean Christopherson
3
-10
/
+10
2022-04-13
KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition
SU Hang
2
-1
/
+4
2022-04-13
x86/kvm: Don't waste kvmclock memory if there is nopv parameter
Wanpeng Li
1
-1
/
+1
2022-04-13
kvm: vmx: remove redundant parentheses
Peng Hao
1
-1
/
+1
2022-04-13
kvm: x86: Adjust the location of pkru_mask of kvm_mmu to reduce memory
Peng Hao
1
-8
/
+9
2022-04-13
selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with semicolon
Like Xu
1
-1
/
+1
2022-04-13
KVM: x86/xen: Remove the redundantly included header file lapic.h
Like Xu
1
-1
/
+0
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
25
-561
/
+2543
2022-04-11
KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
Vitaly Kuznetsov
4
-40
/
+13
2022-04-11
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
3
-1
/
+5
2022-04-11
Documentation: KVM: Add SPDX-License-Identifier tag
Like Xu
4
-1
/
+7
2022-04-11
selftests: kvm: add tsc_scaling_sync to .gitignore
Like Xu
1
-0
/
+1
2022-04-11
Merge tag 'kvm-riscv-fixes-5.18-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
4
-4
/
+5
2022-04-09
RISC-V: KVM: include missing hwcap.h into vcpu_fp
Heiko Stuebner
1
-0
/
+1
2022-04-09
KVM: selftests: riscv: Fix alignment of the guest_hang() function
Anup Patel
1
-1
/
+1
2022-04-09
KVM: selftests: riscv: Set PTE A and D bits in VS-stage page table
Anup Patel
1
-1
/
+3
2022-04-09
RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()
Anup Patel
1
-2
/
+0
2022-04-08
Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
14
-68
/
+285
2022-04-07
selftests: KVM: Free the GIC FD when cleaning up in arch_timer
Oliver Upton
1
-4
/
+11
2022-04-07
selftests: KVM: Don't leak GIC FD across dirty log test iterations
Oliver Upton
1
-3
/
+31
2022-04-07
KVM: Don't create VM debugfs files outside of the VM directory
Oliver Upton
1
-2
/
+8
2022-04-07
KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)
Andrew Jones
1
-4
/
+10
2022-04-06
KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
Paolo Bonzini
1
-1
/
+1
2022-04-06
KVM: arm64: selftests: Introduce vcpu_width_config
Reiji Watanabe
3
-0
/
+124
2022-04-06
KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
Reiji Watanabe
3
-28
/
+74
2022-04-06
KVM: arm64: vgic: Remove unnecessary type castings
Yu Zhe
2
-6
/
+6
2022-04-06
KVM: arm64: Don't split hugepages outside of MMU write lock
Oliver Upton
1
-4
/
+7
2022-04-06
KVM: arm64: Drop unneeded minor version check from PSCI v1.x handler
Oliver Upton
1
-3
/
+0
2022-04-06
KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32
Oliver Upton
1
-5
/
+9
2022-04-06
KVM: arm64: Generally disallow SMC64 for AArch32 guests
Oliver Upton
1
-9
/
+5
[prev]
[next]