linuxppc-dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
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
Re: [PATCH 02/02] scripts/gdb/mm: Add support for powerpc book3s64
IBM
[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 v2 01/11] powerpc/64s/slb: Fix SLB multihit issue during SLB preload
Ritesh Harjani (IBM)
[PATCH v2 02/11] powerpc/64s/hash: Restrict stress_hpt_struct memblock region to within RMA limit
Ritesh Harjani (IBM)
[PATCH v2 03/11] powerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE format
Ritesh Harjani (IBM)
[PATCH v2 04/11] powerpc/64s/hash: Fix phys_addr_t printf format in htab_initialize()
Ritesh Harjani (IBM)
[PATCH v2 05/11] powerpc/64s/hash: Improve hash mmu printk messages
Ritesh Harjani (IBM)
[PATCH v2 06/11] powerpc/64s/hash: Hash hpt_order should be only available with Hash MMU
Ritesh Harjani (IBM)
[PATCH v2 07/11] powerpc/64s/hash: Update directMap page counters for Hash
Ritesh Harjani (IBM)
[PATCH v2 08/11] powerpc/64s/pgtable: Enable directMap counters in meminfo for Hash
Ritesh Harjani (IBM)
[PATCH v2 09/11] powerpc/ptdump: Dump PXX level info for kernel_page_tables
Ritesh Harjani (IBM)
[PATCH v2 11/11] powerpc/64s/slb: Add no_slb_preload early cmdline param
Ritesh Harjani (IBM)
Re: [PATCH v2 11/11] powerpc/64s/slb: Add no_slb_preload early cmdline param
IBM
[PATCH v2 10/11] powerpc/64s/slb: Make preload_add return type as void
Ritesh Harjani (IBM)
Re: [PATCH v2 00/11] powerpc/book3s64: Hash / SLB fixes & improvements
Madhavan Srinivasan
[PATCH v4] powerpc/kdump: Add support for crashkernel CMA reservation
Sourabh Jain
Re: [PATCH v4] powerpc/kdump: Add support for crashkernel CMA reservation
IBM
Re: [PATCH v4] powerpc/kdump: Add support for crashkernel CMA reservation
Sourabh Jain
Re: [PATCH v4] powerpc/kdump: Add support for crashkernel CMA reservation
IBM
Re: [PATCH v4] powerpc/kdump: Add support for crashkernel CMA reservation
IBM
Re: [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)
Re: [PATCH] powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodes
Rob Herring
[PATCH v3 0/7] syscore: Pass context data to callbacks
Thierry Reding
[PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
Thierry Reding
Re: [PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
Bjorn Helgaas
Re: [PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
Thierry Reding
Re: [PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
Bjorn Helgaas
Re: [PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
Maciej W. Rozycki
[PATCH v3 3/7] bus: mvebu-mbus: Use contextual data instead of global variable
Thierry Reding
[PATCH v3 4/7] clk: ingenic: tcu: Use contextual data instead of global variable
Thierry Reding
Re: [PATCH v3 4/7] clk: ingenic: tcu: Use contextual data instead of global variable
Bjorn Helgaas
Re: [PATCH v3 4/7] clk: ingenic: tcu: Use contextual data instead of global variable
Thierry Reding
[PATCH v3 5/7] clk: mvebu: Use contextual data instead of global variable
Thierry Reding
[PATCH v3 6/7] irqchip/irq-imx-gpcv2: Use contextual data instead of global variable
Thierry Reding
[PATCH v3 7/7] soc/tegra: pmc: Use contextual data instead of global variable
Thierry Reding
Re: [PATCH v3 1/7] syscore: Pass context data to callbacks
Thierry Reding
Re: [PATCH v3 1/7] syscore: Pass context data to callbacks
Thierry Reding
Re: [PATCH v3 1/7] syscore: Pass context data to callbacks
Rafael J. Wysocki
[PATCH 0/2] arch/powerpc: Add missing includes
Thierry Reding
[PATCH 2/2] macintosh/via-pmu-backlight: Include uapi/linux/fb.h
Thierry Reding
[PATCH 1/2] arch/powerpc: Add missing linux/of.h include
Thierry Reding
Re: [PATCH 0/2] arch/powerpc: Add missing includes
Thomas Zimmermann
[PATCH v4 00/12] Nesting support for lazy MMU mode
Kevin Brodsky
[PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
Kevin Brodsky
Re: [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
David Hildenbrand
Re: [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
IBM
Re: [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
Kevin Brodsky
Re: [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
IBM
Re: [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
Kevin Brodsky
Re: [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
Ryan Roberts
Re: [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
Ryan Roberts
[PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
Kevin Brodsky
Re: [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
David Hildenbrand
Re: [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
Kevin Brodsky
Re: [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
Ryan Roberts
Re: [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
Kevin Brodsky
Re: [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
Ryan Roberts
Re: [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
Jürgen Groß
[PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
Kevin Brodsky
Re: [PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
David Hildenbrand
Re: [PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
IBM
Re: [PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
IBM
Re: [PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
Kevin Brodsky
[PATCH v4 04/12] sparc/mm: implement arch_flush_lazy_mmu_mode()
Kevin Brodsky
Re: [PATCH v4 04/12] sparc/mm: implement arch_flush_lazy_mmu_mode()
David Hildenbrand
[PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
Kevin Brodsky
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
David Hildenbrand
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
Ryan Roberts
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
David Hildenbrand (Red Hat)
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
Ryan Roberts
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
Alexander Gordeev
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
Ryan Roberts
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
Alexander Gordeev
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
Ryan Roberts
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
Kevin Brodsky
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
Kevin Brodsky
Re: [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
Ryan Roberts
[PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
Kevin Brodsky
Re: [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
David Hildenbrand
Re: [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
IBM
Re: [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
Kevin Brodsky
Re: [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
Ryan Roberts
Re: [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
Kevin Brodsky
[PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Kevin Brodsky
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Alexander Gordeev
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Kevin Brodsky
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Alexander Gordeev
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
David Hildenbrand
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Kevin Brodsky
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
IBM
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Alexander Gordeev
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Kevin Brodsky
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Alexander Gordeev
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Kevin Brodsky
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
IBM
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
IBM
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Kevin Brodsky
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Ryan Roberts
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Kevin Brodsky
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Ryan Roberts
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Kevin Brodsky
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Ryan Roberts
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
Kevin Brodsky
Re: [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
David Hildenbrand (Red Hat)
[PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
Kevin Brodsky
Re: [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
David Hildenbrand
Re: [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
Kevin Brodsky
Re: [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
Ryan Roberts
[PATCH v4 09/12] powerpc/mm: replace batch->active with in_lazy_mmu_mode()
Kevin Brodsky
Re: [PATCH v4 09/12] powerpc/mm: replace batch->active with in_lazy_mmu_mode()
David Hildenbrand
Re: [PATCH v4 09/12] powerpc/mm: replace batch->active with in_lazy_mmu_mode()
Kevin Brodsky
Re: [PATCH v4 09/12] powerpc/mm: replace batch->active with in_lazy_mmu_mode()
IBM
[PATCH v4 10/12] sparc/mm: replace batch->active with in_lazy_mmu_mode()
Kevin Brodsky
Re: [PATCH v4 10/12] sparc/mm: replace batch->active with in_lazy_mmu_mode()
David Hildenbrand (Red Hat)
[PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching
Kevin Brodsky
Re: [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching
David Hildenbrand (Red Hat)
Re: [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching
Kevin Brodsky
Re: [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching
David Hildenbrand (Red Hat)
Re: [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching
Kevin Brodsky
[PATCH v4 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context
Kevin Brodsky
Re: [PATCH v4 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context
Ryan Roberts
Re: [PATCH v4 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context
Kevin Brodsky
Missing interrupt for MEI on Intel Xe
Simon Richter
[PATCH v2 1/2] sched/core: Option if steal should update CPU capacity
Srikar Dronamraju
[PATCH v2 2/2] powerpc/smp: Disable steal from updating CPU capacity
Srikar Dronamraju
Re: [PATCH v2 2/2] powerpc/smp: Disable steal from updating CPU capacity
Vincent Guittot
Re: [PATCH v2 2/2] powerpc/smp: Disable steal from updating CPU capacity
Srikar Dronamraju
Re: [PATCH v2 2/2] powerpc/smp: Disable steal from updating CPU capacity
Vincent Guittot
Re: [PATCH v2 2/2] powerpc/smp: Disable steal from updating CPU capacity
Srikar Dronamraju
Re: [PATCH v2 2/2] powerpc/smp: Disable steal from updating CPU capacity
Srikar Dronamraju
powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
Sourabh Jain
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
David Hildenbrand
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
Christophe Leroy
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
David Hildenbrand (Red Hat)
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
Christophe Leroy
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
IBM
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
Christophe Leroy
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
David Hildenbrand (Red Hat)
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
Christophe Leroy
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
David Hildenbrand (Red Hat)
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
David Hildenbrand (Red Hat)
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
Christophe Leroy
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
David Hildenbrand (Red Hat)
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
David Hildenbrand (Red Hat)
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
Christophe Leroy
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
David Hildenbrand (Red Hat)
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
IBM
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
Sourabh Jain
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
David Hildenbrand (Red Hat)
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
Sourabh Jain
Re: powerpc/e500: WARNING: at mm/hugetlb.c:4755 hugetlb_add_hstate
David Hildenbrand (Red Hat)
Fwd: Excluded List for "#size-cells" warning
Stan Johnson
Earlier messages
Later messages