kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-15 13:55:59 to 2019-10-16 16:11:15 UTC [more...]

[PATCH v9 00/22] KVM RISC-V Support
 2019-10-16 16:11 UTC  (16+ messages)
` [PATCH v9 01/22] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v9 02/22] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v9 03/22] RISC-V: Add initial skeletal KVM support
` [PATCH v9 04/22] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v9 05/22] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v9 06/22] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v9 07/22] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v9 08/22] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v9 09/22] RISC-V: KVM: Handle WFI "
` [PATCH v9 10/22] RISC-V: KVM: Implement VMID allocator
` [PATCH v9 11/22] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v9 12/22] RISC-V: KVM: Implement MMU notifiers
` [PATCH v9 13/22] RISC-V: KVM: Add timer functionality
` [PATCH v9 14/22] RISC-V: KVM: FP lazy save/restore
` [PATCH v9 15/22] RISC-V: KVM: Implement ONE REG interface for FP registers

[PATCH v9 00/17] x86/split_lock: Enable split lock detection
 2019-10-16 15:59 UTC  (26+ messages)
` [PATCH v9 09/17] x86/split_lock: Handle #AC exception for split lock

[PATCH] vsock/virtio: remove unused 'work' field from 'struct virtio_vsock_pkt'
 2019-10-16 14:50 UTC  (3+ messages)

[PATCH v3 0/4] vfio-ccw: A couple trace changes
 2019-10-16 14:30 UTC  (6+ messages)
` [PATCH v3 1/4] vfio-ccw: Refactor how the traces are built
` [PATCH v3 2/4] vfio-ccw: Trace the FSM jumptable
` [PATCH v3 3/4] vfio-ccw: Add a trace for asynchronous requests
` [PATCH v3 4/4] vfio-ccw: Rework the io_fctl trace

[PATCH v2 0/4] vfio-ccw: A couple trace changes
 2019-10-16 13:35 UTC  (12+ messages)
` [PATCH v2 1/4] vfio-ccw: Refactor how the traces are built
` [PATCH v2 2/4] vfio-ccw: Trace the FSM jumptable
` [PATCH v2 3/4] vfio-ccw: Add a trace for asynchronous requests
` [PATCH v2 4/4] vfio-ccw: Rework the io_fctl trace

[PATCH V3 0/2] target/i386/kvm: Add Hyper-V direct tlb flush support
 2019-10-16 13:07 UTC  (2+ messages)
` [PATCH V3 1/2] linux headers: update against Linux 5.4-rc2

[PATCH 00/32] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-16 11:24 UTC  (36+ messages)
` [PATCH 01/32] hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
` [PATCH 02/32] hw/i386/pc: Move kvm_i8259_init() declaration to sysemu/kvm.h
` [PATCH 03/32] mc146818rtc: move structure to header file
` [PATCH 04/32] mc146818rtc: Move RTC_ISA_IRQ definition
` [PATCH 05/32] mc146818rtc: Include "mc146818rtc_regs.h" directly in mc146818rtc.c
` [PATCH 06/32] mc146818rtc: always register rtc to rtc list
` [PATCH 07/32] MAINTAINERS: Keep PIIX4 South Bridge separate from PC Chipsets
` [PATCH 08/32] piix4: rename some variables in realize function
` [PATCH 09/32] piix4: add Reset Control Register
` [PATCH 10/32] piix4: add a i8259 interrupt controller as specified in datasheet
` [PATCH 11/32] Revert "irq: introduce qemu_irq_proxy()"
` [PATCH 12/32] piix4: rename PIIX4 object to piix4-isa
` [PATCH 13/32] piix4: convert reset function to QOM
` [PATCH 14/32] piix4: add a i8257 dma controller as specified in datasheet
` [PATCH 15/32] piix4: add a i8254 pit "
` [PATCH 16/32] piix4: add a mc146818rtc "
` [PATCH 17/32] hw/mips/mips_malta: Create IDE hard drive array dynamically
` [PATCH 18/32] hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()
` [PATCH 19/32] hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
` [PATCH 20/32] hw/i386/pc: Extract pc_gsi_create()
` [PATCH 21/32] hw/i386/pc: Reduce gsi_handler scope
` [PATCH 22/32] hw/i386/pc: Move gsi_state creation code
` [PATCH 23/32] hw/i386/pc: Extract pc_i8259_create()
` [PATCH 24/32] hw/i386/pc: Remove kvm_i386.h include
` [PATCH 25/32] hw/pci-host/piix: Extract piix3_create()
` [PATCH 26/32] hw/pci-host/piix: Move RCR_IOPORT register definition
` [PATCH 27/32] hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers
` [PATCH 28/32] hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
` [PATCH 29/32] hw/pci-host/piix: Fix code style issues
` [PATCH 30/32] hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c
` [PATCH 31/32] hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'
` [PATCH 32/32] hw/pci-host/i440fx: Remove the last PIIX3 traces

[PATCH V3 0/7] mdev based hardware virtio offloading support
 2019-10-16 10:37 UTC  (15+ messages)
` [PATCH V3 1/7] mdev: class id support
` [PATCH V3 2/7] mdev: bus uevent support
` [PATCH V3 4/7] mdev: introduce device specific ops

[RFC PATCH v5 0/6] Enable ptp_kvm for arm64
 2019-10-16 10:26 UTC  (29+ messages)
` [PATCH v5 1/6] psci: Export psci_ops.conduit symbol as modules will use it
` [PATCH v5 2/6] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [PATCH v5 3/6] timekeeping: Add clocksource to system_time_snapshot
` [PATCH v5 4/6] psci: Add hvc call service for ptp_kvm
` [PATCH v5 5/6] ptp: arm64: Enable ptp_kvm for arm64

[RFC 0/2] Intel IFC VF driver for vdpa
 2019-10-16 10:19 UTC  (8+ messages)
` [RFC 1/2] vhost: IFC VF hardware operation layer
` [RFC 2/2] vhost: IFC VF vdpa layer

[PATCH] KVM: X86: Make fpu allocation a common function
 2019-10-16  9:41 UTC  (13+ messages)

[PATCH] KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update
 2019-10-16  9:25 UTC 

PROBLEM: Regression of MMU causing guest VM application errors
 2019-10-16  7:28 UTC  (2+ messages)

[PATCH 00/14] KVM monolithic v2
 2019-10-16  7:07 UTC  (13+ messages)
` [PATCH 02/14] KVM: monolithic: x86: disable linking vmx and svm at the same time into the kernel
` [PATCH 12/14] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers

[kvm-unit-tests PATCH 1/2] Use a status enum for reporting pass/fail
 2019-10-16  5:53 UTC  (5+ messages)
` [kvm-unit-tests v2 PATCH 0/2] Clang compilation fixes
  ` [kvm-unit-tests v2 PATCH 1/2] lib: use a status enum for reporting pass/fail
  ` [kvm-unit-tests v2 PATCH 2/2] x86: don't compare two global objects' addrs for inequality

[PATCH RFC v1 0/2] vhost: ring format independence
 2019-10-16  4:38 UTC  (7+ messages)
` [PATCH RFC v1 1/2] vhost: option to fetch descriptors through an independent struct

[PATCH v19 0/5] Add ARMv8 RAS virtualization support in QEMU
 2019-10-16  3:26 UTC  (11+ messages)
` [PATCH v19 1/5] hw/arm/virt: Introduce a RAS machine option
` [PATCH v19 2/5] docs: APEI GHES generation and CPER record description
` [PATCH v19 3/5] ACPI: Add APEI GHES table generation support
` [PATCH v19 4/5] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v19 5/5] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH 0/4] Refactor vcpu creation flow of x86 arch
 2019-10-16  1:29 UTC  (9+ messages)
` [PATCH 1/4] KVM: VMX: rename {vmx,nested_vmx}_vcpu_setup functions
` [PATCH 2/4] KVM: VMX: Setup MSR bitmap only when has msr_bitmap capability
` [PATCH 3/4] KVM: X86: Refactor kvm_arch_vcpu_create
` [PATCH 4/4] KVM: X86: Make vcpu's FPU allocation a common function

[PATCH 0/2 v2] KVM: nVMX: Defer error from VM-entry MSR-load area to until after hardware verifies VMCS guest state-area
 2019-10-15 22:28 UTC  (3+ messages)
` [PATCH 2/2 v2] KVM: nVMX: Rollback MSR-load if VM-entry fails due to VM-entry MSR-loading

[PULL] vhost: cleanups and fixes
 2019-10-15 22:25 UTC  (2+ messages)

[kvm-unit-tests v2 PATCH 0/2] Clang compilation fixes
 2019-10-15 20:45 UTC 

[PATCH v6 00/10] s390: vfio-ap: dynamic configuration support
 2019-10-15 20:33 UTC  (5+ messages)

[PATCH v6 00/10] arm64: Stolen time support
 2019-10-15 17:56 UTC  (3+ messages)
` [PATCH v6 01/10] KVM: arm64: Document PV-time interface

[PATCH v5] KVM: nVMX: Don't leak L1 MMIO regions to L2
 2019-10-15 17:44 UTC 

[PATCH v4] KVM: nVMX: Don't leak L1 MMIO regions to L2
 2019-10-15 17:32 UTC  (4+ messages)

[PATCH V2 0/2] target/i386/kvm: Add Hyper-V direct tlb flush support
 2019-10-15 17:01 UTC  (4+ messages)
` [PATCH V2 1/2] linux headers: update against Linux 5.4-rc2
` [PATCH V2 2/2] target/i386/kvm: Add Hyper-V direct tlb flush support

[Bug 205171] New: kernel panic during windows 10pro start
 2019-10-15 16:07 UTC  (2+ messages)
` [Bug 205171] "

[PATCH] vfio/type1: Initialize resv_msi_base
 2019-10-15 16:03 UTC  (3+ messages)

[RFC PATCH 0/4] vfio-ccw: A couple trace changes
 2019-10-15 15:30 UTC  (13+ messages)
` [RFC PATCH 1/4] vfio-ccw: Refactor how the traces are built
` [RFC PATCH 2/4] vfio-ccw: Trace the FSM jumptable
` [RFC PATCH 3/4] vfio-ccw: Add a trace for asynchronous requests
` [RFC PATCH 4/4] vfio-ccw: Rename the io_fctl trace

Advice on oops - memory trap on non-memory access instruction (invalid CR2?)
 2019-10-15 15:21 UTC  (3+ messages)


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