index
:
kernel/git/stable/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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-04-20
KVM: selftests: Add a test for kvm page table code
Yanan Wang
2021-04-20
KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
Yanan Wang
2021-04-20
KVM: selftests: List all hugetlb src types specified with page sizes
Yanan Wang
2021-04-20
KVM: selftests: Add a helper to get system default hugetlb page size
Yanan Wang
2021-04-20
KVM: selftests: Add a helper to get system configured THP page size
Yanan Wang
2021-04-20
KVM: selftests: Make a generic helper to get vm guest mode strings
Yanan Wang
2021-04-20
KVM: selftests: Print the errno besides error-string in TEST_ASSERT
Yanan Wang
2021-04-20
tools/headers: sync headers of asm-generic/hugetlb_encode.h
Yanan Wang
2021-04-20
KVM: vmx: add mismatched size assertions in vmcs_check32()
Haiwei Li
2021-04-20
KVM: Add proper lockdep assertion in I/O bus unregister
Sean Christopherson
2021-04-20
KVM: Stop looking for coalesced MMIO zones if the bus is destroyed
Sean Christopherson
2021-04-20
KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU
Sean Christopherson
2021-04-20
doc/virt/kvm: move KVM_CAP_PPC_MULTITCE in section 8
Emanuele Giuseppe Esposito
2021-04-20
KVM: x86: Remove unused function declaration
Keqian Zhu
2021-04-20
KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()
Sean Christopherson
2021-04-20
KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at
Sean Christopherson
2021-04-20
KVM: SVM: Drop vcpu_svm.vmcb_pa
Sean Christopherson
2021-04-20
KVM: SVM: Don't set current_vmcb->cpu when switching vmcb
Sean Christopherson
2021-04-19
KVM: SVM: Make sure GHCB is mapped before updating
Tom Lendacky
2021-04-19
KVM: X86: Do not yield to self
Wanpeng Li
2021-04-19
KVM: X86: Count attempted/successful directed yield
Wanpeng Li
2021-04-19
x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMP
Wanpeng Li
2021-04-19
KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returns
Ben Gardon
2021-04-19
KVM: x86/mmu: Fast invalidation for TDP MMU
Ben Gardon
2021-04-19
KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lock
Ben Gardon
2021-04-19
KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lock
Ben Gardon
2021-04-19
KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
Ben Gardon
2021-04-19
KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
Ben Gardon
2021-04-19
KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_root
Ben Gardon
2021-04-19
KVM: x86/mmu: Make TDP MMU root refcount atomic
Ben Gardon
2021-04-19
KVM: x86/mmu: Refactor yield safe root iterator
Ben Gardon
2021-04-19
KVM: x86/mmu: Merge TDP MMU put and free root
Ben Gardon
2021-04-19
KVM: x86/mmu: use tdp_mmu_free_sp to free roots
Ben Gardon
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
2021-04-19
KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible
Sean Christopherson
2021-04-17
KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
Sean Christopherson
2021-04-17
KVM: Move MMU notifier's mmu_lock acquisition into common helper
Sean Christopherson
2021-04-17
KVM: Kill off the old hva-based MMU notifier callbacks
Sean Christopherson
2021-04-17
KVM: PPC: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
2021-04-17
KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
2021-04-17
KVM: arm64: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
2021-04-17
KVM: Assert that notifier count is elevated in .change_pte()
Sean Christopherson
2021-04-17
KVM: MIPS: defer flush to generic MMU notifier code
Paolo Bonzini
2021-04-17
KVM: MIPS: let generic code call prepare_flush_shadow
Paolo Bonzini
2021-04-17
KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush
Paolo Bonzini
2021-04-17
KVM: constify kvm_arch_flush_remote_tlbs_memslot
Paolo Bonzini
2021-04-17
KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocations
Sean Christopherson
2021-04-17
KVM: MMU: protect TDP MMU pages only down to required level
Paolo Bonzini
[next]