Messages by Thread
-
-
[PATCH v6] powerpc/kdump: Add support for crashkernel CMA reservation
Sourabh Jain
-
[mainline]Error while running make modules_install command
Samir M
-
[PATCH] MAINTAINERS : Add myself as reviewer for PPC KVM
Gautam Menghani
-
[PATCH] ASoC: fsl_spdif: Constify some structures
Christophe JAILLET
-
[PATCH v5] powerpc/kdump: Add support for crashkernel CMA reservation
Sourabh Jain
-
[PATCH 0/2] Export kdump crashkernel CMA ranges
Sourabh Jain
-
[PATCH 0/8] Generic IRQ entry/exit support for powerpc
Mukesh Kumar Chaurasiya
-
Re: [PATCH v4] powerpc: Use shared font data
Stan Johnson
-
[PATCH] kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS
Nathan Chancellor
-
[RESEND PATCH v4 0/2] PCI: Introduce pci_clear/set_config_dword()
Hans Zhang
-
[PATCH] KVM: PPC: Use pointer from memcpy() call for assignment in kvmppc_kvm_pv()
Markus Elfring
-
[PATCH] powerpc/cputable: Use pointer from memcpy() call for assignment in set_cur_cpu_spec()
Markus Elfring
-
[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
Sean Christopherson
-
[PATCH v4 01/28] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
Sean Christopherson
-
[PATCH v4 02/28] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
Sean Christopherson
-
[PATCH v4 03/28] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
Sean Christopherson
-
[PATCH v4 04/28] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
Sean Christopherson
-
Re: [PATCH v4 04/28] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
Binbin Wu
-
[PATCH v4 05/28] KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
Sean Christopherson
-
Re: [PATCH v4 05/28] KVM: x86/mmu: WARN if KVM attempts to map into an invalid TDP MMU root
Huang, Kai
-
[PATCH v4 06/28] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
Sean Christopherson
-
[PATCH v4 07/28] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
Sean Christopherson
-
[PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management
Sean Christopherson
-
Re: [PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management
Yan Zhao
-
Re: [PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management
Sean Christopherson
-
[PATCH v4 09/28] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
Sean Christopherson
-
Re: [PATCH v4 09/28] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
Huang, Kai
-
[PATCH v4 10/28] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
Sean Christopherson
-
Re: [PATCH v4 10/28] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
Yan Zhao
-
[PATCH v4 11/28] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
Sean Christopherson
-
Re: [PATCH v4 11/28] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
Huang, Kai
-
[PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Sean Christopherson
-
Re: [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Huang, Kai
-
Re: [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Sean Christopherson
-
Re: [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Huang, Kai
-
Re: [PATCH v4 12/28] KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Binbin Wu
-
[PATCH v4 13/28] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
Sean Christopherson
-
[PATCH v4 14/28] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
Sean Christopherson
-
[PATCH v4 15/28] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
Sean Christopherson
-
[PATCH v4 16/28] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
Sean Christopherson
-
Re: [PATCH v4 16/28] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
Binbin Wu
-
[PATCH v4 17/28] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
Sean Christopherson
-
Re: [PATCH v4 17/28] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
Binbin Wu
-
[PATCH v4 19/28] KVM: TDX: Derive error argument names from the local variable names
Sean Christopherson
-
Re: [PATCH v4 19/28] KVM: TDX: Derive error argument names from the local variable names
Binbin Wu
-
[PATCH v4 18/28] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
Sean Christopherson
-
Re: [PATCH v4 18/28] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
Huang, Kai
-
Re: [PATCH v4 18/28] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
Binbin Wu
-
[PATCH v4 20/28] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
Sean Christopherson
-
Re: [PATCH v4 20/28] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
Huang, Kai
-
Re: [PATCH v4 20/28] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
Binbin Wu
-
[PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
Sean Christopherson
-
Re: [PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
Huang, Kai
-
Re: [PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
Binbin Wu
-
[PATCH v4 22/28] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
Sean Christopherson
-
Re: [PATCH v4 22/28] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
Binbin Wu
-
[PATCH v4 23/28] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
Sean Christopherson
-
Re: [PATCH v4 23/28] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
Binbin Wu
-
[PATCH v4 24/28] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
Sean Christopherson
-
Re: [PATCH v4 24/28] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
Binbin Wu
-
[PATCH v4 25/28] KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES
Sean Christopherson
-
Re: [PATCH v4 25/28] KVM: TDX: Don't copy "cmd" back to userspace for KVM_TDX_CAPABILITIES
Huang, Kai
-
[PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
Sean Christopherson
-
Re: [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
Huang, Kai
-
Re: [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
Yan Zhao
-
Re: [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
Sean Christopherson
-
Re: [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
Yan Zhao
-
[PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
Sean Christopherson
-
Re: [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
Huang, Kai
-
Re: [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
Binbin Wu
-
Re: [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
Sean Christopherson
-
[PATCH v4 28/28] KVM: TDX: Fix list_add corruption during vcpu_load()
Sean Christopherson
-
Re: [PATCH v4 28/28] KVM: TDX: Fix list_add corruption during vcpu_load()
Huang, Kai
-
Re: [PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
Huang, Kai
-
Re: [PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
Yan Zhao
-
Re: [PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
Edgecombe, Rick P
-
Re: [PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
Sean Christopherson
-
Re: [PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
Sean Christopherson
-
Re: [PATCH 02/02] scripts/gdb/mm: Add support for powerpc book3s64
Jan Kiszka
-
[PATCH] powerpc/fsl_uli1575: fix device_node reference leak in uli_init()
Miaoqian Lin
-
[PATCH v2 00/11] powerpc/book3s64: Hash / SLB fixes & improvements
Ritesh Harjani (IBM)
-
[PATCH v4] powerpc/kdump: Add support for crashkernel CMA reservation
Sourabh Jain
-
[PATCH] powerpc/pseries: add input size check in ofdt_write
Miaoqian Lin
-
Re: [PATCH 01/02] scripts/gdb/cpus: Add support for get_current_task for powerpc book3s64
IBM
-
[PATCH] powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodes
Rob Herring (Arm)
-
[PATCH v3 0/7] syscore: Pass context data to callbacks
Thierry Reding
-
[PATCH 0/2] arch/powerpc: Add missing includes
Thierry Reding
-
[PATCH v4 00/12] Nesting support for lazy MMU mode
Kevin Brodsky