messages from 2016-11-24 04:23:13 to 2016-12-06 15:26:10 UTC [more...]
[PATCH v2] arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guest
2016-12-06 15:27 UTC (2+ messages)
[PATCH 1/1] arm64: Correcting format specifier for printing 64 bit addresses
2016-12-06 15:26 UTC (3+ messages)
[PATCH 0/2] arm64: PMU: Sanitize usage of PMSELR_EL0.SEL
2016-12-06 14:32 UTC (6+ messages)
` [PATCH 1/2] arm64: PMU: Do not use PMSELR_EL0 to access PMCCFILTR_EL0
` [PATCH 2/2] arm64: PMU: Reset PMSELR_EL0 to a sane value at boot time
[PATCH v9 0/11] arm/arm64: vgic: Implement API for vGICv3 live migration
2016-12-06 14:30 UTC (28+ messages)
` [PATCH v9 01/11] arm/arm64: vgic: Implement support for userspace access
` [PATCH v9 02/11] arm/arm64: vgic: Add distributor and redistributor access
` [PATCH v9 03/11] arm/arm64: vgic: Introduce find_reg_by_id()
` [PATCH v9 04/11] irqchip/gic-v3: Add missing system register definitions
` [PATCH v9 05/11] arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
` [PATCH v9 06/11] arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH v9 07/11] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl
[PATCH v3] KVM: arm/arm64: Access CNTHCTL_EL2 bit fields correctly
2016-12-06 14:27 UTC (9+ messages)
[PATCH 0/2] Add the missing resetting LRs at boot time for new-vgic
2016-12-06 11:47 UTC (6+ messages)
` [PATCH 1/2] arm64: KVM: vgic-v3: Add the missing resetting LRs at boot time
` [PATCH 2/2] KVM: arm/arm64: vgic-v2: "
[PATCH] arm/arm64: KVM: Check for properly initialized timer on init
2016-12-06 11:25 UTC (2+ messages)
[kvm-unit-tests RFC 00/15] arm/arm64: add ITS framework
2016-12-06 11:21 UTC (23+ messages)
` [kvm-unit-tests RFC 01/15] libcflat: Add other size defines
` [kvm-unit-tests RFC 02/15] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests RFC 03/15] arm/arm64: ITS skeleton
` [Qemu-devel] "
` [kvm-unit-tests RFC 04/15] arm/arm64: ITS: BASER parsing and setup
` [kvm-unit-tests RFC 05/15] arm/arm64: GICv3: add cpu count
` [Qemu-devel] "
` [kvm-unit-tests RFC 06/15] arm/arm64: ITS: Set the LPI config and pending tables
` [kvm-unit-tests RFC 07/15] arm/arm64: ITS: Init the command queue
` [kvm-unit-tests RFC 08/15] arm/arm64: ITS: enable LPIs at re-distributor level
` [kvm-unit-tests RFC 09/15] arm/arm64: ITS: Parse the typer register
` [kvm-unit-tests RFC 10/15] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests RFC 11/15] arm/arm64: ITS: create device
` [kvm-unit-tests RFC 12/15] arm/arm64: ITS: create collection
` [kvm-unit-tests RFC 13/15] arm/arm64: ITS: commands
` [kvm-unit-tests RFC 14/15] arm/arm64: gic: Generalize ipi_enable()
` [kvm-unit-tests RFC 15/15] arm/arm64: ITS test
` [Qemu-devel] [kvm-unit-tests RFC 00/15] arm/arm64: add ITS framework
[PATCH v2] arm/arm64: KVM: VGIC: limit ITARGETSR bits to number of VCPUs
2016-12-06 11:21 UTC (2+ messages)
[PATCH 1/1] arm64: Correcting format specifier for printing 64 bit addresses
2016-12-05 8:06 UTC
[kvm-unit-tests PATCH v13 0/4] ARM PMU tests
2016-12-02 9:58 UTC (29+ messages)
` [kvm-unit-tests PATCH v13 1/4] arm: Define macros for accessing system registers
` [Qemu-devel] "
` [kvm-unit-tests PATCH v13 2/4] arm: Add PMU test
` [Qemu-devel] "
` [kvm-unit-tests PATCH v13 3/4] arm: pmu: Check cycle count increases
` [Qemu-devel] "
` [kvm-unit-tests PATCH v13 4/4] arm: pmu: Add CPI checking
` [Qemu-devel] "
[PATCH v2] KVM: arm/arm64: Access CNTHCTL_EL2 bit fields correctly
2016-12-01 19:28 UTC (3+ messages)
[PULL] KVM/ARM updates for 4.9-rc7
2016-12-01 15:15 UTC (7+ messages)
` [PATCH] KVM: arm/arm64: vgic: Don't notify EOI for non-SPIs
Unable to use perf in VM
2016-12-01 9:16 UTC (5+ messages)
[PATCH v10 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration
2016-12-01 7:09 UTC (9+ messages)
` [PATCH v10 1/8] arm/arm64: vgic: Implement support for userspace access
` [PATCH v10 2/8] arm/arm64: vgic: Add distributor and redistributor access
` [PATCH v10 3/8] arm/arm64: vgic: Introduce find_reg_by_id()
` [PATCH v10 4/8] irqchip/gic-v3: Add missing system register definitions
` [PATCH v10 5/8] arm/arm64: vgic: Introduce VENG0 and VENG1 fields to vmcr struct
` [PATCH v10 6/8] arm/arm64: vgic: Implement VGICv3 CPU interface access
` [PATCH v10 7/8] arm/arm64: vgic: Implement KVM_DEV_ARM_VGIC_GRP_LEVEL_INFO ioctl
` [PATCH v10 8/8] arm/arm64: Documentation: Update arm-vgic-v3.txt
[kvm-unit-tests PATCH v11 0/3] ARM PMU tests
2016-12-01 5:35 UTC (9+ messages)
` [kvm-unit-tests PATCH v11 1/3] arm: Add PMU test
` [Qemu-devel] "
[PATCH] KVM: arm/arm64: Access CNTHCTL_EL2 bit fields correctly
2016-11-30 13:41 UTC (14+ messages)
[PATCH V5 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2016-11-29 17:30 UTC (13+ messages)
` [PATCH V5 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V5 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V5 03/10] efi: parse ARMv8 processor error
[PATCH v2] arm64: head.S: Fix CNTHCTL_EL2 access on VHE system
2016-11-29 11:37 UTC (2+ messages)
[PATCH] arm64: head.S: Fix CNTHCTL_EL2 access on VHE system
2016-11-29 2:12 UTC (3+ messages)
[PATCH] arm64: head.S: Fix CNTHCTL_EL2 access on VHE system
2016-11-28 16:37 UTC
[kvm-unit-tests PATCH v7 00/11] QEMU MTTCG Test cases
2016-11-28 14:09 UTC (30+ messages)
` [kvm-unit-tests PATCH v7 01/11] run_tests: allow forcing of acceleration mode
` [kvm-unit-tests PATCH v7 02/11] run_tests: allow disabling of timeouts
` [kvm-unit-tests PATCH v7 03/11] run_tests: allow passing of options to QEMU
` [Qemu-devel] "
` [kvm-unit-tests PATCH v7 04/11] libcflat: add PRI(dux)32 format types
` [kvm-unit-tests PATCH v7 05/11] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH v7 06/11] arm/Makefile.common: force -fno-pic
` [Qemu-devel] "
` [kvm-unit-tests PATCH v7 07/11] arm/tlbflush-code: Add TLB flush during code execution test
` [kvm-unit-tests PATCH v7 08/11] arm/tlbflush-data: Add TLB flush during data writes test
` [kvm-unit-tests PATCH v7 09/11] arm/locking-tests: add comprehensive locking test
` [kvm-unit-tests PATCH v7 10/11] arm/barrier-litmus-tests: add simple mp and sal litmus tests
` [kvm-unit-tests PATCH v7 11/11] arm/tcg-test: some basic TCG exercising tests
` [Qemu-devel] [kvm-unit-tests PATCH v7 00/11] QEMU MTTCG Test cases
[kvm-unit-tests PATCH v7 00/11] arm/arm64: add gic framework
2016-11-24 17:31 UTC (11+ messages)
` [kvm-unit-tests PATCH v7 09/11] arm/arm64: add initial gicv3 support
` [kvm-unit-tests PATCH v7 10/11] arm/arm64: gicv3: add an IPI test
` [Qemu-devel] "
` [kvm-unit-tests PATCH v7 11/11] arm/arm64: gic: don't just use zero
` [Qemu-devel] "
[kvm-unit-tests PATCH v12 0/3] ARM PMU tests
2016-11-24 4:23 UTC (3+ messages)
` [kvm-unit-tests PATCH v12 2/3] arm: pmu: Check cycle count increases
` [kvm-unit-tests PATCH v12 3/3] arm: pmu: Add CPI checking
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).