OSDN Git Service

uclinux-h8/linux.git
2021-06-24 Sean ChristophersonKVM: x86/mmu: Don't grab CR4.PSE for calculating shadow...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Always set new mmu_role immediately after...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Set CR4.PKE/LA57 in MMU role iff long...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Do not set paging-related bits in MMU...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add accessors to query mmu_role bits
2021-06-24 Sean ChristophersonKVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role_regs, not vCPU state,...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Ignore CR0 and CR4 bits in nested EPT...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Consolidate misc updates into shadow_mmu_...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add struct and helpers to retrieve MMU...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Grab shadow root level from mmu_role...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Move nested NPT reserved bit calculation...
2021-06-24 Sean ChristophersonKVM: x86: Read and pass all CR0/CR4 role bits to shadow...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop smep_andnot_wp check from "uses...
2021-06-24 Sean ChristophersonKVM: nSVM: Add a comment to document why nNPT uses...
2021-06-24 Sean ChristophersonKVM: x86: Fix sizes used to pass around CR0, CR4, and...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Rename unsync helper and update related...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop the intermediate "transient" __kvm_s...
2021-06-24 Sean ChristophersonKVM: x86/mmu: comment on kvm_mmu_get_page's syncing...
2021-06-24 Sean ChristophersonKVM: x86/mmu: WARN and zap SP when sync'ing if MMU...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU role to check for matching guest...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Unconditionally zap unsync SPs when creat...
2021-06-24 Sean ChristophersonRevert "KVM: MMU: record maximum physical address width...
2021-06-24 Sean ChristophersonKVM: x86: Alert userspace that KVM_SET_CPUID{,2} after...
2021-06-24 Sean ChristophersonKVM: x86: Force all MMUs to reinitialize if guest CPUID...
2021-06-24 Sean ChristophersonRevert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to detect CR4.SMEP value...
2021-06-24 Sean ChristophersonKVM: x86: Properly reset MMU context at vCPU RESET...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Treat NX as used (not reserved) for all...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Remove broken WARN that fires on 32-bit...
2021-06-24 Jing ZhangKVM: debugfs: Reuse binary stats descriptors
2021-06-24 Jing ZhangKVM: selftests: Add selftest for KVM statistics data...
2021-06-24 Jing ZhangKVM: stats: Add documentation for binary statistics...
2021-06-24 Jing ZhangKVM: stats: Support binary stats retrieval for a VCPU
2021-06-24 Jing ZhangKVM: stats: Support binary stats retrieval for a VM
2021-06-24 Jing ZhangKVM: stats: Add fd-based API to read binary stats data
2021-06-24 Jing ZhangKVM: stats: Separate generic stats from architecture...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Don't WARN on a NULL shadow page in TDP...
2021-06-24 Sean ChristophersonKVM: sefltests: Add x86-64 test to verify MMU reacts...
2021-06-24 Sean ChristophersonKVM: selftests: Add hugepage support for x86-64
2021-06-24 Sean ChristophersonKVM: selftests: Genericize upper level page table entry...
2021-06-24 Sean ChristophersonKVM: selftests: Add PTE helper for x86-64 in preparatio...
2021-06-24 Sean ChristophersonKVM: selftests: Rename x86's page table "address" to...
2021-06-24 Sean ChristophersonKVM: selftests: Add wrapper to allocate page table...
2021-06-24 Sean ChristophersonKVM: selftests: Unconditionally allocate EPT tables...
2021-06-24 Sean ChristophersonKVM: selftests: Unconditionally use memslot '0' for...
2021-06-24 Sean ChristophersonKVM: selftests: Unconditionally use memslot 0 for vaddr...
2021-06-24 Sean ChristophersonKVM: selftests: Use "standard" min virtual address...
2021-06-24 Sean ChristophersonKVM: selftests: Use alloc page helper for xAPIC IPI...
2021-06-24 Sean ChristophersonKVM: selftests: Use alloc_page helper for x86-64's...
2021-06-24 Sean ChristophersonKVM: selftests: Lower the min virtual address for misc...
2021-06-24 Sean ChristophersonKVM: selftests: Add helpers to allocate N pages of...
2021-06-24 Sean ChristophersonKVM: selftests: Use "standard" min virtual address...
2021-06-24 Sean ChristophersonKVM: selftests: Unconditionally use memslot 0 for x86...
2021-06-24 Sean ChristophersonKVM: selftests: Unconditionally use memslot 0 when...
2021-06-24 Sean ChristophersonKVM: selftests: Zero out the correct page in the Hyper...
2021-06-24 Sean ChristophersonKVM: selftests: Remove errant asm/barrier.h include...
2021-06-24 Sean ChristophersonKVM: nVMX: Handle split-lock #AC exceptions that happen...
2021-06-24 Colin Ian KingKVM: x86/mmu: Fix uninitialized boolean variable flush
2021-06-24 Hou WenlongKVM: selftests: fix triple fault if ept=0 in dirty_log_test
2021-06-24 Jim MattsonKVM: x86: Print CPU of last attempted VM-entry when...
2021-06-23 Paolo BonziniMerge branch 'topic/ppc-kvm' of https://git./linux...
2021-06-22 Nathan ChancellorKVM: PPC: Book3S HV: Workaround high stack usage with...
2021-06-22 Bharata B RaoKVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
2021-06-22 Bharata B RaoKVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE...
2021-06-22 Bharata B RaoKVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
2021-06-21 Sean ChristophersonKVM: nVMX: Dynamically compute max VMCS index for vmcs12
2021-06-21 Jim MattsonKVM: VMX: Skip #PF(RSVD) intercepts when emulating...
2021-06-21 Bharata B RaoKVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
2021-06-21 Bharata B Raopowerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize...
2021-06-21 Aneesh Kumar K.VKVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE...
2021-06-20 Suraj Jitindar... KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9...
2021-06-18 David MatlackKVM: x86/mmu: Remove redundant root_hpa checks
2021-06-18 David MatlackKVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmu
2021-06-18 David MatlackKVM: x86/mmu: Remove redundant is_tdp_mmu_enabled check
2021-06-18 David MatlackKVM: x86/mmu: Remove redundant is_tdp_mmu_root check
2021-06-18 Paolo BonziniKVM: x86: Stub out is_tdp_mmu_root on 32-bit hosts
2021-06-18 Sean ChristophersonKVM: x86: WARN and reject loading KVM if NX is supporte...
2021-06-18 Sean ChristophersonKVM: SVM: Refuse to load kvm_amd if NX support is not...
2021-06-18 Sean ChristophersonKVM: VMX: Refuse to load kvm_intel if EPT and NX are...
2021-06-17 Kai HuangKVM: x86/mmu: Fix TDP MMU page table level
2021-06-17 Kai HuangKVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_...
2021-06-17 Kai HuangKVM: x86/mmu: Fix return value in tdp_mmu_map_handle_ta...
2021-06-17 Wanpeng LiKVM: LAPIC: Keep stored TMCCT register value 0 after...
2021-06-17 Ashish KalraKVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercall
2021-06-17 Paolo BonziniKVM: switch per-VM stats to u64
2021-06-17 Sean ChristophersonKVM: x86/mmu: Grab nx_lpage_splits as an unsigned long...
2021-06-17 Vitaly KuznetsovKVM: x86: Check for pending interrupts when APICv is...
2021-06-17 Sean ChristophersonKVM: nVMX: Drop redundant checks on vmcs12 in EPTP...
2021-06-17 Sean ChristophersonKVM: nVMX: WARN if subtly-impossible VMFUNC conditions...
2021-06-17 Sean ChristophersonKVM: x86: Drop pointless @reset_roots from kvm_init_mmu()
2021-06-17 Sean ChristophersonKVM: x86: Defer MMU sync on PCID invalidation
2021-06-17 Sean ChristophersonKVM: nVMX: Use fast PGD switch when emulating VMFUNC...
2021-06-17 Sean ChristophersonKVM: x86: Use KVM_REQ_TLB_FLUSH_GUEST to handle INVPCID...
2021-06-17 Sean ChristophersonKVM: nVMX: Free only guest_mode (L2) roots on INVVPID...
2021-06-17 Sean ChristophersonKVM: nVMX: Consolidate VM-Enter/VM-Exit TLB flush and...
2021-06-17 Sean ChristophersonKVM: x86: Drop skip MMU sync and TLB flush params from...
2021-06-17 Sean ChristophersonKVM: nSVM: Move TLB flushing logic (or lack thereof...
2021-06-17 Sean ChristophersonKVM: x86: Uncondtionally skip MMU sync/TLB flush in...
2021-06-17 Sean ChristophersonKVM: x86: Invalidate all PGDs for the current PCID...
next