OSDN Git Service

tomoyo/tomoyo-test1.git
2023-01-24 Paolo BonziniMerge branch 'kvm-hw-enable-refactor' into HEAD
2022-12-29 Sean ChristophersonKVM: Clean up error labels in kvm_init()
2022-12-29 Sean ChristophersonKVM: Opt out of generic hardware enabling on s390 and PPC
2022-12-29 Sean ChristophersonKVM: Register syscore (suspend/resume) ops early in...
2022-12-29 Isaku YamahataKVM: Make hardware_enable_failed a local variable in...
2022-12-29 Sean ChristophersonKVM: Use a per-CPU variable to track which CPUs have...
2022-12-29 Isaku YamahataKVM: Remove on_each_cpu(hardware_disable_nolock) in...
2022-12-29 Isaku YamahataKVM: Drop kvm_count_lock and instead protect kvm_usage_...
2022-12-29 Sean ChristophersonKVM: Ensure CPU is stable during low level hardware...
2022-12-29 Chao GaoKVM: Disable CPU hotplug during hardware enabling/disabling
2022-12-29 Chao GaoKVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE...
2022-12-29 Chao GaoKVM: x86: Do compatibility checks when onlining CPU
2022-12-29 Sean ChristophersonKVM: x86: Move CPU compat checks hook to kvm_x86_ops...
2022-12-29 Sean ChristophersonKVM: SVM: Check for SVM support in CPU compatibility...
2022-12-29 Sean ChristophersonKVM: VMX: Shuffle support checks and hardware enabling...
2022-12-29 Sean ChristophersonKVM: x86: Do VMX/SVM support checks directly in vendor...
2022-12-29 Sean ChristophersonKVM: VMX: Use current CPU's info to perform "disabled...
2022-12-29 Sean ChristophersonKVM: x86: Unify pr_fmt to use module name for all KVM...
2022-12-29 Sean ChristophersonKVM: x86: Use KBUILD_MODNAME to specify vendor module...
2022-12-29 Sean ChristophersonKVM: Drop kvm_arch_check_processor_compat() hook
2022-12-29 Sean ChristophersonKVM: x86: Do CPU compatibility checks in x86 code
2022-12-29 Sean ChristophersonKVM: VMX: Make VMCS configuration/capabilities structs...
2022-12-29 Sean ChristophersonKVM: Drop kvm_arch_{init,exit}() hooks
2022-12-29 Sean ChristophersonKVM: s390: Mark __kvm_s390_init() and its descendants...
2022-12-29 Sean ChristophersonKVM: s390: Do s390 specific init without bouncing throu...
2022-12-29 Sean ChristophersonKVM: PPC: Move processor compatibility check to module...
2022-12-29 Sean ChristophersonKVM: RISC-V: Tag init functions and data with __init...
2022-12-29 Sean ChristophersonKVM: RISC-V: Do arch init directly in riscv_kvm_init()
2022-12-29 Sean ChristophersonKVM: MIPS: Register die notifier prior to kvm_init()
2022-12-29 Sean ChristophersonKVM: MIPS: Setup VZ emulation? directly from kvm_mips_i...
2022-12-29 Sean ChristophersonKVM: MIPS: Hardcode callbacks to hardware virtualizatio...
2022-12-29 Sean ChristophersonKVM: arm64: Mark kvm_arm_init() and its unique descenda...
2022-12-29 Sean ChristophersonKVM: arm64: Do arm/arch initialization without bouncing...
2022-12-29 Sean ChristophersonKVM: arm64: Unregister perf callbacks if hypervisor...
2022-12-29 Sean ChristophersonKVM: arm64: Free hypervisor allocations if vector slot...
2022-12-29 Marc ZyngierKVM: arm64: Simplify the CPUHP logic
2022-12-29 Sean ChristophersonKVM: x86: Serialize vendor module initialization (hardw...
2022-12-29 Sean ChristophersonKVM: VMX: Do _all_ initialization before exposing ...
2022-12-29 Sean ChristophersonKVM: x86: Move guts of kvm_arch_init() to standalone...
2022-12-29 Sean ChristophersonKVM: VMX: Move Hyper-V eVMCS initialization to helper
2022-12-29 Sean ChristophersonKVM: VMX: Don't bother disabling eVMCS static key on...
2022-12-29 Sean ChristophersonKVM: VMX: Reset eVMCS controls in VP assist page during...
2022-12-29 Sean ChristophersonKVM: Drop arch hardware (un)setup hooks
2022-12-29 Sean ChristophersonKVM: x86: Move hardware setup/unsetup to init/exit
2022-12-29 Sean ChristophersonKVM: x86: Do timer initialization after XCR0 configuration
2022-12-29 Sean ChristophersonKVM: s390: Move hardware setup/unsetup to init/exit
2022-12-29 Sean ChristophersonKVM: s390: Unwind kvm_arch_init() piece-by-piece()...
2022-12-29 Sean ChristophersonKVM: Teardown VFIO ops earlier in kvm_exit()
2022-12-29 Sean ChristophersonKVM: Allocate cpus_hardware_enabled after arch hardware...
2022-12-29 Sean ChristophersonKVM: Initialize IRQ FD after arch hardware setup
2022-12-29 Sean ChristophersonKVM: Register /dev/kvm as the _very_ last thing during...
2022-12-29 Paolo BonziniMerge branch 'kvm-late-6.1' into HEAD
2022-12-29 Vitaly KuznetsovKVM: selftests: Test Hyper-V invariant TSC control
2022-12-29 Vitaly KuznetsovKVM: selftests: Test that values written to Hyper-V...
2022-12-29 Vitaly KuznetsovKVM: selftests: Convert hyperv_features test to using...
2022-12-29 Vitaly KuznetsovKVM: selftests: Rename 'msr->available' to 'msr->fault_...
2022-12-29 Vitaly KuznetsovKVM: x86: Hyper-V invariant TSC control
2022-12-29 Vitaly KuznetsovKVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
2022-12-29 Vitaly Kuznetsovx86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
2022-12-29 Sean ChristophersonKVM: x86/mmu: Pivot on "TDP MMU enabled" when handling...
2022-12-29 Sean ChristophersonKVM: x86/mmu: Pivot on "TDP MMU enabled" to check if...
2022-12-29 Sean ChristophersonKVM: x86/mmu: Replace open coded usage of tdp_mmu_page...
2022-12-29 David MatlackKVM: x86/mmu: Rename __direct_map() to direct_map()
2022-12-29 David MatlackKVM: x86/mmu: Stop needlessly making MMU pages availabl...
2022-12-29 David MatlackKVM: x86/mmu: Split out TDP MMU page fault handling
2022-12-29 David MatlackKVM: x86/mmu: Initialize fault.{gfn,slot} earlier for...
2022-12-29 David MatlackKVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn()
2022-12-29 David MatlackKVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_H...
2022-12-29 David MatlackKVM: x86/mmu: Handle error PFNs in kvm_faultin_pfn()
2022-12-29 David MatlackKVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()
2022-12-29 David MatlackKVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mm...
2022-12-29 David MatlackKVM: x86/mmu: Change tdp_mmu to a read-only parameter
2022-12-29 Thomas HuthKVM: selftests: x86: Use TAP interface in the tsc_msrs_test
2022-12-29 Thomas HuthKVM: selftests: Use TAP interface in the kvm_binary_sta...
2022-12-29 Lai Jiangshankvm: x86/mmu: Warn on linking when sp->unsync_children
2022-12-29 Vitaly KuznetsovKVM: VMX: Resurrect vmcs_conf sanitization for KVM...
2022-12-29 Vitaly KuznetsovKVM: nVMX: Prepare to sanitize tertiary execution contr...
2022-12-29 Vitaly KuznetsovKVM: nVMX: Invert 'unsupported by eVMCSv1' check
2022-12-29 Vitaly KuznetsovKVM: nVMX: Sanitize primary processor-based VM-executio...
2022-12-28 Paolo BonziniKVM: selftests: restore special vmmcall code layout...
2022-12-28 Paolo BonziniDocumentation: kvm: clarify SRCU locking order
2022-12-28 Paolo BonziniKVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
2022-12-27 David WoodhouseKVM: x86/xen: Documentation updates and clarifications
2022-12-27 David WoodhouseKVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVAL...
2022-12-27 Michal LuczajKVM: x86/xen: Simplify eventfd IOCTLs
2022-12-27 Paolo BonziniKVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_ports
2022-12-27 David WoodhouseKVM: x86/xen: Use kvm_read_guest_virt() instead of...
2022-12-27 Michal LuczajKVM: x86/xen: Fix memory leak in kvm_xen_write_hypercal...
2022-12-27 Sean ChristophersonKVM: Delete extra block of "};" in the KVM API document...
2022-12-27 Lai Jiangshankvm: x86/mmu: Remove duplicated "be split" in spte.h
2022-12-27 Lai Jiangshankvm: Remove the unused macro KVM_MMU_READ_{,UN}LOCK()
2022-12-27 Lukas BulwahnMAINTAINERS: adjust entry after renaming the vmx hyperv...
2022-12-27 Oliver UptonKVM: selftests: Mark correct page as mapped in virt_map()
2022-12-27 Oliver UptonKVM: arm64: selftests: Don't identity map the ucall...
2022-12-27 Paolo BonziniKVM: selftests: document the default implementation...
2022-12-27 Sean ChristophersonKVM: selftests: Use magic value to signal ucall_alloc...
2022-12-27 Sean ChristophersonKVM: selftests: Disable "gnu-variable-sized-type-not...
2022-12-27 Sean ChristophersonKVM: selftests: Include lib.mk before consuming $(CC)
2022-12-27 Sean ChristophersonKVM: selftests: Explicitly disable builtins for mem...
2022-12-27 Sean ChristophersonKVM: selftests: Probe -no-pie with actual CFLAGS used...
next