public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2017-06-27 13:31:10 to 2017-07-14 07:55:32 UTC [more...]

[PATCH kvm-unit-tests 0/3] Add physical timer test
 2017-07-14  7:55 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/3] arm64: timer: Fix vtimer interrupt test
` [PATCH kvm-unit-tests 2/3] arm64: timer: Fix test on APM X-Gene
` [PATCH kvm-unit-tests 3/3] arm64: timer: Add support for phys timer testing

[PATCH] KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability
 2017-07-11 16:35 UTC  (3+ messages)

[PATCH v2 00/52] irqchip: KVM: Add support for GICv4
 2017-07-10 16:34 UTC  (57+ messages)
` [PATCH v2 01/52] genirq: Let irq_set_vcpu_affinity() iterate over hierarchy
` [PATCH v2 02/52] irqchip/gic-v3: Add redistributor iterator
` [PATCH v2 03/52] irqchip/gic-v3: Add VLPI/DirectLPI discovery
` [PATCH v2 04/52] irqchip/gic-v3-its: Move LPI definitions around
` [PATCH v2 05/52] irqchip/gic-v3-its: Add probing for VLPI properties
` [PATCH v2 06/52] irqchip/gic-v3-its: Macro-ize its_send_single_command
` [PATCH v2 07/52] irqchip/gic-v3-its: Implement irq_set_irqchip_state for pending state
` [PATCH v2 08/52] irqchip/gic-v3-its: Split out property table allocation
` [PATCH v2 09/52] irqchip/gic-v3-its: Allow use of indirect VCPU tables
` [PATCH v2 10/52] irqchip/gic-v3-its: Split out pending table allocation
` [PATCH v2 11/52] irqchip/gic-v3-its: Rework LPI freeing
` [PATCH v2 12/52] irqchip/gic-v3-its: Generalize device table allocation
` [PATCH v2 13/52] irqchip/gic-v3-its: Generalize LPI configuration
` [PATCH v2 14/52] irqchip/gic-v4: Add management structure definitions
` [PATCH v2 15/52] irqchip/gic-v3-its: Add GICv4 ITS command definitions
` [PATCH v2 16/52] irqchip/gic-v3-its: Add VLPI configuration hook
` [PATCH v2 17/52] irqchip/gic-v3-its: Add VLPI map/unmap operations
` [PATCH v2 18/52] irqchip/gic-v3-its: Add VLPI configuration handling
` [PATCH v2 19/52] irqchip/gic-v3-its: Add VPE domain infrastructure
` [PATCH v2 20/52] irqchip/gic-v3-its: Add VPE irq domain allocation/teardown
` [PATCH v2 21/52] irqchip/gic-v3-its: Add VPE irq domain [de]activation
` [PATCH v2 22/52] irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
` [PATCH v2 23/52] irqchip/gic-v3-its: Add VPE scheduling
` [PATCH v2 24/52] irqchip/gic-v3-its: Add VPE invalidation hook
` [PATCH v2 25/52] irqchip/gic-v3-its: Add VPE affinity changes
` [PATCH v2 26/52] irqchip/gic-v3-its: Add VPE interrupt masking
` [PATCH v2 27/52] irqchip/gic-v3-its: Support VPE doorbell invalidation even when !DirectLPI
` [PATCH v2 28/52] irqchip/gic-v3-its: Set implementation defined bit to enable VLPIs
` [PATCH v2 29/52] irqchip/gic-v4: Add per-VM VPE domain creation
` [PATCH v2 30/52] irqchip/gic-v4: Add VPE command interface
` [PATCH v2 31/52] irqchip/gic-v4: Add VLPI configuration interface
` [PATCH v2 32/52] irqchip/gic-v4: Add some basic documentation
` [PATCH v2 33/52] irqchip/gic-v4: Enable low-level GICv4 operations
` [PATCH v2 34/52] irqchip/gic-v3: Advertise GICv4 support to KVM
` [PATCH v2 35/52] KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around
` [PATCH v2 36/52] KVM: arm/arm64: vITS: Add MSI translation helpers
` [PATCH v2 37/52] KVM: arm/arm64: GICv4: Add init and teardown of the vPE irq domain
` [PATCH v2 38/52] KVM: arm/arm64: GICv4: Wire init/teardown of per-VM support
` [PATCH v2 39/52] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v2 40/52] KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI
` [PATCH v2 41/52] KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI
` [PATCH v2 42/52] KVM: arm/arm64: GICv4: Handle MOVI applied to a VLPI
` [PATCH v2 43/52] KVM: arm/arm64: GICv4: Handle CLEAR "
` [PATCH v2 44/52] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v2 45/52] KVM: arm/arm64: GICv4: Propagate property updates to VLPIs
` [PATCH v2 46/52] KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE
` [PATCH v2 47/52] KVM: arm/arm64: GICv4: Propagate VLPI properties at map time
` [PATCH v2 48/52] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v2 49/52] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v2 50/52] KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered
` [PATCH v2 51/52] KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint
` [PATCH v2 52/52] KVM: arm/arm64: GICv4: Enable VLPI support

[PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
 2017-07-09  3:41 UTC  (7+ messages)
` [Qemu-devel] "

[PATCH 0/4] kvm: arm/arm64: vgic: vGICv2 GICC_APRn uaccess support
 2017-07-07  9:22 UTC  (11+ messages)
` [PATCH 1/4] kvm: arm/arm64: vgic-v2: Add GICH_APR accessors for GICv2
` [PATCH 2/4] kvm: arm/arm64: vgic-v3: add ICH_AP[01]Rn accessors for GICv3
` [PATCH 3/4] kvm: arm/arm64: vgic: Implement the vGICv2 GICC_APRn uaccess interface
` [PATCH 4/4] kvm: arm/arm64: vgic: clean up vGICv3 ICC_APRn sysreg uaccess

[PATCH v2 0/8] ARM/ARM64 Direct EOI setup for VFIO platform interrupts
 2017-07-07  7:41 UTC  (4+ messages)
` [PATCH v2 5/8] KVM: arm/arm64: vgic: Handle mapped level sensitive SPIs

[PATCH v4 3/3] arm64: kvm: inject SError with user space specified syndrome
 2017-07-06 16:39 UTC  (8+ messages)

[PATCH v2] KVM: arm/arm64: Handle hva aging while destroying the vm
 2017-07-06  9:43 UTC  (10+ messages)

[PATCH 00/18] treewide: Move storage class before return type
 2017-07-05 20:02 UTC  (2+ messages)
` [PATCH 02/18] ARM: KVM: Move asmlinkage before type

How to trap a real interrupt to EL2 ?
 2017-07-05  6:23 UTC  (5+ messages)

[PATCH kvm-unit-tests 0/2] arm64: add vtimer test
 2017-07-04 17:29 UTC  (4+ messages)
` [PATCH kvm-unit-tests 1/2] "
` [PATCH kvm-unit-tests 2/2] arm64: timer: check for vtimer interrupt

[PATCH] KVM: arm/arm64: PMU: fix overflow interrupt injection
 2017-07-04 11:10 UTC  (2+ messages)

[PATCH v4 2/3] arm64: kvm: route synchronous external abort exceptions to el2
 2017-07-04  8:44 UTC  (5+ messages)

[PATCH v4 1/3] arm64: kvm: support user space to detect RAS extension feature
 2017-07-04  8:40 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: Handle hva aging while destroying the vm
 2017-07-04  8:35 UTC  (5+ messages)

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-07-03 15:30 UTC  (18+ messages)
` [RFC 06/55] KVM: arm64: Add EL2 execution context for nesting
` [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

[PATCH v4] arm64: kvm: inject SError with user space specified syndrome
 2017-07-03 14:12 UTC  (4+ messages)

[PATCH V17 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-06-30 16:47 UTC  (4+ messages)
` [PATCH V17 01/11] acpi: apei: read ack upon ghes record consumption

[GIT PULL] KVM/ARM updates for 4.13
 2017-06-30 10:39 UTC  (60+ messages)
` [PATCH 01/58] KVM: arm: Restore banked registers and physical timer access on hyp_panic()
` [PATCH 02/58] KVM: arm64: Restore host "
` [PATCH 03/58] KVM: arm/arm64: Allow GICv2 to supply a uaccess register function
` [PATCH 04/58] KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}active
` [PATCH 05/58] KVM: arm/arm64: Simplify active_change_prepare and plug race
` [PATCH 06/58] KVM: arm/arm64: Use uaccess functions for GICv3 {sc}active
` [PATCH 07/58] KVM: improve arch vcpu request defining
` [PATCH 08/58] KVM: add kvm_request_pending
` [PATCH 09/58] KVM: Add documentation for VCPU requests
` [PATCH 10/58] KVM: arm/arm64: properly use vcpu requests
` [PATCH 11/58] KVM: arm/arm64: replace pause checks with vcpu request checks
` [PATCH 12/58] KVM: arm/arm64: use vcpu requests for power_off
` [PATCH 13/58] KVM: arm/arm64: optimize VCPU RUN
` [PATCH 14/58] KVM: arm/arm64: change exit request to sleep request
` [PATCH 15/58] KVM: arm/arm64: use vcpu requests for irq injection
` [PATCH 16/58] KVM: arm/arm64: PMU: remove request-less vcpu kick
` [PATCH 17/58] KVM: arm/arm64: timer: "
` [PATCH 18/58] KVM: arm64: Allow creating the PMU without the in-kernel GIC
` [PATCH 19/58] KVM: arm: Handle VCPU device attributes in guest.c
` [PATCH 20/58] KVM: arm/arm64: Move irq_is_ppi() to header file
` [PATCH 21/58] KVM: arm/arm64: Move timer IRQ default init to arch_timer.c
` [PATCH 22/58] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
` [PATCH 23/58] KVM: arm/arm64: Introduce an allocator for in-kernel irq lines
` [PATCH 24/58] KVM: arm/arm64: Check if irq lines to the GIC are already used
` [PATCH 25/58] KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines
` [PATCH 26/58] KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQ
` [PATCH 27/58] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH 28/58] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
` [PATCH 29/58] KVM: arm64: Make kvm_condition_valid32() accessible from EL2
` [PATCH 30/58] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
` [PATCH 31/58] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
` [PATCH 32/58] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
` [PATCH 33/58] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
` [PATCH 34/58] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH 35/58] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
` [PATCH 36/58] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH 37/58] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
` [PATCH 38/58] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
` [PATCH 39/58] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH 40/58] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH 41/58] KVM: arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH 42/58] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
` [PATCH 43/58] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
` [PATCH 44/58] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH 45/58] arm64: Add workaround for Cavium Thunder erratum 30115
` [PATCH 46/58] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
` [PATCH 47/58] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
` [PATCH 48/58] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
` [PATCH 49/58] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
` [PATCH 50/58] KVM: arm64: Enable GICv3 common sysreg trapping via command-line
` [PATCH 51/58] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
` [PATCH 52/58] KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
` [PATCH 53/58] KVM: arm64: Log an error if trapping a write-to-read-only "
` [PATCH 54/58] arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1
` [PATCH 55/58] arm64/kvm: vgic: use SYS_DESC()
` [PATCH 56/58] KVM: ARM64: fix phy counter access failure in guest
` [PATCH 57/58] KVM: arm/arm64: Signal SIGBUS when stage2 discovers hwpoison memory
` [PATCH 58/58] arm64: Remove a redundancy in sysreg.h

[PATCH] arm64: kvm: reuse existing cache type/info related macros
 2017-06-29 18:06 UTC 

***SPAM*** ***SPAM*** Components&PCBA on stop:176608
 2017-06-27 15:34 UTC 

[PATCH] KVM: Replaces 'unsigned' with 'unsigned int' in the codebase
 2017-06-27 13:31 UTC  (5+ messages)


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