Linux KVM
[Prev Page][Next Page]
- Re: Fwd: [RFC PATCH 00/39] Add RISC-V cryptography extensions standardisation, (continued)
- [PATCH v2 0/1] KVM: s390: disable migration mode when dirty tracking is disabled,
Nico Boehr
- [PATCH 0/3] KVM: x86/emulator: Segment load fixes,
Michal Luczaj
- [PATCH] KVM: selftests: Added eBPF program and selftest to collect vmx exit stat,
Kevin Cheng
- [Patch] KVM: x86/mmu: Make optimized __handle_changed_spte() for clear dirty log,
Vipin Sharma
- [PATCH v6 00/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg,
Janis Schoetterl-Glausch
- [PATCH v6 01/14] KVM: s390: selftest: memop: Pass mop_desc via pointer,
Janis Schoetterl-Glausch
- [PATCH v6 02/14] KVM: s390: selftest: memop: Replace macros by functions,
Janis Schoetterl-Glausch
- [PATCH v6 14/14] KVM: s390: selftest: memop: Add cmpxchg tests,
Janis Schoetterl-Glausch
- [PATCH v6 13/14] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG,
Janis Schoetterl-Glausch
- [PATCH v6 08/14] KVM: s390: Move common code of mem_op functions into functions,
Janis Schoetterl-Glausch
- [PATCH v6 09/14] KVM: s390: Dispatch to implementing function at top level of vm mem_op,
Janis Schoetterl-Glausch
- [PATCH v6 05/14] KVM: s390: selftest: memop: Fix typo,
Janis Schoetterl-Glausch
- [PATCH v6 07/14] KVM: s390: selftest: memop: Fix integer literal,
Janis Schoetterl-Glausch
- [PATCH v6 10/14] KVM: s390: Refactor absolute vm mem_op function,
Janis Schoetterl-Glausch
- [PATCH v6 04/14] KVM: s390: selftest: memop: Add bad address test,
Janis Schoetterl-Glausch
- [PATCH v6 06/14] KVM: s390: selftest: memop: Fix wrong address being used in test,
Janis Schoetterl-Glausch
- [PATCH v6 11/14] KVM: s390: Refactor absolute vcpu mem_op function,
Janis Schoetterl-Glausch
- [PATCH v6 03/14] KVM: s390: selftest: memop: Move testlist into main,
Janis Schoetterl-Glausch
- [PATCH v6 12/14] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg,
Janis Schoetterl-Glausch
- [PATCH v4 0/2] selftests: KVM: Add a test for eager page splitting,
Ben Gardon
- [PATCH] vfio: platform: ignore missing reset if disabled at module init,
Tomasz Duszynski
- [PATCH -next v13 00/19] riscv: Add vector ISA support,
Andy Chiu
- [PATCH -next v13 01/19] riscv: Rename __switch_to_aux -> fpu,
Andy Chiu
- [PATCH -next v13 02/19] riscv: Extending cpufeature.c to detect V-extension,
Andy Chiu
- [PATCH -next v13 03/19] riscv: Add new csr defines related to vector extension,
Andy Chiu
- [PATCH -next v13 04/19] riscv: Clear vector regfile on bootup,
Andy Chiu
- [PATCH -next v13 05/19] riscv: Disable Vector Instructions for kernel itself,
Andy Chiu
- [PATCH -next v13 06/19] riscv: Introduce Vector enable/disable helpers,
Andy Chiu
- [PATCH -next v13 07/19] riscv: Introduce riscv_vsize to record size of Vector context,
Andy Chiu
- [PATCH -next v13 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state,
Andy Chiu
- [PATCH -next v13 09/19] riscv: Add task switch support for vector,
Andy Chiu
- [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap,
Andy Chiu
- [PATCH -next v13 11/19] riscv: Add ptrace vector support,
Andy Chiu
- [PATCH -next v13 12/19] riscv: signal: check fp-reserved words unconditionally,
Andy Chiu
- [PATCH -next v13 13/19] riscv: signal: Add sigcontext save/restore for vector,
Andy Chiu
- [PATCH -next v13 14/19] riscv: signal: Report signal frame size to userspace via auxv,
Andy Chiu
- [PATCH -next v13 15/19] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux,
Andy Chiu
- [PATCH -next v13 16/19] riscv: Add V extension to KVM ISA,
Andy Chiu
- [PATCH -next v13 17/19] riscv: KVM: Add vector lazy save/restore support,
Andy Chiu
- [PATCH -next v13 18/19] riscv: kvm: redirect illegal instruction traps to guests,
Andy Chiu
- [PATCH -next v13 19/19] riscv: Enable Vector code to be built,
Andy Chiu
- A question of KVM selftests' makefile,
Yu Zhang
- [PATCH v2 0/6] introduce vm_flags modifier functions,
Suren Baghdasaryan
- [PATCH 0/6] KVM: x86/pmu: Misc PMU MSR fixes,
Sean Christopherson
- [PATCH v3 0/2] selftests: KVM: Add a test for eager page splitting,
Ben Gardon
- [PATCH] x86: KVM: Add common feature flag for AMD's PSFD,
Sean Christopherson
- [GIT PULL] KVM fixes for Linux 6.2-rc6,
Paolo Bonzini
- [PATCH v9 0/8] x86/cpu, kvm: Support AMD Automatic IBRS,
Kim Phillips
- [PATCH v9 1/8] x86/cpu, kvm: Add support for CPUID_80000021_EAX,
Kim Phillips
- [PATCH v9 2/8] KVM: x86: Move open-coded cpuid leaf 0x80000021 EAX bit propagation code,
Kim Phillips
- [PATCH v9 3/8] x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature,
Kim Phillips
- [PATCH v9 4/8] x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf,
Kim Phillips
- [PATCH v9 5/8] x86/cpu, kvm: Add the Null Selector Clears Base feature,
Kim Phillips
- [PATCH v9 6/8] x86/cpu, kvm: Add the SMM_CTL MSR not present feature,
Kim Phillips
- [PATCH v9 7/8] x86/cpu: Support AMD Automatic IBRS,
Kim Phillips
- [PATCH v9 8/8] KVM: x86: Propagate the AMD Automatic IBRS feature to the guest,
Kim Phillips
- Re: [PATCH v9 0/8] x86/cpu, kvm: Support AMD Automatic IBRS,
Sean Christopherson
- [PATCH kvmtool 1/1] riscv: Move serial and rtc from IO port space to MMIO area.,
Rajnesh Kanwal
- Fortnightly KVM call for 2023-02-07,
Juan Quintela
- Fortnightly KVM call minutes for 2023-01-24,
Juan Quintela
- [PATCH vfio 0/3] Few improvements in the migration area of mlx5 driver,
Yishai Hadas
- [PATCH 00/32] Move and clean up monitor command code,
Markus Armbruster
- [PATCH 01/32] monitor: Drop unnecessary includes,
Markus Armbruster
- [PATCH 07/32] hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h,
Markus Armbruster
- [PATCH 02/32] audio: Move HMP commands from monitor/ to audio/,
Markus Armbruster
- [PATCH 03/32] char: Move HMP commands from monitor/ to chardev/,
Markus Armbruster
- [PATCH 05/32] hmp: Drop redundant argument check from add_completion_option(),
Markus Armbruster
- [PATCH 11/32] qom: Move HMP commands from monitor/ to qom/,
Markus Armbruster
- [PATCH 20/32] tpm: Move HMP commands from monitor/ to softmmu/,
Markus Armbruster
- [PATCH 08/32] trace: Move HMP commands from monitor/ to trace/,
Markus Armbruster
- [PATCH 19/32] virtio: Move HMP commands from monitor/ to hw/virtio/,
Markus Armbruster
- [PATCH 30/32] monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c,
Markus Armbruster
- [PATCH 13/32] rocker: Move HMP commands from monitor to hw/net/rocker/,
Markus Armbruster
- [PATCH 10/32] machine: Move HMP commands from monitor/ to hw/core/,
Markus Armbruster
- [PATCH 06/32] readline: Extract readline_add_completion_of() from monitor,
Markus Armbruster
- [PATCH 15/32] net: Move HMP commands from monitor to net/,
Markus Armbruster
- [PATCH 14/32] hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma(),
Markus Armbruster
- [PATCH 26/32] monitor: Split file descriptor passing stuff off misc.c,
Markus Armbruster
- [PATCH 24/32] acpi: Move the QMP command from monitor/ to hw/acpi/,
Markus Armbruster
- [PATCH 22/32] stats: Move QMP commands from monitor/ to stats/,
Markus Armbruster
- [PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/,
Markus Armbruster
- [PATCH 17/32] migration: Move HMP commands from monitor/ to migration/,
Markus Armbruster
- [PATCH 09/32] machine: Move QMP commands from monitor/ to hw/core/,
Markus Armbruster
- [PATCH 27/32] monitor: Move monitor_putc() next to monitor_puts & external linkage,
Markus Armbruster
- [PATCH 32/32] monitor: Rename misc.c to hmp-target.c,
Markus Armbruster
- [PATCH 31/32] monitor: Loosen coupling between misc.c and monitor.c slightly,
Markus Armbruster
- [PATCH 16/32] net: Move hmp_info_network() to net-hmp-cmds.c,
Markus Armbruster
- [PATCH 21/32] runstate: Move HMP commands from monitor/ to softmmu/,
Markus Armbruster
- [PATCH 25/32] qdev: Move HMP command completion from monitor to softmmu/,
Markus Armbruster
- [PATCH 29/32] monitor: Move remaining HMP commands from misc.c to hmp-cmds.c,
Markus Armbruster
- [PATCH 23/32] stats: Move HMP commands from monitor/ to stats/,
Markus Armbruster
- [PATCH 04/32] char: Factor out qmp_add_client() parts and move to chardev/,
Markus Armbruster
- [PATCH 28/32] monitor: Move target-dependent HMP commands to hmp-cmds-target.c,
Markus Armbruster
- [PATCH 18/32] migration: Move the QMP command from monitor/ to migration/,
Markus Armbruster
- Today KVM call meeting,
Juan Quintela
- [Bug 208081] Memory leak in kvm_async_pf_task_wake,
bugzilla-daemon
- [RFC PATCH 12/19] kvm/book3s_64_vio: Convert account_locked_vm() to vm_account_pinned(),
Alistair Popple
- [RFC PATCH 08/19] vfio/spapr_tce: Convert accounting to pinned_vm,
Alistair Popple
- [RFC PATCH 07/19] vfio/type1: Charge pinned pages to pinned_vm instead of locked_vm,
Alistair Popple
- [RFC PATCH 02/19] drivers/vhost: Convert to use vm_account,
Alistair Popple
- [RFC PATCH 01/19] mm: Introduce vm_account,
Alistair Popple
- linux-next: duplicate patches in the kvm-x86 tree,
Stephen Rothwell
- [PATCH v8 0/8] x86/cpu, kvm: Support AMD Automatic IBRS,
Kim Phillips
- [PATCH v8 1/8] x86/cpu, kvm: Add support for CPUID_80000021_EAX,
Kim Phillips
- [PATCH v8 2/8] x86/cpu, kvm: Move open-coded cpuid leaf 0x80000021 EAX bit propagation code,
Kim Phillips
- [PATCH v8 3/8] x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature,
Kim Phillips
- [PATCH v8 5/8] x86/cpu, kvm: Add the Null Selector Clears Base feature,
Kim Phillips
- [PATCH v8 4/8] x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf,
Kim Phillips
- [PATCH v8 6/8] x86/cpu, kvm: Add the SMM_CTL MSR not present feature,
Kim Phillips
- [PATCH v8 7/8] x86/cpu: Support AMD Automatic IBRS,
Kim Phillips
- [PATCH v8 8/8] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest,
Kim Phillips
- Re: [PATCH v8 0/8] x86/cpu, kvm: Support AMD Automatic IBRS,
Sean Christopherson
- [PATCH v4] KVM: VMX: Fix crash due to uninitialized current_vmcs,
Alexandru Matei
- [PATCH] MAINTAINERS: Add Oliver Upton as co-maintainer of KVM/arm64,
Oliver Upton
- [PATCH 0/6] A few cpuidle vs rcu fixes,
Peter Zijlstra
- [PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup,
Jason Gunthorpe
- [PATCH v3 04/10] iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous(),
Jason Gunthorpe
- [PATCH v3 07/10] iommu/intel: Support the gfp argument to the map_pages op,
Jason Gunthorpe
- [PATCH v3 06/10] iommu/intel: Add a gfp parameter to alloc_pgtable_page(),
Jason Gunthorpe
- [PATCH v3 10/10] iommu/s390: Use GFP_KERNEL in sleepable contexts,
Jason Gunthorpe
- [PATCH v3 05/10] iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map(),
Jason Gunthorpe
- [PATCH v3 02/10] iommu: Remove iommu_map_atomic(),
Jason Gunthorpe
- [PATCH v3 01/10] iommu: Add a gfp parameter to iommu_map(),
Jason Gunthorpe
- [PATCH v3 03/10] iommu: Add a gfp parameter to iommu_map_sg(),
Jason Gunthorpe
- [PATCH v3 08/10] iommu/intel: Use GFP_KERNEL in sleepable contexts,
Jason Gunthorpe
- [PATCH v3 09/10] iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s,
Jason Gunthorpe
- Re: [PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup,
Joerg Roedel
- [PATCH v2 0/2] selftests: KVM: Add a test for eager page splitting,
Ben Gardon
- [GIT PULL] VFIO fixes for v6.2-rc6,
Alex Williamson
- [PATCH v3] KVM: VMX: Fix crash due to uninitialized current_vmcs,
Alexandru Matei
- [PATCH v2] KVM: VMX: Fix crash due to uninitialized current_vmcs,
Alexandru Matei
- [PATCH] KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes,
Alexandre Ghiti
- [PATCH] selftests: kvm: move declaration at the beginning of main(),
Paolo Bonzini
- [RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv,
Tianyu Lan
- [RFC PATCH V3 01/16] x86/hyperv: Add sev-snp enlightened guest specific config,
Tianyu Lan
- [RFC PATCH V3 02/16] x86/hyperv: Decrypt hv vp assist page in sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH V3 03/16] x86/hyperv: Set Virtual Trust Level in vmbus init message,
Tianyu Lan
- [RFC PATCH V3 05/16] clocksource/drivers/hyper-v: decrypt hyperv tsc page in sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH V3 04/16] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH V3 06/16] x86/hyperv: decrypt vmbus pages for sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH V3 07/16] drivers: hv: Decrypt percpu hvcall input arg page in sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH V3 08/16] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest,
Tianyu Lan
- [RFC PATCH V3 09/16] x86/hyperv: SEV-SNP enlightened guest don't support legacy rtc,
Tianyu Lan
- [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest,
Tianyu Lan
- [RFC PATCH V3 13/16] x86/sev: Add Check of #HV event in path,
Tianyu Lan
- [RFC PATCH V3 11/16] x86/hyperv: Add hyperv-specific hadling for VMMCALL under SEV-ES,
Tianyu Lan
- [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler,
Tianyu Lan
- [RFC PATCH V3 14/16] x86/sev: Initialize #HV doorbell and handle interrupt requests,
Tianyu Lan
- [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception,
Tianyu Lan
- [RFC PATCH V3 15/16] x86/sev: optimize system vector processing invoked from #HV exception,
Tianyu Lan
- Re: [RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv,
Zhi Wang
- Re: [RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv,
Gupta, Pankaj
- [GIT PULL] KVM/arm64 fixes for 6.2, take #2,
Marc Zyngier
- [RFC PATCH v6 0/6] KVM: x86: add per-vCPU exits disable capability,
Kechen Lu
- [RFC PATCH v3 00/31] TDX KVM selftests,
Ackerley Tng
- [RFC PATCH v3 01/31] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings,
Ackerley Tng
- [RFC PATCH v3 02/31] KVM: selftests: Add support for creating non-default type VMs,
Ackerley Tng
- [RFC PATCH v3 03/31] KVM: selftests: Expose function that sets up sregs based on VM's mode,
Ackerley Tng
- [RFC PATCH v3 04/31] KVM: selftests: Store initial stack address in struct kvm_vcpu,
Ackerley Tng
- [RFC PATCH v3 05/31] KVM: selftests: Refactor steps in vCPU descriptor table initialization,
Ackerley Tng
- [RFC PATCH v3 09/31] KVM: selftests: TDX: Add TDX lifecycle test,
Ackerley Tng
- [RFC PATCH v3 07/31] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration,
Ackerley Tng
- [RFC PATCH v3 06/31] KVM: selftests: Add helper functions to create TDX VMs,
Ackerley Tng
- [RFC PATCH v3 10/31] KVM: selftests: TDX: Add report_fatal_error test,
Ackerley Tng
- [RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry,
Ackerley Tng
- [RFC PATCH v3 11/31] KVM: selftests: TDX: Adding test case for TDX port IO,
Ackerley Tng
- [RFC PATCH v3 12/31] KVM: selftests: TDX: Add basic TDX CPUID test,
Ackerley Tng
- [RFC PATCH v3 15/31] KVM: selftests: TDX: Add TDX IO reads test,
Ackerley Tng
- [RFC PATCH v3 14/31] KVM: selftests: TDX: Add TDX IO writes test,
Ackerley Tng
- [RFC PATCH v3 13/31] KVM: selftests: TDX: Add basic get_td_vmcall_info test,
Ackerley Tng
- [RFC PATCH v3 16/31] KVM: selftests: TDX: Add TDX MSR read/write tests,
Ackerley Tng
- [RFC PATCH v3 17/31] KVM: selftests: TDX: Add TDX HLT exit test,
Ackerley Tng
- [RFC PATCH v3 19/31] KVM: selftests: TDX: Add TDX MMIO writes test,
Ackerley Tng
- [RFC PATCH v3 20/31] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test,
Ackerley Tng
- [RFC PATCH v3 18/31] KVM: selftests: TDX: Add TDX MMIO reads test,
Ackerley Tng
- [RFC PATCH v3 21/31] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory,
Ackerley Tng
- [RFC PATCH v3 22/31] KVM: selftests: TDX: Add TDG.VP.INFO test,
Ackerley Tng
- [RFC PATCH v3 23/31] KVM: selftests: Add functions to allow mapping as shared,
Ackerley Tng
- [RFC PATCH v3 30/31] KVM: selftests: TDX: Add TDX UPM selftest,
Ackerley Tng
- [RFC PATCH v3 24/31] KVM: selftests: TDX: Add shared memory test,
Ackerley Tng
- [RFC PATCH v3 25/31] KVM: selftests: Add support for restricted memory,
Ackerley Tng
- [RFC PATCH v3 27/31] KVM: selftests: Expose _vm_vaddr_alloc,
Ackerley Tng
- [RFC PATCH v3 26/31] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by restricted memfd,
Ackerley Tng
- [RFC PATCH v3 28/31] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT,
Ackerley Tng
- [RFC PATCH v3 29/31] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET,
Ackerley Tng
- [RFC PATCH v3 31/31] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion,
Ackerley Tng
- [PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads,
Seth Forshee (DigitalOcean)
- [linux-next:master] BUILD REGRESSION d514392f17fd4d386cfadde7f849d97db4ca1fb0,
kernel test robot
- [PATCH] kvm/vfio: Fix potential deadlock on vfio group_lock,
Yi Liu
- [PATCH linux-next 0/3] Documentation fixes for linux-next (Jan 20),
Bagas Sanjaya
- [PATCH v2] iommufd: Add three missing structures in ucmd_buffer,
Yi Liu
- [PATCH v1] KVM: s390: disable migration mode when dirty tracking is disabled,
Nico Boehr
- [PATCH] iommufd: Add two missing structures in ucmd_buffer,
Yi Liu
- [PATCH 0/2] read kvmclock from guest memory if !correct_tsc_shift,
Marcelo Tosatti
- [PATCH] KVM: x86: add bit to indicate correct tsc_shift,
Marcelo Tosatti
- [PATCH kernel v3 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap,
Alexey Kardashevskiy
- [PATCH v2 0/3] Improve dirty ring warning report,
Gavin Shan
- [PATCH v3 0/2] kvm: sev: Add SNP guest request throttling,
Dionna Glaze
- [PATCH 0/2] selftests: KVM: Add a test for eager page splitting,
Ben Gardon
- [RFC 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h),
Ben Gardon
- Add kvm-x86 to linux-next,
Sean Christopherson
- [PATCH 0/7] KVM: Add a common API for range-based TLB invalidation,
David Matlack
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]