messages from 2016-03-09 07:33:24 to 2016-03-29 12:33:08 UTC [more...]
[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
2016-03-29 12:33 UTC (49+ messages)
` [RFC PATCH 01/45] KVM: arm/arm64: add missing MMIO data write-back
` [RFC PATCH 02/45] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [RFC PATCH 03/45] KVM: arm/arm64: arch_timer: rework VGIC <-> timer interface
` [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions
` [RFC PATCH 05/45] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [RFC PATCH 06/45] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [RFC PATCH 07/45] KVM: arm/arm64: vgic-new: Add vgic GICv2 change_affinity
` [RFC PATCH 08/45] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush
` [RFC PATCH 10/45] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [RFC PATCH 11/45] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [RFC PATCH 12/45] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [RFC PATCH 13/45] KVM: arm/arm64: vgic-new: Export register access interface
` [RFC PATCH 14/45] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [RFC PATCH 15/45] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [RFC PATCH 16/45] KVM: arm/arm64: vgic-new: Add PENDING "
` [RFC PATCH 17/45] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [RFC PATCH 18/45] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [RFC PATCH 19/45] KVM: arm/arm64: vgic-new: Add CONFIG "
` [RFC PATCH 20/45] KVM: arm/arm64: vgic-new: Add TARGET "
` [RFC PATCH 21/45] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [RFC PATCH 22/45] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [RFC PATCH 23/45] KVM: arm/arm64: vgic-new: Add GICv3 emulation framework
` [RFC PATCH 24/45] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [RFC PATCH 25/45] KVM: arm/arm64: vgic-new: Add GICv3 redistributor TYPER handler
` [RFC PATCH 26/45] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [RFC PATCH 27/45] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [RFC PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [RFC PATCH 29/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [RFC PATCH 30/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [RFC PATCH 31/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [RFC PATCH 32/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [RFC PATCH 33/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [RFC PATCH 34/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [RFC PATCH 35/45] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [RFC PATCH 36/45] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [RFC PATCH 37/45] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [RFC PATCH 38/45] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [RFC PATCH 39/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [RFC PATCH 40/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [RFC PATCH 41/45] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [RFC PATCH 42/45] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [RFC PATCH 43/45] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [RFC PATCH 44/45] KVM: arm/arm64: vgic-new: Add dummy MSI implementation
` [RFC PATCH 45/45] KVM: arm/arm64: vgic-new: enable build
[PATCH v4 00/12] KVM: arm64: GICv3 ITS emulation
2016-03-26 2:14 UTC (13+ messages)
` [PATCH v4 01/12] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v4 02/12] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v4 03/12] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH v4 04/12] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v4 05/12] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v4 06/12] KVM: arm64: implement basic ITS register handlers
` [PATCH v4 07/12] KVM: arm64: add data structures to model ITS interrupt translation
` [PATCH v4 08/12] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v4 09/12] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v4 10/12] KVM: arm64: implement ITS command queue command handlers
` [PATCH v4 11/12] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v4 12/12] KVM: arm64: enable ITS emulation as a virtual MSI controller
[PATCH v4 0/9] arm64: Add support for KVM with ACPI
2016-03-24 17:53 UTC (10+ messages)
` [PATCH v4 1/9] clocksource: arm_arch_timer: Gather KVM specific information in a structure
` [PATCH v4 2/9] clocksource: arm_arch_timer: Extend arch_timer_kvm_info to get the virtual IRQ
` [PATCH v4 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v4 4/9] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v4 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure
` [PATCH v4 6/9] irqchip/gic-v3: Parse and export virtual GIC information
` [PATCH v4 7/9] KVM: arm/arm64: arch_timer: Rely on the arch timer to parse the firmware tables
` [PATCH v4 8/9] KVM: arm/arm64: vgic: Rely on the GIC driver "
` [PATCH v4 9/9] clocksource: arm_arch_timer: Remove arch_timer_get_timecounter
[PATCH] arm64: perf: Move PMU register related defines to asm/perf_event.h
2016-03-24 16:01 UTC
[PATCH v3 0/9] arm64: Add support of KVM with ACPI
2016-03-22 12:02 UTC (15+ messages)
` [PATCH v3 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v3 4/9] irqchip/gic-v2: Parse and export virtual GIC information
` [PATCH v3 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure
` [PATCH v3 6/9] irqchip/gic-v3: Parse and export virtual GIC information
[PULL 0/3] KVM/ARM Fixes for v4.6-rc1
2016-03-22 10:48 UTC (5+ messages)
` [PULL 1/3] KVM: arm/arm64: disable preemption when calling smp_call_function_many
` [PULL 2/3] arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE
` [PULL 3/3] kvm: arm64: Disable compiler instrumentation for hypervisor code
[RFC PATCH 00/12] kvm-arm: Add stage2 page table walker
2016-03-22 10:30 UTC (25+ messages)
` [RFC PATCH 01/12] kvm arm: Move fake PGD handling to arch specific files
` [RFC PATCH 02/12] arm64: kvm: Fix {V}TCR_EL2_TG0 mask
` [RFC PATCH 03/12] arm64: kvm: Cleanup VTCR_EL2/VTTBR computation
` [RFC PATCH 04/12] kvm-arm: Rename kvm_pmd_huge to huge_pmd
` [RFC PATCH 05/12] kvm-arm: Move kvm_pud_huge to arch specific headers
` [RFC PATCH 06/12] kvm-arm: Pass kvm parameter for pagetable helpers
` [RFC PATCH 07/12] kvm: arm: Introduce stage2 page table helpers
` [RFC PATCH 08/12] kvm: arm64: "
` [RFC PATCH 09/12] kvm-arm: Switch to kvm pagetable helpers
` [RFC PATCH 10/12] kvm: arm64: Get rid of fake page table levels
` [RFC PATCH 11/12] kvm-arm: Cleanup stage2 pgd handling
` [RFC PATCH 12/12] arm64: kvm: Add support for 16K pages
[PATCH] arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE
2016-03-22 7:33 UTC (12+ messages)
[PATCH] kvm: arm64: Disable compiler instrumentation for hypervisor code
2016-03-21 13:01 UTC (2+ messages)
[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
2016-03-18 17:14 UTC (11+ messages)
[Question] Linux 3.10 supporting AArch64 KVM
2016-03-15 11:43 UTC (3+ messages)
[PATCH v2 0/8] arm64: Support for systems without AArch32 state
2016-03-14 12:27 UTC (4+ messages)
` [PATCH v2 8/8] arm64: kvm: Check support for AArch32 for 32bit guests
[PATCH] kvmtool: arm: move PMU support into arm64 only
2016-03-11 6:28 UTC
[RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64
2016-03-10 11:52 UTC (3+ messages)
` [RFC v5 06/17] dma-reserved-iommu: iommu_get/put_single_reserved
[PULL] KVM/ARM updates for 4.6
2016-03-09 10:50 UTC (62+ messages)
` [PATCH 34/95] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH 35/95] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH 36/95] arm64: KVM: VHE: Patch out use of HVC
` [PATCH 37/95] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH 38/95] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH 40/95] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH 41/95] arm64: KVM: VHE: Use unified system register accessors
` [PATCH 42/95] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH 43/95] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH 44/95] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH 45/95] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH 46/95] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH 48/95] arm64: KVM: Move most of the fault decoding to C
` [PATCH 49/95] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH 50/95] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH 51/95] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH 52/95] arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
` [PATCH 53/95] arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hyp
` [PATCH 54/95] ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
` [PATCH 55/95] ARM: KVM: Use common version of vgic-v2-sr.c
` [PATCH 56/95] ARM: KVM: Use common version of timer-sr.c
` [PATCH 57/95] arm64: KVM: Move __cpu_init_stage2 after kvm_call_hyp
` [PATCH 58/95] arm64: KVM: Add temporary kvm_perf_event.h
` [PATCH 59/95] arm64: KVM: Define PMU data structure for each vcpu
` [PATCH 60/95] arm64: KVM: Add access handler for PMCR register
` [PATCH 61/95] arm64: KVM: Add access handler for PMSELR register
` [PATCH 62/95] arm64: KVM: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH 63/95] arm64: KVM: Add access handler for event counter register
` [PATCH 64/95] arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH 65/95] arm64: KVM: PMU: Add perf event map and introduce perf event creating function
` [PATCH 66/95] arm64: KVM: Add access handler for event type register
` [PATCH 67/95] arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH 68/95] arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH 69/95] arm64: KVM: Add access handler for PMSWINC register
` [PATCH 70/95] arm64: KVM: Add helper to handle PMCR register bits
` [PATCH 71/95] arm64: KVM: Add access handler for PMUSERENR register
` [PATCH 72/95] arm64: KVM: Add PMU overflow interrupt routing
` [PATCH 73/95] arm64: KVM: Reset PMU state when resetting vcpu
` [PATCH 74/95] arm64: KVM: Free perf event of PMU when destroying vcpu
` [PATCH 75/95] arm64: KVM: Add a new feature bit for PMUv3
` [PATCH 76/95] arm64: KVM: Introduce per-vcpu kvm device controls
` [PATCH 77/95] arm64: KVM: Add a new vcpu device control group for PMUv3
` [PATCH 78/95] arm64: KVM: Switch the sys_reg search to be a binary search
` [PATCH 79/95] ARM: KVM: Properly sort the invariant table
` [PATCH 80/95] ARM: KVM: Enforce sorting of all CP tables
` [PATCH 81/95] ARM: KVM: Rename struct coproc_reg::is_64 to is_64bit
` [PATCH 82/95] ARM: KVM: Switch the CP reg search to be a binary search
` [PATCH 83/95] KVM: arm/arm64: timer: Add active state caching
` [PATCH 84/95] KVM: arm/arm64: vgic-v2: Avoid accessing GICH registers
` [PATCH 85/95] KVM: arm/arm64: vgic-v2: Save maintenance interrupt state only if required
` [PATCH 86/95] KVM: arm/arm64: vgic-v2: Move GICH_ELRSR saving to its own function
` [PATCH 87/95] KVM: arm/arm64: vgic-v2: Do not save an LR known to be empty
` [PATCH 88/95] KVM: arm/arm64: vgic-v2: Reset LRs at boot time
` [PATCH 89/95] KVM: arm/arm64: vgic-v2: Only wipe LRs on vcpu exit
` [PATCH 90/95] KVM: arm/arm64: vgic-v2: Make GICD_SGIR quicker to hit
` [PATCH 91/95] arm64: KVM: vgic-v3: Avoid accessing ICH registers
` [PATCH 92/95] arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
` [PATCH 93/95] arm64: KVM: vgic-v3: Do not save an LR known to be empty
` [PATCH 94/95] arm64: KVM: vgic-v3: Reset LRs at boot time
` [PATCH 95/95] arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox