OSDN Git Service

tomoyo/tomoyo-test1.git
2021-10-25 David EdmondsonKVM: x86: Clarify the kvm_run.emulation_failure structu...
2021-10-22 Jim MattsonKVM: selftests: Fix nested SVM tests when built with...
2021-10-22 Jim Mattsonkvm: x86: Remove stale declaration of kvm_no_apic_vcpu
2021-10-22 Sean ChristophersonKVM: VMX: Unregister posted interrupt wakeup handler...
2021-10-22 Sean Christophersonx86/irq: Ensure PI wakeup handler is unregistered befor...
2021-10-22 Sean ChristophersonKVM: x86: Use rw_semaphore for APICv lock to allow...
2021-10-22 Sean ChristophersonKVM: x86: Move SVM's APICv sanity check to common x86
2021-10-22 Lukas Bulwahnriscv: do not select non-existing config ANON_INODES
2021-10-22 Sean ChristophersonKVM: x86/mmu: Extract zapping of rmaps for gfn range...
2021-10-22 Sean ChristophersonKVM: x86/mmu: Drop a redundant remote TLB flush in...
2021-10-22 Sean ChristophersonKVM: x86/mmu: Drop a redundant, broken remote TLB flush
2021-10-22 Lai JiangshanKVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()
2021-10-22 Lai JiangshanKVM: X86: pair smp_wmb() of mmu_try_to_unsync_pages...
2021-10-22 Lai JiangshanKVM: X86: Cache CR3 in prev_roots when PCID is disabled
2021-10-22 Lai JiangshanKVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()
2021-10-22 Lai JiangshanKVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
2021-10-22 Lai JiangshanKVM: X86: Don't reset mmu context when X86_CR4_PCIDE...
2021-10-22 Michael RothKVM: selftests: set CPUID before setting sregs in vcpu...
2021-10-22 Wanpeng LiKVM: emulate: Comment on difference between RDPMC imple...
2021-10-22 Sean ChristophersonKVM: x86: Add vendor name to kvm_x86_ops, use it for...
2021-10-22 Junaid Shahidkvm: x86: mmu: Make NX huge page recovery period config...
2021-10-22 Wanpeng LiKVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL...
2021-10-22 David MatlackKVM: x86/mmu: Rename slot_handle_leaf to slot_handle_le...
2021-10-22 Xiaoyao LiKVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other...
2021-10-22 Xiaoyao LiKVM: VMX: Rename pt_desc.addr_range to pt_desc.num_addr...
2021-10-22 Xiaoyao LiKVM: VMX: Use precomputed vmx->pt_desc.addr_range
2021-10-22 Xiaoyao LiKVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it...
2021-10-22 Paolo BonziniKVM: x86/mmu: clean up prefetch/prefault/speculative...
2021-10-22 David StevensKVM: cleanup allocation of rmaps and page tracking...
2021-10-18 Oliver Uptonselftests: KVM: Introduce system counter offset test
2021-10-18 Oliver Uptonselftests: KVM: Add helpers for vCPU device attributes
2021-10-18 Oliver Uptonselftests: KVM: Fix kvm device helper ioctl assertions
2021-10-18 Oliver Uptonselftests: KVM: Add test for KVM_{GET,SET}_CLOCK
2021-10-18 Oliver Uptontools: arch: x86: pull in pvclock headers
2021-10-18 Oliver UptonKVM: x86: Expose TSC offset controls to userspace
2021-10-18 Oliver UptonKVM: x86: Refactor tsc synchronization code
2021-10-18 Paolo Bonzinikvm: x86: protect masterclock with a seqcount
2021-10-18 Oliver UptonKVM: x86: Report host tsc and realtime values in KVM_GE...
2021-10-18 Paolo BonziniKVM: x86: avoid warning with -Wbitwise-instead-of-logical
2021-10-18 Paolo BonziniMerge commit 'kvm-pagedata-alloc-fixes' into HEAD
2021-10-18 Paolo BonziniKVM: X86: fix lazy allocation of rmaps
2021-10-18 Andrei VaginKVM: x86/mmu: kvm_faultin_pfn has to return false if...
2021-10-15 Paolo BonziniMerge tag 'kvmarm-fixes-5.15-2' of git://git./linux...
2021-10-15 Paolo BonziniKVM: SEV-ES: fix length of string I/O
2021-10-05 Quentin PerretKVM: arm64: Release mmap_lock when using VM_SHARED...
2021-10-05 Quentin PerretKVM: arm64: Report corrupted refcount at EL2
2021-10-05 Quentin PerretKVM: arm64: Fix host stage-2 PGD refcount
2021-10-05 Paolo BonziniMerge tag 'kvm-riscv-5.16-1' of git://github.com/kvm...
2021-10-04 Anup PatelRISC-V: KVM: Add MAINTAINERS entry
2021-10-04 Anup PatelRISC-V: KVM: Document RISC-V specific parts of KVM API
2021-10-04 Atish PatraRISC-V: KVM: Add SBI v0.1 support
2021-10-04 Atish PatraRISC-V: KVM: Implement ONE REG interface for FP registers
2021-10-04 Atish PatraRISC-V: KVM: FP lazy save/restore
2021-10-04 Atish PatraRISC-V: KVM: Add timer functionality
2021-10-04 Anup PatelRISC-V: KVM: Implement MMU notifiers
2021-10-04 Anup PatelRISC-V: KVM: Implement stage2 page table programming
2021-10-04 Anup PatelRISC-V: KVM: Implement VMID allocator
2021-10-04 Anup PatelRISC-V: KVM: Handle WFI exits for VCPU
2021-10-04 Anup PatelRISC-V: KVM: Handle MMIO exits for VCPU
2021-10-04 Anup PatelRISC-V: KVM: Implement VCPU world-switch
2021-10-04 Anup PatelRISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG...
2021-10-04 Anup PatelRISC-V: KVM: Implement VCPU interrupts and requests...
2021-10-04 Anup PatelRISC-V: KVM: Implement VCPU create, init and destroy...
2021-10-04 Anup PatelRISC-V: Add initial skeletal KVM support
2021-10-04 Anup PatelRISC-V: Add hypervisor extension related CSR defines
2021-10-04 Paolo BonziniMerge tag 'kvm-s390-master-5.15-1' of git://git./linux...
2021-10-01 David StevensKVM: x86: only allocate gfn_track when necessary
2021-10-01 David StevensKVM: x86: add config for non-kvm users of page tracking
2021-10-01 Krish SadhukhannSVM: Check for reserved encodings of TLB_CONTROL in...
2021-10-01 Juergen Grosskvm: use kvfree() in kvm_arch_free_vm()
2021-10-01 Babu MogerKVM: x86: Expose Predictive Store Forwarding Disable
2021-10-01 David MatlackKVM: x86/mmu: Avoid memslot lookup in make_spte and...
2021-10-01 David MatlackKVM: x86/mmu: Avoid memslot lookup in rmap_add
2021-10-01 Paolo BonziniKVM: MMU: pass struct kvm_page_fault to mmu_set_spte
2021-10-01 Paolo BonziniKVM: MMU: pass kvm_mmu_page struct to make_spte
2021-10-01 Paolo BonziniKVM: MMU: set ad_disabled in TDP MMU role
2021-10-01 Paolo BonziniKVM: MMU: remove unnecessary argument to mmu_set_spte
2021-10-01 Paolo BonziniKVM: MMU: clean up make_spte return value
2021-10-01 Paolo BonziniKVM: MMU: inline set_spte in FNAME(sync_page)
2021-10-01 Paolo BonziniKVM: MMU: inline set_spte in mmu_set_spte
2021-10-01 David MatlackKVM: x86/mmu: Avoid memslot lookup in page_fault_handle...
2021-10-01 David MatlackKVM: x86/mmu: Pass the memslot around via struct kvm_pa...
2021-10-01 Paolo BonziniKVM: MMU: unify tdp_mmu_map_set_spte_atomic and tdp_mmu...
2021-10-01 Paolo BonziniKVM: MMU: mark page dirty in make_spte
2021-10-01 David MatlackKVM: x86/mmu: Fold rmap_recycle into rmap_add
2021-10-01 Sean ChristophersonKVM: x86/mmu: Verify shadow walk doesn't terminate...
2021-10-01 Paolo BonziniKVM: MMU: change tracepoints arguments to kvm_page_fault
2021-10-01 Paolo BonziniKVM: MMU: change disallowed_hugepage_adjust() arguments...
2021-10-01 Paolo BonziniKVM: MMU: change kvm_mmu_hugepage_adjust() arguments...
2021-10-01 Paolo BonziniKVM: MMU: change fast_page_fault() arguments to kvm_pag...
2021-10-01 Paolo BonziniKVM: MMU: change tdp_mmu_map_handle_target_level()...
2021-10-01 Paolo BonziniKVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_pag...
2021-10-01 Paolo BonziniKVM: MMU: change FNAME(fetch)() arguments to kvm_page_fault
2021-10-01 Paolo BonziniKVM: MMU: change __direct_map() arguments to kvm_page_fault
2021-10-01 Paolo BonziniKVM: MMU: change handle_abnormal_pfn() arguments to...
2021-10-01 Paolo BonziniKVM: MMU: change kvm_faultin_pfn() arguments to kvm_pag...
2021-10-01 Paolo BonziniKVM: MMU: change page_fault_handle_page_track() argumen...
2021-10-01 Paolo BonziniKVM: MMU: change direct_page_fault() arguments to kvm_p...
2021-10-01 Paolo BonziniKVM: MMU: change mmu->page_fault() arguments to kvm_pag...
2021-10-01 Paolo BonziniKVM: MMU: Introduce struct kvm_page_fault
next