Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2015-10-30 18:26:53 to 2015-11-19 14:53:54 UTC [more...]

[PATCH v4 00/13] ARM IRQ forward control based on IRQ bypass manager
 2015-11-19 14:54 UTC  (11+ messages)
` [PATCH v4 01/13] KVM: arm/arm64: select IRQ_BYPASS_MANAGER
` [PATCH v4 02/13] VFIO: platform: registration of a dummy IRQ bypass producer
` [PATCH v4 03/13] VFIO: platform: test forwarded state when selecting the IRQ handler
` [PATCH v4 04/13] VFIO: platform: single handler using function pointer
` [PATCH v4 06/13] VFIO: platform: add vfio_platform_irq_is_active
` [PATCH v4 08/13] KVM: arm/arm64: vgic: adapt state machine for non shared mapped interrupts
` [PATCH v4 09/13] KVM: arm/arm64: vgic: support irqfd injection of a mapped IRQ
` [PATCH v4 10/13] KVM: arm/arm64: vgic: forwarding control
` [PATCH v4 11/13] KVM: arm/arm64: vgic: implement clear active for non shared mapped IRQ
` [PATCH v4 12/13] KVM: arm/arm64: vgic: implement clear pending "

[PATCH] KVM: arm/arm64: vgic: leave the LR active state on GICD_ICENABLERn access
 2015-11-19 14:52 UTC 

arm64 sched_clock cpu accounting
 2015-11-19  2:20 UTC  (2+ messages)

[PATCH 0/7] kvmtool: Cleanup kernel loading
 2015-11-18 17:08 UTC  (12+ messages)
` [PATCH 1/7] Refactor kernel image loading
` [PATCH 2/7] provide generic read_file() implementation
` [PATCH 4/7] MIPS: use read wrappers in kernel loading
` [PATCH 5/7] x86: "
` [PATCH 6/7] arm/arm64: use read_file() in kernel and initrd loading
` [PATCH 7/7] arm: move kernel loading into arm/kvm.c

[PATCH 0/2] arm64: KVM: Fixes for 4.4-rc2
 2015-11-17 17:35 UTC  (5+ messages)
` [PATCH 1/2] arm64: KVM: Fix AArch32 to AArch64 register mapping
` [PATCH 2/2] arm64: KVM: Add workaround for Cortex-A57 erratum 834220

[PATCH 00/21] arm64: KVM: world switch in C
 2015-11-17 11:56 UTC  (34+ messages)
` [PATCH 01/21] arm64: add macros to read/write system registers
` [PATCH 02/21] arm64: KVM: Add a HYP-specific header file
` [PATCH 03/21] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH 04/21] arm64: KVM: Implement vgic-v3 save/restore
` [PATCH 05/21] arm64: KVM: Implement timer save/restore
` [PATCH 06/21] arm64: KVM: Implement system register save/restore
` [PATCH 07/21] arm64: KVM: Implement 32bit "
` [PATCH 08/21] arm64: KVM: Implement debug save/restore
` [PATCH 09/21] arm64: KVM: Implement guest entry
` [PATCH 10/21] arm64: KVM: Add patchable function selector
` [PATCH 11/21] arm64: KVM: Implement the core world switch
` [PATCH 12/21] arm64: KVM: Implement fpsimd save/restore
` [PATCH 13/21] arm64: KVM: Implement TLB handling
` [PATCH 14/21] arm64: KVM: HYP mode entry points
` [PATCH 15/21] arm64: KVM: Add panic handling
` [PATCH 16/21] arm64: KVM: Add compatibility aliases
` [PATCH 17/21] arm64: KVM: Map the kernel RO section into HYP
` [PATCH 18/21] arm64: KVM: Move away from the assembly version of the world switch
` [PATCH 19/21] arm64: KVM: Turn system register numbers to an enum
` [PATCH 20/21] arm64: KVM: Cleanup asm-offset.c
` [PATCH 21/21] arm64: KVM: Remove weak attributes

[PATCH] arm64: kvm: report original PAR_EL1 upon panic
 2015-11-16 13:58 UTC 

[PATCH] arm64: kvm: avoid %p in __kvm_hyp_panic
 2015-11-16 13:55 UTC 

[PATCH 0/3] arm64: KVM: Support 16-bit VMID
 2015-11-16 11:28 UTC  (4+ messages)
` [PATCH 1/3] kvm: arm: arm64: remove unreferenced S2_PGD_ORDER
` [PATCH 2/3] kvm: arm: make kvm_arm.h friendly to assembly code
` [PATCH 3/3] arm64: KVM: Add support for 16-bit VMID

[PATCH v3 0/3] KVM/arm64/arm: enhance armv7/8 fp/simd lazy switch
 2015-11-14 23:04 UTC  (15+ messages)
` [PATCH v3 1/3] KVM/arm: add hooks for armv7 fp/simd lazy switch support
` [PATCH v3 2/3] KVM/arm/arm64: enable enhanced armv7 fp/simd lazy switch
` [PATCH 3/3] KVM/arm64: enable enhanced armv8 "

[PATCH v4 0/3] KVM/arm/arm64: enhance armv7/8 fp/simd lazy switch
 2015-11-14 22:12 UTC  (4+ messages)
` [PATCH v4 1/3] KVM/arm/arm64: add hooks for armv7 fp/simd lazy switch support
` [PATCH v4 2/3] KVM/arm/arm64: enable enhanced armv7 fp/simd lazy switch
` [PATCH v4 3/3] KVM/arm/arm64: enable enhanced armv8 "

[PATCH 2/2] arm: kvm: Fix STRICT_MM_TYPECHECK errors
 2015-11-14  7:02 UTC  (2+ messages)

[PATCH] ARM64: use linux/types.h in kvm.h
 2015-11-13 11:46 UTC  (3+ messages)

[PATCH v9 0/6] QEMU support for KVM Guest Debug on arm64
 2015-11-12 16:20 UTC  (7+ messages)
` [PATCH v9 1/6] target-arm: kvm64 - introduce kvm_arm_init_debug()
` [PATCH v9 2/6] target-arm: kvm - implement software breakpoints
` [PATCH v9 3/6] target-arm: kvm - support for single step
` [PATCH v9 4/6] target-arm: kvm - add support for HW assisted debug
` [PATCH v9 5/6] target-arm: kvm - re-inject guest debug exceptions
` [PATCH v9 6/6] tests/guest-debug: introduce basic gdbstub tests

[PATCH] KVM: arm/arm64: vgic: make vgic_io_ops static
 2015-11-12 11:59 UTC 

[kvm-unit-tests PATCHv4] ARM PMU tests
 2015-11-11 12:50 UTC  (8+ messages)
` [kvm-unit-tests PATCHv6] "
  ` [kvm-unit-tests PATCHv5 3/3] arm: pmu: Add CPI checking
    ` [Qemu-devel] "

[PATCH v2 resend] ARM/arm64: KVM: test properly for a PTE's uncachedness
 2015-11-10 14:16 UTC  (2+ messages)

[PATCH] ARM/arm64: KVM: test properly for a PTE's uncachedness
 2015-11-10 13:48 UTC  (12+ messages)
          ` [PATCH v2] "

[PATCH] kvmtool: Makefile: remove LDFLAGS from guest_init linking
 2015-11-08 17:35 UTC 

[PATCH] KVM: arm: Fix crash in free_hyp_pgds() if timer initialization fails
 2015-11-06 14:06 UTC  (9+ messages)
  ` [PATCH] KVM: arm: Don't try to flush hyp-mode device mappings

[PATCH] KVM/arm: kernel low level debug support for ARM32 virtual platforms
 2015-11-05 15:04 UTC  (13+ messages)

[PATCH v4 0/3] KVM: arm/arm64: Clean up some obsolete code
 2015-11-05  8:05 UTC  (7+ messages)

[PULL 00/21] KVM/ARM Changes for v4.4-rc1
 2015-11-04 15:28 UTC  (23+ messages)
` [PULL 01/21] KVM: Add kvm_arch_vcpu_{un}blocking callbacks
` [PULL 02/21] arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
` [PULL 03/21] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit
` [PULL 04/21] arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIs
` [PULL 05/21] arm/arm64: KVM: Use appropriate define in VGIC reset code
` [PULL 06/21] arm/arm64: KVM: Add forwarded physical interrupts documentation
` [PULL 07/21] arm/arm64: KVM: Rework the arch timer to use level-triggered semantics
` [PULL 08/21] arm/arm64: KVM: Support edge-triggered forwarded interrupts
` [PULL 09/21] arm/arm64: KVM : Enable vhost device selection under KVM config menu
` [PULL 10/21] KVM: arm/arm64: rename pause into power_off
` [PULL 11/21] KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnable
` [PULL 12/21] KVM: arm/arm64: check power_off in critical section before VCPU run
` [PULL 13/21] KVM: arm/arm64: implement kvm_arm_[halt,resume]_guest
` [PULL 14/21] KVM: arm/arm64: Fix vGIC documentation
` [PULL 15/21] arm/arm64: KVM: Improve kvm_exit tracepoint
` [PULL 16/21] arm/arm64: KVM: Add tracepoints for vgic and timer
` [PULL 17/21] arm64: kvm: restore EL1N SP for panic
` [PULL 18/21] KVM: arm: Do not indent the arguments of DECLARE_BITMAP
` [PULL 19/21] KVM: arm/arm64: Optimize away redundant LR tracking
` [PULL 20/21] KVM: arm/arm64: Clean up vgic_retire_lr() and surroundings
` [PULL 21/21] KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()

[PATCH 0/2] kvmtool: allow CFLAGS and LDFLAGS override
 2015-11-04 10:49 UTC  (6+ messages)
` [PATCH 1/2] Makefile: allow overriding CFLAGS on the command line

[PATCH v5] VFIO: platform: reset: AMD xgbe reset module
 2015-11-03 18:20 UTC 

[PATCH v6 0/8] VFIO platform reset module rework
 2015-11-03 18:12 UTC  (9+ messages)
` [PATCH v6 1/8] vfio: platform: introduce vfio-platform-base module
` [PATCH v6 2/8] vfio: platform: add capability to register a reset function
` [PATCH v6 3/8] vfio: platform: introduce module_vfio_reset_handler macro
` [PATCH v6 4/8] vfio: platform: reset: calxedaxgmac: add reset function registration
` [PATCH v6 5/8] vfio: platform: add compat in vfio_platform_device
` [PATCH v6 6/8] vfio: platform: use list of registered reset function
` [PATCH v6 7/8] vfio: platform: add dev_info on device reset
` [PATCH v6 8/8] vfio: platform: reset: calxedaxgmac: fix ioaddr leak

[PATCH v5 0/4] KVM: arm/arm64: Clean up some obsolete code
 2015-11-03  8:34 UTC  (5+ messages)
` [PATCH v5 1/4] KVM: arm/arm64: Remove vgic_irq_lr_map
` [PATCH v5 2/4] KVM: arm/arm64: Replace lr_used with elrsr
` [PATCH v5 3/4] KVM: arm/arm64: Clean up vgic_retire_lr() and surroundings
` [PATCH v5 4/4] KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()

[PATCH v4 00/21] KVM: ARM64: Add guest PMU support
 2015-11-03  2:41 UTC  (11+ messages)
` [PATCH v4 05/21] KVM: ARM64: Add reset and access handlers for PMSELR register
` [PATCH v4 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v4 08/21] KVM: ARM64: Add reset and access handlers for PMXEVTYPER register
` [PATCH v4 17/21] KVM: ARM64: Add helper to handle PMCR register bits

[PULL] KVM/ARM changes for 4.2
 2015-11-02 18:36 UTC  (4+ messages)
` [PATCH 05/12] arm/arm64: KVM: Properly account for guest CPU time
  ` KVM/ARM: trap every load /store instruction

[RFC PATCH 1/6] vfio: Add interface for add/del reserved iova region
 2015-11-02  2:53 UTC  (7+ messages)
` [RFC PATCH 6/6] arm-smmu: Allow to set iommu mapping for MSI

[PATCH v4 18/21] KVM: ARM64: Add PMU overflow interrupt routing
 2015-10-31  2:06 UTC  (2+ messages)


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