messages from 2015-09-04 15:10:13 to 2015-09-17 15:31:02 UTC [more...]
[GIT PULL] Second set of KVM/ARM updates for 4.3-rc2
2015-09-17 15:31 UTC (13+ messages)
` [PATCH 1/8] KVM: arm64: add workaround for Cortex-A57 erratum #852523
` [PATCH 2/8] arm64: KVM: Fix user access for debug registers
` [PATCH 3/8] arm: KVM: Fix incorrect device to IPA mapping
` [PATCH 4/8] arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources
` [PATCH 5/8] arm64: KVM: Disable virtual timer even if the guest is not using it
` [PATCH 6/8] arm: "
` [PATCH 7/8] arm64: KVM: Remove all traces of the ThumbEE registers
` [PATCH 8/8] arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'
[PATCH 0/3] arm/arm64: KVM: Fix !irqchip_in_kernel() handling
2015-09-17 12:11 UTC (6+ messages)
` [PATCH 1/3] arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources
` [PATCH 2/3] arm64: KVM: Disable virtual timer even if the guest is not using it
` [PATCH 3/3] arm: "
[PATCH v2 00/22] KVM: ARM64: Add guest PMU support
2015-09-17 9:35 UTC (43+ messages)
` [PATCH v2 01/22] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v2 02/22] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v2 03/22] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v2 04/22] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v2 05/22] KVM: ARM64: Add a helper for CP15 registers reset to UNKNOWN
` [PATCH v2 06/22] KVM: ARM64: Add reset and access handlers for PMSELR register
` [PATCH v2 07/22] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register
` [PATCH v2 08/22] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v2 09/22] KVM: ARM64: Add reset and access handlers for PMXEVTYPER register
` [PATCH v2 10/22] KVM: ARM64: Add reset and access handlers for PMXEVCNTR register
` [PATCH v2 11/22] KVM: ARM64: Add reset and access handlers for PMCCNTR register
` [PATCH v2 12/22] KVM: ARM64: Add reset and access handlers for PMCNTENSET and PMCNTENCLR register
` [PATCH v2 13/22] KVM: ARM64: Add reset and access handlers for PMINTENSET and PMINTENCLR register
` [PATCH v2 14/22] KVM: ARM64: Add reset and access handlers for PMOVSSET and PMOVSCLR register
` [PATCH v2 15/22] KVM: ARM64: Add a helper for CP15 registers reset to specified value
` [PATCH v2 16/22] KVM: ARM64: Add reset and access handlers for PMUSERENR register
` [PATCH v2 17/22] KVM: ARM64: Add reset and access handlers for PMSWINC register
` [PATCH v2 18/22] KVM: ARM64: Add access handlers for PMEVCNTRn and PMEVTYPERn register
` [PATCH v2 19/22] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v2 20/22] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v2 21/22] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v2 22/22] KVM: ARM64: Add a new kvm ARM PMU device
[PATCH] ARM/ARM64: KVM: remove 'config KVM_ARM_MAX_VCPUS'
2015-09-17 8:15 UTC (5+ messages)
[Qemu-devel] Could not boot a guest vm from kvm mode based on APM X-Gene Host and latest qemu
2015-09-17 7:44 UTC (5+ messages)
` "
[PATCH] KVM: arm64: remove all traces of the ThumbEE registers
2015-09-16 17:34 UTC (3+ messages)
[PATCH] arm64: KVM: Fix user access for debug registers
2015-09-16 14:46 UTC (6+ messages)
[PATCH] kvm: arm: LPAE: Incorrect device to IPA mapping
2015-09-16 13:43 UTC (3+ messages)
[PATCH v2 0/8] Rework architected timer and forwarded IRQs handling
2015-09-15 19:09 UTC (30+ messages)
` [PATCH v2 1/8] KVM: Add kvm_arch_vcpu_{un}blocking callbacks
` [PATCH v2 2/8] arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
` [PATCH v2 3/8] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit
` [PATCH v2 4/8] arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIs
` [PATCH v2 5/8] arm/arm64: KVM: Use appropriate define in VGIC reset code
` [PATCH v2 6/8] arm/arm64: KVM: Add forwarded physical interrupts documentation
` [PATCH v2 7/8] arm/arm64: KVM: Rework the arch timer to use level-triggered semantics
` [PATCH v2 8/8] arm/arm64: KVM: Support edge-triggered forwarded interrupts
[PATCH] KVM: arm64: add workaround for Cortex-A57 erratum #852523
2015-09-15 19:00 UTC (4+ messages)
[PATCHv2 00/15] arm64: 16K translation granule support
2015-09-15 15:41 UTC (16+ messages)
` [PATCH 01/15] arm64: Move swapper pagetable definitions
` [PATCH 02/15] arm64: Handle section maps for swapper/idmap
` [PATCH 03/15] arm64: Introduce helpers for page table levels
` [PATCH 04/15] arm64: Calculate size for idmap_pg_dir at compile time
` [PATCH 05/15] arm64: Handle 4 level page table for swapper
` [PATCH 06/15] arm64: Clean config usages for page size
` [PATCH 07/15] arm64: Kconfig: Fix help text about AArch32 support with 64K pages
` [PATCH 08/15] arm64: Check for selected granule support
` [PATCH 09/15] arm64: Add page size to the kernel image header
` [PATCH 10/15] arm64: kvm: Fix {V}TCR_EL2_TG0 mask
` [PATCH 11/15] arm64: Cleanup VTCR_EL2 computation
` [PATCH 12/15] arm: kvm: Move fake PGD handling to arch specific files
` [PATCH 13/15] arm64: kvm: Rewrite fake pgd handling
` [PATCH 14/15] arm64: Add 16K page size support
` [PATCH 15/15] arm64: 36 bit VA
[PATCH RFC 0/4] arm64: cross cpu support
2015-09-15 7:51 UTC (8+ messages)
` [PATCH RFC 1/4] arm64: KVM: add MIDR_EL1 switching
` [PATCH RFC 2/4] arm64: kvm: enable trapping of read access to regs in TID3 group
` [Qemu-devel] "
` [PATCH RFC 3/4] arm64: kvm: Setup MIDR as per target vcpu
` [PATCH RFC 4/4] arm/arm64: kvm: Disable comparision of cpu and vcpu target
[PATCH] KVM: arm/arm64: BUG FIX: Do not inject spurious interrupts
2015-09-14 11:29 UTC (4+ messages)
[PATCH v3 00/10] ARM IRQ forward control based on IRQ bypass manager
2015-09-14 11:24 UTC (11+ messages)
` [PATCH v3 07/10] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices
` [PATCH v3 09/10] KVM: arm/arm64: vgic: forwarding control
[GIT PULL] KVM/ARM fixes for 4.3-rc2
2015-09-13 10:56 UTC (5+ messages)
` [PATCH 1/4] arm/arm64: KVM: vgic: Move active state handling to flush_hwstate
` [PATCH 2/4] arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0
` [PATCH 3/4] arm64: KVM: set {v,}TCR_EL2 RES1 bits
` [PATCH 4/4] arm/arm64: KVM: Fix PSCI affinity info return value for non valid cores
[PATCH v4 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
2015-09-11 12:53 UTC (12+ messages)
` [PATCH v4 3/4] irqchip: GIC: Convert to EOImode == 1
[RFC PATCH v4 0/3] vfio: platform: return device properties for a platform device
2015-09-10 6:39 UTC (11+ messages)
` [RFC PATCH v4 1/3] vfio: platform: add device properties skeleton and user API
` [RFC PATCH v4 2/3] vfio: platform: access device property as a list of strings
` [RFC PATCH v4 3/3] vfio: platform: return device properties as arrays of unsigned integers
[PATCH v3 0/5] KVM: arm64: Implement API for vGICv3 live migration
2015-09-09 11:28 UTC (15+ messages)
` [PATCH v3 2/5] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
` [PATCH v3 3/5] KVM: arm64: Refactor system register handlers
` [PATCH v3 4/5] KVM: arm64: Introduce find_reg_by_id()
` [PATCH v3 5/5] KVM: arm64: Implement vGICv3 CPU interface access
[PATCH RFC 0/3] arm64: cross cpu support
2015-09-09 8:42 UTC (4+ messages)
` [PATCH RFC 1/3] linux-headers: sync'd kernel headers for arm/arm64
` [PATCH RFC 2/3] arm: cross cpu: add new properties for arm cpu
` [PATCH RFC 3/3] arm64: pass breakpoint/watchpoint info for target cpu
[PATCH 0/2] arm/arm64: KVM: Fix arthictected timer issues
2015-09-07 15:54 UTC (7+ messages)
` [PATCH 1/2] arm/arm64: KVM: vgic: Move active state handling to flush_hwstate
[PATCH] KVM: arm/arm64: Fix PSCI affinity info return value for non valid cores
2015-09-04 16:32 UTC (4+ messages)
[PATCH 0/9] Rework architected timer and fix UEFI reset
2015-09-04 16:08 UTC (10+ messages)
` [PATCH 5/9] arm/arm64: KVM: Use appropriate define in VGIC reset code
` [PATCH 6/9] arm/arm64: KVM: Add mapped interrupts documentation
[PATCH v2 0/5] KVM: arm64: Implement API for vGICv3 live migration
2015-09-04 15:16 UTC (5+ messages)
` [PATCH v2 1/5] KVM: arm/arm64: Refactor vGIC attributes handling code
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;
as well as URLs for NNTP newsgroup(s).