Linux KVM
[Prev Page][Next Page]
- [PATCH v17 004/116] KVM: VMX: Reorder vmx initialization with kvm vendor initialization, (continued)
- [PATCH v17 004/116] KVM: VMX: Reorder vmx initialization with kvm vendor initialization,
isaku . yamahata
- [PATCH v17 001/116] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX,
isaku . yamahata
- [PATCH v17 003/116] KVM: x86/vmx: Refactor KVM VMX module init/exit functions,
isaku . yamahata
- [PATCH v17 007/116] KVM: TDX: Make TDX VM type supported,
isaku . yamahata
- [PATCH v17 008/116] [MARKER] The start of TDX KVM patch series: TDX architectural definitions,
isaku . yamahata
- [PATCH v17 005/116] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
isaku . yamahata
- [PATCH v17 010/116] KVM: TDX: Add TDX "architectural" error codes,
isaku . yamahata
- [PATCH v17 009/116] KVM: TDX: Define TDX architectural definitions,
isaku . yamahata
- [PATCH v17 006/116] KVM: TDX: Add placeholders for TDX VM/vcpu structure,
isaku . yamahata
- [PATCH v17 013/116] KVM: TDX: Add helper functions to print TDX SEAMCALL error,
isaku . yamahata
- [PATCH v17 012/116] KVM: TDX: Retry SEAMCALL on the lack of entropy error,
isaku . yamahata
- [PATCH v17 014/116] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction,
isaku . yamahata
- [PATCH v17 015/116] x86/cpu: Add helper functions to allocate/free TDX private host key id,
isaku . yamahata
- [PATCH v17 011/116] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module,
isaku . yamahata
- [PATCH v17 016/116] x86/virt/tdx: Add a helper function to return system wide info about TDX module,
isaku . yamahata
- [PATCH v17 017/116] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl,
isaku . yamahata
- [PATCH v17 018/116] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters,
isaku . yamahata
- [PATCH v17 019/116] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific,
isaku . yamahata
- [PATCH v17 021/116] KVM: TDX: initialize VM with TDX specific parameters,
isaku . yamahata
- [PATCH v17 020/116] KVM: TDX: create/destroy VM structure,
isaku . yamahata
- [PATCH v17 024/116] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction,
isaku . yamahata
- [PATCH v17 022/116] KVM: TDX: Make pmu_intel.c ignore guest TD case,
isaku . yamahata
- [PATCH v17 023/116] KVM: TDX: Refuse to unplug the last cpu on the package,
isaku . yamahata
- [PATCH v17 025/116] KVM: TDX: allocate/free TDX vcpu structure,
isaku . yamahata
- [PATCH v17 027/116] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits,
isaku . yamahata
- [PATCH v17 026/116] KVM: TDX: Do TDX specific vcpu initialization,
isaku . yamahata
- [PATCH v17 028/116] KVM: x86/mmu: introduce config for PRIVATE KVM MMU,
isaku . yamahata
- [PATCH v17 029/116] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA,
isaku . yamahata
- [PATCH v17 030/116] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX,
isaku . yamahata
- [PATCH v17 031/116] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values,
isaku . yamahata
- [PATCH v17 033/116] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE,
isaku . yamahata
- [PATCH v17 032/116] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE,
isaku . yamahata
- [PATCH v17 034/116] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask/shadow_present_mask,
isaku . yamahata
- [PATCH v17 038/116] KVM: VMX: Introduce test mode related to EPT violation VE,
isaku . yamahata
- [PATCH v17 036/116] KVM: x86/mmu: Disallow fast page fault on private GPA,
isaku . yamahata
- [PATCH v17 040/116] KVM: x86/mmu: Assume guest MMIOs are shared,
isaku . yamahata
- [PATCH v17 039/116] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks,
isaku . yamahata
- [PATCH v17 041/116] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation,
isaku . yamahata
- [PATCH v17 045/116] KVM: x86/tdp_mmu: Sprinkle __must_check,
isaku . yamahata
- [PATCH v17 044/116] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases,
isaku . yamahata
- [PATCH v17 042/116] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role,
isaku . yamahata
- [PATCH v17 049/116] KVM: VMX: Split out guts of EPT violation to common/exposed function,
isaku . yamahata
- [PATCH v17 047/116] [MARKER] The start of TDX KVM patch series: TDX EPT violation,
isaku . yamahata
- [PATCH v17 053/116] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT,
isaku . yamahata
- [PATCH v17 051/116] KVM: TDX: Add accessors VMX VMCS helpers,
isaku . yamahata
- [PATCH v17 054/116] KVM: TDX: Require TDP MMU and mmio caching for TDX,
isaku . yamahata
- [PATCH v17 055/116] KVM: TDX: TDP MMU TDX support,
isaku . yamahata
- [PATCH v17 057/116] [MARKER] The start of TDX KVM patch series: TD finalization,
isaku . yamahata
- [PATCH v17 058/116] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX,
isaku . yamahata
- [PATCH v17 060/116] KVM: TDX: Finalize VM initialization,
isaku . yamahata
- [PATCH v17 046/116] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
isaku . yamahata
- [PATCH v17 035/116] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis,
isaku . yamahata
- [PATCH v17 062/116] KVM: TDX: Implement TDX vcpu enter/exit path,
isaku . yamahata
- [PATCH v17 037/116] KVM: x86/mmu: Allow per-VM override of the TDP max page level,
isaku . yamahata
- [PATCH v17 043/116] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page,
isaku . yamahata
- [PATCH v17 063/116] KVM: TDX: vcpu_run: save/restore host state(host kernel gs),
isaku . yamahata
- [PATCH v17 048/116] KVM: x86/mmu: TDX: Do not enable page track for TD guest,
isaku . yamahata
- [PATCH v17 050/116] KVM: VMX: Move setting of EPT MMU masks to common VT-x code,
isaku . yamahata
- [PATCH v17 064/116] KVM: TDX: restore host xsave state when exit from the guest TD,
isaku . yamahata
- [PATCH v17 052/116] KVM: TDX: Add load_mmu_pgd method for TDX,
isaku . yamahata
- [PATCH v17 056/116] KVM: TDX: MTRR: implement get_mt_mask() for TDX,
isaku . yamahata
- [PATCH v17 069/116] KVM: TDX: complete interrupts after tdexit,
isaku . yamahata
- [PATCH v17 072/116] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior,
isaku . yamahata
- [PATCH v17 070/116] KVM: TDX: restore debug store when TD exit,
isaku . yamahata
- [PATCH v17 059/116] KVM: TDX: Create initial guest memory,
isaku . yamahata
- [PATCH v17 105/116] KVM: TDX: Add methods to ignore VMX preemption timer,
isaku . yamahata
- [PATCH v17 104/116] KVM: TDX: Add a method to ignore dirty logging,
isaku . yamahata
- [PATCH v17 108/116] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch,
isaku . yamahata
- [PATCH v17 109/116] KVM: TDX: Add methods to ignore virtual apic related operation,
isaku . yamahata
- [PATCH v17 110/116] KVM: TDX: Inhibit APICv for TDX guest,
isaku . yamahata
- [PATCH v17 111/116] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX),
isaku . yamahata
- [PATCH v17 107/116] KVM: TDX: Ignore setting up mce,
isaku . yamahata
- [PATCH v17 113/116] KVM: TDX: Add hint TDX ioctl to release Secure-EPT,
isaku . yamahata
- [PATCH v17 116/116] [MARKER] the end of (the first phase of) TDX KVM patch series,
isaku . yamahata
- [PATCH v17 114/116] RFC: KVM: x86: Add x86 callback to check cpuid,
isaku . yamahata
- [PATCH v17 115/116] RFC: KVM: x86, TDX: Add check for KVM_SET_CPUID2,
isaku . yamahata
- [PATCH v17 112/116] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU,
isaku . yamahata
- [PATCH v17 092/116] KVM: TDX: Handle TDX PV HLT hypercall,
isaku . yamahata
- [PATCH v17 065/116] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr,
isaku . yamahata
- [PATCH v17 100/116] KVM: TDX: Silently discard SMI request,
isaku . yamahata
- [PATCH v17 098/116] KVM: TDX: Handle MSR IA32_FEAT_CTL MSR and IA32_MCG_EXT_CTL,
isaku . yamahata
- [PATCH v17 106/116] KVM: TDX: Add methods to ignore accesses to TSC,
isaku . yamahata
- [PATCH v17 094/116] KVM: TDX: Handle TDX PV MMIO hypercall,
isaku . yamahata
- [PATCH v17 091/116] KVM: TDX: Handle TDX PV CPUID hypercall,
isaku . yamahata
- [PATCH v17 093/116] KVM: TDX: Handle TDX PV port io hypercall,
isaku . yamahata
- [PATCH v17 099/116] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall,
isaku . yamahata
- [PATCH v17 087/116] KVM: TDX: Handle EXIT_REASON_OTHER_SMI with MSMI,
isaku . yamahata
- [PATCH v17 097/116] KVM: TDX: Handle MSR MTRRCap and MTRRDefType access,
isaku . yamahata
- [PATCH v17 101/116] KVM: TDX: Silently ignore INIT/SIPI,
isaku . yamahata
- [PATCH v17 089/116] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL,
isaku . yamahata
- [PATCH v17 074/116] KVM: x86: Assume timer IRQ was injected if APIC state is proteced,
isaku . yamahata
- [PATCH v17 096/116] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall,
isaku . yamahata
- [PATCH v17 103/116] KVM: TDX: Add methods to ignore guest instruction emulation,
isaku . yamahata
- [PATCH v17 086/116] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT,
isaku . yamahata
- [PATCH v17 090/116] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL,
isaku . yamahata
- [PATCH v17 095/116] KVM: TDX: Implement callbacks for MSR operations for TDX,
isaku . yamahata
- [PATCH v17 081/116] KVM: x86: Split core of hypercall emulation to helper function,
isaku . yamahata
- [PATCH v17 088/116] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL),
isaku . yamahata
- [PATCH v17 102/116] KVM: TDX: Add methods to ignore accesses to CPU state,
isaku . yamahata
- [PATCH v17 084/116] KVM: TDX: handle EXIT_REASON_OTHER_SMI,
isaku . yamahata
- [PATCH v17 082/116] KVM: TDX: Add a place holder to handle TDX VM exit,
isaku . yamahata
- [PATCH v17 066/116] KVM: TDX: restore user ret MSRs,
isaku . yamahata
- [PATCH v17 077/116] KVM: TDX: Implements vcpu request_immediate_exit,
isaku . yamahata
- [PATCH v17 079/116] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument,
isaku . yamahata
- [PATCH v17 085/116] KVM: TDX: handle ept violation/misconfig exit,
isaku . yamahata
- [PATCH v17 083/116] KVM: TDX: Handle vmentry failure for INTEL TD guest,
isaku . yamahata
- [PATCH v17 078/116] KVM: TDX: Implement methods to inject NMI,
isaku . yamahata
- [PATCH v17 061/116] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit,
isaku . yamahata
- [PATCH v17 076/116] KVM: TDX: Implement interrupt injection,
isaku . yamahata
- [PATCH v17 080/116] KVM: VMX: Move NMI/exception handler to common helper,
isaku . yamahata
- [PATCH v17 071/116] KVM: TDX: handle vcpu migration over logical processor,
isaku . yamahata
- [PATCH v17 067/116] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
isaku . yamahata
- [PATCH v17 073/116] KVM: TDX: Add support for find pending IRQ in a protected local APIC,
isaku . yamahata
- [PATCH v17 068/116] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls,
isaku . yamahata
- [PATCH v17 075/116] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c,
isaku . yamahata
- Re: [PATCH v17 000/116] KVM TDX basic feature support,
Nikolay Borisov
- [PATCH v2 0/4] KVM: s390: Fix minor bugs in STFLE shadowing,
Nina Schoetterl-Glausch
- [PATCH v2 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling,
Bibo Mao
- [PULL 00/15] xenfv.for-upstream queue,
David Woodhouse
- [PULL 04/15] i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID,
David Woodhouse
- [PULL 13/15] hw/i386/pc: support '-nic' for xen-net-device,
David Woodhouse
- [PULL 15/15] docs: update Xen-on-KVM documentation,
David Woodhouse
- [PULL 02/15] hw/xen: Clean up event channel 'type_val' handling to use union,
David Woodhouse
- [PULL 09/15] hw/xen: update Xen console to XenDevice model,
David Woodhouse
- [PULL 01/15] i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer(),
David Woodhouse
- [PULL 05/15] hw/xen: populate store frontend nodes with XenStore PFN/port,
David Woodhouse
- [PULL 11/15] hw/xen: only remove peers of PCI NICs on unplug,
David Woodhouse
- [PULL 14/15] xen-platform: unplug AHCI disks,
David Woodhouse
- [PULL 10/15] hw/xen: add support for Xen primary console in emulated mode,
David Woodhouse
- [PULL 07/15] hw/xen: add get_frontend_path() method to XenDeviceClass,
David Woodhouse
- [PULL 06/15] hw/xen: automatically assign device index to block devices,
David Woodhouse
- [PULL 12/15] hw/xen: update Xen PV NIC to XenDevice model,
David Woodhouse
- [PULL 03/15] include: update Xen public headers to Xen 4.17.2 release,
David Woodhouse
- [PULL 08/15] hw/xen: do not repeatedly try to create a failing backend device,
David Woodhouse
- Re: [PULL 00/15] xenfv.for-upstream queue,
Stefan Hajnoczi
- [PATCH] x86/mm: Guard adding .bbs..decrypted section with CONFIG_AMD_MEM_ENCRYPT,
Lepton Wu
- RFC: A KVM-specific alternative to UserfaultFD,
David Matlack
- [kvm-unit-tests PATCH v2 0/3] s390x: Align SIE tests to 2GB,
Nico Boehr
- [kvm-unit-tests PATCH v8 0/8] s390x: Add support for running guests without MSO/MSL,
Nico Boehr
- [PATCH v4 00/17] Get Xen PV shim running in QEMU, add net and console,
David Woodhouse
- [PATCH v4 01/17] i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer(),
David Woodhouse
- [PATCH v4 04/17] i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID,
David Woodhouse
- [PATCH v4 02/17] hw/xen: Clean up event channel 'type_val' handling to use union,
David Woodhouse
- [PATCH v4 05/17] hw/xen: populate store frontend nodes with XenStore PFN/port,
David Woodhouse
- [PATCH v4 03/17] include: update Xen public headers to Xen 4.17.2 release,
David Woodhouse
- [PATCH v4 06/17] hw/xen: automatically assign device index to block devices,
David Woodhouse
- [PATCH v4 07/17] hw/xen: add get_frontend_path() method to XenDeviceClass,
David Woodhouse
- [PATCH v4 09/17] hw/xen: update Xen console to XenDevice model,
David Woodhouse
- [PATCH v4 08/17] hw/xen: do not repeatedly try to create a failing backend device,
David Woodhouse
- [PATCH v4 10/17] hw/xen: add support for Xen primary console in emulated mode,
David Woodhouse
- [PATCH v4 13/17] hw/i386/pc: support '-nic' for xen-net-device,
David Woodhouse
- [PATCH v4 12/17] hw/xen: update Xen PV NIC to XenDevice model,
David Woodhouse
- [PATCH v4 15/17] xen-platform: unplug AHCI disks,
David Woodhouse
- [PATCH v4 16/17] doc/sphinx/hxtool.py: add optional label argument to SRST directive,
David Woodhouse
- [PATCH v4 11/17] hw/xen: only remove peers of PCI NICs on unplug,
David Woodhouse
- [PATCH v4 14/17] net: do not delete nics in net_cleanup(),
David Woodhouse
- [PATCH v4 17/17] docs: update Xen-on-KVM documentation,
David Woodhouse
- [kvm-unit-tests PATCH v1 00/10] RFC: Add clang-format and kerneldoc check,
Nico Boehr
- [kvm-unit-tests PATCH v1 02/10] powerpc: properly format non-kernel-doc comments,
Nico Boehr
- [kvm-unit-tests PATCH v1 06/10] x86: properly format non-kernel-doc comments,
Nico Boehr
- [kvm-unit-tests PATCH v1 04/10] s390x: properly format non-kernel-doc comments,
Nico Boehr
- [kvm-unit-tests PATCH v1 03/10] lib: s390x: cpacf: move kernel-doc comment to correct function,
Nico Boehr
- [kvm-unit-tests PATCH v1 08/10] s390x: gs: turn off formatter for inline assembly,
Nico Boehr
- [kvm-unit-tests PATCH v1 07/10] s390x: cpumodel: list tcg_fail explicitly,
Nico Boehr
- [kvm-unit-tests PATCH v1 10/10] add make format,
Nico Boehr
- [kvm-unit-tests PATCH v1 05/10] s390x: ensure kernel-doc parameters are properly formated,
Nico Boehr
- [kvm-unit-tests PATCH v1 09/10] add clang-format configuration file,
Nico Boehr
- [kvm-unit-tests PATCH v1 01/10] make: add target to check kernel-doc comments,
Nico Boehr
- Re: [kvm-unit-tests PATCH v1 00/10] RFC: Add clang-format and kerneldoc check,
Thomas Huth
- [PULL 00/60] Misc HW/UI patches for 2023-11-06,
Philippe Mathieu-Daudé
- [PULL 01/60] vl: Free machine list,
Philippe Mathieu-Daudé
- [PULL 02/60] vl: constify default_list,
Philippe Mathieu-Daudé
- [PULL 03/60] tests/vm/ubuntu.aarch64: Correct comment about TCG specific delay,
Philippe Mathieu-Daudé
- [PULL 04/60] tests/unit/test-seccomp: Remove mentions of softmmu in test names,
Philippe Mathieu-Daudé
- [PULL 05/60] accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h',
Philippe Mathieu-Daudé
- [PULL 06/60] accel: Introduce cpu_exec_reset_hold(),
Philippe Mathieu-Daudé
- [PULL 07/60] accel/tcg: Factor tcg_cpu_reset_hold() out,
Philippe Mathieu-Daudé
- [PULL 08/60] target: Unify QOM style,
Philippe Mathieu-Daudé
- [PULL 09/60] target: Mention 'cpu-qom.h' is target agnostic,
Philippe Mathieu-Daudé
- [PULL 10/60] target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h',
Philippe Mathieu-Daudé
- [PULL 11/60] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h',
Philippe Mathieu-Daudé
- [PULL 12/60] target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h',
Philippe Mathieu-Daudé
- [PULL 13/60] target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h',
Philippe Mathieu-Daudé
- [PULL 14/60] target/hexagon: Declare QOM definitions in 'cpu-qom.h',
Philippe Mathieu-Daudé
- [PULL 15/60] target/loongarch: Declare QOM definitions in 'cpu-qom.h',
Philippe Mathieu-Daudé
- [PULL 16/60] target/nios2: Declare QOM definitions in 'cpu-qom.h',
Philippe Mathieu-Daudé
- [PULL 17/60] target/openrisc: Declare QOM definitions in 'cpu-qom.h',
Philippe Mathieu-Daudé
- [PULL 18/60] target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h',
Philippe Mathieu-Daudé
- [PULL 19/60] target/ppc: Use env_archcpu() in helper_book3s_msgsndp(),
Philippe Mathieu-Daudé
- [PULL 20/60] target/riscv: Use env_archcpu() in [check_]nanbox(),
Philippe Mathieu-Daudé
- [PULL 21/60] target/s390x: Use env_archcpu() in handle_diag_308(),
Philippe Mathieu-Daudé
- [PULL 22/60] target/xtensa: Use env_archcpu() in update_c[compare|count](),
Philippe Mathieu-Daudé
- [PULL 23/60] target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr](),
Philippe Mathieu-Daudé
- [PULL 24/60] target/i386/hvf: Use env_archcpu() in simulate_[rdmsr/wrmsr](),
Philippe Mathieu-Daudé
- [PULL 25/60] target/i386/hvf: Use CPUState typedef,
Philippe Mathieu-Daudé
- [PULL 26/60] target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs',
Philippe Mathieu-Daudé
- [PULL 27/60] target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu',
Philippe Mathieu-Daudé
- [PULL 28/60] target/i386/kvm: Correct comment in kvm_cpu_realize(),
Philippe Mathieu-Daudé
- [PULL 29/60] target/i386/monitor: synchronize cpu state for lapic info,
Philippe Mathieu-Daudé
- [PULL 30/60] target/mips: Fix MSA BZ/BNZ opcodes displacement,
Philippe Mathieu-Daudé
- [PULL 31/60] target/mips: Fix TX79 LQ/SQ opcodes,
Philippe Mathieu-Daudé
- [PULL 32/60] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets,
Philippe Mathieu-Daudé
- [PULL 33/60] hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM,
Philippe Mathieu-Daudé
- [PULL 34/60] target/ppc: Restrict KVM objects to system emulation,
Philippe Mathieu-Daudé
- [PULL 35/60] target/ppc: Prohibit target specific KVM prototypes on user emulation,
Philippe Mathieu-Daudé
- [PULL 36/60] target/nios2: Create IRQs *after* accelerator vCPU is realized,
Philippe Mathieu-Daudé
- [PULL 37/60] target/alpha: Tidy up alpha_cpu_class_by_name(),
Philippe Mathieu-Daudé
- [PULL 38/60] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name(),
Philippe Mathieu-Daudé
- [PULL 39/60] exec/cpu: Have cpu_exec_realize() return a boolean,
Philippe Mathieu-Daudé
- [PULL 40/60] hw/cpu: Clean up global variable shadowing,
Philippe Mathieu-Daudé
- [PULL 41/60] hw/loader: Clean up global variable shadowing in rom_add_file(),
Philippe Mathieu-Daudé
- [PULL 42/60] hw/isa/i82378: Propagate error if PC_SPEAKER device creation failed,
Philippe Mathieu-Daudé
- [PULL 43/60] hw/i386: Fix comment style in topology.h,
Philippe Mathieu-Daudé
- [PULL 44/60] tests/unit: Rename test-x86-cpuid.c to test-x86-topo.c,
Philippe Mathieu-Daudé
- [PULL 45/60] system/cpus: Fix CPUState.nr_cores' calculation,
Philippe Mathieu-Daudé
- [PULL 46/60] hw/cpu: Update the comments of nr_cores and nr_dies,
Philippe Mathieu-Daudé
- [PULL 47/60] hw/ide: reset: cancel async DMA operation before resetting state,
Philippe Mathieu-Daudé
- [PULL 48/60] tests/qtest: ahci-test: add test exposing reset issue with pending callback,
Philippe Mathieu-Daudé
- [PULL 49/60] hw/i2c: pmbus add support for block receive,
Philippe Mathieu-Daudé
- [PULL 50/60] hw/i2c: pmbus: add vout mode bitfields,
Philippe Mathieu-Daudé
- [PULL 51/60] hw/i2c: pmbus: add fan support,
Philippe Mathieu-Daudé
- [PULL 52/60] hw/i2c: pmbus: add VCAP register,
Philippe Mathieu-Daudé
- [PULL 53/60] hw/sensor: add ADM1266 device model,
Philippe Mathieu-Daudé
- [PULL 54/60] tests/qtest: add tests for ADM1266,
Philippe Mathieu-Daudé
- [PULL 55/60] hw/i2c: pmbus: immediately clear faults on request,
Philippe Mathieu-Daudé
- [PULL 56/60] hw/i2c: pmbus: reset page register for out of range reads,
Philippe Mathieu-Daudé
- [PULL 57/60] MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D section,
Philippe Mathieu-Daudé
- [PULL 58/60] MAINTAINERS: Add the CAN documentation file to the CAN section,
Philippe Mathieu-Daudé
- [PULL 59/60] MAINTAINERS: update libvirt devel mailing list address,
Philippe Mathieu-Daudé
- [PULL 60/60] ui/sdl2: use correct key names in win title on mac,
Philippe Mathieu-Daudé
- Re: [PULL 00/60] Misc HW/UI patches for 2023-11-06,
Stefan Hajnoczi
- [PULL 0/7] xenfv-stable queue,
David Woodhouse
- [PATCH v19 0/3] add debugfs to migration driver,
Longfang Liu
- [PATCH v14 00/34] KVM: guest_memfd() and per-page attributes,
Paolo Bonzini
- [PATCH 01/34] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges,
Paolo Bonzini
- [PATCH 02/34] KVM: Assert that mmu_invalidate_in_progress *never* goes negative,
Paolo Bonzini
- [PATCH 03/34] KVM: Use gfn instead of hva for mmu_notifier_retry,
Paolo Bonzini
- [PATCH 04/34] KVM: WARN if there are dangling MMU invalidations at VM destruction,
Paolo Bonzini
- [PATCH 05/34] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER,
Paolo Bonzini
- [PATCH 06/34] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU,
Paolo Bonzini
- [PATCH 07/34] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER,
Paolo Bonzini
- [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2,
Paolo Bonzini
- [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace,
Paolo Bonzini
- [PATCH 10/34] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory,
Paolo Bonzini
- [PATCH 11/34] KVM: Drop .on_unlock() mmu_notifier hook,
Paolo Bonzini
- [PATCH 12/34] KVM: Introduce per-page memory attributes,
Paolo Bonzini
- [PATCH 13/34] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable,
Paolo Bonzini
- [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure(),
Paolo Bonzini
- [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory,
Paolo Bonzini
- [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN,
Paolo Bonzini
- [PATCH 17/34] KVM: x86: Disallow hugepages when memory attributes are mixed,
Paolo Bonzini
- [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory,
Paolo Bonzini
- [PATCH 19/34] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro,
Paolo Bonzini
- [PATCH 20/34] KVM: Allow arch code to track number of memslot address spaces per VM,
Paolo Bonzini
- [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize private memory,
Paolo Bonzini
- [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper,
Paolo Bonzini
- [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2,
Paolo Bonzini
- [PATCH 24/34] KVM: selftests: Add support for creating private memslots,
Paolo Bonzini
- [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared,
Paolo Bonzini
- [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86),
Paolo Bonzini
- [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type,
Paolo Bonzini
- [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data,
Paolo Bonzini
- [PATCH 29/34] KVM: selftests: Add x86-only selftest for private memory conversions,
Paolo Bonzini
- [PATCH 30/34] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper,
Paolo Bonzini
- [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd(),
Paolo Bonzini
- [PATCH 33/34] KVM: selftests: Test KVM exit behavior for private memory/access,
Paolo Bonzini
- [PATCH 36/34] KVM: Add transparent hugepage support for dedicated guest memory,
Paolo Bonzini
- [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags,
Paolo Bonzini
- [PATCH 35/34] KVM: Prepare for handling only shared mappings in mmu_notifier events,
Paolo Bonzini
- [PATCH 32/34] KVM: selftests: Add basic selftest for guest_memfd(),
Paolo Bonzini
- Re: [PATCH v14 00/34] KVM: guest_memfd() and per-page attributes,
Paolo Bonzini
- [BUG] KVM: VMX: WARNING in nested_vmx_vmexit,
Zheyu Ma
- [PATCH net v2] virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt(),
Shigeru Yoshida
- [PATCH v1 0/3] LoongArch: KVM: Remove SW timer switch during,
Bibo Mao
- [PATCH v6 00/20] KVM: x86/pmu: selftests: Fixes and new tests,
Sean Christopherson
- [PATCH v6 01/20] KVM: x86/pmu: Don't allow exposing unsupported architectural events,
Sean Christopherson
- [PATCH v6 02/20] KVM: x86/pmu: Don't enumerate support for fixed counters KVM can't virtualize,
Sean Christopherson
- [PATCH v6 03/20] KVM: x86/pmu: Don't enumerate arch events KVM doesn't support,
Sean Christopherson
- [PATCH v6 04/20] KVM: x86/pmu: Always treat Fixed counters as available when supported,
Sean Christopherson
- [PATCH v6 05/20] KVM: x86/pmu: Allow programming events that match unsupported arch events,
Sean Christopherson
- [PATCH v6 07/20] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE(),
Sean Christopherson
- [PATCH v6 06/20] KVM: selftests: Add vcpu_set_cpuid_property() to set properties,
Sean Christopherson
- [PATCH v6 08/20] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters,
Sean Christopherson
- [PATCH v6 09/20] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets,
Sean Christopherson
- [PATCH v6 10/20] KVM: selftests: Test Intel PMU architectural events on gp counters,
Sean Christopherson
- [PATCH v6 11/20] KVM: selftests: Test Intel PMU architectural events on fixed counters,
Sean Christopherson
- [PATCH v6 12/20] KVM: selftests: Test consistency of CPUID with num of gp counters,
Sean Christopherson
- [PATCH v6 13/20] KVM: selftests: Test consistency of CPUID with num of fixed counters,
Sean Christopherson
- [PATCH v6 14/20] KVM: selftests: Add functional test for Intel's fixed PMU counters,
Sean Christopherson
- [PATCH v6 15/20] KVM: selftests: Expand PMU counters test to verify LLC events,
Sean Christopherson
- [PATCH v6 16/20] KVM: selftests: Add a helper to query if the PMU module param is enabled,
Sean Christopherson
- [PATCH v6 17/20] KVM: selftests: Add helpers to read integer module params,
Sean Christopherson
- [PATCH v6 19/20] KVM: selftests: Move KVM_FEP macro into common library header,
Sean Christopherson
- [PATCH v6 18/20] KVM: selftests: Query module param to detect FEP in MSR filtering test,
Sean Christopherson
- [PATCH v6 20/20] KVM: selftests: Test PMC virtualization with forced emulation,
Sean Christopherson
- [PATCH v2 0/6] KVM: x86/pmu: Clean up emulated PMC event handling,
Sean Christopherson
- [PATCH] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm,
Sean Christopherson
- [PATCH v3 0/3] Add arch_timer_edge_cases selftest,
Colton Lewis
- [PATCH net 0/4] vsock: fix server prevents clients from reconnecting,
f . storniolo95
- [PATCH 0/4] KVM: s390: Fix minor bugs in STFLE shadowing,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH] arm: pmu-overflow-interrupt: Increase count values,
Eric Auger
- [kvm-unit-tests PATCH v7 0/8] s390x: Add support for running guests without MSO/MSL,
Nico Boehr
- [kvm-unit-tests PATCH v1 0/2] s390x: Align SIE tests to 2GB,
Nico Boehr
- [PATCH 0/3] Use new wrappers to copy userspace arrays,
Philipp Stanner
- [GIT PULL] KVM changes for Linux 6.7 merge window,
Paolo Bonzini
- [RFC PATCH v1 0/8] KVM: seftests: Support guest user mode execution and running,
Zeng Guang
- [PATCH v5] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT,
Paul Durrant
- [PATCH 0/2] KVM: enable halt poll shrink parameter,
Parshuram Sangle
- [PATCH v2 1/1] KVM: s390: vsie: fix wrong VIR 37 when MSO is used,
Claudio Imbrenda
- [PATCH v3 4/4] KVM: riscv: selftests: Add Svadu Extension to get-reg-list testt,
Yong-Xuan Wang
- [PATCH v3 3/4] RISC-V: KVM: Add Svadu Extension Support for Guest/VM,
Yong-Xuan Wang
- The VFIO/IOMMU/PCI MC at LPC 2023 - See you soon!,
Krzysztof Wilczyński
- [PATCH v4] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT,
Paul Durrant
- [PATCH 1/1] s390/cio: make sch->lock a spinlock (is a pointer),
Halil Pasic
- [PATCH v3] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT,
Paul Durrant
- [kvm-unit-tests 1/1] arm64: microbench: Move the read of the count register and the ISB operation out of the while loop,
何琼
- TDISP enablement,
Alexey Kardashevskiy
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]