kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-23 23:54:25 to 2023-01-25 09:40:52 UTC [more...]

[PATCH 0/6] A few cpuidle vs rcu fixes
 2023-01-25  9:40 UTC  (16+ messages)
` [PATCH 3/6] ftrace/x86: Warn and ignore graph tracing when RCU is disabled
` [PATCH 6/6] cpuidle: Fix poll_idle() noinstr annotation

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-25  9:38 UTC  (12+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH 0/6] KVM: x86/pmu: Misc PMU MSR fixes
 2023-01-25  9:29 UTC  (8+ messages)
` [PATCH 1/6] KVM: x86/pmu: Cap kvm_pmu_cap.num_counters_gp at KVM's internal max
` [PATCH 2/6] KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
` [PATCH 3/6] KVM: x86/pmu: Use separate array for defining "PMU MSRs to save"
` [PATCH 4/6] KVM: x86/pmu: Don't tell userspace to save PMU MSRs if PMU is disabled
` [PATCH 5/6] KVM: x86/pmu: Don't tell userspace to save MSRs for non-existent fixed PMCs
` [PATCH 6/6] KVM: x86/pmu: Provide "error" semantics for unsupported-but-known PMU MSRs

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-25  9:24 UTC  (3+ messages)
` [PATCH v11 030/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE

A question of KVM selftests' makefile
 2023-01-25  8:53 UTC 

[kvm-unit-tests PATCH v3 0/4] arm: pmu: Add support for PMUv3p5
 2023-01-25  7:55 UTC  (13+ messages)
` [kvm-unit-tests PATCH v3 3/4] arm: pmu: Add tests for 64-bit overflows
` [kvm-unit-tests PATCH v3 4/4] arm: pmu: Print counter values as hexadecimals

[PATCH kernel v3 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-01-25  5:44 UTC  (10+ messages)
` [PATCH kernel v3 3/3] x86/sev: Do not handle #VC for DR7 read/write

[PATCH] target/arm: Propagate errno when writing list
 2023-01-25  4:10 UTC  (3+ messages)

[PATCH v4 00/13] riscv: improve boot time isa extensions handling
 2023-01-25  3:50 UTC  (2+ messages)

[PATCH] KVM: MMU: Add wrapper to check whether MMU is in direct mode
 2023-01-25  2:44 UTC  (5+ messages)

[PATCH v1] KVM: destruct kvm_io_device while unregistering it from kvm_io_bus
 2023-01-25  2:42 UTC  (6+ messages)

[GIT PULL] KVM fixes for Linux 6.2-rc6
 2023-01-25  2:23 UTC  (2+ messages)

[RFC PATCH 0/7] SVM guest shadow stack support
 2023-01-25  1:11 UTC  (5+ messages)
` [RFC PATCH 7/7] KVM: SVM: Add CET features to supported_xss

[PATCH 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-01-25  0:51 UTC  (8+ messages)
` [PATCH 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH 6/7] KVM: Allow range-based TLB invalidation from common code

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-25  0:20 UTC  (8+ messages)

[PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-01-25  0:16 UTC  (9+ messages)
` [PATCH v3 3/8] KVM: x86/pmu: Rewrite reprogram_counters() to improve performance
` [PATCH v3 5/8] KVM: x86/cpuid: Add X86_FEATURE_AMD_PMU_V2 as a KVM-only leaf entry
` [PATCH v3 6/8] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v3 7/8] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022

[PATCH v3 0/2] selftests: KVM: Add a test for eager page splitting
 2023-01-24 23:44 UTC  (3+ messages)
` [PATCH v3 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
` [PATCH v3 2/2] selftests: KVM: Add dirty logging page splitting test

[RFC PATCH 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-01-24 23:25 UTC  (5+ messages)
` [RFC PATCH 4/6] KVM: arm64: Optimize TLBIs in the dirty logging path
` [RFC PATCH 5/6] KVM: arm64: Optimize the stage2 map path with TLBI range instructions

[PATCH v2] KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUID
 2023-01-24 23:16 UTC  (2+ messages)

[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
 2023-01-24 22:45 UTC  (24+ messages)
` [PATCH 1/9] KVM: arm64: Add KVM_PGTABLE_WALK_REMOVED into ctx->flags
` [PATCH 2/9] KVM: arm64: Add helper for creating removed stage2 subtrees
` [PATCH 3/9] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled

[PATCH 00/32] Move and clean up monitor command code
 2023-01-24 22:43 UTC  (41+ messages)
` [PATCH 01/32] monitor: Drop unnecessary includes
` [PATCH 02/32] audio: Move HMP commands from monitor/ to audio/
` [PATCH 03/32] char: Move HMP commands from monitor/ to chardev/
` [PATCH 04/32] char: Factor out qmp_add_client() parts and move "
` [PATCH 05/32] hmp: Drop redundant argument check from add_completion_option()
` [PATCH 06/32] readline: Extract readline_add_completion_of() from monitor
` [PATCH 07/32] hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
` [PATCH 08/32] trace: Move HMP commands from monitor/ to trace/
` [PATCH 09/32] machine: Move QMP commands from monitor/ to hw/core/
` [PATCH 10/32] machine: Move HMP "
` [PATCH 11/32] qom: Move HMP commands from monitor/ to qom/
` [PATCH 12/32] block: Factor out hmp_change_medium(), and move to block/monitor/
` [PATCH 13/32] rocker: Move HMP commands from monitor to hw/net/rocker/
` [PATCH 14/32] hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
` [PATCH 15/32] net: Move HMP commands from monitor to net/
` [PATCH 16/32] net: Move hmp_info_network() to net-hmp-cmds.c
` [PATCH 17/32] migration: Move HMP commands from monitor/ to migration/
` [PATCH 18/32] migration: Move the QMP command "
` [PATCH 19/32] virtio: Move HMP commands from monitor/ to hw/virtio/
` [PATCH 20/32] tpm: Move HMP commands from monitor/ to softmmu/
` [PATCH 21/32] runstate: "
` [PATCH 22/32] stats: Move QMP commands from monitor/ to stats/
` [PATCH 23/32] stats: Move HMP "
` [PATCH 24/32] acpi: Move the QMP command from monitor/ to hw/acpi/
` [PATCH 25/32] qdev: Move HMP command completion from monitor to softmmu/
` [PATCH 26/32] monitor: Split file descriptor passing stuff off misc.c
` [PATCH 27/32] monitor: Move monitor_putc() next to monitor_puts & external linkage
` [PATCH 28/32] monitor: Move target-dependent HMP commands to hmp-cmds-target.c
` [PATCH 29/32] monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
` [PATCH 30/32] monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c
` [PATCH 31/32] monitor: Loosen coupling between misc.c and monitor.c slightly
` [PATCH 32/32] monitor: Rename misc.c to hmp-target.c

[PATCH v9 0/8] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-01-24 21:37 UTC  (11+ messages)
` [PATCH v9 1/8] x86/cpu, kvm: Add support for CPUID_80000021_EAX
` [PATCH v9 2/8] KVM: x86: Move open-coded cpuid leaf 0x80000021 EAX bit propagation code
` [PATCH v9 3/8] x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature
` [PATCH v9 4/8] x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf
` [PATCH v9 5/8] x86/cpu, kvm: Add the Null Selector Clears Base feature
` [PATCH v9 6/8] x86/cpu, kvm: Add the SMM_CTL MSR not present feature
` [PATCH v9 7/8] x86/cpu: Support AMD Automatic IBRS
` [PATCH v9 8/8] KVM: x86: Propagate the AMD Automatic IBRS feature to the guest

[PATCH] MAINTAINERS: Add Oliver Upton as co-maintainer of KVM/arm64
 2023-01-24 21:18 UTC  (4+ messages)

[PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-24 20:50 UTC  (3+ messages)
` [PATCH v3 01/10] iommu: Add a gfp parameter to iommu_map()

[PATCH 00/13] Add vfio_device cdev for iommufd support
 2023-01-24 20:44 UTC  (3+ messages)
` [PATCH 11/13] vfio: Add cdev for vfio_device

[PATCH v2 00/11] KVM perf support
 2023-01-24 20:41 UTC  (6+ messages)
` [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2023-01-24 20:38 UTC 

[PATCH 0/4] KVM: selftests: aarch64: page_fault_test S1PTW related fixes
 2023-01-24 19:54 UTC  (12+ messages)
` [PATCH 1/4] KVM: selftests: aarch64: Relax userfaultfd read vs. write checks
` [PATCH 4/4] KVM: selftests: aarch64: Test read-only PT memory regions

[PATCH] x86: KVM: Add common feature flag for AMD's PSFD
 2023-01-24 19:45 UTC 

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-24 17:21 UTC  (4+ messages)
` [PATCH 2/2] vhost: check for pending livepatches from "

[PATCH 0/2] selftests: KVM: Add a test for eager page splitting
 2023-01-24 17:15 UTC  (11+ messages)
` [PATCH 2/2] selftests: KVM: Add page splitting test

linux-next: duplicate patches in the kvm-x86 tree
 2023-01-24 16:15 UTC  (4+ messages)

[PATCH kvmtool 1/1] riscv: Move serial and rtc from IO port space to MMIO area
 2023-01-24 15:52 UTC 

Fortnightly KVM call for 2023-02-07
 2023-01-24 15:03 UTC 

Fortnightly KVM call minutes for 2023-01-24
 2023-01-24 14:56 UTC 

[PATCH vfio 0/3] Few improvements in the migration area of mlx5 driver
 2023-01-24 14:49 UTC  (4+ messages)
` [PATCH vfio 1/3] vfio/mlx5: Check whether VF is migratable
` [PATCH vfio 2/3] vfio/mlx5: Improve the source side flow upon pre_copy
` [PATCH vfio 3/3] vfio/mlx5: Improve the target side flow to reduce downtime

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-24 14:34 UTC  (9+ messages)
` [RFC PATCH 02/19] drivers/vhost: Convert to use vm_account
` [RFC PATCH 07/19] vfio/type1: Charge pinned pages to pinned_vm instead of locked_vm
` [RFC PATCH 08/19] vfio/spapr_tce: Convert accounting to pinned_vm
` [RFC PATCH 12/19] kvm/book3s_64_vio: Convert account_locked_vm() to vm_account_pinned()

Today KVM call meeting
 2023-01-24 11:41 UTC 

Prezentacja
 2023-01-24  9:11 UTC 

[Bug 208081] New: Memory leak in kvm_async_pf_task_wake
 2023-01-24  7:54 UTC  (2+ messages)
` [Bug 208081] "

[PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
 2023-01-24  7:51 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION d514392f17fd4d386cfadde7f849d97db4ca1fb0
 2023-01-24  2:02 UTC  (2+ messages)

[RFC PATCH v3 00/31] TDX KVM selftests
 2023-01-24  1:21 UTC  (8+ messages)
` [RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry

[PATCH v8 0/8] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-01-24  1:18 UTC  (8+ messages)
` [PATCH v8 1/8] x86/cpu, kvm: Add support for CPUID_80000021_EAX
` [PATCH v8 2/8] x86/cpu, kvm: Move open-coded cpuid leaf 0x80000021 EAX bit propagation code
` [PATCH v8 4/8] x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf

[PATCH] Revert "KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio"
 2023-01-24  0:13 UTC  (3+ messages)

[PATCH 0/2] KVM: selftests: Remove duplicate VM in memslot_perf_test
 2023-01-23 23:57 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: selftests: Assign guest page size in sync area early "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).