Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2018-09-21 22:18:29 to 2018-10-12 13:56:19 UTC [more...]

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

[PATCH v3 0/2] rename function name and enable 32bit vcpu events
 2018-10-12 11:35 UTC  (4+ 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 v6 00/18] APEI in_nmi() rework
 2018-10-12 11:14 UTC  (27+ messages)
` [PATCH v6 04/18] ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
` [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 12/18] ACPI / APEI: Don't store CPER records physical address in struct ghes
` [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 16/18] ACPI / APEI: Split fixmap pages for arm64 NMI-like notifications
` [PATCH v6 17/18] mm/memory-failure: increase queued recovery work's priority
` [PATCH v6 18/18] arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq work

[PATCH 00/17] ARMv8.3 pointer authentication support
 2018-10-12  9:50 UTC  (29+ messages)
` [PATCH v5 01/17] arm64: add pointer authentication register bits
` [PATCH v5 02/17] arm64/kvm: consistently handle host HCR_EL2 flags
` [PATCH v5 03/17] arm64/kvm: hide ptrauth from guests
` [PATCH v5 04/17] arm64: Don't trap host pointer auth use to EL2
` [PATCH v5 05/17] arm64/cpufeature: detect pointer authentication
` [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

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)

[PATCH] ARM: KVM: Correctly order SGI register entries in the cp15 array
 2018-10-05  3:38 UTC  (3+ messages)

[PATCH v2] KVM: arm/arm64: Check memslot bounds before mapping hugepages
 2018-10-04  9:53 UTC  (2+ messages)

[PATCH v6 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-10-04  8:40 UTC  (34+ messages)
` [PATCH v6 01/18] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH v6 02/18] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH v6 03/18] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH v6 04/18] arm64: Add a helper for PARange to physical shift conversion
` [PATCH v6 05/18] kvm: arm64: Clean up VTCR_EL2 initialisation
` [PATCH v6 06/18] kvm: arm/arm64: Allow arch specific configurations for VM
` [PATCH v6 07/18] kvm: arm64: Configure VTCR_EL2 per VM
` [PATCH v6 08/18] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v6 09/18] kvm: arm64: Prepare for dynamic stage2 page table layout
` [PATCH v6 10/18] kvm: arm64: Make stage2 page table layout dynamic
` [PATCH v6 11/18] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v6 12/18] kvm: arm64: Configure VTCR_EL2.SL0 per VM
` [PATCH v6 13/18] kvm: arm64: Switch to per VM IPA limit
` [PATCH v6 14/18] vgic: Add support for 52bit guest physical address
` [PATCH v6 15/18] kvm: arm64: Add 52bit support for PAR to HPFAR conversoin
` [PATCH v6 16/18] kvm: arm64: Set a limit on the IPA size
` [PATCH v6 17/18] kvm: arm64: Limit the minimum number of page table levels
` [PATCH v6 18/18] kvm: arm64: Allow tuning the physical address size for VM
` [kvmtool PATCH v6 19/18] kvmtool: Allow backends to run checks on the KVM device fd
` [kvmtool PATCH v6 20/18] kvmtool: arm64: Add support for guest physical address size
` [kvmtool PATCH v6 21/18] kvmtool: arm64: Switch memory layout
` [kvmtool PATCH v6 22/18] kvmtool: arm: Add support for creating VM with PA size

kernel BUG at arch/arm/kvm/coproc.c:1406!
 2018-10-04  8:19 UTC  (2+ messages)

[PATCH v8 0/9] KVM: Support PUD hugepage at stage 2
 2018-10-03 16:25 UTC  (17+ messages)
` [PATCH v8 1/9] KVM: arm/arm64: Ensure only THP is candidate for adjustment
` [PATCH v8 2/9] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v8 3/9] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
` [PATCH v8 4/9] KVM: arm/arm64: Introduce helpers to manipulate page table entries
` [PATCH v8 5/9] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v8 6/9] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v8 7/9] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH v8 8/9] KVM: arm64: Update age handlers to support "
` [PATCH v8 9/9] KVM: arm64: Add support for creating PUD hugepages at stage 2

[PATCH 16/16] KVM: arm/arm64: vgic: Replace spin_is_locked() with lockdep
 2018-10-03  5:39 UTC 

[PATCH 0/2] KVM: arm64: Dynamic IPA cosmetic fixups
 2018-10-02  8:41 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2
` [PATCH 2/2] KVM: arm64: Drop __cpu_init_stage2 on the VHE path

[PATCH v7 0/9] KVM: Support PUD hugepages at stage 2
 2018-10-01 14:00 UTC  (15+ messages)
` [PATCH v7 1/9] KVM: arm/arm64: Ensure only THP is candidate for adjustment
` [PATCH v7 2/9] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v7 3/9] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
` [PATCH v7 4/9] KVM: arm/arm64: Introduce helpers to manipulate page table entries
` [PATCH v7 5/9] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v7 6/9] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v7 7/9] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH v7 8/9] KVM: arm64: Update age handlers to support "
` [PATCH v7 9/9] KVM: arm64: Add support for creating PUD hugepages at stage 2
  ` [PATCH v7.1 "

[RFC PATCH v2 00/23] KVM: arm64: Initial support for SVE guests
 2018-09-28 13:39 UTC  (24+ messages)
` [RFC PATCH v2 01/23] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush
` [RFC PATCH v2 02/23] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()
` [RFC PATCH v2 03/23] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
` [RFC PATCH v2 04/23] KVM: arm64: Add missing #include of <linux/bitmap.h> to kvm_host.h
` [RFC PATCH v2 05/23] KVM: arm: Add arch vcpu uninit hook
` [RFC PATCH v2 06/23] arm64/sve: Check SVE virtualisability
` [RFC PATCH v2 07/23] arm64/sve: Enable SVE state tracking for non-task contexts
` [RFC PATCH v2 08/23] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [RFC PATCH v2 09/23] KVM: arm64: Propagate vcpu into read_id_reg()
` [RFC PATCH v2 10/23] KVM: arm64: Extend reset_unknown() to handle mixed RES0/UNKNOWN registers
` [RFC PATCH v2 11/23] KVM: arm64: Support runtime sysreg filtering for KVM_GET_REG_LIST
` [RFC PATCH v2 12/23] KVM: arm64/sve: System register context switch and access support
` [RFC PATCH v2 13/23] KVM: arm64/sve: Context switch the SVE registers
` [RFC PATCH v2 14/23] KVM: Allow 2048-bit register access via ioctl interface
` [RFC PATCH v2 15/23] KVM: arm64/sve: Add SVE support to register access "
` [RFC PATCH v2 16/23] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [RFC PATCH v2 17/23] arm64/sve: In-kernel vector length availability query interface
` [RFC PATCH v2 18/23] KVM: arm64: Add arch vcpu ioctl hook
` [RFC PATCH v2 19/23] KVM: arm64/sve: Report and enable SVE API extensions for userspace
` [RFC PATCH v2 20/23] KVM: arm64: Add arch vm ioctl hook
` [RFC PATCH v2 21/23] KVM: arm64/sve: allow KVM_ARM_SVE_CONFIG_QUERY on vm fd
` [RFC PATCH v2 22/23] KVM: Documentation: Document arm64 core registers in detail
` [RFC PATCH v2 23/23] KVM: arm64/sve: Document KVM API extensions for SVE

[PATCH 2/2] arm/arm64: KVM: share the check for vcpu events capability
 2018-09-27 15:01 UTC 

[PATCH 5/7] arm64: Do not apply BP hardening for hyp entries from EL2
 2018-09-26 13:56 UTC  (3+ messages)
` [PATCH 6/7] arm64: Do not apply vector harderning "
` [PATCH 7/7] arm64: kvm: Align stack for exception coming "

[PATCH v5 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-09-25 11:56 UTC  (19+ messages)
` [PATCH v5 11/18] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v5 14/18] vgic: Add support for 52bit guest physical address
` [PATCH v5 15/18] kvm: arm64: Add 52bit support for PAR to HPFAR conversoin
` [PATCH v5 16/18] kvm: arm64: Set a limit on the IPA size
` [PATCH v5 17/18] kvm: arm64: Limit the minimum number of page table levels
` [PATCH v5 18/18] kvm: arm64: Allow tuning the physical address size for VM

[PATCH 0/2] rename function name and enable 32bit vcpu events
 2018-09-24 13:30 UTC  (3+ messages)
` [PATCH 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH 2/2] arm/arm64: KVM: share the check for vcpu events capability

[PATCH 4.14 047/173] KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
 2018-09-24 11:51 UTC 

[PATCH 4.18 063/235] KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
 2018-09-24 11:50 UTC 


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