messages from 2024-04-23 15:06:32 to 2024-05-01 19:51:29 UTC [more...]
[PATCH RFC] KVM: arm64: allow ID_MMFR4_EL1 to be writable
2024-05-01 19:51 UTC (5+ messages)
[PATCH 0/4] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
2024-05-01 18:01 UTC (8+ messages)
` [PATCH 1/4] KVM: Plumb in a @sched_in flag to kvm_arch_vcpu_load()
` [PATCH 2/4] KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()
` [PATCH 3/4] KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
` [PATCH 4/4] KVM: Delete the now unused kvm_arch_sched_in()
[PATCH 0/2] Tweaks to the kvm-arm.mode= early cmdline parsing
2024-05-01 17:47 UTC (5+ messages)
` [PATCH 1/2] KVM: arm64: Fix hvhe/nvhe early alias parsing
` [PATCH 2/2] KVM: arm64: Use hVHE in pKVM by default on CPUs with VHE support
[PATCH v4 00/30] KVM: arm64: Preamble for pKVM
2024-05-01 16:01 UTC (22+ messages)
` [PATCH v4 02/30] KVM: arm64: Move guest_owns_fp_regs() to increase its scope
` [PATCH v4 03/30] KVM: arm64: Refactor checks for FP state ownership
` [PATCH v4 21/30] KVM: arm64: Refactor calculating SVE state size to use helpers
` [PATCH v4 22/30] KVM: arm64: Move some kvm_psci functions to a shared header
` [PATCH v4 23/30] KVM: arm64: Refactor reset_mpidr() to extract its computation
` [PATCH v4 24/30] KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
` [PATCH v4 25/30] KVM: arm64: Reformat/beautify PTP hypercall documentation
` [PATCH v4 26/30] KVM: arm64: Rename firmware pseudo-register documentation file
` [PATCH v4 27/30] KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rst
` [PATCH v4 28/30] KVM: arm64: Refactor setting the return value in kvm_vm_ioctl_enable_cap()
` [PATCH v4 29/30] KVM: arm64: Restrict supported capabilities for protected VMs
` [PATCH v4 30/30] KVM: arm64: Force injection of a data abort on NISV MMIO exit
` (subset) [PATCH v4 00/30] KVM: arm64: Preamble for pKVM
[v2] Support for Arm CCA VMs on Linux
2024-05-01 15:47 UTC (24+ messages)
` [PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
` [PATCH v2 14/14] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
` [PATCH v2 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v2 13/43] arm64: RME: RTT handling
` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v2 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v2 42/43] arm64: kvm: Expose support for private memory
[PATCH] KVM: arm64: remove duplicated AA64MMFR1_EL1 XNX
2024-05-01 15:41 UTC (3+ messages)
[PATCH v9 00/19] ACPI/arm64: add support for virtual cpu hotplug
2024-05-01 11:32 UTC (27+ messages)
` [PATCH v9 01/19] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v9 02/19] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v9 03/19] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v9 04/19] ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
` [PATCH v9 05/19] ACPI: processor: Fix memory leaks in error paths of processor_add()
` [PATCH v9 06/19] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v9 07/19] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v9 08/19] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v9 09/19] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v9 10/19] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v9 11/19] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v9 12/19] arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry
` [PATCH v9 13/19] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v9 14/19] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v9 15/19] arm64: psci: Ignore DENIED CPUs
` [PATCH v9 16/19] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v9 17/19] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v9 18/19] arm64: document virtual CPU hotplug's expectations
` [PATCH v9 19/19] cpumask: Add enabled cpumask for present CPUs that can be brought online
[kvm-unit-tests PATCH v3 0/5] add shellcheck support
2024-05-01 11:29 UTC (6+ messages)
` [kvm-unit-tests PATCH v3 1/5] Add initial shellcheck checking
` [kvm-unit-tests PATCH v3 2/5] shellcheck: Fix SC2155
` [kvm-unit-tests PATCH v3 3/5] shellcheck: Fix SC2124
` [kvm-unit-tests PATCH v3 4/5] shellcheck: Fix SC2294
` [kvm-unit-tests PATCH v3 5/5] shellcheck: Suppress various messages
[PATCH v2 0/6] KVM: arm64: emulation for CTR_EL0
2024-05-01 8:17 UTC (11+ messages)
` [PATCH v2 1/6] KVM: arm64: change return value in arm64_check_features()
` [PATCH v2 2/6] KVM: arm64: unify trap setup code
` [PATCH v2 3/6] KVM: arm64: maintain per VM value for CTR_EL0
` [PATCH v2 4/6] KVM: arm64: add emulation for CTR_EL0 register
` [PATCH v2 5/6] KVM: arm64: show writable masks for feature registers
` [PATCH v2 6/6] KVM: arm64: rename functions for invariant sys regs
[PATCH v5] KVM: arm64: Add early_param to control WFx trapping
2024-04-30 18:14 UTC
[PATCH v8 00/16] ACPI/arm64: add support for virtual cpu hotplug
2024-04-30 16:37 UTC (41+ messages)
` [PATCH v8 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v8 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v8 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v8 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v8 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v8 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v8 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v8 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v8 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v8 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v8 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v8 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v8 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v8 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v8 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v8 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online
[GIT PULL] KVM/arm64 fixes for 6.9, part #2
2024-04-30 8:29 UTC (4+ messages)
[linus:master] [list_debug] b16c42c8fd: WARNING:at_lib/list_debug.c:#__list_add_valid_or_report
2024-04-30 6:44 UTC
[PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
2024-04-29 20:45 UTC (6+ messages)
[PATCH 00/18] KVM: selftests: Clean up x86's DT initialization
2024-04-29 20:45 UTC (2+ messages)
[PATCH 0/2] arm64: Drop ID_AA64PFR0_EL1_ELx_[64BIT_ONLY|32BIT_64BIT]
2024-04-29 2:23 UTC (4+ messages)
` [PATCH 1/2] KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1
[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
2024-04-26 13:51 UTC (7+ messages)
` [kvm-unit-tests PATCH 08/33] arm: realm: Make uart available before MMU is enabled
[PATCH v7 00/16] ACPI/arm64: add support for virtual cpu hotplug
2024-04-26 12:41 UTC (41+ messages)
` [PATCH v7 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v7 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v7 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v7 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v7 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v7 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v7 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v7 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v7 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v7 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v7 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2024-04-26 7:33 UTC (7+ messages)
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
[PATCH v4] KVM: arm64: Add early_param to control WFx trapping
2024-04-25 20:44 UTC (2+ messages)
[PATCH v2 09/14] arm64: Enable memory encrypt for Realms
2024-04-25 18:16 UTC (6+ messages)
[PATCH v3 00/19] KVM: arm64: Transition to a per-ITS translation cache
2024-04-25 12:33 UTC (2+ messages)
[PATCH 0/2] KVM: arm64: Avoid NULL dereference in vgic-v2 device attr accessors
2024-04-24 19:15 UTC (5+ messages)
` [PATCH 1/2] KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()
` [PATCH 2/2] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
[bug report] KVM: arm64: nv: Handle ERETA[AB] instructions
2024-04-24 13:02 UTC (4+ messages)
[PATCH] KVM: arm64: nv: Work around lack of pauth support in old toolchains
2024-04-24 1:54 UTC (7+ 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