kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-08 11:32:35 to 2020-01-09 19:23:27 UTC [more...]

[PATCH v3 00/21] KVM: Dirty ring interface
 2020-01-09 19:23 UTC  (36+ messages)
` [PATCH v3 01/21] vfio: introduce vfio_iova_rw to read/write a range of IOVAs
` [PATCH v3 02/21] drm/i915/gvt: subsitute kvm_read/write_guest with vfio_iova_rw
` [PATCH v3 03/21] KVM: Remove kvm_read_guest_atomic()
` [PATCH v3 04/21] KVM: Add build-time error check on kvm_run size
` [PATCH v3 05/21] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v3 06/21] KVM: X86: Don't take srcu lock in init_rmode_identity_map()
` [PATCH v3 07/21] KVM: Cache as_id in kvm_memory_slot
` [PATCH v3 08/21] KVM: X86: Drop x86_set_memory_region()
` [PATCH v3 09/21] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v3 10/21] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v3 11/21] KVM: Move running VCPU from ARM to common code
` [PATCH v3 12/21] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v3 13/21] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH v3 14/21] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH v3 15/21] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH v3 16/21] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH v3 17/21] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v3 18/21] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v3 19/21] KVM: selftests: Add dirty ring buffer test
` [PATCH v3 20/21] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH v3 21/21] KVM: selftests: Add "-c" parameter to dirty log test

[PATCH 0/2] use vfio_iova_rw() to read/write IOVAs from CPU side
 2020-01-09 18:16 UTC  (3+ messages)
` [PATCH 1/2] vfio: introduce vfio_iova_rw to read/write a range of IOVAs

[kvm-unit-tests PATCH v6 0/4] s390x: SCLP Unit test
 2020-01-09 18:00 UTC  (14+ messages)
` [kvm-unit-tests PATCH v6 1/4] s390x: export sclp_setup_int
` [kvm-unit-tests PATCH v6 2/4] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PATCH v6 3/4] s390x: lib: add SPX and STPX "
` [kvm-unit-tests PATCH v6 4/4] s390x: SCLP unit test

[PATCH 00/15] Replace current_machine by qdev_get_machine()
 2020-01-09 17:43 UTC  (20+ messages)
` [PATCH 01/15] target/arm/kvm: Use CPUState::kvm_state in kvm_arm_pmu_supported()
` [PATCH 02/15] hw/ppc/spapr_rtas: Use local MachineState variable
` [PATCH 03/15] hw/ppc/spapr_rtas: Access MachineState via SpaprMachineState argument
` [PATCH 04/15] hw/ppc/spapr_rtas: Restrict variables scope to single switch case
` [PATCH 05/15] device-hotplug: Replace current_machine by qdev_get_machine()
` [PATCH 06/15] migration/savevm: "
` [PATCH 07/15] hw/core/machine-qmp-cmds: "
` [PATCH 08/15] target/arm/monitor: "
` [PATCH 09/15] device_tree: "
` [PATCH 10/15] memory: "
` [PATCH 11/15] exec: "
` [PATCH 12/15] accel: Introduce the current_accel() method
` [PATCH 13/15] accel: Replace current_machine->accelerator by "
` [PATCH 14/15] accel/accel: Replace current_machine by qdev_get_machine()
` [PATCH 15/15] vl: Make current_machine a local variable

[PATCH v4] KVM: s390: Add new reset vcpu API
 2020-01-09 17:51 UTC  (3+ messages)

[PATCH v2 00/18] arm64: KVM: add SPE profiling support
 2020-01-09 17:46 UTC  (19+ messages)
` [PATCH v2 09/18] arm64: KVM: enable conditional save/restore full SPE profiling buffer controls
` [PATCH v2 11/18] KVM: arm64: don't trap Statistical Profiling controls to EL2

[kvm-unit-tests PATCH 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2020-01-09 17:37 UTC  (6+ messages)
` [kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support

[PATCH] KVM: x86/mmu: Fix a benign Bitwise vs. Logical OR mixup
 2020-01-09 17:24 UTC  (7+ messages)

[PATCH] KVM: s390: check if kernel irqchip is actually enabled
 2020-01-09 16:49 UTC  (6+ messages)

[PATCH v2 0/6] KVM: arm64: VCPU preempted check support
 2020-01-09 15:09 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: Document PV-lock interface
` [PATCH v2 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [PATCH v2 6/6] KVM: arm64: Support the VCPU preemption check

[PATCH v11 Kernel 0/6] KABIs to support migration for VFIO devices
 2020-01-09 14:53 UTC  (15+ messages)
` [PATCH v11 Kernel 3/6] vfio iommu: Implementation of ioctl to for dirty pages tracking
` [PATCH v11 Kernel 6/6] vfio: Selective dirty page tracking if IOMMU backed device pins pages

Call for Google Summer of Code 2020 project ideas
 2020-01-09 14:09 UTC 

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2020-01-09 13:48 UTC  (2+ messages)

[kvm-unit-tests PATCH v5 0/4] s390x: SCLP Unit test
 2020-01-09 13:29 UTC  (10+ messages)
` [kvm-unit-tests PATCH v5 1/4] s390x: export sclp_setup_int
` [kvm-unit-tests PATCH v5 2/4] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PATCH v5 3/4] s390x: lib: add SPX and STPX "
` [kvm-unit-tests PATCH v5 4/4] s390x: SCLP unit test

[PATCH RFC] sched/fair: Penalty the cfs task which executes mwait/hlt
 2020-01-09 11:53 UTC  (4+ messages)

[kvm-unit-tests PATCH v3 00/18] arm/arm64: Various fixes
 2020-01-09 10:01 UTC  (3+ messages)

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2020-01-09  9:46 UTC  (10+ messages)
` [RFC PATCH v9 6/8] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v9 7/8] ptp: arm64: Enable ptp_kvm for arm64

[PATCH next] KVM: Fix debugfs_simple_attr.cocci warnings
 2020-01-09  9:17 UTC  (4+ messages)

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-01-09  3:38 UTC  (11+ messages)
` [PATCH v22 1/9] hw/arm/virt: Introduce a RAS machine option
` [PATCH v22 2/9] docs: APEI GHES generation and CPER record description
` [PATCH v22 3/9] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH v22 4/9] ACPI: Build Hardware Error Source Table
` [PATCH v22 5/9] ACPI: Record the Generic Error Status Block address
` [PATCH v22 6/9] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v22 7/9] ACPI: Record Generic Error Status Block(GESB) table
` [PATCH v22 8/9] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH v22 9/9] MAINTAINERS: Add ACPI/HEST/GHES entries

[PATCH v10 Kernel 0/5] KABIs to support migration for VFIO devices
 2020-01-08 22:44 UTC  (19+ messages)
` [PATCH v10 Kernel 1/5] vfio: KABI for migration interface for device state

[PATCH RESEND v2 00/17] KVM: Dirty ring interface
 2020-01-08 21:02 UTC  (27+ messages)
` [PATCH RESEND v2 01/17] KVM: Remove kvm_read_guest_atomic()
` [PATCH RESEND v2 02/17] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH RESEND v2 03/17] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH RESEND v2 04/17] KVM: Cache as_id in kvm_memory_slot
` [PATCH RESEND v2 06/17] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH RESEND v2 07/17] KVM: Move running VCPU from ARM to common code
` [PATCH RESEND v2 08/17] KVM: X86: Implement ring-based dirty memory tracking

[PATCH 00/14] KVM: x86/mmu: Huge page fixes, cleanup, and DAX
 2020-01-08 20:24 UTC  (15+ messages)
` [PATCH 01/14] KVM: x86/mmu: Enforce max_level on HugeTLB mappings
` [PATCH 02/14] mm: thp: KVM: Explicitly check for THP when populating secondary MMU
` [PATCH 03/14] KVM: Use vcpu-specific gva->hva translation when querying host page size
` [PATCH 04/14] KVM: Play nice with read-only memslots "
` [PATCH 05/14] x86/mm: Introduce lookup_address_in_mm()
` [PATCH 06/14] KVM: x86/mmu: Refactor THP adjust to prep for changing query
` [PATCH 07/14] KVM: x86/mmu: Walk host page tables to find THP mappings
` [PATCH 08/14] KVM: x86/mmu: Drop level optimization from fast_page_fault()
` [PATCH 09/14] KVM: x86/mmu: Rely on host page tables to find HugeTLB mappings
` [PATCH 10/14] KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)
` [PATCH 11/14] KVM: x86/mmu: Zap any compound page when collapsing sptes
` [PATCH 12/14] KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()
` [PATCH 13/14] KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()
` [PATCH 14/14] KVM: x86/mmu: Use huge pages for DAX-backed files

WARNING in cleanup_srcu_struct
 2020-01-08 20:03 UTC 

[PATCH v3] KVM: SVM: Override default MMIO mask if memory encryption is enabled
 2020-01-08 19:54 UTC  (3+ messages)

[RFC PATCH 00/28] kvm: mmu: Rework the x86 TDP direct mapped case
 2020-01-08 19:00 UTC  (5+ messages)
` [RFC PATCH 16/28] kvm: mmu: Add direct MMU page fault handler

[PATCH v2] KVM: SVM: Override default MMIO mask if memory encryption is enabled
 2020-01-08 18:41 UTC  (12+ messages)

[PULL kvm-unit-tests 00/17] arm/arm64: fixes and updates
 2020-01-08 18:04 UTC  (2+ messages)

[PATCH v16 0/9] mm / virtio: Provide support for free page reporting
 2020-01-08 16:29 UTC  (6+ messages)
` [PATCH v16 7/9] mm: Rotate free list so reported pages are moved to the tail of the list

[PATCH v3] KVM: s390: Add new reset vcpu API
 2020-01-08 15:36 UTC  (8+ messages)

[PATCH v3 0/8] Create a userfaultfd demand paging test
 2020-01-08 14:07 UTC  (14+ messages)
` [PATCH v3 1/8] KVM: selftests: Create a "
` [PATCH v3 5/8] KVM: selftests: Pass args to vCPU instead of using globals
` [PATCH v3 8/8] KVM: selftests: Move large memslots above KVM internal memslots in _vm_create

[kvmtool RFC PATCH 0/8] KVMTOOL RISC-V support
 2020-01-08 13:22 UTC  (7+ messages)
` [kvmtool RFC PATCH 2/8] riscv: Initial skeletal support
` [kvmtool RFC PATCH 3/8] riscv: Implement Guest/VM arch functions
` [kvmtool RFC PATCH 4/8] riscv: Implement Guest/VM VCPU "

[kvm-unit-tests PATCH 0/4] Improvements for the x86 tests
 2020-01-08 12:16 UTC  (2+ 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).