messages from 2023-05-27 17:36:14 to 2023-06-02 16:20:00 UTC [more...]
[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-06-02 16:19 UTC (10+ messages)
` [PATCH v4 01/16] KVM: Allow hva_pfn_fast() to resolve read-only faults
` [PATCH v4 02/16] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v4 04/16] KVM: Add docstrings to __kvm_write_guest_page() and __kvm_read_guest_page()
` [PATCH v4 05/16] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page()
` [PATCH v4 06/16] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page()
` [PATCH v4 07/16] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v4 08/16] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation
[PATCH v2 00/16] Use MMU read lock for clear-dirty-log
2023-06-02 16:09 UTC (17+ messages)
` [PATCH v2 01/16] KVM: selftests: Clear dirty logs in user defined chunks sizes in dirty_log_perf_test
` [PATCH v2 02/16] KVM: selftests: Add optional delay between consecutive clear-dirty-log calls
` [PATCH v2 03/16] KVM: selftests: Pass the count of read and write accesses from guest to host
` [PATCH v2 04/16] KVM: selftests: Print read-write progress by vCPUs in dirty_log_perf_test
` [PATCH v2 05/16] KVM: selftests: Allow independent execution of "
` [PATCH v2 06/16] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH v2 07/16] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH v2 08/16] KMV: arm64: Pass page table walker flags to stage2_apply_range_*()
` [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value
` [PATCH v2 10/16] KVM: arm64: Return -ENOENT if PTE is not valid in stage2_attr_walker
` [PATCH v2 11/16] KVM: arm64: Use KVM_PGTABLE_WALK_SHARED flag instead of KVM_PGTABLE_WALK_HANDLE_FAULT
` [PATCH v2 12/16] KVM: arm64: Retry shared page table walks outside of fault handler
` [PATCH v2 13/16] KVM: arm64: Run clear-dirty-log under MMU read lock
` [PATCH v2 14/16] KVM: arm64: Pass page walker flags from callers of stage 2 split walker
` [PATCH v2 15/16] KVM: arm64: Provide option to pass page walker flag for huge page splits
` [PATCH v2 16/16] KVM: arm64: Split huge pages during clear-dirty-log under MMU read lock
[PATCH 0/4] KVM: arm64: PMU: Fix PMUVer handling on heterogeneous PMU systems
2023-06-02 16:07 UTC (7+ messages)
[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
2023-06-02 15:29 UTC (4+ messages)
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains
[PATCH v2 00/11] arm64: Support for Armv8.8 memcpy instructions in userspace
2023-06-02 13:51 UTC (5+ messages)
` [PATCH v2 01/11] KVM: arm64: initialize HCRX_EL2
` [PATCH v2 03/11] KVM: arm64: switch HCRX_EL2 between host and guest
[PATCH V2 00/14] arm64/sysreg: Convert TRBE registers to automatic generation
2023-06-02 12:12 UTC (22+ messages)
` [PATCH V2 01/14] arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools format
` [PATCH V2 02/14] arm64/sysreg: Rename TRBPTR_EL1 "
` [PATCH V2 03/14] arm64/sysreg: Rename TRBBASER_EL1 "
` [PATCH V2 04/14] arm64/sysreg: Rename TRBSR_EL1 "
` [PATCH V2 05/14] arm64/sysreg: Rename TRBMAR_EL1 "
` [PATCH V2 06/14] arm64/sysreg: Rename TRBTRG_EL1 "
` [PATCH V2 07/14] arm64/sysreg: Rename TRBIDR_EL1 "
` [PATCH V2 08/14] arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generation
` [PATCH V2 09/14] arm64/sysreg: Convert TRBPTR_EL1 "
` [PATCH V2 10/14] arm64/sysreg: Convert TRBBASER_EL1 "
` [PATCH V2 11/14] arm64/sysreg: Convert TRBSR_EL1 "
` [PATCH V2 12/14] arm64/sysreg: Convert TRBMAR_EL1 "
` [PATCH V2 13/14] arm64/sysreg: Convert TRBTRG_EL1 "
` [PATCH V2 14/14] arm64/sysreg: Convert TRBIDR_EL1 "
[PATCH v4 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-06-02 8:25 UTC (14+ messages)
` [PATCH v4 2/6] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v4 3/6] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v4 6/6] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v9 0/5] Support writable CPU ID registers from userspace
2023-06-02 8:15 UTC (4+ messages)
` [PATCH v9 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[PATCH v11 0/5] Support writable CPU ID registers from userspace
2023-06-02 0:51 UTC (6+ messages)
` [PATCH v11 1/5] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v11 2/5] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v11 3/5] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v11 4/5] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v11 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
2023-06-01 22:43 UTC (16+ messages)
` [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v3 17/22] KVM: Introduce KVM_CAP_ABSENT_MAPPING_FAULT without implementation
[PATCH v2 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
2023-06-01 20:10 UTC (14+ messages)
` [PATCH v2 02/17] arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code
` [PATCH v2 04/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate
` [PATCH v2 05/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set
` [PATCH v2 06/17] arm64: Allow EL1 physical timer access when running VHE
[linux-next:master] BUILD REGRESSION 571d71e886a5edc89b4ea6d0fe6f445282938320
2023-06-01 17:30 UTC
[PATCH 0/5] arm64: Get rid of CnP
2023-06-01 14:31 UTC
[PATCH v4 3/4] perf/core: Remove pmu linear searching code
2023-06-01 11:20 UTC (17+ messages)
[PATCH 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
2023-06-01 7:01 UTC (3+ messages)
` [PATCH 02/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate
[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
2023-05-31 23:41 UTC (17+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 02/10] mm/kvm: use mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe
` [PATCH mm-unstable v2 05/10] kvm/arm64: add kvm_arch_test_clear_young()
[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
2023-05-31 20:15 UTC (12+ messages)
` [kvm-unit-tests PATCH 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH 5/6] arm: pmu: Add pmu-memaccess-reliability test
[kvm-unit-tests PATCH v2 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
2023-05-31 20:14 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 1/6] arm: pmu: pmu-chain-promotion: Improve debug messages
` [kvm-unit-tests PATCH v2 2/6] arm: pmu: pmu-chain-promotion: Introduce defines for count and margin values
` [kvm-unit-tests PATCH v2 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH v2 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH v2 5/6] arm: pmu: Add pmu-mem-access-reliability test
` [kvm-unit-tests PATCH v2 6/6] arm: pmu-chain-promotion: Increase the count and margin values
[PATCH v10 0/5] Support writable CPU ID registers from userspace
2023-05-31 17:29 UTC (17+ messages)
` [PATCH v10 1/5] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v10 2/5] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v10 3/5] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v10 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
[PATCH] arm64/sysreg: Convert TRBE registers to automatic generation
2023-05-31 11:46 UTC (2+ messages)
[kvm-unit-tests] arm/arm64: psci_cpu_on_test failures with tcg
2023-05-31 10:41 UTC
[GIT PULL] KVM/arm64 fixes for 6.4, take #3
2023-05-31 10:03 UTC
[PATCH 0/2] KVM: arm64: Fix for probing default PMU
2023-05-31 9:49 UTC (2+ messages)
[PATCH] KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()
2023-05-31 7:07 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION 8c33787278ca8db73ad7d23f932c8c39b9f6e543
2023-05-30 21:32 UTC (2+ messages)
[PATCH v3] KVM: arm64: Use BTI for nvhe
2023-05-30 18:01 UTC (2+ messages)
[PATCH v2 07/11] arm64: mops: handle MOPS exceptions
2023-05-30 16:36 UTC (2+ messages)
[PATCH v2 06/11] KVM: arm64: hide MOPS from guests
2023-05-30 16:34 UTC (2+ messages)
[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
2023-05-30 16:09 UTC (33+ messages)
` [kvm-unit-tests PATCH v6 01/32] lib: Move acpi header and implementation to lib
` [kvm-unit-tests PATCH v6 02/32] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [kvm-unit-tests PATCH v6 03/32] lib: Apply Lindent to acpi.{c,h}
` [kvm-unit-tests PATCH v6 04/32] lib: Fix style for acpi.{c,h}
` [kvm-unit-tests PATCH v6 05/32] lib/acpi: Convert table names to Linux style
` [kvm-unit-tests PATCH v6 06/32] x86: Avoid references to fields of ACPI tables
` [kvm-unit-tests PATCH v6 07/32] lib/acpi: Ensure all struct definition for ACPI tables are packed
` [kvm-unit-tests PATCH v6 08/32] lib/acpi: Add support for the XSDT table
` [kvm-unit-tests PATCH v6 09/32] lib/acpi: Extend the definition of the FADT table
` [kvm-unit-tests PATCH v6 10/32] devicetree: Check that fdt is not NULL in dt_available()
` [kvm-unit-tests PATCH v6 11/32] arm64: Add support for setting up the PSCI conduit through ACPI
` [kvm-unit-tests PATCH v6 12/32] arm64: Add support for discovering the UART "
` [kvm-unit-tests PATCH v6 13/32] arm64: Add support for timer initialization "
` [kvm-unit-tests PATCH v6 14/32] arm64: Add support for cpu "
` [kvm-unit-tests PATCH v6 15/32] arm64: Add support for gic "
` [kvm-unit-tests PATCH v6 16/32] lib/printf: Support for precision modifier in printf
` [kvm-unit-tests PATCH v6 17/32] lib/printf: Add support for printing wide strings
` [kvm-unit-tests PATCH v6 18/32] lib/efi: Add support for getting the cmdline
` [kvm-unit-tests PATCH v6 19/32] lib/efi: Add support for reading an FDT
` [kvm-unit-tests PATCH v6 20/32] arm/arm64: Rename etext to _etext
` [kvm-unit-tests PATCH v6 21/32] lib: Avoid ms_abi for calls related to EFI on arm64
` [kvm-unit-tests PATCH v6 22/32] arm64: Add a new type of memory type flag MR_F_RESERVED
` [kvm-unit-tests PATCH v6 23/32] arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v6 24/32] arm64: Copy code from GNU-EFI
` [kvm-unit-tests PATCH v6 25/32] arm64: Change GNU-EFI imported code to use defined types
` [kvm-unit-tests PATCH v6 26/32] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v6 27/32] lib: Avoid external dependency in libelf
` [kvm-unit-tests PATCH v6 28/32] arm64: Add support for efi in Makefile
` [kvm-unit-tests PATCH v6 29/32] lib: arm: Print test exit status
` [kvm-unit-tests PATCH v6 30/32] arm64: debug: Make inline assembly symbols global
` [kvm-unit-tests PATCH v6 31/32] arm64: Add an efi/run script
` [kvm-unit-tests PATCH v6 32/32] arm64: Use the provided fdt when booting through EFI
[PATCH v2 0/7] arm64/sysreg: More conversions to automatic generation
2023-05-30 10:55 UTC (7+ messages)
` [PATCH v2 5/7] arm64/sysreg: Convert OSDTRRX_EL1 "
` [PATCH v2 6/7] arm64/sysreg: Convert OSDTRTX_EL1 "
` [PATCH v2 7/7] arm64/sysreg: Convert OSECCR_EL1 "
[PATCH v2] KVM: arm64: Populate fault info for watchpoint
2023-05-30 7:42 UTC (3+ messages)
[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
2023-05-29 12:20 UTC (6+ messages)
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test
[PATCH v2] KVM: arm64: Use BTI for nvhe
2023-05-29 11:53 UTC (3+ messages)
[PATCH] KVM: arm64: Use different pointer authentication keys for pKVM
2023-05-29 11:17 UTC (3+ messages)
[PATCH] KVM: arm64: Populate fault info for watchpoint
2023-05-29 8:33 UTC (2+ messages)
[PATCH 2/4] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
2023-05-27 17:35 UTC (2+ 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