public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-30 19:20:45 to 2023-04-01 03:28:30 UTC [more...]

[RFC PATCH v2 0/6] Improve VM CPUfreq and task placement behavior
 2023-04-01  3:28 UTC  (14+ 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 net-next v4 0/3] Add support for sockmap to vsock
 2023-04-01  1:06 UTC  (2+ messages)

[RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-03-31 23:56 UTC  (2+ messages)

[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
 2023-03-31 23:50 UTC  (3+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v3 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd

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

[PATCH v2 00/13] KVM: arm64: Userspace SMCCC call filtering
 2023-03-31 19:13 UTC  (9+ messages)
` [PATCH v2 06/13] KVM: arm64: Refactor hvc filtering to support different actions
` [PATCH v2 08/13] KVM: arm64: Add support for KVM_EXIT_HYPERCALL
` [PATCH v2 09/13] KVM: arm64: Indroduce support for userspace SMCCC filtering

[PATCH v2 00/10] Introduce new methods for verifying ownership in vfio PCI hot reset
 2023-03-31 17:49 UTC  (19+ 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

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

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

[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
 2023-03-31 17:15 UTC  (7+ messages)
` [PATCH v2 5/7] RISC-V: KVM: Add ONE_REG interface for "
` [PATCH v2 7/7] RISC-V: KVM: Implement guest external interrupt line management

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

[kvm-unit-tests PATCH v2 0/4] Tests for CR0.WP=0/1 r/o write access
 2023-03-31 16:24 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/4] x86: Use existing CR0.WP / CR4.SMEP bit definitions
` [kvm-unit-tests PATCH v2 2/4] x86/access: CR0.WP toggling write to r/o data test
` [kvm-unit-tests PATCH v2 3/4] x86/access: Forced emulation support
` [kvm-unit-tests PATCH v2 4/4] x86/access: Try emulation for CR0.WP test as well

[PATCH -next v17 00/20] riscv: Add vector ISA support
 2023-03-31 16:03 UTC  (31+ messages)
` [PATCH -next v17 02/20] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v17 03/20] riscv: Add new csr defines related to vector 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 15/20] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v17 16/20] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v17 17/20] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v17 19/20] riscv: detect assembler support for .option arch
` [PATCH -next v17 20/20] riscv: Enable Vector code to be built

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-31 15:57 UTC  (3+ messages)
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler

[PATCH] KVM: VMX: Reduce redundant call and simplify code
 2023-03-31 15:32 UTC  (2+ messages)

[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2023-03-31 15:19 UTC  (3+ messages)

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2023-03-31 15:17 UTC  (2+ messages)

[GIT PULL 0/1] kvm/s390: Fixes for 6.3
 2023-03-31 15:15 UTC  (2+ messages)

[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 14:19 UTC  (17+ 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 v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-03-31 14:18 UTC  (10+ messages)
` [PATCH v4 6/6] KVM: VMX: Make CR0.WP a guest owned bit

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

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

[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 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

[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  (7+ messages)
` [kvm-unit-tests PATCH 1/5] lib: s390x: Add ap library
` [kvm-unit-tests PATCH 2/5] s390x: Add guest 2 AP test

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

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

[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)

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)


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