Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2017-07-26 09:37:50 to 2017-08-08 16:46:08 UTC [more...]

[PATCH v2 00/11] arm64/firmware: Software Delegated Exception Interface
 2017-08-08 16:46 UTC  (3+ messages)
  ` [PATCH v2 01/11] KVM: arm64: Store vcpu on the stack during __guest_enter()
  ` [PATCH v2 03/11] KVM: arm64: Change hyp_panic()s dependency on tpidr_el2

[PATCH] KVM: arm64: add esr_el2 and far_el2 to sysreg
 2017-08-08 16:27 UTC  (8+ messages)

[PATCH 00/15] ARM: add and use convenience macros for PC relative references
 2017-08-08 15:39 UTC  (19+ messages)
` [PATCH 01/15] ARM: assembler: introduce adr_l, ldr_l and str_l macros
` [PATCH 02/15] ARM: head-common.S: use PC-relative insn sequence for __proc_info
` [PATCH 03/15] ARM: head-common.S: use PC-relative insn sequence for __turn_mmu_on
` [PATCH 04/15] ARM: head.S: use PC-relative insn sequence for secondary_data
` [PATCH 05/15] ARM: head: use PC-relative insn sequence for __smp_alt
` [PATCH 06/15] ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hash
` [PATCH 07/15] ARM: head.S: use PC-relative insn sequences for __fixup_pv_table
` [PATCH 08/15] ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSET
` [PATCH 09/15] ARM: kvm: replace open coded VA->PA calculations with adr_l call
` [PATCH 10/15] arm-soc: exynos: replace open coded VA->PA conversions
` [PATCH 11/15] arm-soc: mvebu: replace open coded VA->PA conversion
` [PATCH 12/15] arm-soc: omap: replace open coded VA->PA calculations
` [PATCH 13/15] arm-soc: various: replace open coded VA->PA calculation of pen_release
` [PATCH 14/15] arm-soc: shmobile: replace open coded VA->PA calculation
` [PATCH 15/15] ARM: l2c: "

[PATCH v2 0/4] kvm: arm/arm64: vgic: APRn uaccess support
 2017-08-08 13:10 UTC  (7+ messages)
` [PATCH v2 3/4] kvm: arm/arm64: vgic-v3: add ICH_AP[01]Rn accessors for GICv3

[PATCH] arm64: KVM: Reject non-compliant HVC calls from guest kernel
 2017-08-08  7:52 UTC  (3+ messages)

[PATCH v2] KVM: arm64: pass vcpu esr_el2 and far_el2 sysre to user space
 2017-08-07 23:53 UTC  (3+ messages)

[RFC PATCH v2 00/38] Nested Virtualization on KVM/ARM
 2017-08-04 13:59 UTC  (59+ messages)
` [RFC PATCH v2 02/38] KVM: arm/arm64: Enable nested virtualization via command-line
` [RFC PATCH v2 04/38] KVM: arm/arm64: Check if nested virtualization is in use
` [RFC PATCH v2 08/38] KVM: arm64: Add EL2 special registers to vcpu context
` [RFC PATCH v2 10/38] KVM: arm/arm64: Add a framework to prepare virtual EL2 execution
` [RFC PATCH v2 14/38] KVM: arm64: Synchronize EL1 system registers on virtual EL2 entry and exit
` [RFC PATCH v2 16/38] KVM: arm64: Support to inject exceptions to the virtual EL2
` [RFC PATCH v2 20/38] KVM: arm64: Handle eret instruction traps
` [RFC PATCH v2 21/38] KVM: arm64: Set a handler for the system "
` [RFC PATCH v2 22/38] KVM: arm64: Handle PSCI call via smc from the guest
` [RFC PATCH v2 24/38] KVM: arm64: Respect virtual HCR_EL2.TWX setting
` [RFC PATCH v2 25/38] KVM: arm64: Respect virtual CPTR_EL2.TFP setting
` [RFC PATCH v2 28/38] KVM: arm64: Emulate EL12 register accesses from the virtual EL2
` [RFC PATCH v2 29/38] KVM: arm64: Support a VM with VHE considering EL0 of the VHE host
` [RFC PATCH v2 30/38] KVM: arm64: Allow the virtual EL2 to access EL2 states without trap
` [RFC PATCH v2 31/38] KVM: arm64: Manage the shadow states when virtual E2H bit enabled
` [RFC PATCH v2 32/38] KVM: arm64: Trap and emulate CPTR_EL2 accesses via CPACR_EL1 from the virtual EL2 with VHE
` [RFC PATCH v2 33/38] KVM: arm64: Emulate appropriate VM control system registers
` [RFC PATCH v2 35/38] KVM: arm64: Respect the virtual HCR_EL2.NV bit setting for EL12 register traps
` [RFC PATCH v2 36/38] KVM: arm64: Respect virtual HCR_EL2.TVM and TRVM settings
` [RFC PATCH v2 37/38] KVM: arm64: Respect the virtual HCR_EL2.NV1 bit setting
` [RFC PATCH v2 38/38] KVM: arm64: Respect the virtual CPTR_EL2.TCPAC setting

[PATCH][RESEND] arm64: kvm: reuse existing cache type/info related macros
 2017-08-04 13:18 UTC  (4+ messages)

[PATCH v2 00/16] SError rework + v8.2 RAS and IESB cpufeature support
 2017-08-04 13:12 UTC  (23+ messages)
` [PATCH v2 01/16] arm64: explicitly mask all exceptions
` [PATCH v2 02/16] arm64: introduce an order for exceptions
` [PATCH v2 03/16] arm64: unmask all exceptions from C code on CPU startup
` [PATCH v2 04/16] arm64: entry.S: mask all exceptions during kernel_exit
` [PATCH v2 05/16] arm64: entry.S: move enable_step_tsk into kernel_exit
` [PATCH v2 06/16] arm64: entry.S: convert elX_sync
` [PATCH v2 07/16] arm64: entry.S: convert elX_irq
` [PATCH v2 08/16] arm64: entry.S: move SError handling into a C function for future expansion
` [PATCH v2 09/16] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v2 10/16] arm64: kernel: Survive corrected RAS errors notified by SError
` [PATCH v2 11/16] arm64: kernel: Handle deferred SError on kernel entry
` [PATCH v2 12/16] arm64: entry.S: Make eret restartable
` [PATCH v2 13/16] arm64: cpufeature: Enable Implicit ESB on entry/return-from EL1
` [PATCH v2 14/16] KVM: arm64: Take pending SErrors on entry to the guest
` [PATCH v2 15/16] KVM: arm64: Save ESR_EL2 on guest SError
` [PATCH v2 16/16] KVM: arm64: Handle deferred SErrors consumed on guest exit

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

[PATCH 00/11] ARMv8.3 pointer authentication userspace support
 2017-08-03 17:57 UTC  (11+ messages)
` [PATCH 01/11] arm64: docs: describe ELF hwcaps
` [PATCH 09/11] arm64/kvm: preserve host HCR_EL2 value
` [PATCH 10/11] arm64/kvm: context-switch ptrauth registers

[PATCH 0/4] KVM/ARM fixes for 4.13-rc4
 2017-08-03 17:44 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability
` [PATCH 2/4] KVM: arm/arm64: PMU: Fix overflow interrupt injection
` [PATCH 3/4] KVM: arm/arm64: Handle hva aging while destroying the vm
` [PATCH 4/4] KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchg

[PATCH kvm-unit-tests] arm64: timer: Use correct counter for !pending_before
 2017-08-03 13:09 UTC  (2+ messages)

[PATCH kvm-unit-tests] arm64: timer: Avoid IRQ race in timer test
 2017-08-03  6:24 UTC  (4+ messages)

[PATCH] KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchg
 2017-08-02 16:51 UTC  (2+ messages)

[RFC PATCH v2 00/19] KVM: arm/arm64: Optimize arch timer register handling
 2017-08-01 16:57 UTC  (18+ messages)
` [RFC PATCH v2 02/19] arm64: Use the physical counter when available for read_cycles
` [RFC PATCH v2 05/19] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [RFC PATCH v2 06/19] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [RFC PATCH v2 11/19] genirq: Document vcpu_info usage for per-CPU interrupts

答复: [PATCH v4 3/3] arm64: kvm: inject SError with user space specified syndrome
 2017-07-31 16:03 UTC 

[PATCH 00/11] arm64/firmware: Software Delegated Exception Interface
 2017-07-27  7:49 UTC  (5+ messages)
` [PATCH 11/11] KVM: arm64: Delegate support for SDEI to userspace

[PATCH kvm-unit-tests 0/3] Add physical timer test
 2017-07-26 11:38 UTC  (10+ messages)
` [PATCH kvm-unit-tests 2/3] arm64: timer: Fix test on APM X-Gene

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


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