messages from 2023-12-14 13:52:56 to 2024-01-05 09:18:36 UTC [more...]
[PATCH v4 0/7] kvm/coresight: Support exclude guest and exclude host
2024-01-05 9:18 UTC (10+ messages)
` [PATCH v4 1/7] arm64: KVM: Fix renamed function in comment
` [PATCH v4 2/7] arm64: KVM: Use shared area to pass PMU event state to hypervisor
` [PATCH v4 3/7] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v4 4/7] arm64: KVM: Add iflag for FEAT_TRF
` [PATCH v4 5/7] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v4 6/7] arm64: KVM: Write TRFCR value on guest switch with nVHE
` [PATCH v4 7/7] coresight: Pass guest TRFCR value to KVM
[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
2024-01-05 9:07 UTC (4+ messages)
` [PATCH v3 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce
[PATCH] KVM: arm64: Add missing memory barriers when switching to pKVM's hyp pgd
2024-01-04 19:34 UTC (4+ messages)
[PATCH] KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
2024-01-04 19:33 UTC (2+ messages)
[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
2024-01-04 11:09 UTC (13+ messages)
` [PATCH v4 08/11] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch timer test
` "
[PATCH 5/8] KVM: arm64: Fix typos
2024-01-04 0:59 UTC (2+ messages)
[PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and
2024-01-03 13:33 UTC (14+ messages)
` [PATCH v3 1/2] kvm: arm64: introduce new flag for non-cacheable IO memory
` [PATCH v3 2/2] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2024-01-02 15:35 UTC (63+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 19/21] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online
[kvm-unit-tests PATCH 0/9] Multi-migration support
2023-12-23 5:18 UTC (13+ messages)
` [kvm-unit-tests PATCH 1/9] s390x: clean lib/auxinfo.o
` [kvm-unit-tests PATCH 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH 4/9] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH 5/9] migration: Support multiple migrations
` [kvm-unit-tests PATCH 6/9] arch-run: rename migration variables
` [kvm-unit-tests PATCH 7/9] migration: Add quiet migration support
` [kvm-unit-tests PATCH 8/9] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH 9/9] migration: add a migration selftest
[GIT PULL] KVM/arm64 fixes for 6.7, part #2
2023-12-22 23:25 UTC (8+ messages)
[PATCH RFC v2 00/22] KVM: arm64: Implement support for SME in non-protected guests
2023-12-22 16:21 UTC (23+ messages)
` [PATCH RFC v2 01/22] KVM: arm64: Document why we trap SVE access from the host
` [PATCH RFC v2 02/22] arm64/fpsimd: Make SVE<->FPSIMD rewriting available to KVM
` [PATCH RFC v2 03/22] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH RFC v2 04/22] KVM: arm64: Store vector lengths in an array
` [PATCH RFC v2 05/22] KVM: arm64: Document the KVM ABI for SME
` [PATCH RFC v2 06/22] KVM: arm64: Make FFR restore optional in __sve_restore_state()
` [PATCH RFC v2 07/22] KVM: arm64: Define guest flags for SME
` [PATCH RFC v2 08/22] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH RFC v2 09/22] KVM: arm64: Basic SME system register descriptions
` [PATCH RFC v2 10/22] KVM: arm64: Add support for TPIDR2_EL0
` [PATCH RFC v2 11/22] KVM: arm64: Make SMPRI_EL1 RES0 for SME guests
` [PATCH RFC v2 12/22] KVM: arm64: Make SVCR a normal system register
` [PATCH RFC v2 13/22] KVM: arm64: Context switch SME state for guest
` [PATCH RFC v2 14/22] KVM: arm64: Manage and handle SME traps
` [PATCH RFC v2 15/22] KVM: arm64: Implement SME vector length configuration
` [PATCH RFC v2 16/22] KVM: arm64: Rename sve_state_reg_region
` [PATCH RFC v2 17/22] KVM: arm64: Support userspace access to streaming mode SVE registers
` [PATCH RFC v2 18/22] KVM: arm64: Expose ZA to userspace
` [PATCH RFC v2 19/22] KVM: arm64: Provide userspace access to ZT0
` [PATCH RFC v2 20/22] KVM: arm64: Support SME version configuration via ID registers
` [PATCH RFC v2 21/22] KVM: arm64: Provide userspace ABI for enabling SME
` [PATCH RFC v2 22/22] KVM: arm64: selftests: Add SME system registers to get-reg-list
[PATCH 0/3] KVM: arm64: Fix + cleanup for GICv3 ISPENDR
2023-12-22 13:03 UTC (5+ messages)
` [PATCH 1/3] KVM: arm64: vgic: Use common accessor for writes to ISPENDR
` [PATCH 2/3] KVM: arm64: vgic: Use common accessor for writes to ICPENDR
` [PATCH 3/3] KVM: arm64: vgic-v3: Reinterpret user ISPENDR writes as I{C,S}PENDR
[PATCH] KVM: arm64: Document why we trap SVE access from the host in nVHE
2023-12-21 21:21 UTC
[PATCH v4 00/10] arm64: ptdump: View the second stage page-tables
2023-12-21 18:41 UTC (19+ messages)
` [PATCH v4 01/10] KVM: arm64: Add snapshot interface for the host stage-2 pagetable
` [PATCH v4 02/10] KVM: arm64: Add ptdump registration with debugfs for the stage-2 pagetables
` [PATCH v4 03/10] KVM: arm64: Invoke the snapshot interface for the host stage-2 pagetable
` [PATCH v4 04/10] arm64: ptdump: Expose the attribute parsing functionality
` [PATCH v4 05/10] arm64: ptdump: Use the mask from the state structure
` [PATCH v4 06/10] KVM: arm64: Move pagetable definitions to common header
` [PATCH v4 07/10] KVM: arm64: Walk the pagetable snapshot and parse the ptdump descriptors
` [PATCH v4 08/10] arm64: ptdump: Interpret memory attributes based on the runtime config
` [PATCH v4 09/10] arm64: ptdump: Interpret pKVM ownership annotations
` [PATCH v4 10/10] arm64: ptdump: Add guest stage-2 pagetables dumping
[PATCH v5 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2023-12-21 15:40 UTC (5+ messages)
` [PATCH v5 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v5 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v5 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices
` [PATCH v5 4/4] vfio: convey kvm that the vfio-pci device is wc safe
[PATCH v4 0/3] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
2023-12-20 14:16 UTC (7+ messages)
` [PATCH v4 1/3] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v4 2/3] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices
` [PATCH v4 3/3] vfio: convey kvm that the vfio-pci device is wc safe
[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
2023-12-20 4:13 UTC (8+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests
[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
2023-12-20 1:37 UTC (5+ messages)
[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
2023-12-19 10:32 UTC (4+ messages)
` (subset) "
[bug report] GICv4.1: vSGI remains pending across the guest reset
2023-12-19 9:32 UTC (9+ messages)
[PATCH v3 00/17] KVM: arm64: Fixes to fine grain traps and pKVM traps
2023-12-18 17:15 UTC (17+ messages)
` [PATCH v3 09/17] KVM: arm64: Handle HAFGRTR_EL2 trapping in nested virt
` [PATCH v3 13/17] KVM: arm64: Define FGT nMASK bits relative to other fields
` [PATCH v3 14/17] KVM: arm64: Macros for setting/clearing FGT bits
` (subset) [PATCH v3 00/17] KVM: arm64: Fixes to fine grain traps and pKVM traps
[PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
2023-12-18 10:59 UTC (13+ messages)
[PATCH v7 00/11] arm64: perf: Add support for event counting threshold
2023-12-15 12:43 UTC (4+ messages)
` [PATCH v7 05/11] arm64: perf: Include threshold control fields in PMEVTYPER mask
[PATCH v2 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2023-12-14 19:29 UTC (7+ messages)
` [PATCH v2 4/5] "
` [PATCH v2 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test
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