linux-2.6-microblaze.git
2022-04-02 Sean ChristophersonKVM: Don't actually set a request when evicting vCPUs...
2022-04-02 David WoodhouseKVM: avoid double put_page with gfn-to-pfn cache
2022-04-02 Sean ChristophersonKVM: x86/mmu: Zap only TDP MMU leafs in zap range and...
2022-04-02 Yi WangKVM: SVM: fix panic on out-of-bounds guest IRQ
2022-04-02 Paolo BonziniKVM: MMU: propagate alloc_workqueue failure
2022-03-29 Vitaly KuznetsovKVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when...
2022-03-29 Vitaly KuznetsovKVM: x86: Avoid theoretical NULL pointer dereference...
2022-03-29 Vitaly KuznetsovKVM: x86: Check lapic_in_kernel() before attempting...
2022-03-29 Paolo BonziniDocumentation: KVM: add API issues section
2022-03-29 Paolo BonziniDocumentation: KVM: add virtual CPU errata documentation
2022-03-29 Paolo BonziniDocumentation: KVM: add separate directories for archit...
2022-03-29 Paolo BonziniDocumentation: kvm: include new locks
2022-03-29 Paolo BonziniDocumentation: kvm: fixes for locking.rst
2022-03-29 Nathan ChancellorKVM: x86: Fix clang -Wimplicit-fallthrough in do_host_c...
2022-03-29 David MatlackRevert "KVM: set owner of cpu and vm file operations"
2022-03-29 David MatlackKVM: Prevent module exit until all VMs are freed
2022-03-21 Paolo BonziniKVM: use kvcalloc for array allocations
2022-03-21 Oliver UptonKVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2
2022-03-21 Thomas Gleixnerkvm: x86: Require const tsc for RT
2022-03-21 Paolo BonziniKVM: x86: synthesize CPUID leaf 0x80000021h if useful
2022-03-21 Paolo BonziniKVM: x86: add support for CPUID leaf 0x80000021
2022-03-21 Maxim LevitskyKVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_m...
2022-03-21 Paolo BonziniRevert "KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap...
2022-03-21 Paolo Bonzinikvm: x86/mmu: Flush TLB before zap_gfn_range releases RCU
2022-03-18 Paolo BonziniMerge tag 'kvmarm-5.18' of git://git./linux/kernel...
2022-03-18 Julia LawallKVM: arm64: fix typos in comments
2022-03-18 Marc ZyngierKVM: arm64: Generalise VM features into a set of flags
2022-03-15 Paolo BonziniMerge tag 'kvm-riscv-5.18-1' of https://github.com...
2022-03-15 Paolo BonziniMerge tag 'kvm-s390-next-5.18-2' of https://git./linux...
2022-03-14 Janis Schoetterl... KVM: s390: selftests: Add error memop tests
2022-03-14 Janis Schoetterl... KVM: s390: selftests: Add more copy memop tests
2022-03-14 Janis Schoetterl... KVM: s390: selftests: Add named stages for memop test
2022-03-14 Janis Schoetterl... KVM: s390: selftests: Add macro as abstraction for...
2022-03-14 Janis Schoetterl... KVM: s390: selftests: Split memop tests
2022-03-14 Claudio ImbrendaKVM: s390x: fix SCK locking
2022-03-11 Anup PatelRISC-V: KVM: Implement SBI HSM suspend call
2022-03-11 Anup PatelRISC-V: KVM: Add common kvm_riscv_vcpu_wfi() function
2022-03-11 Anup PatelRISC-V: Add SBI HSM suspend related defines
2022-03-11 Anup PatelRISC-V: KVM: Implement SBI v0.3 SRST extension
2022-03-11 Anup PatelRISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset...
2022-03-11 Anup PatelRISC-V: KVM: Upgrade SBI spec version to v0.3
2022-03-11 Vincent ChenRISC-V: KVM: Refine __kvm_riscv_switch_to() implementation
2022-03-11 Guo RenKVM: compat: riscv: Prevent KVM_COMPAT from being selected
2022-03-11 Yang LiRISC-V: KVM: remove unneeded semicolon
2022-03-09 Marc ZyngierMerge branch kvm-arm64/psci-1.1 into kvmarm-master...
2022-03-09 Will DeaconKVM: arm64: Really propagate PSCI SYSTEM_RESET2 argumen...
2022-03-09 Marc ZyngierMerge branch kvm-arm64/misc-5.18 into kvmarm-master...
2022-03-09 Oliver UptonDocumentation: KVM: Update documentation to indicate...
2022-03-08 Suravee SuthikulpanitKVM: SVM: Allow AVIC support on system w/ physical...
2022-03-08 Sean ChristophersonKVM: selftests: Add test to populate a VM with the...
2022-03-08 Sean ChristophersonKVM: selftests: Define cpu_relax() helpers for s390...
2022-03-08 Sean ChristophersonKVM: selftests: Split out helper to allocate guest...
2022-03-08 Sean ChristophersonKVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION...
2022-03-08 Sean ChristophersonKVM: x86/mmu: WARN on any attempt to atomically update...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Check for a REMOVED leaf SPTE before...
2022-03-08 Paolo BonziniKVM: x86/mmu: Zap defunct roots via asynchronous worker
2022-03-08 Sean ChristophersonKVM: x86/mmu: Zap roots in two passes to avoid inducing...
2022-03-08 Paolo BonziniKVM: x86/mmu: Allow yielding when zapping GFNs for...
2022-03-08 Paolo BonziniKVM: x86/mmu: Zap invalidated roots via asynchronous...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Defer TLB flush to caller when freeing...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Do remote TLB flush before dropping RCU...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
2022-03-08 Sean ChristophersonKVM: x86/mmu: Require mmu_lock be held for write to...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Add dedicated helper to zap TDP MMU root...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Skip remote TLB flush when zapping all...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Zap only the target TDP MMU shadow page...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Refactor low-level TDP MMU set SPTE helpe...
2022-03-08 Sean ChristophersonKVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Drop RCU after processing each root in...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Check for !leaf=>leaf, not PFN change...
2022-03-08 Paolo BonziniKVM: x86/mmu: do not allow readers to acquire reference...
2022-03-08 Paolo BonziniKVM: x86/mmu: only perform eager page splitting on...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Require mmu_lock be held for write in...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Document that zapping invalidated roots...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Formalize TDP MMU's (unintended?) deferre...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Fix wrong/misleading comments in TDP...
2022-03-08 Sean ChristophersonKVM: x86/mmu: Check for present SPTE when clearing...
2022-03-08 Paolo BonziniKVM: use __vcalloc for very large allocations
2022-03-08 Paolo Bonzinimm: use vmalloc_array and vcalloc for array allocations
2022-03-08 Paolo Bonzinimm: vmalloc: introduce array allocation functions
2022-03-04 Paolo BonziniMerge branch 'kvm-bugfixes' into HEAD
2022-03-04 Marc ZyngierKVM: arm64: Only open the interrupt window on exit...
2022-03-02 Paolo BonziniKVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioc...
2022-03-02 Like XuKVM: x86/mmu: Passing up the error state of mmu_alloc_s...
2022-03-02 Mark BrownKVM: arm64: Enable Cortex-A510 erratum 2077057 by default
2022-03-01 Sean ChristophersonKVM: SVM: Disable preemption across AVIC load/put durin...
2022-03-01 Sean ChristophersonKVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errors
2022-03-01 Sean ChristophersonKVM: WARN if is_unsync_root() is called on a root witho...
2022-03-01 Sean ChristophersonKVM: Drop KVM_REQ_MMU_RELOAD and update vcpu-requests...
2022-03-01 Sean ChristophersonKVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch...
2022-03-01 Sean ChristophersonKVM: x86/mmu: Zap only obsolete roots if a root shadow...
2022-03-01 Sean ChristophersonKVM: Drop kvm_reload_remote_mmus(), open code request...
2022-03-01 Sean ChristophersonKVM: x86: Invoke kvm_mmu_unload() directly on CR4.PCIDE...
2022-03-01 Hou WenlongKVM: x86/emulator: Move the unhandled outer privilege...
2022-03-01 Hou WenlongKVM: x86/emulator: Fix wrong privilege check for code...
2022-03-01 Hou WenlongKVM: x86/emulator: Defer not-present segment check...
2022-03-01 Sean ChristophersonKVM: selftests: Add test to verify KVM handling of ICR
2022-03-01 Sean ChristophersonKVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC...
next