Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-10-05 08:47:43 to 2018-10-19 12:59:41 UTC [more...]

[GIT PULL 00/26] KVM/arm updates for 4.20
 2018-10-19 12:58 UTC  (8+ messages)
` [PATCH 01/26] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH 02/26] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH 03/26] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH 04/26] arm64: Add a helper for PARange to physical shift conversion
` [PATCH 05/26] kvm: arm64: Clean up VTCR_EL2 initialisation
` [PATCH 06/26] kvm: arm/arm64: Allow arch specific configurations for VM
` [PATCH 07/26] kvm: arm64: Configure VTCR_EL2 per VM

[PATCH 00/17] ARMv8.3 pointer authentication support
 2018-10-19 12:36 UTC  (36+ messages)
` [PATCH v5 01/17] arm64: add pointer authentication register bits
` [PATCH v5 06/17] asm-generic: mm_hooks: allow hooks to be overridden individually
` [PATCH v5 07/17] arm64: add basic pointer authentication support
` [PATCH v5 08/17] arm64: expose user PAC bit positions via ptrace
` [PATCH v5 09/17] arm64: perf: strip PAC when unwinding userspace
` [PATCH v5 10/17] arm64: enable pointer authentication
` [PATCH v5 11/17] arm64: docs: document "
` [RFC 12/17] arm64: move ptrauth keys to thread_info
` [RFC 13/17] arm64: install user ptrauth keys at kernel exit time
` [RFC 14/17] arm64: unwind: strip PAC from kernel addresses
` [RFC 15/17] arm64: enable ptrauth earlier
` [RFC 16/17] arm64: initialize and switch ptrauth kernel keys
` [RFC 17/17] arm64: compile the kernel with ptrauth -msign-return-address

[PATCH] arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP work
 2018-10-19 10:17 UTC  (2+ messages)

[PATCH kvmtool 0/2] Fix kvm__pause races
 2018-10-19  9:36 UTC  (3+ messages)
` [PATCH kvmtool 1/2] kvm: Do not pause already paused vcpus
` [PATCH kvmtool 2/2] kvm-cpu: Pause vCPU in signal handler

kvm-unit-tests gicv2 cases fail
 2018-10-19  4:53 UTC  (5+ messages)

[PATCH v3 0/7] Add virtio-iommu driver
 2018-10-18 10:47 UTC  (28+ messages)
` [PATCH v3 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v3 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v3 3/7] PCI: OF: Allow endpoints to bypass the iommu
` [PATCH v3 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v3 5/7] iommu: Add virtio-iommu driver
` [PATCH v3 6/7] iommu/virtio: Add probe request
` [PATCH v3 7/7] iommu/virtio: Add event queue

[PATCH v4 0/2] rename function name and enable 32bit vcpu events
 2018-10-18  9:14 UTC  (4+ messages)
` [PATCH v4 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v4 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support

[PATCH] KVM: arm64: Safety check PSTATE when entering guest and handle IL
 2018-10-17 19:02 UTC  (2+ messages)

[PATCH] kvm: arm64: fix caching of host MDCR_EL2 value
 2018-10-17 17:13 UTC  (3+ messages)

[PATCH v3 0/7] Add ARMv8.3 pointer authentication for kvm guest
 2018-10-17 10:48 UTC  (8+ messages)
` [PATCH v3 1/7] arm64/kvm: preserve host HCR_EL2 value
` [PATCH v3 2/7] arm64/kvm: context-switch ptrauth registers
` [PATCH v3 3/7] arm64/kvm: add a userspace option to enable pointer authentication
` [PATCH v3 4/7] arm64/kvm: enable pointer authentication cpufeature conditionally
` [PATCH v3 5/7] arm64/kvm: control accessibility of ptrauth key registers
` [PATCH v3 6/7] arm64: docs: document KVM support of pointer authentication
` [PATCH v3 7/7] arm/kvm: arm64: Add a vcpu feature for "

[PATCH 0/4] Add support for fast mremap
 2018-10-17  7:38 UTC  (10+ messages)
` [PATCH 1/4] treewide: remove unused address argument from pte_alloc functions (v2)
` [PATCH 2/4] mm: speed up mremap by 500x on large regions (v2)
` [PATCH 3/4] arm64: select HAVE_MOVE_PMD for faster mremap (v1)
` [PATCH 4/4] x86: "

[PATCH v6 00/18] APEI in_nmi() rework
 2018-10-16  7:43 UTC  (30+ messages)
` [PATCH v6 05/18] ACPI / APEI: Make estatus queue a Kconfig symbol
` [PATCH v6 06/18] KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
` [PATCH v6 07/18] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
` [PATCH v6 08/18] ACPI / APEI: Move locking to the notification helper
` [PATCH v6 09/18] ACPI / APEI: Let the notification helper specify the fixmap slot
` [PATCH v6 10/18] ACPI / APEI: preparatory split of ghes->estatus
` [PATCH v6 11/18] ACPI / APEI: Remove silent flag from ghes_read_estatus()
` [PATCH v6 13/18] ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
` [PATCH v6 14/18] ACPI / APEI: Split ghes_read_estatus() to read CPER length
` [PATCH v6 15/18] ACPI / APEI: Only use queued estatus entry during _in_nmi_notify_one()
` [PATCH v6 17/18] mm/memory-failure: increase queued recovery work's priority

[PATCH v2 1/2] treewide: remove unused address argument from pte_alloc functions
 2018-10-16  2:08 UTC  (38+ messages)
` [PATCH v2 2/2] mm: speed up mremap by 500x on large regions

[PATCH V4 00/15] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-10-15 12:04 UTC  (15+ messages)
` [PATCH V4 1/15] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
` [PATCH V4 2/15] KVM/MMU: Add tlb flush with range helper function
` [PATCH V4 3/15] KVM: Replace old tlb flush function with new one to flush a specified range
` [PATCH V4 4/15] KVM: Make kvm_set_spte_hva() return int

ARM64 KVM crash
 2018-10-13  9:22 UTC  (4+ messages)

[PATCH v3 0/2] rename function name and enable 32bit vcpu events
 2018-10-12 15:45 UTC  (5+ messages)
` [PATCH v3 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v3 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support

[PATCH v3 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support
 2018-10-12 15:36 UTC 

Timekeeping on ARM guests/hosts
 2018-10-11 18:40 UTC  (6+ messages)

[PATCH v2 0/2] rename function name and enable 32bit vcpu events
 2018-10-10  4:22 UTC  (7+ messages)
` [PATCH v2 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v2 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support

[GIT PULL 0/1] KVM/arm updates for 4.19-rc8
 2018-10-09 12:26 UTC  (2+ messages)
` [PATCH 1/1] ARM: KVM: Correctly order SGI register entries in the cp15 array

[PATCH] KVM: arm64: remove the unnecessary function check
 2018-10-08 16:18 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