messages from 2021-08-09 15:25:12 to 2021-08-16 14:40:59 UTC [more...]
[PATCH v3 00/15] KVM: arm64: Fixed features for protected VMs
2021-08-16 14:40 UTC (34+ 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 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v3 05/15] KVM: arm64: Refactor sys_regs.h, c "
` [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 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
[PATCH v5] memblock: make memblock_find_in_range method private
2021-08-16 12:26 UTC
[PATCH 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
2021-08-16 12:15 UTC (13+ messages)
` [PATCH 01/10] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH 02/10] KVM: arm64: selftests: Add write_sysreg_s and read_sysreg_s
` [PATCH 03/10] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH 04/10] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH 05/10] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH 06/10] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH 07/10] KVM: arm64: selftests: Add support to get the vcpuid from MPIDR_EL1
` [PATCH 08/10] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH 09/10] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH 10/10] KVM: arm64: selftests: Add arch_timer test
[PATCH v7 0/9] selftests: KVM: Test offset-based counter controls
2021-08-16 0:12 UTC (10+ messages)
` [PATCH v7 1/9] tools: arch: x86: pull in pvclock headers
` [PATCH v7 2/9] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v7 3/9] selftests: KVM: Fix kvm device helper ioctl assertions
` [PATCH v7 4/9] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v7 5/9] selftests: KVM: Introduce system counter offset test
` [PATCH v7 6/9] selftests: KVM: Add helper to check for register presence
` [PATCH v7 7/9] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [PATCH v7 8/9] selftests: KVM: Test physical counter offsetting
` [PATCH v7 9/9] selftests: KVM: Add counter emulation benchmark
[PATCH v7 0/7] KVM: arm64: Add idempotent controls to migrate guest counter
2021-08-16 0:12 UTC (8+ messages)
` [PATCH v7 1/7] KVM: arm64: Refactor update_vtimer_cntvoff()
` [PATCH v7 2/7] KVM: arm64: Separate guest/host counter offset values
` [PATCH v7 3/7] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v7 4/7] arm64: cpufeature: Enumerate support for FEAT_ECV >= 0x2
` [PATCH v7 5/7] KVM: arm64: Allow userspace to configure a guest's counter-timer offset
` [PATCH v7 6/7] KVM: arm64: Configure timer traps in vcpu_load() for VHE
` [PATCH v7 7/7] KVM: arm64: Emulate physical counter offsetting on non-ECV systems
[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
2021-08-16 0:11 UTC (7+ messages)
` [PATCH v7 1/6] KVM: x86: Fix potential race in KVM_GET_CLOCK
` [PATCH v7 2/6] KVM: x86: Create helper methods for KVM_{GET,SET}_CLOCK ioctls
` [PATCH v7 3/6] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v7 4/6] KVM: x86: Take the pvclock sync lock behind the tsc_write_lock
` [PATCH v7 5/6] KVM: x86: Refactor tsc synchronization code
` [PATCH v7 6/6] KVM: x86: Expose TSC offset controls to userspace
[PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer
2021-08-12 15:41 UTC (3+ messages)
[PATCH v3 0/3] KVM: arm64: Use generic guest entry infrastructure
2021-08-15 9:21 UTC (3+ messages)
[PATCH v4 00/15] Support Asynchronous Page Fault
2021-08-15 0:59 UTC (16+ messages)
` [PATCH v4 01/15] KVM: async_pf: Move struct kvm_async_pf around
` [PATCH v4 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v4 03/15] KVM: async_pf: Make GFN slot management generic
` [PATCH v4 04/15] KVM: x86: Use generic async PF slot management
` [PATCH v4 05/15] KVM: arm64: Export kvm_handle_user_mem_abort()
` [PATCH v4 06/15] KVM: arm64: Add paravirtualization header files
` [PATCH v4 07/15] KVM: arm64: Support page-not-present notification
` [PATCH v4 08/15] KVM: arm64: Support page-ready notification
` [PATCH v4 09/15] KVM: arm64: Support async PF hypercalls
` [PATCH v4 10/15] KVM: arm64: Support async PF ioctl commands
` [PATCH v4 11/15] KVM: arm64: Export async PF capability
` [PATCH v4 12/15] arm64: Detect async PF para-virtualization feature
` [PATCH v4 13/15] arm64: Reschedule process on aync PF
` [PATCH v4 14/15] arm64: Enable async PF
` [PATCH v4 15/15] KVM: arm64: Add async PF document
[PATCH v4 00/21] Support SDEI Virtualization
2021-08-15 0:19 UTC (23+ messages)
` [PATCH v4 01/21] KVM: arm64: Introduce template for inline functions
` [PATCH v4 02/21] KVM: arm64: Add SDEI virtualization infrastructure
` [PATCH v4 03/21] KVM: arm64: Support SDEI_VERSION hypercall
` [PATCH v4 04/21] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall
` [PATCH v4 05/21] KVM: arm64: Support SDEI_EVENT_{ENABLE, DISABLE} hypercall
` [PATCH v4 06/21] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall
` [PATCH v4 07/21] KVM: arm64: Support SDEI_EVENT_UNREGISTER hypercall
` [PATCH v4 08/21] KVM: arm64: Support SDEI_EVENT_STATUS hypercall
` [PATCH v4 09/21] KVM: arm64: Support SDEI_EVENT_GET_INFO hypercall
` [PATCH v4 10/21] KVM: arm64: Support SDEI_EVENT_ROUTING_SET hypercall
` [PATCH v4 11/21] KVM: arm64: Support SDEI_PE_{MASK, UNMASK} hypercall
` [PATCH v4 12/21] KVM: arm64: Support SDEI_{PRIVATE, SHARED}_RESET hypercall
` [PATCH v4 13/21] KVM: arm64: Impment SDEI event delivery
` [PATCH v4 14/21] KVM: arm64: Support SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall
` [PATCH v4 15/21] KVM: arm64: Support SDEI event notifier
` [PATCH v4 16/21] KVM: arm64: Support SDEI ioctl commands on VM
` [PATCH v4 17/21] KVM: arm64: Support SDEI ioctl commands on vCPU
` [PATCH v4 18/21] KVM: arm64: Support SDEI event injection
` [PATCH v4 19/21] KVM: arm64: Support SDEI event cancellation
` [PATCH v4 20/21] KVM: arm64: Export SDEI capability
` [PATCH v4 21/21] KVM: selftests: Add SDEI test case
[PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state
2021-08-13 17:46 UTC (25+ messages)
` [PATCH v6 01/21] KVM: x86: Fix potential race in KVM_GET_CLOCK
` [PATCH v6 13/21] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v6 16/21] arm64: cpufeature: Enumerate support for Enhanced Counter Virtualization
` [PATCH v6 17/21] KVM: arm64: Allow userspace to configure a guest's counter-timer offset
` [PATCH v6 19/21] KVM: arm64: Emulate physical counter offsetting on non-ECV systems
[PATCH] KVM: arm64: Make hyp_panic() more robust when protected mode is enabled
2021-08-13 13:03 UTC
[GIT PULL] KVM/arm64 fixes for 5.14, take #2
2021-08-13 6:42 UTC
[PATCH v4 0/2] memblock: make memblock_find_in_range method private
2021-08-12 14:40 UTC (4+ messages)
` [PATCH v4 1/2] x86/mm: memory_map_top_down: remove spurious reservation of upper 2M
` [PATCH v4 2/2] memblock: make memblock_find_in_range method private
[PATCH V2 0/5] KVM: arm64: General cleanups
2021-08-12 5:09 UTC (6+ messages)
` [PATCH V2 1/5] arm64/mm: Add remaining ID_AA64MMFR0_PARANGE_ macros
` [PATCH V2 2/5] KVM: arm64: Use ARM64_MIN_PARANGE_BITS as the minimum supported IPA
` [PATCH V2 3/5] KVM: arm64: Drop init_common_resources()
` [PATCH V2 4/5] KVM: arm64: Drop check_kvm_target_cpu() based percpu probe
` [PATCH V2 5/5] KVM: arm64: Drop unused REQUIRES_VIRT
[PATCH] KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()
2021-08-11 18:43 UTC (2+ messages)
[PATCH V2] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
2021-08-11 15:02 UTC (2+ messages)
[PATCH v4 00/21] Track shared pages at EL2 in protected mode
2021-08-11 11:25 UTC (30+ messages)
` [PATCH v4 05/21] KVM: arm64: Expose page-table helpers
` [PATCH v4 07/21] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH v4 08/21] KVM: arm64: Don't overwrite software bits with owner id
` [PATCH v4 09/21] KVM: arm64: Tolerate re-creating hyp mappings to set software bits
` [PATCH v4 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH v4 11/21] KVM: arm64: Allow populating software bits
` [PATCH v4 12/21] KVM: arm64: Add helpers to tag shared pages in SW bits
` [PATCH v4 13/21] KVM: arm64: Expose host stage-2 manipulation helpers
` [PATCH v4 14/21] KVM: arm64: Expose pkvm_hyp_id
` [PATCH v4 15/21] KVM: arm64: Introduce addr_is_memory()
` [PATCH v4 16/21] KVM: arm64: Enable retrieving protections attributes of PTEs
` [PATCH v4 17/21] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH v4 18/21] KVM: arm64: Remove __pkvm_mark_hyp
` [PATCH v4 19/21] KVM: arm64: Refactor protected nVHE stage-1 locking
` [PATCH v4 20/21] KVM: arm64: Restrict EL2 stage-1 changes in protected mode
` [PATCH v4 21/21] KVM: arm64: Make __pkvm_create_mappings static
[PATCH] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
2021-08-11 10:43 UTC (3+ messages)
[PATCH] arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFT
2021-08-11 10:20 UTC (3+ messages)
[PATCH 0/5] KVM: arm64: General cleanups
2021-08-11 10:13 UTC (20+ messages)
` [PATCH 1/5] KVM: arm64: Drop direct PAGE_[SHIFT|SIZE] usage as page size
` [PATCH 2/5] KVM: arm64: Drop init_common_resources()
` [PATCH 3/5] KVM: arm64: Drop check_kvm_target_cpu() based percpu probe
` [PATCH 4/5] KVM: arm64: Drop unused REQUIRES_VIRT
` [PATCH 5/5] KVM: arm64: Define KVM_PHYS_SHIFT_MIN
[PATCH V2] KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF
2021-08-11 9:56 UTC (2+ messages)
[PATCH v3 0/4] kvm/arm: New VMID allocator based on asid
2021-08-11 8:47 UTC (6+ messages)
` [PATCH v3 4/4] KVM: arm64: Clear active_vmids on vCPU schedule out
[PATCH v3] memblock: make memblock_find_in_range method private
2021-08-11 7:36 UTC (5+ messages)
[PATCH] arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF
2021-08-10 15:01 UTC (3+ messages)
[RFC PATCH 14/15] mm: introduce MIN_MAX_ORDER to replace MAX_ORDER as compile time constant
2021-08-09 15:35 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).