messages from 2023-01-31 01:32:14 to 2023-01-31 19:23:05 UTC [more...]
[PATCH kernel v3 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
2023-01-31 19:22 UTC (3+ messages)
` [PATCH kernel v3 2/3] KVM: SEV: Enable data breakpoints in SEV-ES
[PATCH] .gitignore: Keep track of archived files as they are added to a new git repo
2023-01-31 19:10 UTC (4+ messages)
[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
2023-01-31 19:06 UTC (16+ messages)
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled
[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
2023-01-31 18:34 UTC (15+ messages)
` [RFC PATCH V3 01/16] x86/hyperv: Add sev-snp enlightened guest specific config
` [RFC PATCH V3 03/16] x86/hyperv: Set Virtual Trust Level in vmbus init message
` [RFC PATCH V3 06/16] x86/hyperv: decrypt vmbus pages for sev-snp enlightened guest
` [RFC PATCH V3 07/16] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V3 08/16] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V3 09/16] x86/hyperv: SEV-SNP enlightened guest don't support legacy rtc
` [RFC PATCH V3 10/16] x86/hyperv: Add smp support for sev-snp guest
[PATCH V5 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-31 18:18 UTC (3+ messages)
` [PATCH V5 1/2] selftests: KVM: Move dirty logging functions to memstress.(c|h)
` [PATCH V5 2/2] selftests: KVM: Add dirty logging page splitting test
[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
2023-01-31 18:05 UTC (3+ messages)
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
[Patch] KVM: x86/mmu: Make optimized __handle_changed_spte() for clear dirty log
2023-01-31 18:01 UTC (8+ messages)
[kvm-unit-tests PATCH v2 0/8] Some cleanup patches
2023-01-31 17:56 UTC (9+ messages)
` [kvm-unit-tests PATCH v2 3/8] s390x/Makefile: fix `*.gbin` target dependencies
` [kvm-unit-tests PATCH v2 4/8] s390x/Makefile: refactor CPPFLAGS
` [kvm-unit-tests PATCH v2 5/8] s390x: use C pre-processor for linker script generation
` [kvm-unit-tests PATCH v2 7/8] lib/linux/const.h: test for `__ASSEMBLER__` as well
[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-01-31 17:52 UTC (14+ messages)
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
[PATCH v8 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2023-01-31 17:34 UTC (75+ messages)
` [PATCH v8 01/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v8 02/69] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH v8 03/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v8 04/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v8 05/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v8 06/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v8 07/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v8 08/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v8 09/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v8 10/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v8 11/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v8 12/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v8 13/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v8 14/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v8 15/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v8 16/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v8 17/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v8 18/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v8 19/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v8 20/69] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v8 21/69] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v8 22/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v8 23/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v8 24/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v8 25/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v8 26/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v8 27/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v8 28/69] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v8 29/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v8 30/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v8 31/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v8 32/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v8 33/69] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v8 34/69] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v8 35/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v8 36/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v8 37/69] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v8 38/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v8 39/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v8 40/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v8 41/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v8 42/69] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v8 43/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v8 44/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v8 45/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v8 46/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v8 47/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v8 48/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v8 49/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v8 50/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v8 51/69] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v8 52/69] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v8 53/69] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v8 54/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v8 55/69] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v8 56/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v8 57/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v8 58/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v8 59/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v8 60/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v8 61/69] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v8 62/69] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v8 63/69] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v8 64/69] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v8 65/69] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v8 66/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v8 67/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v8 68/69] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v8 69/69] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on
[PATCH 1/3] KVM: Support sharing gpc locks
2023-01-31 16:58 UTC (3+ messages)
` [PATCH 4/3] KVM: x86/xen: Make runstate cache gpcs share a lock
[PATCH V8 0/7] fixes for virtual address update
2023-01-31 16:58 UTC (8+ messages)
` [PATCH V8 1/7] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V8 2/7] vfio/type1: prevent underflow of locked_vm via exec()
` [PATCH V8 3/7] vfio/type1: track locked_vm per dma
` [PATCH V8 4/7] vfio/type1: restore locked_vm
` [PATCH V8 5/7] vfio/type1: revert "block on invalid vaddr"
` [PATCH V8 6/7] vfio/type1: revert "implement notify callback"
` [PATCH V8 7/7] vfio: revert "iommu driver "
[PATCH v4 0/2] selftests: KVM: Add a test for eager page splitting
2023-01-31 16:57 UTC (3+ messages)
[Question PATCH kernel] x86/amd/sev/nmi+vc: Fix stack handling (why is this happening?)
2023-01-31 16:47 UTC (11+ messages)
[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
2023-01-31 16:38 UTC (16+ messages)
[PATCH 0/6] KVM: x86/pmu: Misc PMU MSR fixes
2023-01-31 16:08 UTC (4+ messages)
` [PATCH 2/6] KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
[PATCH v2 00/15] Introduce Architectural LBR for vPMU
2023-01-31 16:05 UTC (7+ messages)
` [PATCH v2 14/15] KVM: x86: Add Arch LBR data MSR access interface
[PATCH v2] KVM: x86/pmu: Disable all vPMU features support on Intel hybrid CPUs
2023-01-31 16:02 UTC (3+ messages)
[PATCH] kvm/vfio: Fix potential deadlock on vfio group_lock
2023-01-31 15:12 UTC (8+ messages)
[PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds
2023-01-31 14:53 UTC
[RFC] Support for Arm CCA VMs on Linux
2023-01-31 14:43 UTC (4+ messages)
` [RFC kvm-unit-tests 00/27] Support for Arm Confidential Compute Architecture
` [RFC kvm-unit-tests 01/27] lib/string: include stddef.h for size_t
[RFC PATCH 01/19] mm: Introduce vm_account
2023-01-31 14:00 UTC (2+ messages)
add bvec initialization helpers
2023-01-31 13:45 UTC (34+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 04/23] sd: factor out a sd_set_special_bvec helper
` [PATCH 05/23] target: use bvec_set_page to initialize bvecs
` [PATCH 06/23] nvmet: "
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec
` [PATCH 09/23] virtio_blk: "
` [PATCH 10/23] zram: use bvec_set_page to initialize bvecs
` [PATCH 12/23] ceph: use bvec_set_page to initialize a bvec
` [PATCH 18/23] io_uring: "
` [PATCH 22/23] vring: "
[PATCH -next v13 00/19] riscv: Add vector ISA support
2023-01-31 12:34 UTC (9+ messages)
` [PATCH -next v13 09/19] riscv: Add task switch support for vector
` [PATCH -next v13 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v13 15/19] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
[RFC PATCH v6 0/6] KVM: x86: add per-vCPU exits disable capability
2023-01-31 12:11 UTC (7+ messages)
` [RFC PATCH v6 3/6] KVM: x86: Reject disabling of MWAIT interception when not allowed
` [RFC PATCH v6 5/6] KVM: x86: add vCPU scoped toggling for disabled exits
[kvm-unit-tests PATCH v5 0/2] arm: Add PSCI CPU_OFF test
2023-01-31 11:49 UTC (10+ messages)
` [kvm-unit-tests PATCH v5 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v5 2/2] arm/psci: Add PSCI CPU_OFF test case
[kvm-unit-tests PATCH v3 0/1] arm: Replace MAX_SMP probe loop
2023-01-31 11:00 UTC (6+ messages)
` [kvm-unit-tests PATCH v3 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
2023-01-31 9:51 UTC (10+ messages)
` [PATCH v2 1/7] RISC-V: Add AIA related CSR defines
` [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH v2 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH v2 4/7] RISC-V: KVM: Initial skeletal support for AIA
[PATCH v2] vfio: platform: ignore missing reset if disabled at module init
2023-01-31 9:49 UTC (2+ messages)
[PATCH v3 0/3] KVM: x86/pmu: Enable guest PEBS for SPR and later models
2023-01-31 8:53 UTC (6+ messages)
` [PATCH v3 1/3] KVM: x86/pmu: Disable guest PEBS on hybird cpu due to heterogeneity
Prezentacja
2023-01-31 8:50 UTC
[PATCH v2 0/9] A few more cpuidle vs rcu fixes
2023-01-31 8:50 UTC (3+ messages)
` [PATCH v2 4/9] tracing, preempt: Squash _rcuidle tracing
` [PATCH v2.1 "
[PATCH v3 1/2] RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()
2023-01-31 8:41 UTC (4+ messages)
` [PATCH v3 2/2] RISC-V: KVM: Redirect illegal instruction traps to guest
[kvm-unit-tests PATCH v2 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
2023-01-31 7:38 UTC (2+ messages)
[PATCH] KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
2023-01-31 7:20 UTC (2+ messages)
[PATCH] vhost-scsi: convert sysfs snprintf and sprintf to sysfs_emit
2023-01-31 7:00 UTC (3+ messages)
[PATCH 00/13] Add vfio_device cdev for iommufd support
2023-01-31 6:17 UTC (4+ messages)
` [PATCH 11/13] vfio: Add cdev for vfio_device
[PATCH RFC net-next v2 0/3] vsock: add support for sockmap
2023-01-31 4:35 UTC (4+ messages)
` [PATCH RFC net-next v2 1/3] vsock: support sockmap
` [PATCH RFC net-next v2 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH RFC net-next v2 3/3] selftests/bpf: Add a test case for vsock sockmap
[PATCH] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
2023-01-31 3:06 UTC (4+ messages)
[PATCH v2 00/11] SVM: vNMI (with my fixes)
2023-01-31 1:44 UTC (4+ messages)
` [PATCH v2 02/11] KVM: nSVM: clean up the copying of V_INTR bits from vmcb02 to vmcb12
[Bug 216923] New: kvm-unit-test pmu_pebs is skipped on SPR
2023-01-31 1:38 UTC (2+ messages)
` [Bug 216923] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox