kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-23 13:54:45 to 2019-09-11 04:27:46 UTC [more...]

[PATCH 0/2] KVM: arm/arm64: Two minor tracing changes
 2019-09-11  4:26 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH
` [PATCH 2/2] KVM: arm/arm64: Print the EC hex value with its exact width

[PATCH kvm-unit-tests] arm: prevent compiler from using unaligned accesses
 2019-09-10 18:15 UTC  (4+ messages)

[PATCH 00/17] KVM/arm updates for 5.4
 2019-09-10 17:09 UTC  (19+ messages)
` [PATCH 01/17] KVM: arm/arm64: vgic: Add LPI translation cache definition
` [PATCH 02/17] KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive
` [PATCH 03/17] KVM: arm/arm64: vgic-its: Add MSI-LPI translation cache invalidation
` [PATCH 04/17] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific commands
` [PATCH 05/17] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIs
` [PATCH 06/17] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on ITS disable
` [PATCH 07/17] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on vgic teardown
` [PATCH 08/17] KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation
` [PATCH 09/17] KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection
` [PATCH 10/17] KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic
` [PATCH 11/17] arm64/kvm: Remove VMID rollover I-cache maintenance
` [PATCH 12/17] KVM: arm/arm64: vgic: Make function comments match function declarations
` [PATCH 13/17] KVM: Call kvm_arch_vcpu_blocking early into the blocking sequence
` [PATCH 14/17] KVM: arm/arm64: vgic: Remove spurious semicolons
` [PATCH 15/17] KVM: arm/arm64: vgic: Use a single IO device per redistributor
` [PATCH 16/17] arm64: KVM: Device mappings should be execute-never
` [PATCH 17/17] KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE

[PATCH 0/2] Improve handling of stage 2 aborts without instruction decode
 2019-09-09 17:36 UTC  (10+ messages)
` [PATCH 1/2] KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace
` [PATCH 2/2] KVM: arm/arm64: Allow user injection of external data aborts
` [kvmtool PATCH 3/5] update headers: Update the KVM headers for new Arm fault reporting features
` [kvmtool PATCH 4/5] arm: Handle exits from undecoded load/store instructions
` [kvmtool PATCH 5/5] arm: Inject external data aborts when accessing holes in the memory map

[PATCH RFC 00/14] kvm/arm: Align the VMID allocation with the arm64 ASID one
 2019-09-07 23:52 UTC  (11+ messages)
` [PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file

[PATCH kvm-unit-tests] arm: gic: enable GIC MMIO tests for GICv3 as well
 2019-09-06 16:32 UTC  (3+ messages)

[PATCH 1/1] KVM: inject data abort if instruction cannot be decoded
 2019-09-06 14:12 UTC  (31+ messages)
                  ` [UNVERIFIED SENDER] "

[PATCH v2] KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE
 2019-09-05 16:02 UTC 

[PATCH] KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
 2019-09-05 13:26 UTC  (3+ messages)

[PATCH v4 00/10] arm64: Stolen time support
 2019-09-04 16:02 UTC  (31+ messages)
` [PATCH v4 01/10] KVM: arm64: Document PV-time interface
` [PATCH v4 02/10] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [PATCH v4 03/10] KVM: arm64: Implement PV_FEATURES call
` [PATCH v4 04/10] KVM: Implement kvm_put_guest()
` [PATCH v4 05/10] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH v4 06/10] KVM: Allow kvm_device_ops to be const
` [PATCH v4 07/10] KVM: arm64: Provide VCPU attributes for stolen time
` [PATCH v4 08/10] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH v4 09/10] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH v4 10/10] arm64: Retrieve stolen time as paravirtualized guest

[PATCH] KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE
 2019-09-03 11:33 UTC  (3+ messages)

[kvm-unit-tests RFC PATCH 00/16] arm64: Run at EL2
 2019-09-03  6:37 UTC  (34+ messages)
` [kvm-unit-tests RFC PATCH 01/16] arm: selftest.c: Remove redundant check for Exception Level
` [kvm-unit-tests RFC PATCH 02/16] arm/arm64: psci: Don't run C code without stack or vectors
` [kvm-unit-tests RFC PATCH 03/16] lib: arm/arm64: Add missing include for alloc_page.h in pgtable.h
` [kvm-unit-tests RFC PATCH 04/16] arm/arm64: selftest: Add prefetch abort test
` [kvm-unit-tests RFC PATCH 05/16] arm64: timer: Write to ICENABLER to disable timer IRQ
` [kvm-unit-tests RFC PATCH 06/16] arm64: timer: EOIR the interrupt after masking the timer
` [kvm-unit-tests RFC PATCH 07/16] arm64: timer: Test behavior when timer disabled or masked
` [kvm-unit-tests RFC PATCH 08/16] lib: arm/arm64: Refuse to disable the MMU with non-identity stack pointer
` [kvm-unit-tests RFC PATCH 09/16] lib: arm/arm64: Invalidate TLB before enabling MMU
` [kvm-unit-tests RFC PATCH 10/16] lib: Add UL and ULL definitions to linux/const.h
` [kvm-unit-tests RFC PATCH 11/16] lib: arm64: Run existing tests at EL2
` [kvm-unit-tests RFC PATCH 12/16] arm64: timer: Add test for EL2 timers
` [kvm-unit-tests RFC PATCH 13/16] arm64: selftest: Add basic test for EL2
` [kvm-unit-tests RFC PATCH 14/16] lib: arm64: Add support for disabling and re-enabling VHE
` [kvm-unit-tests RFC PATCH 15/16] arm64: selftest: Expand EL2 test to disable and re-enable VHE
` [kvm-unit-tests RFC PATCH 16/16] arm64: timer: Run tests with VHE disabled

Singapore Citizen Mr. Teo En Ming's Refugee Seeking Attempts, In The Search of a Substantially Better Life
 2019-09-02 13:12 UTC 

[PATCH 0/3] arm64: KVM: Kiss hyp_alternate_select() goodbye
 2019-09-02  8:34 UTC  (6+ messages)
` [PATCH 1/3] arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220
` [PATCH 2/3] arm64: KVM: Replace hyp_alternate_select with has_vhe()
` [PATCH 3/3] arm64: KVM: Kill hyp_alternate_select()

[PATCH v3 00/10] arm64: Stolen time support
 2019-08-30  9:22 UTC  (15+ messages)
` [PATCH v3 01/10] KVM: arm64: Document PV-time interface
` [PATCH v3 10/10] arm64: Retrieve stolen time as paravirtualized guest

[PATCH AUTOSEL 4.4 15/15] KVM: arm/arm64: Only skip MMIO insn once
 2019-08-29 18:18 UTC 

[PATCH AUTOSEL 4.9 16/16] KVM: arm/arm64: Only skip MMIO insn once
 2019-08-29 18:17 UTC 

[PATCH AUTOSEL 4.14 27/27] KVM: arm/arm64: Only skip MMIO insn once
 2019-08-29 18:16 UTC 

[PATCH AUTOSEL 4.19 43/45] KVM: arm/arm64: Only skip MMIO insn once
 2019-08-29 18:15 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 45/45] KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity

[PATCH AUTOSEL 5.2 69/76] KVM: arm/arm64: Only skip MMIO insn once
 2019-08-29 18:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.2 76/76] KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity

[PATCH AUTOSEL 4.4 5/6] KVM: arm/arm64: Only skip MMIO insn once
 2019-08-29 10:51 UTC 

[PATCH AUTOSEL 4.9 7/8] KVM: arm/arm64: Only skip MMIO insn once
 2019-08-29 10:50 UTC 

[PATCH AUTOSEL 4.14 12/14] KVM: arm/arm64: Only skip MMIO insn once
 2019-08-29 10:50 UTC 

[PATCH AUTOSEL 4.19 20/29] KVM: arm/arm64: Only skip MMIO insn once
 2019-08-29 10:50 UTC 

[GIT PULL] arm64: Fixes for -rc7
 2019-08-28 17:45 UTC  (2+ messages)

[PATCH] arm64: KVM: Device mappings should be execute-never
 2019-08-28  8:10 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: vgic: Use a single IO device per redistributor
 2019-08-27  7:53 UTC  (6+ messages)

[PATCH] kvm/arm/vgic: fix potential deadlock when ap_list is long
 2019-08-27  2:08 UTC  (2+ messages)

[PATCH 1/2] kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
 2019-08-27  1:36 UTC  (4+ messages)

KVM works on RPi4
 2019-08-26 12:00 UTC  (6+ messages)

[PATCH] kvm: arm: Promote KVM_ARM_TARGET_CORTEX_A7 to generic V7 core
 2019-08-26  9:05 UTC  (3+ messages)

[PATCH] KVM: arm/arm64: vgic: Remove spurious semicolons
 2019-08-25  9:47 UTC 

[GIT PULL] arm64: Fixes for -rc6
 2019-08-24 18:45 UTC  (2+ messages)

[GIT PULL] KVM/arm updates for 5.3-rc6
 2019-08-23 17:07 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm/arm64: Only skip MMIO insn once
` [PATCH 2/2] KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity

[PATCH v3] KVM: arm: VGIC: properly initialise private IRQ affinity
 2019-08-23 16:37 UTC  (3+ 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).