messages from 2020-12-03 13:46:24 to 2020-12-10 16:04:32 UTC [more...]
[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
2020-12-10 15:59 UTC (38+ messages)
` [PATCH v3 01/66] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v3 02/66] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v3 03/66] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v3 04/66] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v3 05/66] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v3 06/66] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v3 07/66] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v3 08/66] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v3 09/66] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v3 10/66] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v3 12/66] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v3 14/66] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v3 15/66] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v3 16/66] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v3 20/66] KVM: arm64: nv: Trap CPACR_EL1 access in virtual EL2
` [PATCH v3 21/66] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v3 22/66] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v3 23/66] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP, FPEN} settings
` [PATCH v3 26/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v3 28/66] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v3 29/66] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v3 30/66] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v3 31/66] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v3 32/66] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v3 33/66] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v3 34/66] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v3 35/66] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v3 37/66] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v3 40/66] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v3 43/66] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v3 44/66] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v3 46/66] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v3 48/66] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v3 49/66] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v3 55/66] KVM: arm64: Allow populating S2 SW bits
` [PATCH v3 56/66] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v3 61/66] KVM: arm64: nv: Synchronize PSTATE early on exit
[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
2020-12-10 14:45 UTC (9+ messages)
` [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions
` [kvm-unit-tests PATCH 09/10] arm/arm64: gic: Make check_acked() more generic
` [kvm-unit-tests PATCH 10/10] arm64: gic: Use IPI test checking for the LPI tests
[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
2020-12-10 14:29 UTC (22+ messages)
` [PATCH kvmtool 01/21] ioport: Remove ioport__setup_arch()
` [PATCH kvmtool 02/21] hw/serial: Use device abstraction for FDT generator function
` [PATCH kvmtool 03/21] ioport: Retire .generate_fdt_node functionality
` [PATCH kvmtool 04/21] mmio: Extend handling to include ioport emulation
` [PATCH kvmtool 05/21] hw/i8042: Clean up data types
` [PATCH kvmtool 06/21] hw/i8042: Refactor trap handler
` [PATCH kvmtool 07/21] hw/i8042: Switch to new trap handlers
` [PATCH kvmtool 08/21] x86/ioport: Refactor "
` [PATCH kvmtool 09/21] x86/ioport: Switch to new "
` [PATCH kvmtool 10/21] hw/rtc: Refactor "
` [PATCH kvmtool 11/21] hw/rtc: Switch to new trap handler
` [PATCH kvmtool 12/21] hw/vesa: Switch trap handling to use MMIO handler
` [PATCH kvmtool 13/21] hw/serial: Refactor trap handler
` [PATCH kvmtool 14/21] hw/serial: Switch to new trap handlers
` [PATCH kvmtool 15/21] vfio: Refactor ioport trap handler
` [PATCH kvmtool 16/21] vfio: Switch to new ioport trap handlers
` [PATCH kvmtool 17/21] virtio: Switch trap handling to use MMIO handler
` [PATCH kvmtool 18/21] pci: "
` [PATCH kvmtool 19/21] Remove ioport specific routines
` [PATCH kvmtool 20/21] hw/serial: ARM/arm64: Use MMIO at higher addresses
` [PATCH kvmtool 21/21] hw/rtc: "
[PATCH v2 0/2] KVM: arm64: Expose CSV3 to guests on running on Meltdown-safe HW
2020-12-10 13:53 UTC (4+ messages)
` [PATCH v2 1/2] arm64: Make the Meltdown mitigation state available
` [PATCH v2 2/2] KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safe
[PATCH kvmtool] arm64: Determine kernel offset even on non-seekable file descriptors
2020-12-10 13:20 UTC (3+ messages)
[PATCH] KVM: arm64: Don't access PMCR_EL0 when no PMU is available
2020-12-10 12:22 UTC (4+ messages)
[RFC][PATCH 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
2020-12-10 8:45 UTC (9+ messages)
[PATCH 0/7] vfio: iommu_type1: Some fixes and optimization
2020-12-10 7:34 UTC (8+ messages)
` [PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
` [PATCH 2/7] vfio: iommu_type1: Initially set the pinned_page_dirty_scope
` [PATCH 3/7] vfio: iommu_type1: Make an explicit "promote" semantic
` [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope
` [PATCH 5/7] vfio: iommu_type1: Drop parameter "pgsize" of vfio_dma_bitmap_alloc_all
` [PATCH 6/7] vfio: iommu_type1: Drop parameter "pgsize" of vfio_iova_dirty_bitmap
` [PATCH 7/7] vfio: iommu_type1: Drop parameter "pgsize" of update_user_bitmap
[PATCH v5 0/2] MTE support for KVM guest
2020-12-09 20:20 UTC (28+ messages)
[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
2020-12-09 14:26 UTC (6+ messages)
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
[PATCH 0/9] KVM: arm64: Relocate absolute hyp VAs
2020-12-09 13:17 UTC (10+ messages)
` [PATCH 1/9] KVM: arm64: Correctly align nVHE percpu data
` [PATCH 2/9] KVM: arm64: Rename .idmap.text in hyp linker script
` [PATCH 3/9] KVM: arm64: Set up .hyp.rodata ELF section
` [PATCH 4/9] KVM: arm64: Add symbol at the beginning of each hyp section
` [PATCH 5/9] KVM: arm64: Generate hyp relocation data
` [PATCH 6/9] KVM: arm64: Apply hyp relocations at runtime
` [PATCH 7/9] KVM: arm64: Fix constant-pool users in hyp
` [PATCH 8/9] KVM: arm64: Remove patching of fn pointers "
` [PATCH 9/9] KVM: arm64: Remove hyp_symbol_addr
[RFC PATCH 0/6] kvm: arm64: Fix up hyp relocations
2020-12-09 13:01 UTC (4+ messages)
` [RFC PATCH 5/6] kvm: arm64: Fix constant-pool users in hyp
[PATCH v16 0/9] Enable ptp_kvm for arm/arm64
2020-12-09 6:09 UTC (10+ messages)
` [PATCH v16 1/9] arm64: Probe for the presence of KVM hypervisor
` [PATCH v16 2/9] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v16 3/9] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v16 4/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v16 5/9] clocksource: Add clocksource id for arm arch counter
` [PATCH v16 6/9] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v16 7/9] ptp: arm/arm64: Enable ptp_kvm for arm/arm64
` [PATCH v16 8/9] doc: add ptp_kvm introduction for arm64 support
` [PATCH v16 9/9] arm64: Add kvm capability check extension for ptp_kvm
[PATCH v4 00/26] Opt-in always-on nVHE hypervisor
2020-12-08 20:12 UTC (9+ messages)
` [PATCH v4 16/26] kvm: arm64: Bootstrap PSCI SMC handler in nVHE EL2
` [PATCH v4 17/26] kvm: arm64: Add offset for hyp VA <-> PA conversion
[PATCH 0/6] Fixes and cleanups of PSCI relay for kvmarm/next
2020-12-08 17:26 UTC (9+ messages)
` [PATCH 1/6] kvm: arm64: Prevent use of invalid PSCI v0.1 function IDs
` [PATCH 2/6] kvm: arm64: Use lm_alias in nVHE-only VA conversion
` [PATCH 3/6] kvm: arm64: Skip computing hyp VA layout for VHE
` [PATCH 4/6] kvm: arm64: Minor cleanup of hyp variables used in host
` [PATCH 5/6] kvm: arm64: Remove unused includes in psci-relay.c
` [PATCH 6/6] kvm: arm64: Move skip_host_instruction to adjust_pc.h
[RFC PATCH 00/27] KVM/arm64: A stage 2 for the host
2020-12-08 9:40 UTC (15+ messages)
` [RFC PATCH 16/27] KVM: arm64: Prepare Hyp memory protection
[RFC PATCH v1 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
2020-12-08 8:25 UTC (12+ messages)
` [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side
[PATCH] arm64: Work around broken GCC handling of "S" constraint
2020-12-07 19:22 UTC (8+ messages)
[PATCH v6 0/2] MTE support for KVM guest
2020-12-07 15:55 UTC (8+ messages)
` [PATCH v6 1/2] arm64: kvm: Save/restore MTE registers
[GIT PULL] KVM/arm64 fixes for 5.10, take #5
2020-12-06 10:56 UTC (5+ messages)
` [PATCH 1/3] KVM: arm64: Fix memory leak on stage2 update of a valid PTE
` [PATCH 2/3] KVM: arm64: Fix handling of merging tables into a block entry
` [PATCH 3/3] KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()
[PATCH v3 0/2] clocksource: arm_arch_timer: Some fixes
2020-12-05 18:30 UTC (6+ messages)
` [PATCH v3 1/2] clocksource: arm_arch_timer: Use stable count reader in erratum sne
` [PATCH v3 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI
[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
2020-12-04 10:23 UTC (7+ messages)
[PATCH v2 0/2] clocksource: arm_arch_timer: Some fixes
2020-12-04 7:35 UTC (8+ messages)
` [PATCH v2 1/2] clocksource: arm_arch_timer: Use stable count reader in erratum sne
` [PATCH v2 2/2] clocksource: arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI
[PATCH v2 0/2] KVM: arm64: Some fixes and code adjustments for pvtime ST
2020-12-04 6:08 UTC (6+ messages)
` [PATCH v2 1/2] KVM: arm64: Some fixes of PV-time interface document
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