kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-25 13:30:46 to 2020-01-16 08:06:35 UTC [more...]

[kvm-unit-tests PATCH v2 00/16] arm/arm64: Add ITS tests
 2020-01-16  8:06 UTC  (35+ messages)
` [kvm-unit-tests PATCH v2 01/16] libcflat: Add other size defines
` [kvm-unit-tests PATCH v2 02/16] arm: gic: Provide per-IRQ helper functions
` [kvm-unit-tests PATCH v2 03/16] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH v2 04/16] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v2 05/16] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v2 06/16] arm/arm64: ITS: Test BASER
` [kvm-unit-tests PATCH v2 07/16] arm/arm64: ITS: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v2 08/16] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests PATCH v2 09/16] arm/arm64: ITS: Enable/Disable LPIs at re-distributor level
` [kvm-unit-tests PATCH v2 10/16] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v2 11/16] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v2 12/16] arm/arm64: ITS: commands
` [kvm-unit-tests PATCH v2 13/16] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v2 14/16] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v2 15/16] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v2 16/16] arm/arm64: ITS: pending table migration test

[PATCH v5 0/3] arm64: Workaround for Cortex-A55 erratum 1530923
 2020-01-16  7:28 UTC  (3+ messages)

[Question about KVM on arm64] Consider putting VINVALL to deactivation
 2020-01-16  6:21 UTC  (3+ messages)

[PATCH v3 00/32] irqchip/gic-v4: GICv4.1 architecture support
 2020-01-16  6:13 UTC  (15+ messages)
` [PATCH v3 04/32] irqchip/gic-v3: Use SGIs without active state if offered
` [PATCH v3 28/32] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH v3 29/32] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts

[PATCH] KVM: arm64: get rid of var ret and out jump label in kvm_arch_vcpu_ioctl_set_guest_debug()
 2020-01-16  2:03 UTC 

[PATCH] KVM: arm/arm64: Fix some obsolete comments
 2020-01-16  2:01 UTC 

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2020-01-15 18:10 UTC  (3+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()

[PATCH v2 0/6] KVM: arm64: VCPU preempted check support
 2020-01-15 14:14 UTC  (18+ messages)
` [PATCH v2 1/6] KVM: arm64: Document PV-lock interface
` [PATCH v2 2/6] KVM: arm64: Add SMCCC paravirtualised lock calls
` [PATCH v2 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [PATCH v2 4/6] KVM: arm64: Provide VCPU attributes for PV lock
` [PATCH v2 5/6] KVM: arm64: Add interface to support VCPU preempted check
` [PATCH v2 6/6] KVM: arm64: Support the VCPU preemption check

[PATCH v2 00/18] arm64: KVM: add SPE profiling support
 2020-01-15 14:03 UTC  (34+ messages)
` [PATCH v2 02/18] arm64: KVM: reset E2PB correctly in MDCR_EL2 when exiting the guest(VHE)
` [PATCH v2 09/18] arm64: KVM: enable conditional save/restore full SPE profiling buffer controls
` [PATCH v2 10/18] arm64: KVM/debug: use EL1&0 stage 1 translation regime
` [PATCH v2 11/18] KVM: arm64: don't trap Statistical Profiling controls to EL2

[PATCH] KVM: arm64: get rid of var ret and out jump label in kvm_arch_vcpu_ioctl_set_guest_debug()
 2020-01-15 13:58 UTC  (2+ messages)

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-01-14 18:25 UTC  (4+ messages)
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()

[PATCH v2] KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handler
 2020-01-14 11:22 UTC 

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2020-01-14 10:34 UTC  (24+ messages)
` [RFC PATCH v9 6/8] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v9 7/8] ptp: arm64: Enable ptp_kvm for arm64

[PATCH] KVM: arm/arm64: vgic-its: Check hopefully the last DISCARD command error
 2020-01-14  8:20 UTC  (4+ messages)

[PATCH v2 0/1] arm/arm64: add support for folded p4d page tables
 2020-01-13 11:13 UTC  (2+ messages)
` [PATCH v2 1/1] "

[kvm-unit-tests PATCH] arm: expand the timer tests
 2020-01-13 17:38 UTC  (4+ messages)

[PATCH kvm-unit-tests 0/3] arm/arm64: selftest for pabt
 2020-01-13 13:00 UTC  (4+ messages)
` [PATCH kvm-unit-tests 1/3] arm/arm64: Improve memory region management
` [PATCH kvm-unit-tests 2/3] arm/arm64: selftest: Allow test_exception clobber list to be extended
` [PATCH kvm-unit-tests 3/3] arm/arm64: selftest: Add prefetch abort test

[kvm-unit-tests PATCH 00/16] arm/arm64: Add ITS tests
 2020-01-10 14:32 UTC  (11+ messages)
` [kvm-unit-tests PATCH 01/16] libcflat: Add other size defines
` [kvm-unit-tests PATCH 08/16] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests PATCH 11/16] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH 14/16] arm/run: Allow Migration tests

[PATCH 00/14] KVM: x86/mmu: Huge page fixes, cleanup, and DAX
 2020-01-09 21:04 UTC  (17+ messages)
` [PATCH 01/14] KVM: x86/mmu: Enforce max_level on HugeTLB mappings
` [PATCH 02/14] mm: thp: KVM: Explicitly check for THP when populating secondary MMU
` [PATCH 03/14] KVM: Use vcpu-specific gva->hva translation when querying host page size
` [PATCH 04/14] KVM: Play nice with read-only memslots "
` [PATCH 05/14] x86/mm: Introduce lookup_address_in_mm()
` [PATCH 06/14] KVM: x86/mmu: Refactor THP adjust to prep for changing query
` [PATCH 07/14] KVM: x86/mmu: Walk host page tables to find THP mappings
` [PATCH 08/14] KVM: x86/mmu: Drop level optimization from fast_page_fault()
` [PATCH 09/14] KVM: x86/mmu: Rely on host page tables to find HugeTLB mappings
` [PATCH 10/14] KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)
` [PATCH 11/14] KVM: x86/mmu: Zap any compound page when collapsing sptes
` [PATCH 12/14] KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()
` [PATCH 13/14] KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()
` [PATCH 14/14] KVM: x86/mmu: Use huge pages for DAX-backed files

[kvm-unit-tests PATCH 00/10] KVM: arm64: PMUv3 Event Counter Tests
 2020-01-09 21:38 UTC  (13+ messages)
` [kvm-unit-tests PATCH 02/10] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH 03/10] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH 04/10] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH 05/10] arm: pmu: Basic event counter Tests

[RFC v5 49/57] arm64: kvm: Annotate non-standard stack frame functions
 2020-01-09 16:02 UTC  (2+ messages)
` [RFC v5 52/57] arm64: kernel: "

[PATCH 0/1] arm/arm64: add support for folded p4d page tables
 2020-01-09  9:07 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH kvmtool] Add emulation for CFI compatible flash memory
 2020-01-08 18:32 UTC 

[PATCHv2 0/3] KVM: arm/arm64: exception injection fixes
 2020-01-08 15:50 UTC  (8+ messages)
` [PATCHv2 1/3] KVM: arm64: correct PSTATE on exception entry
` [PATCHv2 2/3] KVM: arm/arm64: correct CPSR "
` [PATCHv2 3/3] KVM: arm/arm64: correct AArch32 SPSR "

[PATCH 0/3] KVM: arm/arm64: exception injection fixes
 2020-01-08 12:44 UTC  (12+ messages)
` [PATCH 1/3] KVM: arm64: correct PSTATE on exception entry
` [PATCH 2/3] KVM: arm/arm64: correct CPSR "
` [PATCH 3/3] KVM: arm/arm64: correct AArch32 SPSR "

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2020-01-06 16:31 UTC  (5+ messages)
` [PATCH 35/59] KVM: arm/arm64: nv: Support multiple nested stage 2 mmu structures

[PATCH v3 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-01-02 16:22 UTC  (5+ messages)
` [PATCH v3 1/3] arm64: cpufeature: Extract capped fields
` [PATCH v3 2/3] KVM: arm64: limit PMU version to ARMv8.4
` [PATCH v3 3/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters

[PATCH v2] arm64: kvm: fix IDMAP overlap with HYP VA
 2019-12-28 11:57 UTC 

[PATCH] arm64: kvm: fix IDMAP overlap with HYP VA
 2019-12-28 11:33 UTC  (3+ messages)

[PATCH 0/5] KVM: arm64: vcpu preempted check support
 2019-12-26  8:34 UTC  (7+ messages)
` [PATCH 3/5] KVM: arm64: Support pvlock preempted via shared structure
` [PATCH 5/5] KVM: arm64: Support the vcpu preemption check


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).