messages from 2018-07-05 16:24:14 to 2018-07-19 15:11:27 UTC [more...]
[PATCH v9 0/4] support exception state migration and set VSESR_EL2 by user space
2018-07-19 15:24 UTC
[RFC PATCH 00/16] KVM: arm64: Initial support for SVE guests
2018-07-19 15:24 UTC (34+ messages)
` [RFC PATCH 01/16] arm64: fpsimd: Always set TIF_FOREIGN_FPSTATE on task state flush
` [RFC PATCH 02/16] KVM: arm64: Delete orphaned declaration for __fpsimd_enabled()
` [RFC PATCH 03/16] KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
` [RFC PATCH 04/16] KVM: arm64: Add missing #include of <linux/bitmap.h> to kvm_host.h
` [RFC PATCH 05/16] KVM: arm: Add arch init/uninit hooks
` [RFC PATCH 06/16] arm64/sve: Determine virtualisation-friendly vector lengths
` [RFC PATCH 10/16] KVM: arm64: Add a vcpu flag to control SVE visibility for the guest
` [RFC PATCH 11/16] KVM: arm64/sve: System register context switch and access support
` [RFC PATCH 12/16] KVM: arm64/sve: Context switch the SVE registers
` [RFC PATCH 14/16] KVM: arm64/sve: Add SVE support to register access ioctl interface
` [RFC PATCH 15/16] KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
` [RFC PATCH 16/16] KVM: arm64/sve: Report and enable SVE API extensions for userspace
[PATCH v8 0/4] support exception state migration and set VSESR_EL2 by user space
2018-07-19 14:37 UTC (17+ messages)
` [PATCH v8 1/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH v8 2/4] arm64: KVM: export the capability to set guest SError syndrome
` [PATCH v8 3/4] KVM: arm64: Share the parts of get/set events useful to 32bit
` [PATCH v8 4/4] KVM: arm: Add 32bit get/set events support
[PATCH v4 00/10] KVM: arm/arm64: vgic: Virtual interrupt grouping support
2018-07-18 10:45 UTC (16+ messages)
` [PATCH v4 01/10] KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3
` [PATCH v4 02/10] KVM: arm/arm64: vgic: Keep track of implementation revision
` [PATCH v4 03/10] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
` [PATCH v4 04/10] KVM: arm/arm64: vgic: Add group field to struct irq
` [PATCH v4 05/10] KVM: arm/arm64: vgic: Signal IRQs using their configured group
` [PATCH v4 06/10] KVM: arm/arm64: vgic: Permit uaccess writes to return errors
` [PATCH v4 07/10] KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writes
` [PATCH v4 08/10] KVM: arm/arm64: vgic: Allow configuration of interrupt groups
` [PATCH v4 09/10] KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR
` [PATCH v4 10/10] KVM: arm/arm64: vgic: Update documentation of the GIC devices wrt IIDR
[PATCH v4 00/20] kvm: arm64: Dynamic IPA and 52bit IPA
2018-07-18 9:19 UTC (25+ messages)
` [PATCH v4 01/20] virtio: mmio-v1: Validate queue PFN
` [PATCH v4 02/20] virtio: pci-legacy: Validate queue pfn
` [PATCH v4 03/20] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH v4 04/20] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH v4 05/20] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH v4 06/20] arm64: Add a helper for PARange to physical shift conversion
` [PATCH v4 07/20] kvm: arm64: Clean up VTCR_EL2 initialisation
` [PATCH v4 08/20] kvm: arm64: Configure VTCR_EL2 per VM
` [PATCH v4 09/20] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v4 10/20] kvm: arm64: Prepare for dynamic stage2 page table layout
` [PATCH v4 11/20] kvm: arm64: Make stage2 page table layout dynamic
` [PATCH v4 12/20] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v4 13/20] kvm: arm64: Configure VTCR_EL2.SL0 per VM
` [PATCH v4 14/20] kvm: arm64: Switch to per VM IPA limit
` [PATCH v4 15/20] vgic: Add support for 52bit guest physical address
` [PATCH v4 16/20] kvm: arm64: Add 52bit support for PAR to HPFAR conversoin
` [PATCH v4 17/20] kvm: arm64: Set a limit on the IPA size
` [PATCH v4 18/20] kvm: arm64: Limit the minimum number of page table levels
` [PATCH v4 19/20] kvm: arm/arm64: Expose supported physical address limit for VM
` [PATCH v4 20/20] kvm: arm64: Allow tuning the physical address size "
` [kvmtool PATCH v4 21/24] kvmtool: Allow backends to run checks on the KVM device fd
` [kvmtool PATCH v4 22/24] kvmtool: arm64: Add support for guest physical address size
` [kvmtool PATCH v4 23/24] kvmtool: arm64: Switch memory layout
` [kvmtool PATCH v4 24/24] kvmtool: arm: Add support for creating VM with PA size
[PATCH v2] kvm: arm/arm64: Fix emulated physical timer IRQ injection
2018-07-17 12:46 UTC (2+ messages)
[PATCH] kvm: arm/arm64: Fix emulated physical timer IRQ injection
2018-07-17 12:29 UTC (5+ messages)
[kvm-unit-tests PATCH 0/2] arm64: extend arch timer tests
2018-07-17 10:53 UTC (5+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: timer: add TVAL accessors
` [kvm-unit-tests PATCH 2/2] arm64: timer: Add TVAL timeout IRQ trigger test
[PATCH v6 0/8] KVM: Support PUD hugepages at stage 2
2018-07-16 13:28 UTC (13+ messages)
` [PATCH v6 1/8] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v6 2/8] KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on fault
` [PATCH v6 3/8] KVM: arm/arm64: Introduce helpers to manipulate page table entries
` [PATCH v6 4/8] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v6 5/8] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v6 6/8] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH v6 7/8] KVM: arm64: Update age handlers to support "
` [PATCH v6 8/8] KVM: arm64: Add support for creating PUD hugepages at stage 2
[PATCH v3 0/9] KVM: arm/arm64: vgic: Virtual interrupt grouping support
2018-07-16 11:39 UTC (20+ messages)
` [PATCH v3 1/9] KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3
` [PATCH v3 2/9] KVM: arm/arm64: vgic: Keep track of implementation revision
` [PATCH v3 3/9] KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zero
` [PATCH v3 4/9] KVM: arm/arm64: vgic: Add group field to struct irq
` [PATCH v3 5/9] KVM: arm/arm64: vgic: Signal IRQs using their configured group
` [PATCH v3 6/9] KVM: arm/arm64: vgic: Allow configuration of interrupt groups
` [PATCH v3 7/9] KVM: arm/arm64: vgic: Permit uaccess writes to return errors
` [PATCH v3 8/9] KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPR
` [PATCH v3 9/9] KVM: arm/arm64: vgic: Update documentation of the GICv2 device
[PATCH v7 0/4] support exception state migration and set VSESR_EL2 by user space
2018-07-13 15:27 UTC (10+ messages)
` [PATCH v7 1/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH v7 2/4] arm64: KVM: export the capability to set guest SError syndrome
` [PATCH v7 3/4] KVM: arm64: Share the parts of get/set events useful to 32bit
` [PATCH v7 4/4] KVM: arm: Add 32bit get/set events support
[PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support
2018-07-13 8:54 UTC (5+ messages)
` [PATCH v2 02/17] virtio: pci-legacy: Validate queue pfn
[kvmtool PATCH 0/2] Makefile: Optional dependencies fixes
2018-07-13 8:04 UTC (3+ messages)
` [kvmtool PATCH 1/2] Makefile: fix skipped dependencies
` [kvmtool PATCH 2/2] Makefile: Try dynamic linkage for bfd
[PATCH v5 0/7] KVM: Support PUD hugepages at stage 2
2018-07-11 16:19 UTC (22+ messages)
` [PATCH v5 1/7] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v5 2/7] KVM: arm/arm64: Introduce helpers to manupulate page table entries
` [PATCH v5 3/7] KVM: arm64: Support dirty page tracking for PUD hugepages
` [PATCH v5 4/7] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v5 5/7] KVM: arm64: Support handling access faults for PUD hugepages
` [PATCH v5 6/7] KVM: arm64: Update age handlers to support "
` [PATCH v5 7/7] KVM: arm64: Add support for creating PUD hugepages at stage 2
[PATCH v7 1/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
2018-07-11 11:48 UTC
[PATCH v3 00/20] arm64: Dynamic & 52bit IPA support
2018-07-11 10:38 UTC (14+ messages)
` [PATCH v3 15/20] kvm: arm/arm64: Allow tuning the physical address size for VM
[PATCH 0/2] arm64: spectre-v1 write fixes (CVE-2018-3693)
2018-07-10 19:28 UTC (4+ messages)
` [PATCH 1/2] arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()
` [PATCH 2/2] KVM: arm/arm64: vgic: fix possible spectre-v1 write in vgic_mmio_write_apr()
[PATCH v2 0/6] KVM: arm/arm64: vgic: Virtual interrupt grouping support
2018-07-10 15:50 UTC (13+ messages)
` [PATCH v2 6/6] KVM: arm/arm64: vgic: Allow configuration of interrupt groups
[PATCH] KVM: arm64: vgic-its: Remove VLA usage
2018-07-09 15:53 UTC (5+ messages)
[PATCH] KVM: arm/arm64: vgic-debug: Show LPI status
2018-07-09 11:20 UTC
[PATCH v4 0/6] KVM/arm64: Cache maintenance relaxations
2018-07-09 10:52 UTC (2+ messages)
[PATCH] KVM: arm/arm64: Fix vgic init race
2018-07-09 10:51 UTC (2+ messages)
[PATCH v4 0/7] KVM: Support PUD hugepages at stage 2
2018-07-06 14:36 UTC (11+ messages)
` [PATCH v4 1/7] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v4 4/7] KVM: arm64: Support PUD hugepage in stage2_is_exec()
` [PATCH v4 7/7] KVM: arm64: Add support for creating PUD hugepages at stage 2
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