All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-19 13:43:21 to 2022-05-19 13:51:14 UTC [more...]

[V2 0/3] Expose max and current bpc via debugfs
 2022-05-19 13:51 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Expose max and current bpc via debugfs (rev9)

RTT-PROBE: lore-subspace-rtt
 2022-05-19 13:50 UTC 

[PATCH v4] qga: add guest-get-diskstats command for Linux guests
 2022-05-19 13:47 UTC  (2+ messages)

[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
 2022-05-19 13:42 UTC  (178+ messages)
` [PATCH 01/89] KVM: arm64: Handle all ID registers trapped for a protected VM
` [PATCH 02/89] KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
` [PATCH 03/89] KVM: arm64: Return error from kvm_arch_init_vm() on allocation failure
` [PATCH 04/89] KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
` [PATCH 05/89] KVM: arm64: Extend comment in has_vhe()
` [PATCH 06/89] KVM: arm64: Drop stale comment
` [PATCH 07/89] KVM: arm64: Move hyp refcount manipulation helpers
` [PATCH 08/89] KVM: arm64: Back hyp_vmemmap for all of memory
` [PATCH 09/89] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH 10/89] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH 11/89] KVM: arm64: Prevent the donation of no-map pages
` [PATCH 12/89] KVM: arm64: Add helpers to pin memory shared with hyp
` [PATCH 13/89] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
` [PATCH 14/89] KVM: arm64: Add hyp_spinlock_t static initializer
` [PATCH 15/89] KVM: arm64: Introduce shadow VM state at EL2
` [PATCH 16/89] KVM: arm64: Instantiate VM shadow data from EL1
` [PATCH 17/89] KVM: arm64: Make hyp stage-1 refcnt correct on the whole range
` [PATCH 18/89] KVM: arm64: Factor out private range VA allocation
` [PATCH 19/89] KVM: arm64: Add pcpu fixmap infrastructure at EL2
` [PATCH 20/89] KVM: arm64: Provide I-cache invalidation by VA "
` [PATCH 21/89] KVM: arm64: Allow non-coallescable pages in a hyp_pool
` [PATCH 22/89] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH 23/89] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH 24/89] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH 25/89] KVM: arm64: Add flags to struct hyp_page
` [PATCH 26/89] KVM: arm64: Provide a hypercall for the host to reclaim guest memory
` [PATCH 27/89] KVM: arm64: Extend memory sharing to allow host-to-guest transitions
` [PATCH 28/89] KVM: arm64: Consolidate stage-2 init in one function
` [PATCH 29/89] KVM: arm64: Check for PTE validity when checking for executable/cacheable
` [PATCH 30/89] KVM: arm64: Do not allow memslot changes after first VM run under pKVM
` [PATCH 31/89] KVM: arm64: Disallow dirty logging and RO memslots with pKVM
` [PATCH 32/89] KVM: arm64: Use the shadow vCPU structure in handle___kvm_vcpu_run()
` [PATCH 33/89] KVM: arm64: Handle guest stage-2 page-tables entirely at EL2
` [PATCH 34/89] KVM: arm64: Don't access kvm_arm_hyp_percpu_base at EL1
` [PATCH 35/89] KVM: arm64: Unmap kvm_arm_hyp_percpu_base from the host
` [PATCH 36/89] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH 37/89] KVM: arm64: Explicitly map kvm_vgic_global_state "
` [PATCH 38/89] KVM: arm64: Don't map host sections in pkvm
` [PATCH 39/89] KVM: arm64: Extend memory donation to allow host-to-guest transitions
` [PATCH 40/89] KVM: arm64: Split up nvhe/fixed_config.h
` [PATCH 41/89] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
  ` [PATCH 41/89] KVM: arm64: Make vcpu_{read, write}_sys_reg "
` [PATCH 42/89] KVM: arm64: Simplify vgic-v3 hypercalls
` [PATCH 43/89] KVM: arm64: Add the {flush,sync}_vgic_state() primitives
  ` [PATCH 43/89] KVM: arm64: Add the {flush, sync}_vgic_state() primitives
` [PATCH 44/89] KVM: arm64: Introduce predicates to check for protected state
` [PATCH 45/89] KVM: arm64: Add the {flush,sync}_timer_state() primitives
  ` [PATCH 45/89] KVM: arm64: Add the {flush, sync}_timer_state() primitives
` [PATCH 46/89] KVM: arm64: Introduce the pkvm_vcpu_{load,put} hypercalls
  ` [PATCH 46/89] KVM: arm64: Introduce the pkvm_vcpu_{load, put} hypercalls
` [PATCH 47/89] KVM: arm64: Add current vcpu and shadow_state lookup primitive
` [PATCH 48/89] KVM: arm64: Skip __kvm_adjust_pc() for protected vcpus
` [PATCH 49/89] KVM: arm64: Add hyp per_cpu variable to track current physical cpu number
` [PATCH 50/89] KVM: arm64: Ensure that TLBs and I-cache are private to each vcpu
` [PATCH 51/89] KVM: arm64: Introduce per-EC entry/exit handlers
` [PATCH 52/89] KVM: arm64: Introduce lazy-ish state sync for non-protected VMs
` [PATCH 53/89] KVM: arm64: Lazy host FP save/restore
` [PATCH 54/89] KVM: arm64: Reduce host/shadow vcpu state copying
` [PATCH 55/89] KVM: arm64: Do not pass the vcpu to __pkvm_host_map_guest()
` [PATCH 56/89] KVM: arm64: Check directly whether the vcpu is protected
` [PATCH 57/89] KVM: arm64: Trap debug break and watch from guest
` [PATCH 58/89] KVM: arm64: Restrict protected VM capabilities
` [PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs
` [PATCH 60/89] KVM: arm64: Refactor reset_mpidr to extract its computation
` [PATCH 61/89] KVM: arm64: Reset sysregs for protected VMs
` [PATCH 62/89] KVM: arm64: Move pkvm_vcpu_init_traps to shadow vcpu init
` [PATCH 63/89] KVM: arm64: Fix initializing traps in protected mode
` [PATCH 64/89] KVM: arm64: Advertise GICv3 sysreg interface to protected guests
` [PATCH 65/89] KVM: arm64: Force injection of a data abort on NISV MMIO exit
` [PATCH 66/89] KVM: arm64: Donate memory to protected guests
` [PATCH 67/89] KVM: arm64: Add EL2 entry/exit handlers for pKVM guests
` [PATCH 68/89] KVM: arm64: Move vgic state between host and shadow vcpu structures
` [PATCH 69/89] KVM: arm64: Do not update virtual timer state for protected VMs
` [PATCH 70/89] KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
` [PATCH 71/89] KVM: arm64: Initialize shadow vm state at hyp
` [PATCH 72/89] KVM: arm64: Track the SVE state in the shadow vcpu
` [PATCH 73/89] KVM: arm64: Add HVC handling for protected guests at EL2
` [PATCH 74/89] KVM: arm64: Move pstate reset values to kvm_arm.h
` [PATCH 75/89] KVM: arm64: Move some kvm_psci functions to a shared header
` [PATCH 76/89] KVM: arm64: Factor out vcpu_reset code for core registers and PSCI
` [PATCH 77/89] KVM: arm64: Handle PSCI for protected VMs in EL2
` [PATCH 78/89] KVM: arm64: Don't expose TLBI hypercalls after de-privilege
` [PATCH 79/89] KVM: arm64: Add is_pkvm_initialized() helper
` [PATCH 80/89] KVM: arm64: Refactor enter_exception64()
` [PATCH 81/89] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH 82/89] KVM: arm64: Support TLB invalidation in guest context
` [PATCH 83/89] KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTE
` [PATCH 84/89] KVM: arm64: Extend memory sharing to allow guest-to-host transitions
` [PATCH 85/89] KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rst
` [PATCH 86/89] KVM: arm64: Reformat/beautify PTP hypercall documentation
` [PATCH 87/89] KVM: arm64: Expose memory sharing hypercalls to protected guests
` [PATCH 88/89] KVM: arm64: Introduce KVM_VM_TYPE_ARM_PROTECTED machine type for PVMs
` [PATCH 89/89] Documentation: KVM: Add some documentation for Protected KVM on arm64

[PATCH V6 0/4] Add unit test module for AMD P-State driver
 2022-05-19 13:47 UTC  (3+ messages)
` [PATCH V6 2/4] cpufreq: amd-pstate: Add test module for amd-pstate driver
` [PATCH V6 4/4] Documentation: amd-pstate: Add unit test introduction

[Bug] Race condition between CPU hotplug off flow and __sched_setscheduler()
 2022-05-19 13:47 UTC  (2+ messages)

[PATCH 0/6] Allow nfs4-acl-tools to access 'dacl' and 'sacl'
 2022-05-19 13:47 UTC  (4+ messages)

[PATCH] powerpc/powernv/pci: Drop VF MPS fixup
 2022-05-19 13:49 UTC  (4+ messages)

[PATCH] target/riscv: add zicsr/zifencei to isa_string
 2022-05-19 13:46 UTC  (2+ messages)

[Intel-gfx] [RFC PATCH] drm/i915: Debugfs statistics interface for psr
 2022-05-19 13:47 UTC  (4+ messages)

[PATCH] usb: core: Call disconnect() only if it is provided by driver
 2022-05-19 13:45 UTC  (2+ messages)

[meta-oe][PATCH 1/2] sdbus-c++-libsystemd: Bump SRCREV to last commit of 250-stable branch
 2022-05-19 13:45 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] sdbus-c++: Bump version from 1.00 to 1.1.0

[PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
 2022-05-19 13:44 UTC  (7+ messages)
` [PATCH bpf-next v5 12/17] selftests/bpf: add tests for bpf_hid_hw_request

[PATCH v3] dt-bindings: display: bridge: sil, sii9022: Convert to json-schema
 2022-05-19 13:41 UTC 

[PATCH net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2022-05-17
 2022-05-19 13:45 UTC  (3+ messages)
` [PATCH net-next 3/3] ice: add write functionality for GNSS TTY

[PATCH] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-05-19 13:44 UTC 

[PATCH] pc: q35: Bump max_cpus to 512
 2022-05-19 13:43 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
 2022-05-19 13:42 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 04/23] lib: Extend the definition of the ACPI table FADT

[PATCH] dt-bindings: phy: renesas,rcar-gen2-usb-phy: Convert to json-schema
 2022-05-19 13:41 UTC  (5+ messages)

[PATCH 00/20] perf vendors events arm64: Multiple Arm CPUs
 2022-05-19 13:42 UTC  (4+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.