kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-08 13:43:50 to 2020-01-21 11:25:08 UTC [more...]

[PATCH v3 0/3] arm64: perf: Add support for ARMv8.5-PMU 64-bit counters
 2020-01-21 11:24 UTC  (7+ messages)
` [PATCH v3 2/3] KVM: arm64: limit PMU version to ARMv8.4

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2020-01-21 11:12 UTC  (16+ messages)
` [PATCH v2 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH v2 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 41/45] KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()

[PATCH] KVM: arm/arm64: Cleanup MMIO handling
 2020-01-21  3:10 UTC  (2+ messages)
` [PATCH] KVM: arm: Fix build after MMIO cleanup

[PATCH v3 0/8] KVM: arm64: vCPU preempted check support
 2020-01-20 16:20 UTC  (10+ messages)
` [PATCH v3 1/8] KVM: arm64: Document PV-lock interface
` [PATCH v3 2/8] arm64: Probe for the presence of KVM hypervisor services during boot
` [PATCH v3 3/8] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v3 4/8] KVM: arm64: Add SMCCC paravirtualised lock calls
` [PATCH v3 5/8] KVM: arm64: Support pvlock preempted via shared structure
` [PATCH v3 6/8] KVM: arm64: Provide vCPU attributes for PV lock
` [PATCH v3 7/8] KVM: arm64: Add interface to support vCPU preempted check
` [PATCH v3 8/8] KVM: arm64: Support the vCPU preemption check

[PATCH v3 00/32] irqchip/gic-v4: GICv4.1 architecture support
 2020-01-20 15:11 UTC  (11+ messages)
` [PATCH v3 05/32] irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation
` [PATCH v3 29/32] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts

[PATCH v2] ARM: virt: Relax arch timer version check during early boot
 2020-01-20 14:09 UTC  (3+ messages)

[PATCH] arm64: KVM: Add XXX UAPI notes for swapped registers
 2020-01-20 13:59 UTC  (4+ messages)

[RFC 0/3] KVM/ARM: Misc PMU fixes
 2020-01-20 13:30 UTC  (8+ messages)
` [RFC 2/3] KVM: arm64: pmu: Fix chained SW_INCR counters

[PATCH] ARM: virt: Relax arch timer version check during early boot
 2020-01-20 11:56 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region()
 2020-01-19 22:47 UTC  (2+ messages)

[PATCH v2] arm64: kvm: fix IDMAP overlap with HYP VA
 2020-01-20  8:20 UTC  (4+ messages)

[PATCH] hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bit
 2020-01-19 13:30 UTC 

[PATCH v7 0/7] KASan for arm
 2020-01-17 22:48 UTC  (8+ messages)
` [PATCH v7 1/7] ARM: Moved CP15 definitions from kvm_hyp.h to cp15.h
` [PATCH v7 2/7] ARM: Add TTBR operator for kasan_init
` [PATCH v7 3/7] ARM: Disable instrumentation for some code
` [PATCH v7 4/7] ARM: Replace memory function for kasan
` [PATCH v7 5/7] ARM: Define the virtual space of KASan's shadow region
` [PATCH v7 6/7] ARM: Initialize the mapping of KASan shadow memory
` [PATCH v7 7/7] ARM: Enable KASan for ARM

[PATCH v6 0/6] KASan for arm
 2020-01-17 21:05 UTC  (9+ messages)

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

[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

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

[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  (13+ messages)
` [PATCH v2 1/6] KVM: arm64: Document PV-lock interface
` [PATCH v2 3/6] KVM: arm64: Support pvlock preempted via shared structure
` [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  (30+ messages)
` [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  (21+ 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  (7+ messages)
` [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

[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  (9+ messages)
` [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  (5+ 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 "


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