messages from 2022-05-03 06:02:16 to 2022-05-15 10:29:13 UTC [more...]
[PATCH v4 0/4] KVM: arm64: Do not communicate host pmu event changes by accessing hyp data
2022-05-15 10:29 UTC (8+ messages)
` [PATCH v4 1/4] KVM: arm64: Wrapper for getting pmu_events
` [PATCH v4 2/4] KVM: arm64: Repack struct kvm_pmu to reduce size
` [PATCH v4 3/4] KVM: arm64: Pass pmu events to hyp via vcpu
` [PATCH v4 4/4] KVM: arm64: Reenable pmu in Protected Mode
[PATCH] KVM: arm64: vgic-v3: List M1 Pro/Max as requiring the SEIS workaround
2022-05-15 9:46 UTC (2+ messages)
[PATCH v5 00/21] KVM: Extend Eager Page Splitting to the shadow MMU
2022-05-13 20:28 UTC (22+ messages)
` [PATCH v5 01/21] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v5 02/21] KVM: x86/mmu: Use a bool for direct
` [PATCH v5 03/21] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v5 04/21] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
` [PATCH v5 05/21] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v5 06/21] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v5 07/21] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v5 08/21] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v5 09/21] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v5 10/21] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
` [PATCH v5 11/21] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page()
` [PATCH v5 12/21] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
` [PATCH v5 13/21] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v5 14/21] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v5 15/21] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v5 16/21] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v5 17/21] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v5 18/21] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
` [PATCH v5 19/21] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v5 20/21] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v5 21/21] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
[PATCH v4 00/20] KVM: Extend Eager Page Splitting to the shadow MMU
2022-05-13 18:26 UTC (53+ messages)
` [PATCH v4 01/20] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v4 02/20] KVM: x86/mmu: Use a bool for direct
` [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v4 04/20] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v4 05/20] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v4 06/20] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v4 07/20] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v4 08/20] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v4 11/20] KVM: x86/mmu: Allow for NULL vcpu pointer in __kvm_mmu_get_shadow_page()
` [PATCH v4 13/20] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v4 15/20] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v4 16/20] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v4 17/20] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "
` [PATCH v4 18/20] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v4 20/20] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-05-13 17:13 UTC (16+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v4 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats
[PATCH] KVM: arm64: Don't hypercall before EL2 init
2022-05-13 9:26 UTC
[PATCH] selftests: kvm: replace ternary operator with min()
2022-05-12 14:04 UTC (4+ messages)
[PATCH v3 0/4] KVM: arm64: vgic: Misc ITS fixes
2022-05-10 18:21 UTC (6+ messages)
` [PATCH v3 1/4] KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
` [PATCH v3 2/4] KVM: arm64: vgic: Add more checks when restoring ITS tables
` [PATCH v3 3/4] KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
` [PATCH v3 4/4] KVM: arm64: vgic: Undo work in failed ITS restores
[PATCH 0/2] KVM: arm64: Minor pKVM cleanups
2022-05-10 10:04 UTC (6+ messages)
` [PATCH 1/2] KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
` [PATCH 2/2] KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVE
[PATCH v3 0/4] KVM: arm64: Do not communicate host pmu event changes by accessing hyp data
2022-05-10 9:21 UTC (13+ messages)
` [PATCH v3 1/4] KVM: arm64: Wrapper for getting pmu_events
` [PATCH v3 2/4] KVM: arm64: Repack struct kvm_pmu to reduce size
` [PATCH v3 3/4] KVM: arm64: Pass pmu events to hyp via vcpu
` [PATCH v3 4/4] KVM: arm64: Reenable pmu in Protected Mode
[PATCH 0/2] ARM Error Source Table Support
2022-05-09 23:23 UTC (7+ messages)
` [PATCH 1/2] ACPI/AEST: Initial AEST driver
[PATCH v2 0/4] KVM: arm64: vgic: Misc ITS fixes
2022-05-09 12:40 UTC (13+ messages)
` [PATCH v2 1/4] KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
` [PATCH v2 2/4] KVM: arm64: vgic: Add more checks when restoring ITS tables
` [PATCH v2 3/4] KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
` [PATCH v2 4/4] KVM: arm64: vgic: Undo work in failed ITS restores
[PATCH v2 0/4] KVM: arm64: Do not communicate host pmu event changes by accessing hyp data
2022-05-09 10:48 UTC (9+ messages)
` [PATCH v2 1/4] KVM: arm64: Wrapper for getting pmu_events
` [PATCH v2 2/4] KVM: arm64: Repack struct kvm_pmu to reduce size
` [PATCH v2 3/4] KVM: arm64: Pass pmu events to hyp via vcpu
` [PATCH v2 4/4] KVM: arm64: Reenable pmu in Protected Mode
[kvm-unit-tests PATCH 05/23] arm/arm64: Add support for setting up the PSCI conduit through ACPI
2022-05-06 14:08 UTC (14+ messages)
` [kvm-unit-tests PATCH 06/23] arm/arm64: Add support for discovering the UART "
` [kvm-unit-tests PATCH 07/23] arm/arm64: Add support for timer initialization "
` [kvm-unit-tests PATCH 08/23] arm/arm64: Add support for cpu "
` [kvm-unit-tests PATCH 12/23] arm/arm64: mmu_disable: Clean and invalidate before disabling
` [kvm-unit-tests PATCH 13/23] arm/arm64: Rename etext to _etext
` [kvm-unit-tests PATCH 15/23] arm64: Add a new type of memory type flag MR_F_RESERVED
` [kvm-unit-tests PATCH 16/23] arm/arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH 17/23] arm64: Copy code from GNU-EFI
` [kvm-unit-tests PATCH 18/23] arm64: Change GNU-EFI imported file to use defined types
` [kvm-unit-tests PATCH 19/23] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH 20/23] lib: Avoid external dependency in libelf
` [kvm-unit-tests PATCH 22/23] arm64: Add support for efi in Makefile
` [kvm-unit-tests PATCH 23/23] arm64: Add an efi/run script
[PATCH v4 00/15] KVM: arm64: PSCI SYSTEM_SUSPEND + SYSTEM_RESET2 bugfix
2022-05-06 19:18 UTC (4+ messages)
` [RFC PATCH kvmtool 0/5] ARM: Implement PSCI SYSTEM_SUSPEND
[PATCH v3 kvmtool 00/11] arm64: Improve PMU support on heterogeneous systems
2022-05-06 14:43 UTC (2+ messages)
[PATCH v1 0/3] KVM: arm64: Do not communicate host pmu event changes by accessing hyp data
2022-05-06 13:57 UTC (4+ messages)
` [PATCH v1 2/3] KVM: arm64: Pass pmu events to hyp via vcpu
[PATCH] KVM: arm64: nvhe: eliminate kernel-doc warnings
2022-05-06 10:16 UTC (2+ messages)
[PATCH] arm64: kvm: avoid unnecessary absolute addressing via literals
2022-05-06 10:15 UTC (2+ messages)
[PATCH] selftests: KVM: aarch64: Let hypercalls use UAPI *_BIT_COUNT
2022-05-05 13:32 UTC (4+ messages)
[kvm-unit-tests PATCH] arm64: Check for dynamic relocs with readelf
2022-05-04 23:04 UTC
[PATCH v2 0/2] KVM/arm64: sys_reg_table_init() small improvements
2022-05-04 18:55 UTC (2+ messages)
[PATCH v2 0/5] KVM nVHE Hypervisor stack unwinder
2022-05-04 16:02 UTC (6+ messages)
` [PATCH v2 1/5] KVM: arm64: Factor out common stack unwinding logic
` [PATCH v2 2/5] KVM: arm64: Compile stacktrace.nvhe.o
[PATCH v6 00/12] KVM: arm64: PSCI SYSTEM_SUSPEND support
2022-05-04 12:01 UTC (14+ messages)
` [PATCH v6 01/12] KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2
` [PATCH v6 02/12] KVM: arm64: Dedupe vCPU power off helpers
` [PATCH v6 03/12] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v6 04/12] KVM: arm64: Rename the KVM_REQ_SLEEP handler
` [PATCH v6 05/12] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v6 06/12] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v6 07/12] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
` [PATCH v6 08/12] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v6 09/12] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v6 10/12] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
` [PATCH v6 11/12] selftests: KVM: Refactor psci_test to make it amenable to new tests
` [PATCH v6 12/12] selftests: KVM: Test SYSTEM_SUSPEND PSCI call
[PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
2022-05-04 12:01 UTC (13+ messages)
` [PATCH v7 1/9] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v7 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v7 6/9] Docs: KVM: Add doc for the "
[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
2022-05-04 7:48 UTC
[PATCH v14 00/39] arm64/sme: Initial support for the Scalable Matrix Extension
2022-05-04 7:49 UTC (8+ messages)
` [PATCH v14 04/39] arm64/sme: Provide ABI documentation for SME
[PATCH v7 00/38] KVM: arm64: Make CPU ID registers writable by userspace
2022-05-04 6:35 UTC (3+ messages)
` [PATCH v7 01/38] KVM: arm64: Introduce a validation function for an ID register
[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
2022-05-04 6:03 UTC (8+ messages)
` [RFC PATCH 09/17] KVM: arm64: Tear down unlinked page tables in parallel walk
[PATCH] KVM: arm64: vgic-v3: Consistently populate ID_AA64PFR0_EL1.GIC
2022-05-04 3:32 UTC (2+ messages)
[PATCH v8 0/6] KVM: arm64: Hypervisor stack enhancements
2022-05-03 19:41 UTC (4+ messages)
[PATCH v4 0/7] KVM: arm64: Limit feature register reads from AArch32
2022-05-03 10:31 UTC (8+ messages)
` [PATCH v4 2/7] KVM: arm64: Don't write to Rt unless sys_reg emulation succeeds
` [PATCH v4 3/7] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
` [PATCH v4 4/7] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
` [PATCH v4 5/7] KVM: arm64: Start trapping ID registers for 32 bit guests
` [PATCH v4 6/7] KVM/arm64: Hide AArch32 PMU registers when not available
` [PATCH v4 7/7] Revert "KVM/arm64: Don't emulate a PMU for 32-bit guests if feature not set"
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