messages from 2017-02-22 11:47:15 to 2017-03-07 14:09:10 UTC [more...]
[PATCH v4 0/6] arm64: mmu: avoid W+X mappings and re-enable PTE_CONT for kernel
2017-03-07 14:10 UTC (8+ messages)
` [PATCH v4 1/6] arm: kvm: move kvm_vgic_global_state out of .text section
` [PATCH v4 2/6] arm64: mmu: move TLB maintenance from callers to create_mapping_late()
` [PATCH v4 3/6] arm64: alternatives: apply boot time fixups via the linear mapping
` [PATCH v4 4/6] arm64: mmu: map .text as read-only from the outset
` [PATCH v4 5/6] arm64: mmu: apply strict permissions to .init.text and .init.data
` [PATCH v4 6/6] arm64: mm: set the contiguous bit for kernel mappings where appropriate
[PATCH V12 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-03-07 11:48 UTC (15+ messages)
` [PATCH V12 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V12 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V12 03/10] efi: parse ARM processor error
` [PATCH V12 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V12 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V12 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V12 07/10] efi: print unrecognized CPER section
` [PATCH V12 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V12 09/10] trace, ras: add ARM processor error trace event
` [PATCH V12 10/10] arm/arm64: KVM: add guest SEA support
[PATCH v2] KVM: arm/arm64: Let vcpu thread modify its own active state
2017-03-07 9:57 UTC (4+ messages)
KVM on ARM Cortex A53 in 32-bit Mode
2017-03-07 9:55 UTC (2+ messages)
[PATCH 0/8] arm64: KVM: Fix PMU exception generation
2017-03-07 9:52 UTC (9+ messages)
` [PATCH 1/8] arm64: KVM: Don't skip an instruction if an exception is pending
` [PATCH 3/8] arm64: KVM: Refactor pmu_*_el0_disabled
` [PATCH 5/8] arm64: KVM: PMU: Inject UNDEF on non-privileged accesses
` [PATCH 6/8] arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0
` [PATCH 7/8] arm64: KVM: pmu: Make illegal accesses seen as successfully emulated
[PATCH 0/2] arm{,64}/kvm: survive unknown traps from guests
2017-03-07 7:54 UTC (7+ messages)
` [PATCH 1/2] arm/kvm: "
` [PATCH 2/2] arm64/kvm: "
[PATCH V3 0/4] KVM: arm64: Increase number of user memslots
2017-03-07 5:52 UTC (5+ messages)
` [PATCH V3 1/4] KVM: Add documentation for KVM_CAP_NR_MEMSLOTS
` [PATCH V3 2/4] KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64
` [PATCH V3 3/4] KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unused
` [PATCH V3 4/4] KVM: arm64: Increase number of user memslots to 512
[kvm-unit-tests PATCH] arm/arm64: gic: Test changing active state of interrupts
2017-03-06 15:16 UTC
[PATCH v3 00/25] arm/arm64: KVM: Rework the hyp-stub API
2017-03-06 14:24 UTC (26+ messages)
` [PATCH v3 01/25] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v3 02/25] arm64: KVM: "
` [PATCH v3 03/25] arm64: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH v3 04/25] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v3 05/25] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v3 06/25] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v3 07/25] ARM: hyp-stub: improve ABI
` [PATCH v3 08/25] ARM: soft-reboot into same mode that we entered the kernel
` [PATCH v3 09/25] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PATCH v3 10/25] ARM: Update cpu_v7_reset documentation
` [PATCH v3 11/25] ARM: hyp-stub: Use r1 for the soft-restart address
` [PATCH v3 12/25] ARM: Expose the VA/IDMAP offset
` [PATCH v3 13/25] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v3 14/25] ARM: KVM: "
` [PATCH v3 15/25] ARM: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH v3 16/25] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v3 17/25] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v3 18/25] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v3 19/25] arm/arm64: KVM: Use __hyp_reset_vectors() directly
` [PATCH v3 20/25] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PATCH v3 21/25] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode
` [PATCH v3 22/25] ARM: decompressor: Remove __hyp_get_vectors usage
` [PATCH v3 23/25] ARM: hyp-stub/KVM: Kill __hyp_get_vectors
` [PATCH v3 24/25] arm64: "
` [PATCH v3 25/25] arm/arm64: Add hyp-stub API documentation
[kvmtool PATCH] arm/arm64: gic: Test changing active state of interrupts
2017-03-06 14:06 UTC
[PATCH V11 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-03-06 14:00 UTC (20+ messages)
` [PATCH V11 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V11 10/10] arm/arm64: KVM: add guest SEA support
[PATCH v2] arm64: kvm: Use has_vhe() instead of hyp_alternate_select()
2017-03-06 13:45 UTC (3+ messages)
[PATCH v3 00/19] vITS save/restore
2017-03-06 11:34 UTC (20+ messages)
` [PATCH v3 01/19] KVM: arm/arm64: Add vITS save/restore API documentation
` [PATCH v3 02/19] KVM: arm/arm64: rename itte into ite
` [PATCH v3 03/19] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v3 04/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PATCH v3 05/19] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v3 06/19] KVM: arm64: ITS: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v3 07/19] KVM: arm64: ITS: Report the ITE size in GITS_TYPER
` [PATCH v3 08/19] KVM: arm64: ITS: Interpret MAPD Size field and check related errors
` [PATCH v3 09/19] KVM: arm64: ITS: Interpret MAPD ITT_addr field
` [PATCH v3 10/19] KVM: arm64: ITS: Check the device id matches TYPER DEVBITS range
` [PATCH v3 11/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group
` [PATCH v3 12/19] KVM: arm64: ITS: vgic_its_alloc_ite/device
` [PATCH v3 13/19] KVM: arm64: ITS: Sort the device and ITE lists
` [PATCH v3 14/19] KVM: arm64: ITS: Add infrastructure for table lookup
` [PATCH v3 15/19] KVM: arm64: ITS: Collection table save/restore
` [PATCH v3 16/19] KVM: arm64: ITS: vgic_its_check_id returns the entry's GPA
` [PATCH v3 17/19] KVM: arm64: ITS: ITT flush and restore
` [PATCH v3 18/19] KVM: arm64: ITS: Device table save/restore
` [PATCH v3 19/19] KVM: arm64: ITS: Pending "
[PATCH] KVM: arm/arm64: Let vcpu thread modify its own active state
2017-03-06 9:56 UTC
[PATCH] arm64: kvm: Use has_vhe() instead of hyp_alternate_select()
2017-03-06 2:28 UTC
[PATCH kvm-unit-tests v2 0/2] arm/arm64: introduce PSCI tests
2017-03-03 14:36 UTC (4+ messages)
` [PATCH kvm-unit-tests v2 1/2] arm/arm64: Add "
` [PATCH kvm-unit-tests v2 2/2] arm/arm64: psci: support testing tcg
[PATCH kvm-unit-tests 0/2] arm/arm64: introduce PSCI tests
2017-03-03 14:19 UTC (4+ messages)
` [PATCH kvm-unit-tests 1/2] arm/arm64: Add "
` [PATCH kvm-unit-tests 2/2] arm/arm64: psci: support testing tcg
[RFC PATCH V1 v4.10-rc3 1/1] acpi: apei: handle GSIV notification type
2017-03-03 12:48 UTC (9+ messages)
Android on virt device
2017-03-02 13:08 UTC (3+ messages)
[PATCH] arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBs
2017-03-02 12:59 UTC (2+ messages)
[PATCH V2 0/2] KVM: arm64: Increase number of user memslots
2017-03-02 12:29 UTC (8+ messages)
` [PATCH V2 1/2] KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64
` [PATCH V2 2/2] KVM: arm64: Increase number of user memslots to 508
[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
2017-02-28 21:53 UTC (4+ messages)
` [PATCH 11/13] fs: fix unsigned enum warning with gcc-4.2
[RFC v2 00/19] vITS save/restore
2017-02-28 14:51 UTC (3+ messages)
` [RFC v2 18/19] KVM: arm64: ITS: Device table save/restore
[PATCH 0/5] KVM: arm/arm64: fix some races and allow userspace to set MPIDR
2017-02-27 17:55 UTC (6+ messages)
` [PATCH 1/5] KVM: arm/arm64: prepare to use vcpu requests
` [PATCH 2/5] KVM: arm/arm64: replace vcpu->arch.pause with a vcpu-request
` [PATCH 3/5] KVM: arm/arm64: replace vcpu->arch.power_off "
` [PATCH 4/5] KVM: arm/arm64: fix race in kvm_psci_vcpu_on
` [PATCH 5/5] KVM: arm/arm64: allow userspace to set MPIDR
[PATCH] KVM: arm/arm64: vgic-v3: Don't pretend to support IRQ/FIQ bypass
2017-02-24 14:12 UTC (3+ messages)
[RFC PATCH 00/13] arm64/kvm: use common sysreg definitions
2017-02-24 12:16 UTC (3+ messages)
A question about TTBRs
2017-02-24 12:10 UTC (3+ messages)
[RFC 00/55] Nested Virtualization on KVM/ARM
2017-02-24 10:28 UTC (30+ messages)
` [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor
` [RFC 25/55] KVM: arm/arm64: Let vcpu thread modify its own active state
` [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 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 35/55] KVM: arm/arm64: Support mmu for the virtual EL2 execution
` [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 47/55] KVM: arm/arm64: Forward the guest hypervisor's stage 2 permission faults
` [RFC 54/55] KVM: arm/arm64: Adjust virtual offset considering nesting
[PATCH v2 1/3] arm64: cacheinfo: add support for alternative format of CCSIDR_EL1
2017-02-23 15:57 UTC (3+ messages)
` [PATCH v2 2/3] arm64: kvm: reuse existing cache type/info related macros
[PATCH v2 00/22] arm/arm64: KVM: Rework the hyp-stub API
2017-02-23 10:26 UTC (23+ messages)
` [PATCH v2 01/22] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v2 02/22] arm64: KVM: "
` [PATCH v2 03/22] arm64: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH v2 04/22] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v2 05/22] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v2 06/22] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v2 07/22] ARM: hyp-stub: improve ABI
` [PATCH v2 08/22] ARM: soft-reboot into same mode that we entered the kernel
` [PATCH v2 09/22] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PATCH v2 10/22] ARM: Update cpu_v7_reset documentation
` [PATCH v2 11/22] ARM: hyp-stub: Use r1 for the soft-restart address
` [PATCH v2 12/22] ARM: Expose the VA/IDMAP offset
` [PATCH v2 13/22] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PATCH v2 14/22] ARM: KVM: "
` [PATCH v2 15/22] ARM: KVM: Implement HVC_GET_VECTORS in the init code
` [PATCH v2 16/22] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PATCH v2 17/22] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PATCH v2 18/22] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PATCH v2 19/22] arm/arm64: KVM: Use __hyp_reset_vectors() directly
` [PATCH v2 20/22] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PATCH v2 21/22] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode
` [PATCH v2 22/22] arm/arm64: Add hyp-stub API documentation
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