index
:
linux/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-24
KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU state
Sean Christopherson
2021-06-24
KVM: x86: Fix sizes used to pass around CR0, CR4, and EFER
Sean Christopherson
2021-06-24
KVM: x86/mmu: Rename unsync helper and update related comments
Sean Christopherson
2021-06-24
KVM: x86/mmu: Drop the intermediate "transient" __kvm_sync_page()
Sean Christopherson
2021-06-24
KVM: x86/mmu: comment on kvm_mmu_get_page's syncing of pages
Sean Christopherson
2021-06-24
KVM: x86/mmu: WARN and zap SP when sync'ing if MMU role mismatches
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU role to check for matching guest page sizes
Sean Christopherson
2021-06-24
KVM: x86/mmu: Unconditionally zap unsync SPs when creating >4k SP at GFN
Sean Christopherson
2021-06-24
Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_r...
Sean Christopherson
2021-06-24
KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is broken
Sean Christopherson
2021-06-24
KVM: x86: Force all MMUs to reinitialize if guest CPUID is modified
Sean Christopherson
2021-06-24
Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
Sean Christopherson
2021-06-24
KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk
Sean Christopherson
2021-06-24
KVM: x86: Properly reset MMU context at vCPU RESET/INIT
Sean Christopherson
2021-06-24
KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
Sean Christopherson
2021-06-24
KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPT
Sean Christopherson
2021-06-24
KVM: debugfs: Reuse binary stats descriptors
Jing Zhang
2021-06-24
KVM: selftests: Add selftest for KVM statistics data binary interface
Jing Zhang
2021-06-24
KVM: stats: Add documentation for binary statistics interface
Jing Zhang
2021-06-24
KVM: stats: Support binary stats retrieval for a VCPU
Jing Zhang
2021-06-24
KVM: stats: Support binary stats retrieval for a VM
Jing Zhang
2021-06-24
KVM: stats: Add fd-based API to read binary stats data
Jing Zhang
2021-06-24
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
2021-06-24
KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU check
Sean Christopherson
2021-06-24
KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updates
Sean Christopherson
2021-06-24
KVM: selftests: Add hugepage support for x86-64
Sean Christopherson
2021-06-24
KVM: selftests: Genericize upper level page table entry struct
Sean Christopherson
2021-06-24
KVM: selftests: Add PTE helper for x86-64 in preparation for hugepages
Sean Christopherson
2021-06-24
KVM: selftests: Rename x86's page table "address" to "pfn"
Sean Christopherson
2021-06-24
KVM: selftests: Add wrapper to allocate page table page
Sean Christopherson
2021-06-24
KVM: selftests: Unconditionally allocate EPT tables in memslot 0
Sean Christopherson
2021-06-24
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
2021-06-24
KVM: selftests: Unconditionally use memslot 0 for vaddr allocations
Sean Christopherson
2021-06-24
KVM: selftests: Use "standard" min virtual address for CPUID test alloc
Sean Christopherson
2021-06-24
KVM: selftests: Use alloc page helper for xAPIC IPI test
Sean Christopherson
2021-06-24
KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocations
Sean Christopherson
2021-06-24
KVM: selftests: Lower the min virtual address for misc page allocations
Sean Christopherson
2021-06-24
KVM: selftests: Add helpers to allocate N pages of virtual memory
Sean Christopherson
2021-06-24
KVM: selftests: Use "standard" min virtual address for Hyper-V pages
Sean Christopherson
2021-06-24
KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setup
Sean Christopherson
2021-06-24
KVM: selftests: Unconditionally use memslot 0 when loading elf binary
Sean Christopherson
2021-06-24
KVM: selftests: Zero out the correct page in the Hyper-V features test
Sean Christopherson
2021-06-24
KVM: selftests: Remove errant asm/barrier.h include to fix arm64 build
Sean Christopherson
2021-06-24
KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
Sean Christopherson
2021-06-24
KVM: x86/mmu: Fix uninitialized boolean variable flush
Colin Ian King
2021-06-24
KVM: selftests: fix triple fault if ept=0 in dirty_log_test
Hou Wenlong
2021-06-24
KVM: x86: Print CPU of last attempted VM-entry when dumping VMCS/VMCB
Jim Mattson
2021-06-23
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2021-06-23
KVM: PPC: Book3S HV: Workaround high stack usage with clang
Nathan Chancellor
2021-06-22
KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
Bharata B Rao
[next]