public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-30 15:50:20 to 2023-03-31 13:32:47 UTC [more...]

[PATCH -next v17 00/20] riscv: Add vector ISA support
 2023-03-31 13:32 UTC  (19+ messages)
` [PATCH -next v17 02/20] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v17 04/20] riscv: Clear vector regfile on bootup
` [PATCH -next v17 05/20] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v17 06/20] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v17 07/20] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v17 08/20] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v17 09/20] riscv: Add task switch support for vector
` [PATCH -next v17 10/20] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v17 20/20] riscv: Enable Vector code to be built

[PATCH v2] perf/x86: use hexidecimal value for cpuid
 2023-03-31 13:26 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-31 13:24 UTC  (17+ messages)
` [PATCH v2 03/10] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v2 04/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
` [PATCH v2 05/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v2 06/10] vfio: Refine vfio file kAPIs for vfio PCI hot reset
` [PATCH v2 07/10] vfio: Accpet device file from vfio PCI hot reset path
` [PATCH v2 09/10] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl

[kvm-unit-tests GIT PULL 00/14] s390x: new maintainer, refactor linker scripts, tests for misalignments, execute-type instructions and vSIE epdx
 2023-03-31 13:17 UTC  (16+ messages)
` [kvm-unit-tests GIT PULL 01/14] .gitignore: ignore `s390x/comm.key` file
` [kvm-unit-tests GIT PULL 02/14] s390x/Makefile: simplify `%.hdr` target rules
` [kvm-unit-tests GIT PULL 03/14] s390x/Makefile: fix `*.gbin` target dependencies
` [kvm-unit-tests GIT PULL 04/14] s390x/Makefile: refactor CPPFLAGS
` [kvm-unit-tests GIT PULL 05/14] s390x: use preprocessor for linker script generation
` [kvm-unit-tests GIT PULL 06/14] s390x: define a macro for the stack frame size
` [kvm-unit-tests GIT PULL 07/14] lib/linux/const.h: test for `__ASSEMBLER__` as well
` [kvm-unit-tests GIT PULL 08/14] s390x/spec_ex: Use PSW macro
` [kvm-unit-tests GIT PULL 09/14] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests GIT PULL 10/14] s390x/spec_ex: Add test of EXECUTE with odd target address
` [kvm-unit-tests GIT PULL 11/14] s390x: Add tests for execute-type instructions
` [kvm-unit-tests GIT PULL 12/14] MAINTAINERS: Add Nico as s390x Maintainer and make Thomas reviewer
` [kvm-unit-tests GIT PULL 13/14] s390x: spec_ex: Add test for misaligned load
` [kvm-unit-tests GIT PULL 14/14] s390x: sie: Test whether the epoch extension field is working as expected

[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
 2023-03-31 12:53 UTC  (3+ messages)

[RFC PATCH v2 0/6] Improve VM CPUfreq and task placement behavior
 2023-03-31 12:46 UTC  (10+ messages)
` [RFC PATCH v2 1/6] sched/fair: Add util_guest for tasks
` [RFC PATCH v2 2/6] kvm: arm64: Add support for get_cur_cpufreq service
` [RFC PATCH v2 3/6] kvm: arm64: Add support for util_hint service
` [RFC PATCH v2 4/6] kvm: arm64: Add support for get_freqtbl service
` [RFC PATCH v2 5/6] dt-bindings: cpufreq: add bindings for virtual kvm cpufreq
` [RFC PATCH v2 6/6] cpufreq: add kvm-cpufreq driver

[PATCH v13 000/113] KVM TDX basic feature support
 2023-03-31 12:44 UTC  (8+ messages)
` [PATCH v13 016/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters

[PATCH v3 0/1] RISC-V KVM ONE_REG interface for SBI
 2023-03-31 12:36 UTC  (2+ messages)
` [PATCH v3 1/1] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions

[PATCH v17 0/8] Parallel CPU bringup for x86_64
 2023-03-31 11:40 UTC  (6+ messages)
` [PATCH v17 6/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
        ` [External] "

[PATCH] vringh: fix typos in the vringh_init_* documentation
 2023-03-31 10:52 UTC  (4+ messages)

[kvm-unit-tests v3 00/13] powerpc: updates, P10, PNV support
 2023-03-31 10:42 UTC  (3+ messages)
` [kvm-unit-tests v3 06/13] powerpc: Extract some common helpers and defines to headers

[kvm-unit-tests PATCH 0/2] Test for CR0.WP=0/1 r/o write access
 2023-03-31 10:05 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/2] x86/access: CR0.WP toggling write access test

[PATCH V2 0/8] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-03-31 10:02 UTC  (10+ messages)
` [PATCH V2 2/8] vfio/pci: Remove negative check on unsigned vector
` [PATCH V2 7/8] vfio/pci: Support dynamic MSI-x

[kvm-unit-tests PATCH v3 0/7] Some cleanup patches
 2023-03-31  9:59 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 6/7] s390x: define a macro for the stack frame size
    ` [kvm-unit-tests PATCH v4] s390x/Makefile: refactor CPPFLAGS

[PATCH 0/3] Some code refactor surround CR4.UMIP virtualization
 2023-03-31  9:48 UTC  (14+ messages)
` [PATCH 1/3] KVM: VMX: Rename vmx_umip_emulated() to cpu_has_vmx_desc()
` [PATCH 2/3] KVM: VMX: Remove a unnecessary cpu_has_vmx_desc() check in vmx_set_cr4()
` [PATCH 3/3] KVM: VMX: Use the canonical interface to read CR4.UMIP bit

[PATCH vhost 0/3] vhost: minor kdoc fixes and MAINTAINERS update
 2023-03-31  9:18 UTC  (6+ messages)
` [PATCH vhost 1/3] vdpa: address kdoc warnings
` [PATCH vhost 2/3] vringh: "
` [PATCH vhost 3/3] MAINTAINERS: add vringh.h to Virtio Core and Net Drivers

[PATCH] docs: kvm: x86: Fix a broken field list
 2023-03-31  9:00 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/5] s390x: Add base AP support
 2023-03-31  8:52 UTC  (13+ messages)
` [kvm-unit-tests PATCH 1/5] lib: s390x: Add ap library
` [kvm-unit-tests PATCH 2/5] s390x: Add guest 2 AP test
` [kvm-unit-tests PATCH 3/5] lib: s390x: ap: Add ap_setup
` [kvm-unit-tests PATCH 4/5] s390x: ap: Add pqap aqic tests
` [kvm-unit-tests PATCH 5/5] s390x: ap: Add reset tests

[PATCH net] vsock/vmci: convert VMCI error code to -ENOMEM on send
 2023-03-31  8:50 UTC  (2+ messages)

[PATCH v3 0/6] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-31  8:16 UTC  (8+ messages)
` [PATCH v3 2/6] iommufd: Create access in vfio_iommufd_emulated_bind()

Questions about pic simulation pic_poll_read in kvm
 2023-03-31  8:10 UTC 

[PATCH v6 00/33] x86: enable FRED for x86-64
 2023-03-31  8:03 UTC  (3+ messages)
` [PATCH v6 27/33] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user

[RFC PATCH v3 0/4] vsock: return errors other than -ENOMEM to socket
 2023-03-31  7:57 UTC  (11+ messages)
` [RFC PATCH v3 1/4] vsock/vmci: convert VMCI error code to -ENOMEM on send
` [RFC PATCH v3 2/4] vsock/vmci: convert VMCI error code to -ENOMEM on receive
` [RFC PATCH v3 3/4] vsock: return errors other than -ENOMEM to socket
` [RFC PATCH v3 4/4] vsock/test: update expected return values

[PATCH net v3] virtio/vsock: fix leaks due to missing skb owner
 2023-03-31  8:00 UTC  (2+ messages)

[PATCH v4 0/9] vdpa_sim: add support for user VA
 2023-03-31  7:45 UTC  (4+ messages)
` [PATCH v4 5/9] vringh: support VA with iotlb

[PATCH] KVM: VMX: Reduce redundant call and simplify code
 2023-03-31  7:19 UTC 

[RFC PATCH 0/7] SVM guest shadow stack support
 2023-03-31  6:39 UTC  (9+ messages)

[PATCH v8 00/24] Add vfio_device cdev for iommufd support
 2023-03-31  5:01 UTC  (9+ messages)
` [PATCH v8 03/24] vfio: Remove vfio_file_is_group()
` [PATCH v8 10/24] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v8 11/24] vfio: Make vfio_device_first_open() to accept NULL iommufd for noiommu

[syzbot] [btrfs?] KASAN: slab-use-after-free Read in alloc_workqueue
 2023-03-31  2:32 UTC 

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2023-03-31  2:26 UTC 

[RFC PATCH 0/6] Improve VM DVFS and task placement behavior
 2023-03-31  0:49 UTC  (9+ messages)
` [RFC PATCH 2/6] kvm: arm64: Add support for get_cur_cpufreq service
` [RFC PATCH 3/6] kvm: arm64: Add support for util_hint service
` [RFC PATCH 4/6] kvm: arm64: Add support for get_freqtbl service

[PATCH v7 vfio 0/7] pds_vfio driver
 2023-03-31  0:36 UTC  (8+ messages)
` [PATCH v7 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v7 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [PATCH v7 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v7 vfio 4/7] vfio/pds: Add VFIO live migration support
` [PATCH v7 vfio 5/7] vfio/pds: Add support for dirty page tracking
` [PATCH v7 vfio 6/7] vfio/pds: Add support for firmware recovery
` [PATCH v7 vfio 7/7] vfio/pds: Add Kconfig and documentation

[PATCH v3] KVM: VMX: fix lockdep warning on posted intr wakeup
 2023-03-31  0:06 UTC  (7+ messages)

[PATCH v4 00/13] KVM: x86/mmu: Optimize clear dirty log
 2023-03-31  0:13 UTC  (2+ messages)

[PATCH v2 10/10] vfio/pci: Add VFIO_DEVICE_GET_PCI_HOT_RESET_GROUP_INFO
 2023-03-30 23:18 UTC  (16+ messages)

[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-03-30 20:55 UTC  (9+ messages)
` [PATCH v4 6/6] KVM: VMX: Make CR0.WP a guest owned bit

The "memory" test is failing in the kvm-unit-tests CI
 2023-03-30 19:37 UTC  (4+ messages)

[PATCH] x86/kvm: refine condition for checking vCPU preempted
 2023-03-30 19:26 UTC  (8+ messages)

[PATCH] KVM: x86/mmu: Don't create kvm-nx-lpage-re kthread if not itlb_multihit
 2023-03-30 19:19 UTC  (4+ messages)

[PATCH] KVM: selftests: Comment newly defined aarch64 ID registers
 2023-03-30 18:36 UTC  (2+ messages)

[PATCH v4 00/20] KVM: arm64: Rework timer offsetting for fun and profit
 2023-03-30 17:48 UTC  (21+ messages)
` [PATCH v4 01/20] KVM: arm64: timers: Use a per-vcpu, per-timer accumulator for fractional ns
` [PATCH v4 02/20] arm64: Add CNTPOFF_EL2 register definition
` [PATCH v4 03/20] arm64: Add HAS_ECV_CNTPOFF capability
` [PATCH v4 04/20] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
` [PATCH v4 05/20] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
` [PATCH v4 06/20] KVM: arm64: Expose {un,}lock_all_vcpus() to the rest of KVM
` [PATCH v4 07/20] KVM: arm64: timers: Allow userspace to set the global counter offset
` [PATCH v4 08/20] KVM: arm64: timers: Allow save/restoring of the physical timer
` [PATCH v4 09/20] KVM: arm64: timers: Rationalise per-vcpu timer init
` [PATCH v4 10/20] KVM: arm64: timers: Abstract per-timer IRQ access
` [PATCH v4 11/20] KVM: arm64: timers: Move the timer IRQs into arch_timer_vm_data
` [PATCH v4 12/20] KVM: arm64: Elide kern_hyp_va() in VHE-specific parts of the hypervisor
` [PATCH v4 13/20] KVM: arm64: timers: Fast-track CNTPCT_EL0 trap handling
` [PATCH v4 14/20] KVM: arm64: timers: Abstract the number of valid timers per vcpu
` [PATCH v4 15/20] KVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and co
` [PATCH v4 16/20] KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
` [PATCH v4 17/20] KVM: arm64: nv: timers: Support hyp timer emulation
` [PATCH v4 18/20] KVM: arm64: selftests: Add physical timer registers to the sysreg list
` [PATCH v4 19/20] KVM: arm64: selftests: Deal with spurious timer interrupts
` [PATCH v4 20/20] KVM: arm64: selftests: Augment existing timer test to handle variable offset

[PATCH v4] virtio: add VIRTIO_F_NOTIFICATION_DATA feature support
 2023-03-30 17:48 UTC  (4+ messages)

[PATCH v3 00/18] KVM: arm64: Rework timer offsetting for fun and profit
 2023-03-30 17:46 UTC  (3+ messages)

[Bug 217247] New: BUG: kernel NULL pointer dereference, address: 000000000000000c / speculation_ctrl_update
 2023-03-30 17:41 UTC  (2+ messages)
` [Bug 217247] "

[PATCH v2 00/13] KVM: arm64: Userspace SMCCC call filtering
 2023-03-30 17:32 UTC  (12+ messages)
` [PATCH v2 01/13] KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALL
` [PATCH v2 02/13] KVM: arm64: Add a helper to check if a VM has ran once
` [PATCH v2 03/13] KVM: arm64: Add vm fd device attribute accessors
` [PATCH v2 04/13] KVM: arm64: Rename SMC/HVC call handler to reflect reality
` [PATCH v2 07/13] KVM: arm64: Use a maple tree to represent the SMCCC filter
` [PATCH v2 09/13] KVM: arm64: Indroduce support for userspace SMCCC filtering
` [PATCH v2 10/13] KVM: arm64: Return NOT_SUPPORTED to guest for unknown PSCI version
` [PATCH v2 11/13] KVM: arm64: Let errors from SMCCC emulation to reach userspace
` [PATCH v2 12/13] KVM: selftests: Add a helper for SMCCC calls with SMC instruction
` [PATCH v2 13/13] KVM: selftests: Add test for SMCCC filter

[PATCH v3 3/4] accel: replace strerror() function to the thread safe qemu_strerror()
 2023-03-30 17:13 UTC  (2+ messages)
` [PATCH v3 4/4] target/i386: "

Nested virtualization not working with hyperv guest/windows 11
 2023-03-30 16:46 UTC  (3+ messages)
    ` ping: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox