messages from 2017-01-09 06:24:08 to 2017-01-13 18:02:00 UTC [more...]
[kvm-unit-tests PATCH 0/6] Documentation misc fixes
2017-01-13 18:03 UTC (25+ messages)
` [kvm-unit-tests PATCH 1/6] libcflat: add PRI(dux)32 format types
` [kvm-unit-tests PATCH 2/6] lib/pci: fix BAR format strings
` [kvm-unit-tests PATCH 3/6] docs: move README to README.md and symlink
` [kvm-unit-tests PATCH 4/6] docs: mention checkpatch in the README
` [kvm-unit-tests PATCH 5/6] docs: mention modifying env vars in README
` [kvm-unit-tests PATCH 6/6] run_tests: allow passing of options to QEMU
[PATCH] KVM: arm64: Increase number of memslots to 512
2017-01-13 17:25 UTC (3+ messages)
[PATCH v3 1/5] arm64: Define Falkor v1 CPU
2017-01-13 16:12 UTC (22+ messages)
` [PATCH v3 2/5] arm64: Work around Falkor erratum 1003
` [PATCH v3 3/5] arm64: Create and use __tlbi_dsb() macros
` [PATCH v3 4/5] arm64: Use __tlbi_dsb() macros in KVM code
` [PATCH v3 5/5] arm64: Work around Falkor erratum 1009
[PATCH 0/3] KVM/ARM updates for 4.10-rc4
2017-01-13 14:57 UTC (14+ messages)
` [PATCH 1/3] KVM: arm/arm64: Fix occasional warning from the timer work function
` [PATCH 2/3] KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systems
` [PATCH 3/3] KVM: arm/arm64: vgic: Fix deadlock on error handling
[PATCH v2] KVM: arm/arm64: Fix occasional warning from the timer work function
2017-01-13 11:12 UTC (2+ messages)
[RFC 00/13] vITS save/restore
2017-01-13 9:46 UTC (22+ messages)
` [RFC 01/13] KVM: arm/arm64: Add vITS save/restore API documentation
` [RFC 02/13] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [RFC 03/13] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [RFC 04/13] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access
` [RFC 05/13] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_creadr
` [RFC 06/13] KVM: arm64: ITS: Expose ITT_Entry_Size in GITS_TYPER
` [RFC 07/13] KVM: arm64: ITS: Change entry_size and indirect bit in BASER
` [RFC 08/13] KVM: arm64: ITS: On MAPD interpret and store itt_addr and size
` [RFC 09/13] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group
` [RFC 10/13] KVM: arm64: ITS: vgic_its_alloc_itte/device
` [RFC 11/13] KVM: arm64: ITS: Collection table save/restore
` [RFC 12/13] KVM: arm64: ITS: Device and translation table flush
` [RFC 13/13] KVM: arm64: ITS: Pending table save/restore
[PATCH] KVM: arm/arm64: vgic: Fix deadlock on error handling
2017-01-13 8:30 UTC (3+ messages)
[PATCH V7 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-01-12 18:15 UTC (11+ messages)
` [PATCH V7 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V7 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V7 03/10] efi: parse ARM processor error
` [PATCH V7 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V7 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V7 07/10] efi: print unrecognized CPER section
` [PATCH V7 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V7 09/10] trace, ras: add ARM processor error trace event
` [PATCH V7 10/10] arm/arm64: KVM: add guest SEA support
kvm: deadlock in kvm_vgic_map_resources
2017-01-12 15:06 UTC (9+ messages)
[PATCH v2 1/5] arm64: Define Falkor v1 CPU
2017-01-11 13:11 UTC (4+ messages)
` [PATCH v2 2/5] arm64: Work around Falkor erratum 1003
[RFC 0/8] Provide the EL1 physical timer to the VM
2017-01-10 20:22 UTC (20+ messages)
` [RFC 2/8] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC 4/8] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC 6/8] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC 7/8] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC 8/8] KVM: arm/arm64: Emulate the EL1 phys timer register access
[PATCH V6 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-01-10 17:50 UTC (6+ messages)
` [PATCH V6 05/10] acpi: apei: handle SEA notification type for ARMv8
[RFC 00/55] Nested Virtualization on KVM/ARM
2017-01-10 16:18 UTC (47+ messages)
` [RFC 12/55] KVM: arm64: Handle EL2 register access traps
` [RFC 13/55] KVM: arm64: Handle eret instruction traps
` [RFC 14/55] KVM: arm64: Take account of system "
` [RFC 15/55] KVM: arm64: Trap EL1 VM register accesses in virtual EL2
` [RFC 16/55] KVM: arm64: Forward VM reg traps to the guest hypervisor
` [RFC 17/55] KVM: arm64: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 in virtual EL2
` [RFC 18/55] KVM: arm64: Forward traps due to HCR_EL2.NV1 bit to the guest hypervisor
` [RFC 19/55] KVM: arm64: Trap CPACR_EL1 access in virtual EL2
` [RFC 20/55] KVM: arm64: Forward CPACR_EL1 traps to the guest hypervisor
` [RFC 21/55] KVM: arm64: Forward HVC instruction "
` [RFC 22/55] KVM: arm64: Handle PSCI call from the guest
` [RFC 23/55] KVM: arm64: Forward WFX to the guest hypervisor
` [RFC 24/55] KVM: arm64: Forward FP exceptions "
` [RFC 25/55] KVM: arm/arm64: Let vcpu thread modify its own active state
` [RFC 26/55] KVM: arm/arm64: Add VGIC data structures for the nesting
` [RFC 27/55] KVM: arm/arm64: Emulate GICH interface on GICv2
` [RFC 28/55] KVM: arm/arm64: Prepare vgic state for the nested VM
` [RFC 29/55] KVM: arm/arm64: Set up the prepared vgic state
` [RFC 30/55] KVM: arm/arm64: Inject irqs to the guest hypervisor
` [RFC 31/55] KVM: arm/arm64: Inject maintenance interrupts "
` [RFC 32/55] KVM: arm/arm64: register GICH iodev for "
` [RFC 33/55] KVM: arm/arm64: Remove unused params in mmu functions
` [RFC 34/55] KVM: arm/arm64: Abstract stage-2 MMU state into a separate structure
` [RFC 35/55] KVM: arm/arm64: Support mmu for the virtual EL2 execution
` [RFC 36/55] KVM: arm64: Invalidate virtual EL2 TLB entries when needed
` [RFC 37/55] KVM: arm64: Setup vttbr_el2 on each VM entry
` [RFC 38/55] KVM: arm/arm64: Make mmu functions non-static
` [RFC 39/55] KVM: arm/arm64: Add mmu context for the nesting
` [RFC 40/55] KVM: arm/arm64: Handle vttbr_el2 write operation from the guest hypervisor
` [RFC 41/55] KVM: arm/arm64: Unmap/flush shadow stage 2 page tables
` [RFC 42/55] KVM: arm64: Implement nested Stage-2 page table walk logic
` [RFC 43/55] KVM: arm/arm64: Handle shadow stage 2 page faults
` [RFC 44/55] KVM: arm/arm64: Move kvm_is_write_fault to header file
` [RFC 45/55] KVM: arm64: KVM: Inject stage-2 page faults
` [RFC 46/55] KVM: arm64: Add more info to the S2 translation result
` [RFC 47/55] KVM: arm/arm64: Forward the guest hypervisor's stage 2 permission faults
` [RFC 48/55] KVM: arm64: Emulate TLBI instruction
` [RFC 49/55] KVM: arm64: Fixes to toggle_cache for nesting
` [RFC 50/55] KVM: arm/arm64: Abstract kvm_phys_addr_ioremap() function
` [RFC 51/55] KVM: arm64: Expose physical address of vcpu interface
` [RFC 52/55] KVM: arm/arm64: Create a vcpu mapping for the nested VM
` [RFC 53/55] KVM: arm64: Reflect shadow VMPIDR_EL2 value to MPIDR_EL1
` [RFC 54/55] KVM: arm/arm64: Adjust virtual offset considering nesting
` [RFC 55/55] KVM: arm64: Enable nested virtualization
[kvm-unit-tests PATCH v7 00/11] QEMU MTTCG Test cases
2017-01-10 15:29 UTC (4+ messages)
` [kvm-unit-tests PATCH v7 04/11] libcflat: add PRI(dux)32 format types
[PATCH v3 0/9] Add support for monitoring guest TLB operations
2017-01-10 11:38 UTC (10+ messages)
` [PATCH v3 1/9] arm64/kvm: hyp: tlb: use __tlbi() helper
` [PATCH v3 2/9] KVM: Track the pid of the VM process
` [PATCH v3 3/9] KVM: Add event to trace tlb invalidations
` [PATCH v3 4/9] arm: KVM: Handle trappable TLB instructions
` [PATCH v3 5/9] arm64: "
` [PATCH v3 6/9] kvm: arm/arm64: Add host pmu to support VM introspection
` [PATCH v3 7/9] kvm: host_pmu: Add support for tracking guest TLB operations
` [PATCH v3 8/9] arm: KVM: Enable support for host pmu
` [PATCH v3 9/9] arm64: KVM: Enable support for the "
[PATCH] ARM: soft-reboot into same mode that we entered the kernel
2017-01-09 15:43 UTC (22+ messages)
` [PATCH 1/2] ARM: hyp-stub: improve ABI
[RFC PATCH 0/7] KVM: arm/arm64: Optimize arch timer register handling
2017-01-09 11:29 UTC (8+ messages)
` [RFC PATCH 1/7] arm64: Use physical counter for in-kernel reads
[RFC] arm64: KVM: Honor guest device memory type mappings
2017-01-09 10:26 UTC (2+ messages)
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).