messages from 2021-07-10 10:18:43 to 2021-07-20 13:14:16 UTC [more...]
[PATCH 00/16] KVM: arm64: MMIO guard PV services
2021-07-20 13:13 UTC (27+ messages)
` [PATCH 01/16] KVM: arm64: Generalise VM features into a set of flags
` [PATCH 02/16] KVM: arm64: Don't issue CMOs when the physical address is invalid
` [PATCH 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate
` [PATCH 04/16] KVM: arm64: Add MMIO checking infrastructure
` [PATCH 05/16] KVM: arm64: Plumb MMIO checking into the fault handling
` [PATCH 06/16] KVM: arm64: Force a full unmap on vpcu reinit
` [PATCH 07/16] KVM: arm64: Wire MMIO guard hypercalls
` [PATCH 08/16] KVM: arm64: Add tracepoint for failed MMIO guard check
` [PATCH 09/16] KVM: arm64: Advertise a capability for MMIO guard
` [PATCH 10/16] KVM: arm64: Add some documentation for the MMIO guard feature
` [PATCH 11/16] firmware/smccc: Call arch-specific hook on discovering KVM services
` [PATCH 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls
` [PATCH 13/16] arm64: Implement ioremap/iounmap hooks calling into KVM's MMIO guard
` [PATCH 14/16] arm64: Enroll into KVM's MMIO guard if required
` [PATCH 15/16] arm64: Add a helper to retrieve the PTE of a fixmap
` [PATCH 16/16] arm64: Register earlycon fixmap with the MMIO guard
[PATCH 00/14] Track shared pages at EL2 in protected mode
2021-07-20 11:56 UTC (34+ messages)
` [PATCH 01/14] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH 02/14] KVM: arm64: Optimize kvm_pgtable_stage2_find_range()
` [PATCH 03/14] KVM: arm64: Continue stage-2 map when re-creating mappings
` [PATCH 04/14] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH 05/14] KVM: arm64: Don't overwrite ignored bits with owner id
` [PATCH 06/14] KVM: arm64: Tolerate re-creating hyp mappings to set ignored bits
` [PATCH 07/14] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH 08/14] KVM: arm64: Add support for tagging shared pages in page-table
` [PATCH 09/14] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH 10/14] KVM: arm64: Enable retrieving protections attributes of PTEs
` [PATCH 11/14] KVM: arm64: Expose kvm_pte_valid() helper
` [PATCH 12/14] KVM: arm64: Refactor pkvm_pgtable locking
` [PATCH 13/14] KVM: arm64: Restrict hyp stage-1 manipulation in protected mode
` [PATCH 14/14] KVM: arm64: Prevent late calls to __pkvm_create_private_mapping()
[PATCH v3 00/15] KVM: arm64: Fixed features for protected VMs
2021-07-19 19:43 UTC (17+ messages)
` [PATCH v3 01/15] KVM: arm64: placeholder to check if VM is protected
` [PATCH v3 02/15] KVM: arm64: Remove trailing whitespace in comment
` [PATCH v3 03/15] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v3 04/15] KVM: arm64: Fix names of config register fields
` [PATCH v3 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v3 06/15] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v3 07/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
` [PATCH v3 08/15] KVM: arm64: Add feature register flag definitions
` [PATCH v3 09/15] KVM: arm64: Add config register bit definitions
` [PATCH v3 10/15] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v3 11/15] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v3 12/15] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v3 13/15] KVM: arm64: Trap access to pVM restricted features
` [PATCH v3 14/15] KVM: arm64: Handle protected guests at 32 bits
` [PATCH v3 15/15] KVM: arm64: Restrict protected VM capabilities
[RFC PATCH 0/5] KVM: arm64: Pass PSCI to userspace
2021-07-19 19:37 UTC (4+ messages)
[PATCH v3 00/12] KVM: Add idempotent controls for migrating system counter state
2021-07-19 18:49 UTC (13+ messages)
` [PATCH v3 01/12] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v3 02/12] KVM: x86: Refactor tsc synchronization code
` [PATCH v3 03/12] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v3 04/12] tools: arch: x86: pull in pvclock headers
` [PATCH v3 05/12] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v3 06/12] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v3 07/12] selftests: KVM: Introduce system counter offset test
` [PATCH v3 08/12] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v3 09/12] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v3 10/12] KVM: arm64: Provide userspace access to the physical counter offset
` [PATCH v3 11/12] selftests: KVM: Test physical counter offsetting
` [PATCH v3 12/12] selftests: KVM: Add counter emulation benchmark
[PATCH v2 0/4] kvm-arm64: Fix PMU reset values (and more)
2021-07-19 16:56 UTC (10+ messages)
` [PATCH v2 1/4] KVM: arm64: Narrow PMU sysreg reset values to architectural requirements
` [PATCH v2 2/4] KVM: arm64: Drop unnecessary masking of PMU registers
` [PATCH v2 3/4] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
` [PATCH v2 4/4] KVM: arm64: Remove PMSWINC_EL0 shadow register
[PATCH 0/5] KVM: Remove kvm_is_transparent_hugepage() and friends
2021-07-19 9:31 UTC (10+ messages)
` [PATCH 1/5] KVM: arm64: Walk userspace page tables to compute the THP mapping size
` [PATCH 2/5] KVM: arm64: Avoid mapping size adjustment on permission fault
` [PATCH 3/5] KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()
` [PATCH 4/5] KVM: arm64: Use get_page() instead of kvm_get_pfn()
` [PATCH 5/5] KVM: Get rid "
[PATCH v2 00/12] KVM: Add idempotent controls for migrating system counter state
2021-07-19 0:48 UTC (19+ messages)
` [PATCH v2 01/12] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v2 02/12] KVM: x86: Refactor tsc synchronization code
` [PATCH v2 03/12] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v2 04/12] tools: arch: x86: pull in pvclock headers
` [PATCH v2 05/12] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v2 06/12] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v2 07/12] selftests: KVM: Introduce system counter offset test
` [PATCH v2 08/12] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v2 09/12] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v2 10/12] KVM: arm64: Provide userspace access to the physical counter offset
` [PATCH v2 11/12] selftests: KVM: Test physical counter offsetting
` [PATCH v2 12/12] selftests: KVM: Add counter emulation benchmark
[GIT PULL] KVM/arm64 fixes for 5.14, take #1
2021-07-18 10:55 UTC
[PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
2021-07-16 8:53 UTC
[kvm-unit-tests] its-migration segmentation fault
2021-07-16 6:35 UTC (6+ messages)
[PATCH 0/3] kvm-arm64: Fix PMU reset values (and more)
2021-07-15 12:25 UTC (14+ messages)
` [PATCH 1/3] KVM: arm64: Narrow PMU sysreg reset values to architectural requirements
` [PATCH 2/3] KVM: arm64: Drop unnecessary masking of PMU registers
` [PATCH 3/3] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
Any way to disable KVM VHE extension?
2021-07-15 10:49 UTC (7+ messages)
[PATCH 0/5] KVM: arm64: Cleanups and one optimization
2021-07-15 9:31 UTC (10+ messages)
` [PATCH 1/5] KVM: arm64: Move vcpu_has_feature() to asm/kvm_host.h
` [PATCH 2/5] KVM: arm64: Use vcpu_has_feature() to check the feature bits
` [PATCH 3/5] KVM: arm64: Rename __vcpu_sys_reg -> vcpu_sys_reg
` [PATCH 4/5] KVM: arm64: Add __vcpu_sys_reg()
` [PATCH 5/5] KVM: arm64: nVHE: Remove unneeded isb() when modifying PMSCR_EL1
[PATCH v2 00/13] KVM: arm64: Fixed features for protected VMs
2021-07-14 20:01 UTC (4+ messages)
` [PATCH v2 09/13] KVM: arm64: Add trap handlers "
[PATCH v4 41/66] KVM: arm64: nv: Trap and emulate TLBI instructions from virtual EL2
2021-07-14 16:40 UTC (2+ messages)
[PATCH 0/2] KVM: selftests: a couple fixes
2021-07-14 10:56 UTC (5+ messages)
` [PATCH 1/2] KVM: selftests: change pthread_yield to sched_yield
` [PATCH 2/2] KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublist
[kvm-unit-tests PATCH v2 0/4] enable LPI and ITS for TCG
2021-07-13 20:47 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 2/4] scripts/arch-run: don't use deprecated server/nowait options
[PATCH] KVM: arm64: Fix detection of shared VMAs on guest fault
2021-07-13 16:18 UTC (2+ messages)
[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
2021-07-13 7:45 UTC (11+ messages)
` [kvm-unit-tests RFC PATCH 1/5] lib: arm: Print test exit status on exit if chr-testdev is not available
` [kvm-unit-tests RFC PATCH 2/5] scripts: Rename run_qemu_status -> run_test_status
` [kvm-unit-tests RFC PATCH 3/5] run_tests.sh: Add kvmtool support
[PATCH v2 0/3] kvm/arm: New VMID allocator based on asid
2021-07-13 7:07 UTC (2+ messages)
[PATCH v3] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
2021-07-12 17:03 UTC
[PATCHv2 0/4] arm64:kvm: teach guest sched that VCPUs can be preempted
2021-07-12 16:24 UTC (12+ messages)
` [PATCHv2 1/4] arm64: smccc: Add SMCCC pv-vcpu-state function call IDs
` [PATCHv2 2/4] arm64: add guest pvstate support
` [PATCHv2 3/4] arm64: do not use dummy vcpu_is_preempted()
` [PATCHv2 4/4] arm64: add host pv-vcpu-state support
[PATCH v2] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
2021-07-12 16:02 UTC (5+ messages)
[PATCH] KVM/ARM: vgic: Delete the redundant lines of code
2021-07-12 14:16 UTC (2+ messages)
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