Linux KVM
[Prev Page][Next Page]
- [PULL 45/60] system/cpus: Fix CPUState.nr_cores' calculation, (continued)
- [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
- [GIT PULL] KVM/arm64 updates for 6.7,
Oliver Upton
- [GIT PULL] VFIO updates for v6.7-rc1,
Alex Williamson
- Different behavior with vfio-pci between 6.4.8->6.5.5,
Juhani Rautiainen
- [PATCH v2] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT,
Paul Durrant
- [kvm-unit-tests PATCH v2 0/3] s390x: Improve console handling,
Janosch Frank
- [kvm-unit-tests Patch v2 0/5] Fix PMU test failures on Sapphire Rapids,
Dapeng Mi
- [Patch 0/2] Enable topdown slots event in vPMU,
Dapeng Mi
- [PATCH] KVM: Add missing fput() on error path,
Dan Carpenter
- [PATCH] KVM: SVM,VMX: Use %rip-relative addressing to access kvm_rebooting,
Uros Bizjak
- [PATCH guest_memfd] KVM: selftests: Add a memory region subtest to validate invalid flags,
Sean Christopherson
- [PATCH v3 1/2] KVM: VMX: Cleanup VMX basic information defines and usages,
Xin Li (Intel)
- [kvm-unit-tests PATCH v3 00/10] s390x: topology: Fixes and extension,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 01/10] s390x: topology: Introduce enums for polarization & cpu type,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 09/10] scripts: Implement multiline strings for extra_params,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 04/10] s390x: topology: Fix parsing loop,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 10/10] s390x: topology: Add complex topology test,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 03/10] s390x: topology: Use function parameter in stsi_get_sysib,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 02/10] s390x: topology: Fix report message,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 05/10] s390x: topology: Make some report messages unique,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 08/10] s390x: topology: Rewrite topology list test,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 07/10] s390x: topology: Rename topology_core to topology_cpu,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 06/10] s390x: topology: Refine stsi header test,
Nina Schoetterl-Glausch
- Re: [kvm-unit-tests PATCH v3 00/10] s390x: topology: Fixes and extension,
Nico Boehr
- [PATCH] KVM: x86/xen: improve accuracy of Xen timers,
David Woodhouse
- Re: About patch bdedff263132 - KVM: x86: Route pending NMIs,
Sean Christopherson
[PATCH v4 0/5] x86/paravirt: Get rid of paravirt patching,
Juergen Gross
[PATCH] KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init(),
Nikolay Borisov
[GIT PULL 0/2] KVM: s390: Changes for 6.7,
Janosch Frank
[PATCH v5 00/14] Add Secure TSC support for SNP guests,
Nikunj A Dadhania
- [PATCH v5 01/14] virt: sev-guest: Use AES GCM crypto library,
Nikunj A Dadhania
- [PATCH v5 02/14] virt: sev-guest: Move mutex to SNP guest device structure,
Nikunj A Dadhania
- [PATCH v5 03/14] virt: sev-guest: Replace dev_dbg with pr_debug,
Nikunj A Dadhania
- [PATCH v5 04/14] virt: sev-guest: Add SNP guest request structure,
Nikunj A Dadhania
- [PATCH v5 05/14] virt: sev-guest: Add vmpck_id to snp_guest_dev struct,
Nikunj A Dadhania
- [PATCH v5 06/14] x86/sev: Cache the secrets page address,
Nikunj A Dadhania
- [PATCH v5 08/14] x86/mm: Add generic guest initialization hook,
Nikunj A Dadhania
- [PATCH v5 07/14] x86/sev: Move and reorganize sev guest request api,
Nikunj A Dadhania
- [PATCH v5 09/14] x86/sev: Add Secure TSC support for SNP guests,
Nikunj A Dadhania
- [PATCH v5 10/14] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests,
Nikunj A Dadhania
- [PATCH v5 11/14] x86/sev: Prevent RDTSC/RDTSCP interception for Secure TSC enabled guests,
Nikunj A Dadhania
- [PATCH v5 12/14] x86/kvmclock: Skip kvmclock when Secure TSC is available,
Nikunj A Dadhania
- [PATCH v5 13/14] x86/tsc: Mark Secure TSC as reliable clocksource,
Nikunj A Dadhania
- [PATCH v5 14/14] x86/sev: Enable Secure TSC for SNP guests,
Nikunj A Dadhania
[PATCH V2 vfio 0/9] Introduce a vfio driver over virtio devices,
Yishai Hadas
[PATCH] KVM: x86: replace do_div with div64_ul,
José Pekkarinen
[PATCH] KVM: x86: cleanup unused variables,
José Pekkarinen
[PATCH] KVM: selftests: add -MP to CFLAGS,
David Woodhouse
[PATCH v18 0/2] add debugfs to migration driver,
Longfang Liu
This list is being migrated to the new vger infra (no action required),
Konstantin Ryabitsev
[PATCH v3 vfio 0/3] pds/vfio: Fixes for locking bugs,
Brett Creeley
[GIT PULL] KVM: x86 pull requests for 6.7,
Sean Christopherson
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes,
Sean Christopherson
- [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges,
Sean Christopherson
- [PATCH v13 02/35] KVM: Assert that mmu_invalidate_in_progress *never* goes negative,
Sean Christopherson
- [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry,
Sean Christopherson
- [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction,
Sean Christopherson
- [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER,
Sean Christopherson
- [PATCH v13 06/35] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU,
Sean Christopherson
- [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER,
Sean Christopherson
- [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2,
Sean Christopherson
- [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory,
Sean Christopherson
- [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace,
Sean Christopherson
- [PATCH v13 14/35] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable,
Sean Christopherson
- [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook,
Sean Christopherson
- [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events,
Sean Christopherson
- [PATCH v13 13/35] KVM: Introduce per-page memory attributes,
Sean Christopherson
- [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory,
Sean Christopherson
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]