messages from 2026-06-08 13:40:01 to 2026-06-09 15:06:31 UTC [more...]
[PATCH 00/60] KVM Planes + SEV-SNP Support
2026-06-09 15:06 UTC (68+ messages)
` [PATCH 01/60] x86/sev: Define the #HV doorbell page structure
` [PATCH 02/60] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
` [PATCH 03/60] KVM: SVM: Inject #HV when Restricted Injection is active
` [PATCH 04/60] KVM: SVM: Inject NMIs "
` [PATCH 05/60] KVM: SVM: Inject MCEs "
` [PATCH 06/60] KVM: SVM: Enable Restricted Injection for an SEV-SNP guest
` [PATCH 07/60] KVM: SVM: Add support for the SEV-SNP #HV IPI NAE event
` [PATCH 08/60] Documentation: kvm: introduce "VM plane" concept
` [PATCH 09/60] kvm: Introduce struct kvm_plane
` [PATCH 10/60] kvm: Move vcpu_array to "
` [PATCH 11/60] kvm: Introduce struct kvm_vcpu_common
` [PATCH 12/60] kvm: Move vcpu accounting to "
` [PATCH 13/60] kvm: Add read accessors for kvm_vcpu scheduling state
` [PATCH 14/60] kvm: Make kvm_running_vcpus point to struct kvm_vcpu_common
` [PATCH 15/60] kvm: Move VCPU scheduling state "
` [PATCH 16/60] kvm: Add accessors for kvm_vcpu->mutex
` [PATCH 17/60] kvm: Move VCPU locking to struct kvm_vcpu_common
` [PATCH 18/60] kvm: Move kvm_vcpu->rcuwait "
` [PATCH 19/60] kvm: Introduce accessors for kvm_vcpu->mode
` [PATCH 20/60] kvm: Move kvm_vcpu mode and requests field to struct kvm_vcpu_common
` [PATCH 21/60] kvm: Introduce per-plane VCPU requests
` [PATCH 22/60] kvm: Move kvm_vcpu pid members to struct kvm_vcpu_common
` [PATCH 23/60] kvm: Move kvm_vcpu sigset "
` [PATCH 24/60] kvm: Move kvm_vcpu spinloop "
` [PATCH 25/60] kvm: Move kvm_vcpu->dirty_ring "
` [PATCH 26/60] kvm: Introduce arch-specific plane state
` [PATCH 27/60] kvm: Introduce arch-specific part of struct kvm_vcpu_common
` [PATCH 28/60] kvm: Implement KVM_CAP_PLANES
` [PATCH 29/60] kvm: Implement KVM_CREATE_PLANE ioctl
` [PATCH 30/60] kvm: Add KVM_EXIT_PLANE_EVENT
` [PATCH 31/60] kvm: Allocate struct kvm_plane in architecture code
` [PATCH 32/60] kvm: Allocate struct kvm_run only for struct kvm_vcpu_common
` [PATCH 33/60] KVM: Implement KVM_CREATE_VCPU ioctl for planes
` [PATCH 34/60] kvm: Keep track of plane VCPUs in struct kvm_vcpu_common
` [PATCH 35/60] kvm: Add VCPU plane-scheduling state and helpers
` [PATCH 36/60] kvm: Add plane_level to kvm_kernel_irq_routing_entry
` [PATCH 37/60] kvm: Pass plane_level to kvm_set_routing_entry()
` [PATCH 38/60] kvm: Make KVM_SIGNAL_MSI per plane
` [PATCH 39/60] kvm: Make KVM_SET_GSI_ROUTING "
` [PATCH 40/60] kvm: x86: Handle IOAPIC EOIs "
` [PATCH 41/60] kvm: x86: Make apic_map "
` [PATCH 42/60] kvm: x86: Make local APIC code aware of planes
` [PATCH 43/60] kvm: x86: Move CPUID state to struct kvm_vcpu_arch_common
` [PATCH 44/60] kvm: x86: Move cpu_caps "
` [PATCH 45/60] kvm: x86: Update state for all plane VCPUs after CPUID update
` [PATCH 46/60] kvm: x86: Share MTRR state across planes
` [PATCH 47/60] kvm: x86: Select a plane to run
` [PATCH 48/60] kvm: x86: Make event injection VCPU requests per-plane
` [PATCH 49/60] kvm: x86: Allow hardware backend to overwrite struct kvm_plane allocation
` [PATCH 50/60] kvm: x86: Make KVM_REQ_UPDATE_PROTECTED_GUEST_STATE per plane
` [PATCH 51/60] kvm: x86: Share pio_data across planes
` [PATCH 52/60] kvm: x86: Switch to plane0 if it has events
` [PATCH 53/60] kvm: x86: Introduce max_planes x86-op
` [PATCH 54/60] kvm: x86: Restrict KVM planes support to KVM_IRQCHIP_SPLIT
` [PATCH 55/60] kvm: svm: Track vmsa_features per plane
` [PATCH 56/60] kvm: svm: Implement GET_AP_APIC_IDS NAE event
` [PATCH 57/60] kvm: sev: Allow for VMPL level specification in AP create
` [PATCH 58/60] kvm: svm: Invoke a specified VMPL level VMSA for the vCPU
` [PATCH 59/60] kvm: svm: Implement max_planes x86 operation
` [PATCH 60/60] kvm: svm: Advertise full multi-VMPL support to the SNP guest
[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-06-09 14:47 UTC (34+ messages)
` [PATCH v6 01/20] s390: Expose protected virtualization through cc_platform_has()
` [PATCH v6 02/20] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v6 03/20] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v6 04/20] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v6 05/20] dma: swiotlb: pass mapping attributes by reference
` [PATCH v6 06/20] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v6 08/20] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v6 13/20] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v6 14/20] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v6 15/20] iommu/dma: Check atomic pool allocation result directly
` [PATCH v6 16/20] dma: swiotlb: free dynamic pools from process context
` [PATCH v6 17/20] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v6 19/20] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v6 20/20] swiotlb: remove unused SWIOTLB_FORCE flag
[PATCH V3] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
2026-06-09 14:25 UTC (4+ messages)
[PATCH v3 2/4] scsi: host: allocate struct Scsi_Host on the NUMA node of the host adapter
2026-06-09 13:03 UTC
[PATCH V5 1/2] tools/perf: Fix the check for parameterized field in event term
2026-06-09 13:43 UTC (2+ messages)
` [PATCH V5 2/2] tools/perf: Use scnprintf in buffer offset calculations
[RFC 0/4] mm, swap: Enable THP SWAP for PowerPC Book3S64
2026-06-09 13:19 UTC (5+ messages)
` [RFC 1/4] include/linux/swap.h: Remove unused leftovers
` [RFC 2/4] mm, swap: make SWAPFILE_CLUSTER runtime
` [RFC 3/4] mm, swap: make SWAP_NR_ORDERS runtime
` [RFC 4/4] powerpc: Kconfig: Enable THP_SWAP on Book3S64
[RFC PATCH 0/4] perf: Add perf.data tracepoint events to trace.dat conversion
2026-06-09 13:09 UTC (3+ messages)
[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
2026-06-09 12:31 UTC (11+ messages)
[PATCH V4 1/2] tools/perf: Fix the check for parameterized field in event term
2026-06-09 12:14 UTC (4+ messages)
` [PATCH V4 2/2] tools/perf: Use scnprintf in buffer offset calculations
[PATCH v7 00/15] arm64: Unmap linear alias of kernel data/bss
2026-06-09 9:55 UTC (7+ messages)
` [PATCH v7 15/15] arm64: mm: Unmap kernel data/bss entirely from the linear map
[PATCH v2 1/3] ppc/pnv: Add null checks for OpenCapi PHBs
2026-06-09 8:51 UTC (3+ messages)
[PATCH v3] PCI: pnv_php: Add null checks for OpenCAPI PHBs
2026-06-09 8:49 UTC
[PATCH] tools/perf/sched: Update process names of processes in zombie state for both -s and -S options
2026-06-09 8:12 UTC (8+ messages)
[PATCH v3] powerpc/pseries/iommu: Add TCEs for 16GB pages when RAM is pre-mapped
2026-06-09 6:38 UTC (3+ messages)
[PATCH v3] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
2026-06-09 5:33 UTC
[PATCH] powerpc: replace strlcat to simplify ppc_kallsyms_lookup_name
2026-06-09 4:52 UTC (2+ messages)
[PATCH v2] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
2026-06-09 3:49 UTC (2+ messages)
[PATCH v4 net-next 0/9] net: dsa: netc: add bridge mode support
2026-06-09 3:29 UTC (10+ messages)
` [PATCH v4 net-next 1/9] net: enetc: add interfaces to manage dynamic FDB entries
` [PATCH v4 net-next 2/9] net: enetc: add "Update" and "Delete" operations to VLAN filter table
` [PATCH v4 net-next 3/9] net: enetc: add interfaces to manage egress treatment table
` [PATCH v4 net-next 4/9] net: enetc: add "Update" operation to the egress count table
` [PATCH v4 net-next 5/9] net: dsa: netc: initialize the group bitmap of ETT and ECT
` [PATCH v4 net-next 6/9] net: enetc: add helpers to set/clear table bitmap
` [PATCH v4 net-next 7/9] net: dsa: netc: add VLAN filter table and egress treatment management
` [PATCH v4 net-next 8/9] net: dsa: netc: add bridge mode support
` [PATCH v4 net-next 9/9] net: dsa: netc: implement dynamic FDB entry ageing
[PATCH 0/7] gpio: move ppc4xx driver to drivers/gpio and modernize
2026-06-08 22:59 UTC (4+ messages)
[PATCH v4 phy-next 15/16] phy: lynx-10g: new driver
2026-06-08 22:17 UTC
[PATCH v16 00/10] arm64/riscv: Add support for crashkernel CMA reservation
2026-06-08 19:00 UTC (3+ messages)
[PATCH v2 0/7] ibmvfc: make ibmvfc support FPIN messages
2026-06-08 18:30 UTC (8+ messages)
` [PATCH v2 1/7] ibmvfc: add basic FPIN support
` [PATCH v2 2/7] ibmvfc: Add NOOP command support
` [PATCH v2 3/7] ibmvfc: make ibmvfc login to fabric
` [PATCH v2 4/7] ibmvfc: define asynchronous sub-queue
` [PATCH v2 5/7] ibmvfc: allocate "
` [PATCH v2 6/7] ibmvfc: register and use "
` [PATCH v2 7/7] ibmvfc: handle extended FPIN events
[PATCH v2] powerpc/pseries/iommu: export DMA window data to user space
2026-06-08 16:56 UTC (3+ messages)
[PATCH] powerpc: Move CONFIG_QE_GPIO to SoC
2026-06-08 16:39 UTC
[PATCH] scsi: core: Remove dead code export of scsi_device_from_queue
2026-06-08 14:29 UTC (7+ messages)
` [PATCH v4 0/5] Remove remaining references to the pktcdvd driver
` [PATCH v4 1/5] scsi: core: Remove export for scsi_device_from_queue()
` [PATCH v4 2/5] mips: Remove remaining defconfig references to the pktcdvd driver
` [PATCH v4 3/5] powerpc: "
` [PATCH v4 4/5] sh: Remove remaining defconfig reference "
` [PATCH v4 5/5] sparc: Remove remaining defconfig references "
[PATCH] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
2026-06-08 14:19 UTC (5+ messages)
[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
2026-06-08 13:57 UTC (4+ messages)
` [kvm-unit-tests RFC PATCH 1/6] powerpc: add pmu tests
[PATCH 0/3] ASoC: use scoped OF node handling in manual cleanup paths
2026-06-08 13:39 UTC (3+ messages)
` [PATCH 2/3] ASoC: fsl: fsl_qmc_audio: use scoped child node loop
` [PATCH 3/3] ASoC: bcm: cygnus: "
page: | 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