messages from 2019-01-31 13:17:33 to 2019-02-18 13:58:07 UTC [more...]
[PATCH v4 00/22] SMMUv3 Nested Stage Setup
2019-02-18 13:54 UTC (18+ messages)
` [PATCH v4 01/22] driver core: add per device iommu param
` [PATCH v4 02/22] iommu: introduce device fault data
` [PATCH v4 03/22] iommu: introduce device fault report API
` [PATCH v4 04/22] iommu: Introduce attach/detach_pasid_table API
` [PATCH v4 05/22] iommu: Introduce cache_invalidate API
` [PATCH v4 06/22] iommu: Introduce bind/unbind_guest_msi
` [PATCH v4 07/22] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v4 08/22] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v4 09/22] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
` [PATCH v4 10/22] iommu/arm-smmu-v3: Link domains and devices
` [PATCH v4 11/22] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v4 12/22] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v4 13/22] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v4 14/22] iommu/smmuv3: Implement cache_invalidate
` [PATCH v4 15/22] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v4 16/22] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v4 17/22] iommu/smmuv3: Report non recoverable faults
[PATCH v3 0/6] KVM: arm/arm64: add support for chained counters
2019-02-18 13:48 UTC (7+ messages)
` [PATCH v3 1/6] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v3 2/6] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v3 3/6] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v3 4/6] KVM: arm/arm64: lazily create perf events on enable
` [PATCH v3 5/6] arm64: perf: extract chain helper into header
` [PATCH v3 6/6] KVM: arm/arm64: support chained PMU counters
[PATCH v2 0/5] KVM: arm/arm64: add support for chained counters
2019-02-18 12:10 UTC (20+ messages)
` [PATCH v2 1/5] KVM: arm/arm64: rename kvm_pmu_{enable/disable}_counter functions
` [PATCH v2 2/5] KVM: arm/arm64: extract duplicated code to own function
` [PATCH v2 3/5] KVM: arm/arm64: re-create event when setting counter value
` [PATCH v2 4/5] KVM: arm/arm64: lazily create perf events on enable
` [PATCH v2 5/5] KVM: arm/arm64: support chained PMU counters
[PATCH 0/2] KVM: arm/arm64: Add VCPU workarounds firmware register
2019-02-18 11:29 UTC (13+ messages)
` [PATCH 1/2] KVM: arm/arm64: Add save/restore support for firmware workaround state
[PATCH] kvm: arm64: Fix comment for KVM_PHYS_SHIFT
2019-02-18 8:47 UTC (3+ messages)
[PATCH] KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"
2019-02-18 8:39 UTC (2+ messages)
[PATCH v4 03/12] arm64: Remove the ability to build a kernel without ssbd
2019-02-15 18:54 UTC (4+ messages)
[PATCH] KVM: arm/arm64: Update MAINTAINERS entries
2019-02-15 17:26 UTC (4+ messages)
[PATCH v5 0/6] Add ARMv8.3 pointer authentication for kvm guest
2019-02-15 15:50 UTC (27+ messages)
` [PATCH v5 1/5] arm64: Add utilities to save restore pointer authentication keys
` [PATCH v5 2/5] arm64/kvm: preserve host HCR_EL2/MDCR_EL2 value
` [PATCH v5 3/5] arm64/kvm: context-switch ptrauth registers
` [PATCH v5 3/5] arm64/kvm: context-switch ptrauth register
` [PATCH v5 4/5] arm64/kvm: add a userspace option to enable pointer authentication
` [PATCH v5 5/5] arm64/kvm: control accessibility of ptrauth key registers
[PATCH V2 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
2019-02-15 15:22 UTC (15+ messages)
` [PATCH V2 1/10] X86/Hyper-V: Add parameter offset for hyperv_fill_flush_guest_mapping_list()
` [PATCH V2 2/10] KVM/VMX: Fill range list in kvm_fill_hv_flush_list_func()
` [PATCH V2 3/10] KVM/MMU: Add last_level in the struct mmu_spte_page
` [PATCH V2 4/10] KVM/MMU: Introduce tlb flush with range list
` [PATCH V2 5/10] KVM/MMU: Flush tlb with range list in sync_page()
` [PATCH V2 6/10] KVM/MMU: Flush tlb directly in the kvm_mmu_slot_gfn_write_protect()
` [PATCH V2 7/10] KVM: Add kvm_get_memslot() to get memslot via slot id
` [PATCH V2 8/10] KVM: Use tlb range flush in the kvm_vm_ioctl_get/clear_dirty_log()
` [PATCH V2 9/10] KVM: Add flush parameter for kvm_age_hva()
[GIT PULL] KVM/ARM updates for 5.0-rc6
2019-02-13 18:39 UTC (13+ messages)
` [PATCH 01/11] KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock
` [PATCH 02/11] KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock "
` [PATCH 03/11] KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock "
` [PATCH 04/11] arm64: KVM: Don't generate UNDEF when LORegion feature is present
` [PATCH 05/11] KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loaded
` [PATCH 06/11] arm/arm64: KVM: Allow a VCPU to fully reset itself
` [PATCH 07/11] arm/arm64: KVM: Don't panic on failure to properly reset system registers
` [PATCH 08/11] KVM: arm/arm64: vgic: Always initialize the group of private IRQs
` [PATCH 09/11] arm: KVM: Add missing kvm_stage2_has_pmd() helper
` [PATCH 10/11] KVM: arm64: Relax the restriction on using stage2 PUD huge mapping
` [PATCH 11/11] KVM: arm64: Forbid kprobing of the VHE world-switch code
[PATCH v8 00/26] APEI in_nmi() rework and SDEI wire-up
2019-02-12 22:14 UTC (12+ messages)
` [PATCH v8 04/26] ACPI / APEI: Make hest.c manage the estatus memory pool
` [PATCH v8 09/26] ACPI / APEI: Generalise the estatus queue's notify code
` [PATCH v8 18/26] ACPI / APEI: Make GHES estatus header validation more user friendly
[PATCH] KVM: arm/arm64: arch_timer: Mark physical interrupt active when a virtual interrupt is pending
2019-02-12 16:41 UTC (3+ messages)
[PATCH v2 00/27] KVM: x86/mmu: Remove fast invalidate mechanism
2019-02-12 12:36 UTC (4+ messages)
` [PATCH v2 01/27] KVM: Call kvm_arch_memslots_updated() before updating memslots
[PATCH] clocksource/arm_arch_timer: Store physical timer IRQ number for KVM on VHE
2019-02-12 9:15 UTC (2+ messages)
[PATCH v10 0/5] arm64: Support perf event modifiers :G and :H
2019-02-11 11:26 UTC (3+ messages)
` [PATCH v10 4/5] arm64: arm_pmu: Add support for exclude_host/exclude_guest attributes
[PATCH kvmtool v3] arm: Auto-detect guest GIC type
2019-02-11 10:43 UTC
[PATCH v2 0/4] Various convenience fixes
2019-02-08 16:16 UTC (7+ messages)
` [PATCH v2 1/4] arm: fdt: add stdout-path to /chosen node
` [PATCH v2 2/4] Makefile: support -s switch
` [PATCH v2 3/4] Makefile: Remove echoing of kvmtools version file
` [PATCH v2 4/4] arm: Auto-detect guest GIC type
[PATCH 0/3] KVM: arm/arm64: trivial header path sanitization
2019-02-08 15:42 UTC (2+ messages)
[Deadline Approaching - Call for Workshop Proposals]: 24th European Symposium on Research in Computer Security (ESORICS 2019)
2019-02-06 8:59 UTC
CFP: The 24th European Symposium on Research in Computer Security (ESORICS 2019)
2019-02-06 6:59 UTC
[kvm-unit-tests PATCH v3 0/5] arm/arm64: Add support for running under kvmtool
2019-02-05 14:29 UTC (14+ messages)
` [kvm-unit-tests PATCH v3 1/5] lib: arm: Use UART address from generated config.h
` [kvm-unit-tests PATCH v3 2/5] configure: arm/arm64: Add --vmm option with no effect
` [kvm-unit-tests PATCH v3 3/5] lib: arm: Use ns16550a UART when --vmm=kvmtool
` [kvm-unit-tests PATCH v3 4/5] lib: arm: Implement PSCI SYSTEM_OFF in psci_system_off()
` [kvm-unit-tests PATCH v3 5/5] lib: arm: Fallback to psci_system_off() in exit()
` [PATCH 6/5] arm/arm64: selftest.vectors-user: clean up PSCI exit
[PATCH 0/5] KVM: arm/arm64: Fix VCPU power management problems
2019-02-04 15:15 UTC (17+ messages)
` [PATCH 1/5] KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loaded
` [PATCH 2/5] arm/arm64: KVM: Allow a VCPU to fully reset itself
[kvm-unit-tests PATCH v2 0/5] arm/arm64: Add support for running under kvmtool
2019-02-04 10:32 UTC (15+ messages)
` [kvm-unit-tests PATCH v2 1/5] lib: arm: Use UART address from generated config.h
` [kvm-unit-tests PATCH v2 2/5] configure: arm/arm64: Add --vmm option with no effect
` [kvm-unit-tests PATCH v2 3/5] lib: arm: Use ns16550a UART when --vmm=kvmtool
` [kvm-unit-tests PATCH v2 4/5] lib: arm: Implement PSCI SYSTEM_OFF in psci_system_off()
` [kvm-unit-tests PATCH v2 5/5] lib: arm: Fallback to psci_system_off() in exit()
[kvmarm:master 7/8] arch/arm/kvm/../../../virt/kvm/arm/mmu.c:1705:36: error: implicit declaration of function 'kvm_stage2_has_pmd'; did you mean 'kvm_stage2_has_pud'?
2019-02-04 9:20 UTC (2+ messages)
[PATCH v3 0/3] KVM: arm/arm64: vgic: Use raw_spinlock for locks taken in IRQ context
2019-02-01 17:55 UTC (5+ messages)
` [PATCH v3 1/3] KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock
` "
[PATCH V2 00/10] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
2019-02-01 14:48 UTC
[PATCH v2 0/4] Fix some KVM/HYP interactions with kprobes
2019-02-01 13:34 UTC (9+ messages)
` [PATCH v2 1/4] KVM: arm64: Forbid kprobing of the VHE world-switch code
` [PATCH v2 3/4] arm64: hyp-stub: Forbid kprobing of the hyp-stub
[PATCH kvmtool 0/6] Various convenience fixes
2019-02-01 11:03 UTC (15+ messages)
` [PATCH kvmtool 2/6] arm: fdt: add stdout-path to /chosen node
` [PATCH kvmtool 3/6] Makefile: support -s switch
` [PATCH kvmtool 4/6] Makefile: Remove echoing of kvmtools version file
` [PATCH kvmtool 6/6] arm: Auto-detect guest GIC type
[PATCH v4 0/6] Add ARMv8.3 pointer authentication for kvm guest
2019-01-31 16:19 UTC (5+ messages)
` [PATCH v4 3/6] arm64/kvm: add a userspace option to enable pointer authentication
[PATCH v10 10/25] arm64: kvm: Unmask PMR before entering guest
2019-01-31 14:58 UTC
[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
2019-01-31 14:04 UTC (9+ messages)
` [PATCH v7 20/25] ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications
` [PATCH v7 22/25] ACPI / APEI: Kick the memory_failure() queue for synchronous errors
[PATCH kvmtool] arm: Allow command line for firmware
2019-01-31 13:48 UTC (5+ messages)
[PATCH v7 10/25] ACPI / APEI: Tell firmware the estatus queue consumed the records
2019-01-31 13:29 UTC (11+ messages)
[PATCH v2 0/2] arm64: kvm: cache ID register trapping
2019-01-31 13:17 UTC (2+ messages)
` [PATCH v2 2/2] arm64: kvm: describe data or unified caches as having 1 set and 1 way
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