Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2019-01-24 11:17:11 to 2019-01-31 07:43:58 UTC [more...]

[PATCH 0/5] KVM: arm/arm64: Fix VCPU power management problems
 2019-01-31  7:43 UTC  (21+ messages)
` [PATCH 1/5] KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loaded
` [PATCH 2/5] arm/arm64: KVM: Allow a VCPU to fully reset itself
` [PATCH 3/5] KVM: arm/arm64: Require VCPU threads to turn them self off
` [PATCH 4/5] KVM: arm/arm64: Implement PSCI ON_PENDING when turning on VCPUs
` [PATCH 5/5] arm/arm64: KVM: Don't panic on failure to properly reset system registers

[PATCH kvmtool 0/6] Various convenience fixes
 2019-01-30 18:20 UTC  (12+ messages)
` [PATCH kvmtool 1/6] arm: turn pr_info() into pr_debug() messages
` [PATCH kvmtool 2/6] arm: fdt: add stdout-path to /chosen node
` [PATCH kvmtool 3/6] Makefile: support -s switch
` [PATCH kvmtool 4/6] Makefile: Remove echoing of kvmtools version file
` [PATCH kvmtool 5/6] arm: pmu: Improve PMU error reporting
` [PATCH kvmtool 6/6] arm: Auto-detect guest GIC type

[PATCH kvmtool] arm: Allow command line for firmware
 2019-01-30 18:20 UTC  (2+ messages)

[PATCH kvmtool v2 0/6] arm: Add support for firmware booting
 2019-01-30 18:19 UTC  (4+ messages)

[PATCH v4 03/12] arm64: Remove the ability to build a kernel without ssbd
 2019-01-30 18:04 UTC  (4+ messages)
` [PATCH v4 04/12] arm64: remove the ability to build a kernel without hardened branch predictors

[PATCH 00/14] KVM: arm/arm64: Various rework in preparation of nested virt support
 2019-01-30 17:38 UTC  (21+ messages)
` [PATCH 01/14] arm/arm64: KVM: Introduce kvm_call_hyp_ret()
` [PATCH 02/14] arm64: KVM: Allow for direct call of HYP functions when using VHE
` [PATCH 03/14] arm64: KVM: Drop VHE-specific HYP call stub
` [PATCH 04/14] ARM: KVM: Teach some form of type-safety to kvm_call_hyp
` [PATCH 05/14] arm/arm64: KVM: Statically configure the host's view of MPIDR
` [PATCH 06/14] KVM: arm/arm64: Factor out VMID into struct kvm_vmid
` [PATCH 07/14] KVM: arm/arm64: Simplify bg_timer programming
` [PATCH 08/14] KVM: arm64: Fix ICH_ELRSR_EL2 sysreg naming
` [PATCH 09/14] KVM: arm64: Reuse sys_reg() macro when searching the trap table
` [PATCH 10/14] KVM: arm/arm64: consolidate arch timer trap handlers
` [PATCH 11/14] KVM: arm/arm64: timer: Rework data structures for multiple timers
` [PATCH 12/14] KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems
` [PATCH 13/14] KVM: arm/arm64: Rework the timer code to use a timer_map
` [PATCH 14/14] KVM: arm/arm64: Move kvm_is_write_fault to header file

[PATCH v9 10/26] arm64: kvm: Unmask PMR before entering guest
 2019-01-30 14:58 UTC  (4+ messages)

[PATCH 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-01-30 12:07 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state

[PATCH kvm-unit-tests] scripts: Speedup MAX_SMP check
 2019-01-30 11:54 UTC  (4+ messages)

[PATCH] kvm: arm64: Relax the restriction on using stage2 PUD huge mapping
 2019-01-30 10:39 UTC  (3+ messages)

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

[RFC v3 00/21] SMMUv3 Nested Stage Setup
 2019-01-30  8:48 UTC  (21+ messages)
` [RFC v3 01/21] iommu: Introduce set_pasid_table API
` [RFC v3 02/21] iommu: Introduce cache_invalidate API
` [RFC v3 03/21] iommu: Introduce bind_guest_msi
` [RFC v3 09/21] iommu/smmuv3: Get prepared for nested stage support

[PATCH v7 0/7] Add virtio-iommu driver
 2019-01-29 18:54 UTC  (6+ messages)

[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
 2019-01-29 18:48 UTC  (16+ messages)
` [PATCH v7 10/25] ACPI / APEI: Tell firmware the estatus queue consumed the records

[PATCH 0/3] KVM: Unify mmu_memory_cache functionality across architectures
 2019-01-29 14:25 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: Move mmu_memory_cache functions to common code
` [PATCH 2/3] KVM: arm/arm64: Move to common kvm_mmu_memcache infrastructure
` [PATCH 3/3] KVM: mips: "

[kvm-unit-tests PATCH 0/7] arm/arm64: Add support for running under kvmtool
 2019-01-29 13:40 UTC  (38+ messages)
` [kvm-unit-tests PATCH 1/7] lib: arm: Discover ns16550a UART
` [kvm-unit-tests PATCH 2/7] lib: arm: Remove warning about uart0_base mismatch
` [kvm-unit-tests PATCH 3/7] lib: chr-testdev: Make chr_testdev_init() return status
` [kvm-unit-tests PATCH 4/7] lib: arm: Implement PSCI SYSTEM_OFF in psci_system_off()
` [kvm-unit-tests PATCH 5/7] lib: arm: Fallback to psci_system_off() in exit()
` [kvm-unit-tests PATCH 7/7] arm/arm64: Use argv_find() for test names

Kernel boot regression with PAuth and aarch64-softmmu -cpu max and el2 enabled
 2019-01-29 12:51 UTC  (4+ messages)

[PATCH 0/4] KVM: arm/arm64: add support for chained counters
 2019-01-29 11:11 UTC  (15+ messages)
` [PATCH 2/4] KVM: arm/arm64: re-create event when setting counter value
` [PATCH 3/4] KVM: arm/arm64: lazily create perf events on enable
` [PATCH 4/4] KVM: arm/arm64: support chained PMU counters

[PATCH AUTOSEL 3.18 35/61] arm64: KVM: Skip MMIO insn after emulation
 2019-01-28 16:25 UTC 

[PATCH AUTOSEL 4.4 47/80] arm64: KVM: Skip MMIO insn after emulation
 2019-01-28 16:23 UTC 

[PATCH AUTOSEL 4.9 063/107] arm64: KVM: Skip MMIO insn after emulation
 2019-01-28 16:19 UTC 

[PATCH AUTOSEL 4.14 110/170] arm64: KVM: Skip MMIO insn after emulation
 2019-01-28 16:11 UTC 

[PATCH AUTOSEL 4.19 175/258] arm64: KVM: Skip MMIO insn after emulation
 2019-01-28 15:58 UTC 

[PATCH AUTOSEL 4.20 209/304] arm64: KVM: Skip MMIO insn after emulation
 2019-01-28 15:42 UTC 

[PATCH v5 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-01-28 14:56 UTC  (10+ messages)
` [PATCH v5 1/5] arm64: Add utilities to save restore pointer authentication keys
` [PATCH v5 2/5] arm64/kvm: preserve host HCR_EL2/MDCR_EL2 value
` [PATCH v5 3/5] arm64/kvm: context-switch ptrauth registers
` [PATCH v5 4/5] arm64/kvm: add a userspace option to enable pointer authentication
` [PATCH v5 5/5] arm64/kvm: control accessibility of ptrauth key registers
` [kvmtool PATCH v5 6/6] arm/kvm: arm64: Add a vcpu feature for pointer authentication

[PATCH v4 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-01-28  7:02 UTC  (4+ messages)
` [PATCH v4 4/6] arm64/kvm: enable pointer authentication cpufeature conditionally

[PATCH v2 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
 2019-01-25 15:07 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state
` [PATCH v2 2/2] KVM: doc: add API documentation on the KVM_REG_ARM_WORKAROUNDS register

[PATCH 0/3] KVM: arm/arm64: trivial header path sanitization
 2019-01-25 12:06 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm/arm64: fix TRACE_INCLUDE_PATH
` [PATCH 2/3] KVM: arm/arm64: remove -I. header search paths
` [PATCH 3/3] KVM: arm/arm64: prefix header search paths with $(srctree)/

[PATCH v2 0/4] Fix some KVM/HYP interactions with kprobes
 2019-01-25  1:28 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: arm64: Forbid kprobing of the VHE world-switch code
` [PATCH v2 2/4] arm64: kprobe: Always blacklist the KVM "
` [PATCH v2 3/4] arm64: hyp-stub: Forbid kprobing of the hyp-stub
` [PATCH v2 4/4] arm64: hibernate: Clean the __hyp_text to PoC after resume

[PATCH 4.4 040/104] arm64/kvm: consistently handle host HCR_EL2 flags
 2019-01-24 19:19 UTC  (2+ messages)
` [PATCH 4.4 041/104] arm64: Dont trap host pointer auth use to EL2

[PATCH] clocksource/arm_arch_timer: Store physical timer IRQ number for KVM on VHE
 2019-01-24 13:46 UTC 


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