messages from 2023-02-01 12:59:39 to 2023-02-08 09:02:13 UTC [more...]
[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-02-08 9:02 UTC (45+ messages)
` [RFC PATCH 01/32] ia64: Fix build error due to switch case label appearing next to declaration
` [RFC PATCH 02/32] ACPI: Move ACPI_HOTPLUG_CPU to be enabled per architecture
` [RFC PATCH 03/32] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH 04/32] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH 05/32] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH 06/32] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH 07/32] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH 08/32] x86/topology: "
` [RFC PATCH 09/32] LoongArch: "
` [RFC PATCH 10/32] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH 11/32] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH 12/32] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH 13/32] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH 14/32] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH 15/32] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH 16/32] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH 17/32] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH 18/32] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH 19/32] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH 20/32] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH 21/32] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH 22/32] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH 23/32] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH 24/32] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH 25/32] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH 26/32] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH 27/32] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH 28/32] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls "
` [RFC PATCH 31/32] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH 32/32] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH 0/7] KVM: Standardize on "int" return types instead of "long"
2023-02-08 8:49 UTC (19+ messages)
` [PATCH 1/7] KVM: Standardize on "int" return types instead of "long" in kvm_main.c
` [PATCH 2/7] KVM: x86: Improve return type handling in kvm_vm_ioctl_get_nr_mmu_pages()
` [PATCH 3/7] KVM: Move KVM_GET_NR_MMU_PAGES into the deprecation section
` [PATCH 4/7] KVM: PPC: Standardize on "int" return types in the powerpc KVM code
` [PATCH 5/7] KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
` [PATCH 6/7] KVM: arm64: Change return type of kvm_vm_ioctl_mte_copy_tags() to "int"
` [PATCH 7/7] KVM: Change return type of kvm_arch_vm_ioctl() "
[PATCH 0/2] KVM: selftests: Remove duplicate VM in memslot_perf_test
2023-02-08 2:07 UTC (2+ messages)
[kvm-unit-tests PATCH v5] arm: Replace MAX_SMP probe loop in favor of reading directly
2023-02-07 23:32 UTC
[linux-next:master] BUILD REGRESSION 49a8133221c71b935f36a7c340c0271c2a9ee2db
2023-02-07 18:18 UTC
[kvm-unit-tests PATCH v4 0/6] arm: pmu: Add support for PMUv3p5
2023-02-07 17:31 UTC (9+ messages)
` [kvm-unit-tests PATCH v4 2/6] arm: pmu: Prepare for testing 64-bit overflows
` [kvm-unit-tests PATCH v4 3/6] arm: pmu: Rename ALL_SET and PRE_OVERFLOW
` [kvm-unit-tests PATCH v4 4/6] arm: pmu: Add tests for 64-bit overflows
` [kvm-unit-tests PATCH v4 6/6] arm: pmu: Fix test_overflow_interrupt()
[PATCH 0/5] KVM: arm64: Handle unaligned memslots in kvm_(test_)_age_gfn()
2023-02-07 14:56 UTC (6+ messages)
` [PATCH 3/5] KVM: arm64: Only return attributes from stage2_update_leaf_attrs()
[PATCH v2 00/12] Implement Eager Page Splitting for ARM
2023-02-07 14:51 UTC (14+ messages)
` [PATCH v2 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v2 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v2 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v2 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v2 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v2 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v2 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v2 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v2 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v2 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v2 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v2 12/12] KVM: arm64: Use local TLBI on permission relaxation
[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
2023-02-07 13:27 UTC (43+ messages)
` [RFC PATCH 05/45] iommu/io-pgtable: Split io_pgtable structure
` [RFC PATCH 09/45] KVM: arm64: pkvm: Add pkvm_create_hyp_device_mapping()
` [RFC PATCH 15/45] KVM: arm64: pkvm: Add __pkvm_host_share/unshare_dma()
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains
` [RFC PATCH 24/45] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH 26/45] KVM: arm64: smmu-v3: Support io-pgtable
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration
` [RFC PATCH 28/45] iommu/arm-smmu-v3: Extract driver-specific bits from probe function
` [RFC PATCH 29/45] iommu/arm-smmu-v3: Move some functions to arm-smmu-v3-common.c
` [RFC PATCH 30/45] iommu/arm-smmu-v3: Move queue and table allocation "
` [RFC PATCH 31/45] iommu/arm-smmu-v3: Move firmware probe to arm-smmu-v3-common
` [RFC PATCH 32/45] iommu/arm-smmu-v3: Move IOMMU registration to arm-smmu-v3-common.c
` [RFC PATCH 33/45] iommu/arm-smmu-v3: Use single pages for level-2 stream tables
` [RFC PATCH 34/45] iommu/arm-smmu-v3: Add host driver for pKVM
` [RFC PATCH 35/45] iommu/arm-smmu-v3-kvm: Pass a list of SMMU devices to the hypervisor
` [RFC PATCH 36/45] iommu/arm-smmu-v3-kvm: Validate device features
` [RFC PATCH 37/45] iommu/arm-smmu-v3-kvm: Allocate structures and reset device
` [RFC PATCH 38/45] iommu/arm-smmu-v3-kvm: Add per-cpu page queue
` [RFC PATCH 39/45] iommu/arm-smmu-v3-kvm: Initialize page table configuration
` [RFC PATCH 40/45] iommu/arm-smmu-v3-kvm: Add IOMMU ops
` [RFC PATCH 41/45] KVM: arm64: pkvm: Add __pkvm_host_add_remove_page()
` [RFC PATCH 42/45] KVM: arm64: pkvm: Support SCMI power domain
` [RFC PATCH 43/45] KVM: arm64: smmu-v3: Support power management
` [RFC PATCH 44/45] iommu/arm-smmu-v3-kvm: Support power management with SCMI SMC
` [RFC PATCH 45/45] iommu/arm-smmu-v3-kvm: Enable runtime PM
[RFC] Support for Arm CCA VMs on Linux
2023-02-07 12:55 UTC (5+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
[PATCH v4 0/8] perf: Arm SPEv1.2 support
2023-02-07 12:42 UTC (5+ messages)
` [PATCH v4 7/8] perf: Add perf_event_attr::config3
[PATCH] KVM: arm64: Fix non-kerneldoc comments
2023-02-07 9:43 UTC
[PATCH] KVM: arm64: Mark some VM-scoped allocations as __GFP_ACCOUNT
2023-02-07 9:31 UTC (4+ messages)
[PATCH v1 0/6] Support writable CPU ID registers from userspace
2023-02-07 5:50 UTC (5+ messages)
` [PATCH v1 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v1 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
[PATCH] arm64/sysreg: clean up some inconsistent indenting
2023-02-06 17:10 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 129af770823407ee115a56c69a04b440fd2fbe61
2023-02-06 17:33 UTC
[PATCH v2 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-02-06 17:23 UTC (8+ messages)
` [PATCH v2 1/7] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v2 2/7] KVM: arm64: Add FEAT_TLBIRANGE support
` [PATCH v2 3/7] KVM: arm64: Implement __kvm_tlb_flush_range_vmid_ipa()
` [PATCH v2 4/7] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v2 5/7] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v2 6/7] KVM: arm64: Break the table entries using TLBI range instructions
` [PATCH v2 7/7] KVM: arm64: Create a fast stage-2 unmap path
[PATCH 0/4] KVM: arm64: Fix CPU resume/on with pKVM
2023-02-06 17:12 UTC (9+ messages)
` [PATCH 1/4] KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHE
` [PATCH 2/4] KVM: arm64: Introduce finalise_el2_state macro
[PATCH] irqchip/apple-aic: Correctly map the vgic maintenance interrupt
2023-02-06 17:11 UTC (3+ messages)
[PATCH] KVM: selftests: Remove redundant setbuf()
2023-02-06 17:12 UTC (5+ messages)
[PATCH v4 00/21] arm64/sme: Support SME 2 and SME 2.1
2023-02-06 16:44 UTC (5+ messages)
` [PATCH v4 07/21] arm64/sme: Enable host kernel to access ZT0
[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
2023-02-06 16:35 UTC (11+ messages)
` [PATCH 3/9] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled
[GIT PULL] kvm/arm64 fixes for 6.2, take #3
2023-02-05 8:28 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 4fafd96910add124586b549ad005dcd179de8a18
2023-02-03 18:35 UTC
[PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test
2023-02-03 17:27 UTC (4+ messages)
[kvm-unit-tests PATCH v6 0/2] arm: Add PSCI CPU_OFF test
2023-02-03 16:23 UTC (3+ messages)
` [kvm-unit-tests PATCH v6 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v6 2/2] arm/psci: Add PSCI CPU_OFF test case
[PATCH v3 02/14] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
2023-02-03 4:20 UTC (13+ messages)
` [PATCH v3 03/14] KVM: arm64: PMU: Don't use the sanitized value for PMUVer
` [PATCH v3 04/14] KVM: arm64: PMU: Don't use the PMUVer of the PMU set for the guest
` [PATCH v3 05/14] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} on vCPU reset
` [PATCH v3 06/14] KVM: arm64: PMU: Don't define the sysreg reset() for PM{USERENR,CCFILTR}_EL0
` [PATCH v3 07/14] KVM: arm64: PMU: Simplify extracting PMCR_EL0.N
` [PATCH v3 08/14] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v3 09/14] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v3 10/14] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v3 11/14] tools: arm64: Import perf_event.h
` [PATCH v3 12/14] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v3 13/14] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v3 14/14] KVM: selftests: aarch64: vPMU register test for unimplemented counters
[PATCH v3 00/14] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-02-03 4:02 UTC (2+ messages)
` [PATCH v3 01/14] KVM: arm64: PMU: Introduce a helper to set the guest's PMU
[kvm-unit-tests PATCH v4 0/1] arm: Replace MAX_SMP probe loop
2023-02-02 20:22 UTC (5+ messages)
` [kvm-unit-tests PATCH v4 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly
[linux-next:master] BUILD REGRESSION ea4dabbb4ad7eb52632a2ca0b8f89f0ea7c55dcf
2023-02-02 15:25 UTC
[linux-next:master] BUILD REGRESSION 66eee64b235411d512bed4d672c2d00683239daf
2023-02-02 5:18 UTC (4+ 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