KVM ARM Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-29 22:09:33 to 2021-08-10 15:10:35 UTC [more...]

[PATCH 0/5] KVM: arm64: General cleanups
 2021-08-10 15:11 UTC  (12+ 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] 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)

[PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state
 2021-08-10 12:30 UTC  (41+ messages)
` [PATCH v6 01/21] KVM: x86: Fix potential race in KVM_GET_CLOCK
` [PATCH v6 02/21] KVM: x86: Report host tsc and realtime values "
` [PATCH v6 03/21] KVM: x86: Take the pvclock sync lock behind the tsc_write_lock
` [PATCH v6 04/21] KVM: x86: Refactor tsc synchronization code
` [PATCH v6 05/21] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v6 06/21] tools: arch: x86: pull in pvclock headers
` [PATCH v6 07/21] selftests: KVM: Add test for KVM_{GET,SET}_CLOCK
` [PATCH v6 08/21] selftests: KVM: Fix kvm device helper ioctl assertions
` [PATCH v6 09/21] selftests: KVM: Add helpers for vCPU device attributes
` [PATCH v6 10/21] selftests: KVM: Introduce system counter offset test
` [PATCH v6 11/21] KVM: arm64: Refactor update_vtimer_cntvoff()
` [PATCH v6 12/21] KVM: arm64: Separate guest/host counter offset values
` [PATCH v6 13/21] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v6 14/21] selftests: KVM: Add helper to check for register presence
` [PATCH v6 15/21] selftests: KVM: Add support for aarch64 to system_counter_offset_test
` [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 18/21] KVM: arm64: Configure timer traps in vcpu_load() for VHE
` [PATCH v6 19/21] KVM: arm64: Emulate physical counter offsetting on non-ECV systems
` [PATCH v6 20/21] selftests: KVM: Test physical counter offsetting
` [PATCH v6 21/21] selftests: KVM: Add counter emulation benchmark

[PATCH v4 00/21] Track shared pages at EL2 in protected mode
 2021-08-10  4:57 UTC  (34+ messages)
` [PATCH v4 01/21] KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2
` [PATCH v4 02/21] KVM: arm64: Introduce hyp_assert_lock_held()
` [PATCH v4 03/21] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH v4 04/21] KVM: arm64: Introduce helper to retrieve a PTE and its level
` [PATCH v4 05/21] KVM: arm64: Expose page-table helpers
` [PATCH v4 06/21] KVM: arm64: Optimize host memory aborts
` [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] arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFT
 2021-08-10  4:29 UTC 

[PATCH v3] memblock: make memblock_find_in_range method private
 2021-08-09 19:06 UTC  (5+ messages)

[PATCH v3 0/4] kvm/arm: New VMID allocator based on asid
 2021-08-09 13:48 UTC  (12+ messages)
` [PATCH v3 1/4] KVM: arm64: Introduce a new VMID allocator for KVM
` [PATCH v3 4/4] KVM: arm64: Clear active_vmids on vCPU schedule out

[PATCH v2] memblock: make memblock_find_in_range method private
 2021-08-07 23:05 UTC  (7+ messages)

[PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation
 2021-08-06 16:04 UTC  (13+ messages)
` [PATCH 1/4] arm64: mm: Fix TLBI vs ASID rollover
` [PATCH] of: restricted dma: Don't fail device probe on rmem init failure
` [PATCH 2/4] KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers
` [PATCH 3/4] KVM: arm64: Convert the host S2 over to __load_guest_stage2()
` [PATCH 4/4] KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE
` (subset) [PATCH 0/4] Fix racing TLBI with ASID/VMID reallocation

[PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-08-06 13:37 UTC 

[PATCH v2 0/2] KVM: arm64: Prevent kmemleak from accessing HYP data
 2021-08-04 12:26 UTC  (9+ messages)
` [PATCH v2 1/2] arm64: Move .hyp.rodata outside of the _sdata.._edata range
` [PATCH v2 2/2] KVM: arm64: Unregister HYP sections from kmemleak in protected mode

[PATCH v5 00/13] KVM: Add idempotent controls for migrating system counter state
 2021-08-04  6:59 UTC  (18+ messages)
` [PATCH v5 01/13] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
` [PATCH v5 02/13] KVM: x86: Refactor tsc synchronization code
` [PATCH v5 03/13] KVM: x86: Expose TSC offset controls to userspace
` [PATCH v5 09/13] KVM: arm64: Allow userspace to configure a vCPU's virtual offset
` [PATCH v5 11/13] KVM: arm64: Provide userspace access to the physical counter offset

[PATCH v3 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-03 15:32 UTC  (3+ messages)
` [PATCH v3 10/15] KVM: arm64: Guest exit handlers for nVHE hyp

[PATCH v3 00/21] Track shared pages at EL2 in protected mode
 2021-08-03 10:54 UTC  (37+ messages)
` [PATCH v3 03/21] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH v3 06/21] KVM: arm64: Optimize host memory aborts
` [PATCH v3 07/21] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH v3 08/21] KVM: arm64: Don't overwrite software bits with owner id
` [PATCH v3 09/21] KVM: arm64: Tolerate re-creating hyp mappings to set software bits
` [PATCH v3 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH v3 12/21] KVM: arm64: Add helpers to tag shared pages in SW bits
` [PATCH v3 13/21] KVM: arm64: Expose host stage-2 manipulation helpers
` [PATCH v3 15/21] KVM: arm64: Introduce addr_is_memory()
` [PATCH v3 16/21] KVM: arm64: Enable retrieving protections attributes of PTEs
` [PATCH v3 17/21] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH v3 19/21] KVM: arm64: Refactor protected nVHE stage-1 locking
` [PATCH v3 20/21] KVM: arm64: Restrict EL2 stage-1 changes in protected mode

[PATCH v3 0/3] KVM: arm64: Use generic guest entry infrastructure
 2021-08-02 19:28 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: arm64: Record number of signal exits as a vCPU stat
` [PATCH v3 2/3] entry: KVM: Allow use of generic KVM entry w/o full generic support
` [PATCH v3 3/3] KVM: arm64: Use generic KVM xfer to guest work function

[PATCH] KVM: arm64: fix comment typo
 2021-08-02 14:22 UTC  (2+ messages)

[PATCH] KVM: ARM: count remote TLB flushes
 2021-08-02 13:45 UTC  (2+ messages)

[PATCH v2 0/6] KVM: Remove kvm_is_transparent_hugepage() and friends
 2021-08-02 13:39 UTC  (2+ messages)

[PATCH v2 0/4] kvm-arm64: Fix PMU reset values (and more)
 2021-08-02 13:39 UTC  (2+ messages)

[PATCH] KVM: arm64: Unregister HYP sections from kmemleak in protected mode
 2021-08-02 12:36 UTC  (3+ messages)

[PATCH 00/16] KVM: arm64: MMIO guard PV services
 2021-08-01 11:20 UTC  (24+ messages)
` [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 12/16] mm/ioremap: Add arch-specific callbacks on ioremap/iounmap calls

[PATCH v4 0/6] KVM: selftests: arm64 exception handling and debug test
 2021-07-30 16:24 UTC  (5+ messages)
` [PATCH v4 3/6] KVM: selftests: Introduce UCALL_UNHANDLED for unhandled vector reporting

[PATCH v2 0/3] KVM: arm64: Use generic guest entry infrastructure
 2021-07-30 17:52 UTC  (6+ messages)
` [PATCH v2 3/3] KVM: arm64: Use generic KVM xfer to guest work function

[PATCH] memblock: make memblock_find_in_range method private
 2021-07-30 10:46 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).