Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-11-23 06:02:10 to 2018-12-06 19:21:13 UTC [more...]

[PATCH v5 0/4] arm64: Support perf event modifiers :G and :H
 2018-12-06 19:21 UTC  (9+ messages)
` [PATCH v5 1/4] arm64: arm_pmu: remove unnecessary isb instruction
` [PATCH v5 2/4] arm64: KVM: add accessors to track guest/host only counters
` [PATCH v5 3/4] arm64: arm_pmu: Add support for exclude_host/exclude_guest attributes
` [PATCH v5 4/4] arm64: KVM: Enable support for :G/:H perf event modifiers

[PATCH v3 0/8] Workaround for Cortex-A76 erratum 1165522
 2018-12-06 17:31 UTC  (9+ messages)
` [PATCH v3 1/8] arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible
` [PATCH v3 2/8] KVM: arm64: Rework detection of SVE, !VHE systems
` [PATCH v3 3/8] arm64: KVM: Install stage-2 translation before enabling traps
` [PATCH v3 4/8] arm64: Add TCR_EPD{0,1} definitions
` [PATCH v3 5/8] arm64: KVM: Force VHE for systems affected by erratum 1165522
` [PATCH v3 6/8] arm64: KVM: Add synchronization on translation regime change for "
` [PATCH v3 7/8] arm64: KVM: Handle ARM erratum 1165522 in TLB invalidation
` [PATCH v3 8/8] arm64: Add configuration/documentation for Cortex-A76 erratum 1165522

[PATCH v2 0/8] Workaround for Cortex-A76 erratum 1165522
 2018-12-06 17:21 UTC  (14+ messages)
` [PATCH v2 1/8] arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible
` [PATCH v2 2/8] KVM: arm64: Rework detection of SVE, !VHE systems
` [PATCH v2 3/8] arm64: KVM: Install stage-2 translation before enabling traps
` [PATCH v2 4/8] arm64: Add TCR_EPD{0,1} definitions
` [PATCH v2 5/8] arm64: KVM: Force VHE for systems affected by erratum 1165522
` [PATCH v2 6/8] arm64: KVM: Add synchronization on translation regime change for "
` [PATCH v2 7/8] arm64: KVM: Handle ARM erratum 1165522 in TLB invalidation
` [PATCH v2 8/8] arm64: Add configuration/documentation for Cortex-A76 erratum 1165522

[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
 2018-12-06 16:18 UTC  (33+ messages)
` [PATCH v7 01/25] ACPI / APEI: Don't wait to serialise with oops messages when panic()ing
` [PATCH v7 02/25] ACPI / APEI: Remove silent flag from ghes_read_estatus()
` [PATCH v7 03/25] ACPI / APEI: Switch estatus pool to use vmalloc memory
` [PATCH v7 04/25] ACPI / APEI: Make hest.c manage the estatus memory pool
` [PATCH v7 05/25] ACPI / APEI: Make estatus pool allocation a static size
` [PATCH v7 06/25] ACPI / APEI: Don't store CPER records physical address in struct ghes
` [PATCH v7 07/25] ACPI / APEI: Remove spurious GHES_TO_CLEAR check
` [PATCH v7 08/25] ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
` [PATCH v7 09/25] ACPI / APEI: Generalise the estatus queue's notify code
` [PATCH v7 10/25] ACPI / APEI: Tell firmware the estatus queue consumed the records
` [PATCH v7 11/25] ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI
` [PATCH v7 12/25] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [PATCH v7 13/25] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v7 14/25] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v7 15/25] ACPI / APEI: Move locking to the notification helper
` [PATCH v7 16/25] ACPI / APEI: Let the notification helper specify the fixmap slot
` [PATCH v7 17/25] ACPI / APEI: Pass ghes and estatus separately to avoid a later copy
` [PATCH v7 18/25] ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length
` [PATCH v7 19/25] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v7 20/25] ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications
` [PATCH v7 21/25] mm/memory-failure: Add memory_failure_queue_kick()
` [PATCH v7 22/25] ACPI / APEI: Kick the memory_failure() queue for synchronous errors
` [PATCH v7 23/25] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work
` [PATCH v7 24/25] firmware: arm_sdei: Add ACPI GHES registration helper
` [PATCH v7 25/25] ACPI / APEI: Add support for the SDEI GHES Notification type

[PATCH] kvm/arm: return 0 when the number of objects is not less than min
 2018-12-06 14:29 UTC  (4+ messages)
  ` [PATCH] kvm/arm: return 0 when the number of objects is not lessthan min

[Resend PATCH V5 0/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-12-06 13:21 UTC  (8+ messages)
` [Resend PATCH V5 1/10] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
` [Resend PATCH V5 2/10] x86/hyper-v: Add HvFlushGuestAddressList hypercall support
` [Resend PATCH V5 3/10] x86/Hyper-v: Add trace in the hyperv_nested_flush_guest_mapping_range()
` [Resend PATCH V5 4/10] KVM/VMX: Add hv tlb range flush support
` [Resend PATCH V5 5/10] KVM/MMU: Add tlb flush with range helper function
` [Resend PATCH V5 6/10] KVM: Replace old tlb flush function with new one to flush a specified range
` [Resend PATCH V5 7/10] KVM: Make kvm_set_spte_hva() return int

KVM arm realtime performance optimization
 2018-12-06  7:05 UTC 

[RFC PATCH v2 00/23] KVM: arm64: Initial support for SVE guests
 2018-12-05 18:22 UTC  (17+ messages)
` [RFC PATCH v2 11/23] KVM: arm64: Support runtime sysreg filtering for KVM_GET_REG_LIST
` [RFC PATCH v2 19/23] KVM: arm64/sve: Report and enable SVE API extensions for userspace
` [RFC PATCH v2 23/23] KVM: arm64/sve: Document KVM API extensions for SVE

[PATCH v9 0/8] KVM: Support PUD hugepage at stage 2
 2018-12-05 17:57 UTC  (23+ messages)
` [PATCH v9 1/8] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v9 2/8] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
` [PATCH v9 3/8] KVM: arm/arm64: Introduce helpers to manipulate page table entries
` [PATCH v9 4/8] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v9 5/8] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v9 6/8] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH v9 7/8] KVM: arm64: Update age handlers to support "
` [PATCH v9 8/8] KVM: arm64: Add support for creating PUD hugepages at stage 2

[PATCH v4 0/4] arm64: Support perf event modifiers :G and :H
 2018-12-05 14:11 UTC  (7+ messages)
` [PATCH v4 1/4] arm64: arm_pmu: remove unnecessary isb instruction
` [PATCH v4 2/4] arm64: KVM: add accessors to track guest/host only counters
` [PATCH v4 3/4] arm64: arm_pmu: Add support for exclude_host/exclude_guest attributes
` [PATCH v4 4/4] arm64: KVM: Enable support for :G/:H perf event modifiers

[PATCH 00/12] arm64: Paravirtualized time support
 2018-12-05 12:32 UTC  (23+ messages)
` [PATCH 01/12] KVM: arm64: Document PV-time interface
` [PATCH 02/12] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [PATCH 03/12] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH 04/12] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH 05/12] KVM: arm64: Implement PV_FEATURES call
` [PATCH 06/12] KVM: arm64: Support Live Physical Time reporting
` [PATCH 07/12] clocksource: arm_arch_timer: Use paravirtualized LPT
` [PATCH 08/12] KVM: Export mark_page_dirty_in_slot
` [PATCH 09/12] KVM: arm64: Support stolen time reporting via shared page
` [PATCH 10/12] arm64: Retrieve stolen time as paravirtualized guest
` [PATCH 11/12] KVM: Allow kvm_device_ops to be const
` [PATCH 12/12] KVM: arm64: Provide a PV_TIME device to user space

[PATCH kvmtool 00/13] Implement reset of virtio devices
 2018-12-05 10:09 UTC  (17+ messages)
` [PATCH kvmtool 01/13] ioeventfd: Fix removal of ioeventfd
` [PATCH kvmtool 02/13] virtio: Implement notify_status
` [PATCH kvmtool 03/13] virtio: Add get_vq_count() callback
` [PATCH kvmtool 04/13] virtio: Add get_vq() callback
` [PATCH kvmtool 05/13] virtio: Add exit_vq() callback
` [PATCH kvmtool 06/13] virtio: Add reset() callback
` [PATCH kvmtool 07/13] net/uip: Add exit function
` [PATCH kvmtool 08/13] virtio/net: Clean virtqueue state
` [PATCH kvmtool 09/13] virtio/net: Implement device and virtqueue reset
` [PATCH kvmtool 10/13] virtio/blk: Reset virtqueue
` [PATCH kvmtool 11/13] threadpool: Add cancel() function
` [PATCH kvmtool 12/13] virtio/p9: Implement reset
` [PATCH kvmtool 13/13] virtio/console: "

[tip:core/rcu] KVM: arm/arm64: vgic: Replace spin_is_locked() with lockdep
 2018-12-04 22:36 UTC 

[PATCH kvmtool 0/6] arm: Add support for firmware booting
 2018-12-04 11:14 UTC  (7+ messages)
` [PATCH kvmtool 1/6] rtc: Initialize the Register D for MC146818 RTC
` [PATCH kvmtool 2/6] arm: Move firmware function
` [PATCH kvmtool 3/6] builtin-run: Do not look for default kernel when firmware is provided
` [PATCH kvmtool 4/6] arm: Support firmware loading
` [PATCH kvmtool 5/6] kvm: Add arch specific reset
` [PATCH kvmtool 6/6] arm: Support non-volatile memory

[PATCH v3 2/4] arm64: KVM: add accessors to track guest/host only counters
 2018-12-03 22:44 UTC  (5+ messages)

[PATCH v3 0/4] arm64: Support perf event modifiers :G and :H
 2018-12-03 22:37 UTC  (4+ messages)
` [PATCH v3 3/4] arm64: arm_pmu: Add support for exclude_host/exclude_guest attributes

[PATCH v5 0/7] Add virtio-iommu driver
 2018-12-03 13:27 UTC  (22+ messages)
` [PATCH v5 5/7] iommu: "

Instruction/Cycle Counting in Guest Using the Kvm PMU
 2018-11-30  0:23 UTC  (6+ messages)

[RFC QEMU v2 0/2] arm/virt: Account for guest pause time
 2018-11-29 14:40 UTC  (4+ messages)
` [RFC QEMU v2 1/2] arm/virt: Initialize generic timer scale factor dynamically
` [RFC QEMU v2 2/2] arm/virt: Account for guest pause time
` [Qemu-devel] [RFC QEMU v2 0/2] "

[PATCH V5 00/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-11-27 12:34 UTC  (4+ messages)

[PATCH v2 0/4] KVM: arm/arm64: vgic: Use raw_spinlock for locks taken in IRQ context
 2018-11-27  6:57 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
` [PATCH v2 2/4] KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock
` [PATCH v2 3/4] KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock "
` [PATCH v2 4/4] KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock "

[PATCH] kvm: arm/arm64 : fix vm's hanging at startup time
 2018-11-24  4:15 UTC  (4+ messages)

[PATCH 0/4] Workaround for Cortex-A76 erratum 1165522
 2018-11-23  9:57 UTC  (7+ messages)
` [PATCH 4/4] arm64: KVM: Implement workaround "


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