linuxppc-dev
Thread
Date
Earlier messages
Messages by Thread
[PATCH v6 00/15] arm64: Unmap linear alias of kernel data/bss
Ard Biesheuvel
[PATCH v6 02/15] arm64: mm: Drop redundant pgd_t* argument from map_mem()
Ard Biesheuvel
[PATCH v6 01/15] arm64: mm: Remove bogus stop condition from map_mem() loop
Ard Biesheuvel
[PATCH v6 03/15] arm64: mm: Check for pud_/pmd_set_huge() failures on kernel mappings
Ard Biesheuvel
[PATCH v6 04/15] arm64: mm: Preserve existing table mappings when mapping DRAM
Ard Biesheuvel
[PATCH v6 05/15] arm64: mm: Preserve non-contiguous descriptors when mapping DRAM
Ard Biesheuvel
[PATCH v6 06/15] arm64: mm: Permit contiguous descriptors to be manipulated
Ard Biesheuvel
[PATCH v6 07/15] arm64: kfence: Avoid NOMAP tricks when mapping the early pool
Ard Biesheuvel
[PATCH v6 08/15] arm64: mm: Permit contiguous attribute for preliminary mappings
Ard Biesheuvel
[PATCH v6 10/15] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
Ard Biesheuvel
[PATCH v6 09/15] arm64: Move fixmap and kasan page tables to end of kernel image
Ard Biesheuvel
[PATCH v6 11/15] arm64: mm: Map the kernel data/bss read-only in the linear map
Ard Biesheuvel
[PATCH v6 12/15] powerpc/code-patching: Avoid r/w mapping of the zero page
Ard Biesheuvel
[PATCH v6 13/15] sh: cast away constness from the zero page when flushing it from the cache
Ard Biesheuvel
[PATCH v6 14/15] mm: Make empty_zero_page[] const
Ard Biesheuvel
[PATCH v6 15/15] arm64: mm: Unmap kernel data/bss entirely from the linear map
Ard Biesheuvel
[PATCH mm-unstable RFC v4 0/7] mm: add huge pfnmap support for remap_pfn_range()
Yin Tirui
Re: [PATCH mm-unstable RFC v4 0/7] mm: add huge pfnmap support for remap_pfn_range()
Lorenzo Stoakes
[PATCH mm-unstable RFC v4 2/7] arm64/mm: use PTE-level pgprot for huge PFN helpers
Yin Tirui
[PATCH mm-unstable RFC v4 4/7] mm/huge_memory: refactor copy_huge_pmd()
Yin Tirui
[PATCH mm-unstable RFC v4 3/7] powerpc/mm: use PTE-level pgprot for huge PFN helpers
Yin Tirui
[PATCH mm-unstable RFC v4 1/7] x86/mm: use PTE-level pgprot for huge PFN helpers
Yin Tirui
[PATCH mm-unstable RFC v4 6/7] mm/huge_memory: make move_huge_pmd() use has_deposited_pgtable()
Yin Tirui
[PATCH mm-unstable RFC v4 5/7] mm/huge_memory: refactor __split_huge_pmd_locked()
Yin Tirui
[PATCH mm-unstable RFC v4 7/7] mm: add PMD-level PFNMAP support for remap_pfn_range()
Yin Tirui
[PATCH] ibmvnic: fix krealloc() memory leak
Alexander A. Klimov
Re: [PATCH] ibmvnic: fix krealloc() memory leak
Nicolai Buchwitz
[PATCH] [net-next] net: dsa: netc: fix enetc dependencies
Arnd Bergmann
RE: [PATCH] [net-next] net: dsa: netc: fix enetc dependencies
Wei Fang
Re: [PATCH] [net-next] net: dsa: netc: fix enetc dependencies
Arnd Bergmann
[PATCH 2/2] powerpc: export memory encryption helper functions
Arnd Bergmann
Re: [PATCH 2/2] powerpc: export memory encryption helper functions
Christophe Leroy (CS GROUP)
[PATCH] powerpc/boot: Allow text relocations for pseries wrapper with binutils 2.46+
Amit Machhiwal
Re: [PATCH] powerpc/boot: Allow text relocations for pseries wrapper with binutils 2.46+
Anushree Mathur
[BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask dereference in build_sched_domains on POWER9
Venkat Rao Bagalkote
Re: [BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask dereference in build_sched_domains on POWER9
Chen, Yu C
Re: [BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask dereference in build_sched_domains on POWER9
K Prateek Nayak
Re: [BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask dereference in build_sched_domains on POWER9
Chen, Yu C
Re: [BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask dereference in build_sched_domains on POWER9
Srikar Dronamraju
Re: [BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask dereference in build_sched_domains on POWER9
Chen, Yu C
Re: [BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask dereference in build_sched_domains on POWER9
Srikar Dronamraju
Re: [BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask dereference in build_sched_domains on POWER9
K Prateek Nayak
Re: [BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask
Chen Yu
Re: [BUG] sched/cache: "Make LLC id continuous" causes NULL cpumask dereference in build_sched_domains on POWER9
Venkat Rao Bagalkote
[PATCH] ppc/pnv: Fix null pointer deref in pci hotplug
Aditya Gupta
[PATCH] KVM: Validate irqchip index for LoongArch and PowerPC
Yanfei Xu
Re: [PATCH] KVM: Validate irqchip index for LoongArch and PowerPC
Harsh Prateek Bora
Re: [PATCH] KVM: Validate irqchip index for LoongArch and PowerPC
Bibo Mao
[PATCH] powerpc/boot: remove unused min_t/max_t macros
Thorsten Blum
[PATCH v14 00/17] arm64/riscv: Add support for crashkernel CMA reservation
Jinjie Ruan
[PATCH v14 01/17] riscv: kexec_file: Fix crashk_low_res not exclude bug
Jinjie Ruan
[PATCH v14 02/17] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
Jinjie Ruan
[PATCH v14 03/17] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
Jinjie Ruan
[PATCH v14 04/17] arm64: kexec: Fix image->elf_headers memory leak during retry loop
Jinjie Ruan
[PATCH v14 05/17] x86/kexec: Fix potential buffer overflow in prepare_elf_headers()
Jinjie Ruan
[PATCH v14 06/17] arm64: kexec_file: Fix potential buffer overflow in prepare_elf_headers()
Jinjie Ruan
[PATCH v14 07/17] riscv: kexec_file: Fix potential buffer overflow in prepare_elf_headers()
Jinjie Ruan
[PATCH v14 08/17] LoongArch: kexec: Fix potential buffer overflow in prepare_elf_headers()
Jinjie Ruan
[PATCH v14 09/17] crash: Add crash_prepare_headers() to exclude crash kernel memory
Jinjie Ruan
[PATCH v14 10/17] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
Jinjie Ruan
[PATCH v14 12/17] riscv: kexec_file: Use crash_prepare_headers() helper to simplify code
Jinjie Ruan
[PATCH v14 11/17] x86/kexec: Use crash_prepare_headers() helper to simplify code
Jinjie Ruan
[PATCH v14 13/17] LoongArch: kexec: Use crash_prepare_headers() helper to simplify code
Jinjie Ruan
[PATCH v14 14/17] crash: Use crash_exclude_core_ranges() on powerpc
Jinjie Ruan
[PATCH v14 16/17] riscv: kexec: Add support for crashkernel CMA reservation
Jinjie Ruan
[PATCH v14 15/17] arm64: kexec: Add support for crashkernel CMA reservation
Jinjie Ruan
[PATCH v14 17/17] arm64/crash: Add crash hotplug support
Jinjie Ruan
Re: [PATCH v14 00/17] arm64/riscv: Add support for crashkernel CMA reservation
Huacai Chen
Re: [PATCH v14 00/17] arm64/riscv: Add support for crashkernel CMA reservation
Mike Rapoport
Re: [PATCH v14 00/17] arm64/riscv: Add support for crashkernel CMA reservation
Huacai Chen
[PATCH] MAINTAINERS: powerpc: update VMX AES entries
Thorsten Blum
Re: [PATCH] MAINTAINERS: powerpc: update VMX AES entries
Eric Biggers
Re: [PATCH] MAINTAINERS: powerpc: update VMX AES entries
Madhavan Srinivasan
Re: [PATCH] MAINTAINERS: powerpc: update VMX AES entries
Breno Leitao
[PATCH] powerpc: use sysfs_emit{_at} in sysfs show functions
Thorsten Blum
[powerpc:merge] BUILD SUCCESS 3af068d1f05b10756292a435d6e90bdba83747d7
kernel test robot
[PATCH] misc: eeprom: at24: Make VCC supply description requirement optional
Paul Menzel
Re: [PATCH] misc: eeprom: at24: Make VCC supply description requirement optional
Mark Brown
Re: [PATCH] misc: eeprom: at24: Make VCC supply description requirement optional
Paul Menzel
Re: [PATCH] misc: eeprom: at24: Make VCC supply description requirement optional
Mark Brown
[PATCH] powerpc/topology: Support coregroup in PowerNV
Srikar Dronamraju
[PATCH 0/3] powerpc/irq: Use optimizations for /proc/interrupts
Shrikanth Hegde
[PATCH 1/3] powerpc/irq: Move __softirq_pending out of irq_stat
Shrikanth Hegde
[PATCH 3/3] powerpc/irq: Suppress unlikely interrupt stats by default
Shrikanth Hegde
[PATCH 2/3] powerpc/irq: Make irqstats array based
Shrikanth Hegde
[RFC v2 0/5] KVM: selftests: add powerpc support
Ritesh Harjani (IBM)
[RFC v2 1/5] KVM: selftests: Move pgd_created check into virt_pgd_alloc
Ritesh Harjani (IBM)
[RFC v2 2/5] KVM: selftests: Add aligned guest physical page allocator
Ritesh Harjani (IBM)
[RFC v2 3/5] KVM: PPC: selftests: add support for powerpc
Ritesh Harjani (IBM)
[RFC v2 5/5] KVM: selftests: Print the vcpu_id when KVM_CREATE_VCPU ioctl fails
Ritesh Harjani (IBM)
[RFC v2 4/5] KVM: PPC: selftests: powerpc enable kvm_create_max_vcpus test
Ritesh Harjani (IBM)
[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
T.J. Mercier
Re: [PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
Christoph Hellwig
[PATCH] crypto: nx: fix nx_crypto_ctx_exit argument
Sam James
Re: [PATCH] crypto: nx: fix nx_crypto_ctx_exit argument
Eric Biggers
[PATCH v2] crypto: nx: fix nx_crypto_ctx_exit argument
Sam James
[PATCH v3] crypto: nx: fix nx_crypto_ctx_exit argument
Sam James
Re: [PATCH] crypto: nx: fix nx_crypto_ctx_exit argument
Simon Richter
Re: [PATCH] crypto: nx: fix nx_crypto_ctx_exit argument
Breno Leitao
[PATCH v3 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
Amit Machhiwal
[PATCH v3 1/5] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
Amit Machhiwal
[PATCH v3 2/5] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
Amit Machhiwal
[PATCH v3 3/5] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
Amit Machhiwal
[PATCH v3 4/5] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
Amit Machhiwal
[PATCH v3 5/5] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl
Amit Machhiwal
Soft lockup in smp_call_function_many_cond
Mark Tomlinson
[PATCH v2 0/4] fbdev: Internalize fbcon
Thomas Zimmermann
[PATCH v2 1/4] fbdev: Wrap user-invoked calls to fb_set_var() in helper
Thomas Zimmermann
[PATCH v2 2/4] fbdev: Wrap user-invoked calls to fb_blank() in helper
Thomas Zimmermann
[PATCH v2 3/4] fbdev: Wrap fbcon updates from vga-switcheroo in helper
Thomas Zimmermann
Re: [PATCH v2 3/4] fbdev: Wrap fbcon updates from vga-switcheroo in helper
Geert Uytterhoeven
Re: [PATCH v2 3/4] fbdev: Wrap fbcon updates from vga-switcheroo in helper
Thomas Zimmermann
[PATCH v2 4/4] fbdev: Do not export fbcon from fbdev
Thomas Zimmermann
Re: [PATCH v2 0/4] fbdev: Internalize fbcon
Helge Deller
[PATCH v1 0/8] powerpc/signal: Convert to scoped user access
Christophe Leroy (CS GROUP)
[PATCH v1 2/8] powerpc/signal64: Untangle setup_tm_sigcontexts() and user_access_begin()
Christophe Leroy (CS GROUP)
Re: [PATCH v1 2/8] powerpc/signal64: Untangle setup_tm_sigcontexts() and user_access_begin()
David Laight
Re: [PATCH v1 2/8] powerpc/signal64: Untangle setup_tm_sigcontexts() and user_access_begin()
Christophe Leroy (CS GROUP)
Re: [PATCH v1 2/8] powerpc/signal64: Untangle setup_tm_sigcontexts() and user_access_begin()
Christophe Leroy (CS GROUP)
Re: [PATCH v1 2/8] powerpc/signal64: Untangle setup_tm_sigcontexts() and user_access_begin()
David Laight
[PATCH v1 1/8] powerpc/signal32: Convert to scoped user access
Christophe Leroy (CS GROUP)
[PATCH v1 3/8] powerpc/signal64: Convert to scoped user access
Christophe Leroy (CS GROUP)
[PATCH v1 4/8] powerpc/signal64: Access function descriptor with scoped user access
Christophe Leroy (CS GROUP)
[PATCH v1 5/8] powerpc/signal: Include the new stack frame inside the user access block
Christophe Leroy (CS GROUP)
[PATCH v1 6/8] signal: Add unsafe_copy_siginfo_to_user()
Christophe Leroy (CS GROUP)
[PATCH v1 8/8] powerpc/signal: Use unsafe_copy_siginfo_to_user()
Christophe Leroy (CS GROUP)
[PATCH v1 7/8] powerpc/uaccess: Add unsafe_clear_user()
Christophe Leroy (CS GROUP)
[PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
Aneesh Kumar K.V (Arm)
[PATCH v5 01/20] [DO NOT MERGE] arm64/coco: Add pKVM as a CC platform
Aneesh Kumar K.V (Arm)
[PATCH v5 02/20] [DO NOT MERGE] s390: Expose protected virtualization through cc_platform_has()
Aneesh Kumar K.V (Arm)
Re: [PATCH v5 02/20] [DO NOT MERGE] s390: Expose protected virtualization through cc_platform_has()
JAEHOON KIM
[PATCH v5 03/20] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
Aneesh Kumar K.V (Arm)
[PATCH v5 04/20] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
Aneesh Kumar K.V (Arm)
[PATCH v5 05/20] dma-pool: track decrypted atomic pools and select them via attrs
Aneesh Kumar K.V (Arm)
[PATCH v5 06/20] dma: swiotlb: pass mapping attributes by reference
Aneesh Kumar K.V (Arm)
[PATCH v5 07/20] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
Aneesh Kumar K.V (Arm)
[PATCH v5 08/20] dma-mapping: make dma_pgprot() honor DMA_ATTR_CC_SHARED
Aneesh Kumar K.V (Arm)
[PATCH v5 09/20] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
Aneesh Kumar K.V (Arm)
[PATCH v5 10/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
Aneesh Kumar K.V (Arm)
RE: [PATCH v5 10/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
Michael Kelley
Re: [PATCH v5 10/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
Jason Gunthorpe
[PATCH v5 11/20] dma-direct: set decrypted flag for remapped DMA allocations
Aneesh Kumar K.V (Arm)
[PATCH v5 12/20] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED
Aneesh Kumar K.V (Arm)
[PATCH v5 13/20] dma-pool: fix page leak in atomic_pool_expand() cleanup
Aneesh Kumar K.V (Arm)
[PATCH v5 14/20] dma-direct: rename ret to cpu_addr in alloc helpers
Aneesh Kumar K.V (Arm)
[PATCH v5 15/20] dma-direct: return struct page from dma_direct_alloc_from_pool()
Aneesh Kumar K.V (Arm)
[PATCH v5 16/20] iommu/dma: Check atomic pool allocation result directly
Aneesh Kumar K.V (Arm)
[PATCH v5 17/20] dma: swiotlb: free dynamic pools from process context
Aneesh Kumar K.V (Arm)
[PATCH v5 18/20] dma: swiotlb: handle set_memory_decrypted() failures
Aneesh Kumar K.V (Arm)
[PATCH v5 19/20] dma: free atomic pool pages by physical address
Aneesh Kumar K.V (Arm)
[PATCH v5 20/20] swiotlb: Preserve allocation virtual address for dynamic pools
Aneesh Kumar K.V (Arm)
RE: [PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
Michael Kelley
[linux-next:master] BUILD REGRESSION 550604d6c9b9efc8d068aff94dc301694a7afdee
kernel test robot
[PATCH 00/11] Convert moduleparams to seq_buf
Kees Cook
[PATCH 05/11] moduleparam: Rename .get field to .get_str
Kees Cook
[PATCH 02/11] panic: Replace panic_print_get() with generic helper
Kees Cook
[PATCH 01/11] params: bound array element output to the caller's page buffer
Kees Cook
Re: [PATCH 01/11] params: bound array element output to the caller's page buffer
David Laight
[PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
Kees Cook
Re: [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
Petr Pavlu
[PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
Kees Cook
Re: [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
Petr Pavlu
[PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
Kees Cook
Re: [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
Petr Pavlu
[PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
Kees Cook
Re: [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
Petr Pavlu
[PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
Kees Cook
Re: [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
Sean Christopherson
Re: [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
Rafael J. Wysocki
Re: [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
SeongJae Park
Re: [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
Petr Pavlu
[PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic
Kees Cook
[PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
Kees Cook
Re: [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
Jani Nikula
Re: [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
Rafael J. Wysocki
[PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
Kees Cook
Re: [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
Sean Christopherson
Re: [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
Rafael J. Wysocki
Re: [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
SeongJae Park
Re: [PATCH 00/11] Convert moduleparams to seq_buf
Petr Pavlu
[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
Bartosz Golaszewski
[PATCH 01/23] mfd: tps6586x: fix OF node refcount
Bartosz Golaszewski
[PATCH 02/23] net: mv643xx: fix OF node refcount
Bartosz Golaszewski
[PATCH 03/23] slimbus: qcom-ngd-ctrl: fix OF node refcount
Bartosz Golaszewski
[PATCH 04/23] pmdomain: imx: fix OF node refcount
Bartosz Golaszewski
[PATCH 05/23] powerpc/powermac: fix OF node refcount
Bartosz Golaszewski
[PATCH 06/23] driver core: platform: provide platform_device_set_of_node()
Bartosz Golaszewski
[PATCH 07/23] driver core: platform: provide platform_device_set_fwnode()
Bartosz Golaszewski
[PATCH 08/23] driver core: platform: provide platform_device_set_of_node_from_dev()
Bartosz Golaszewski
[PATCH 09/23] of: platform: use platform_device_set_of_node()
Bartosz Golaszewski
[PATCH 10/23] powerpc/powermac: use platform_device_set_of_node()
Bartosz Golaszewski
[PATCH 11/23] i2c: pxa-pci: use platform_device_set_of_node()
Bartosz Golaszewski
Re: [PATCH 11/23] i2c: pxa-pci: use platform_device_set_of_node()
Wolfram Sang
[PATCH 12/23] iommu/fsl: use platform_device_set_of_node()
Bartosz Golaszewski
Re: [PATCH 12/23] iommu/fsl: use platform_device_set_of_node()
Robin Murphy
[PATCH 13/23] net: bcmgenet: use platform_device_set_of_node()
Bartosz Golaszewski
[PATCH 14/23] pmdomain: imx: use platform_device_set_of_node()
Bartosz Golaszewski
[PATCH 15/23] mfd: tps6586: use platform_device_set_of_node()
Bartosz Golaszewski
[PATCH 16/23] slimbus: qcom-ngd-ctrl: use platform_device_set_of_node()
Bartosz Golaszewski
[PATCH 17/23] net: mv643xx: use platform_device_set_of_node()
Bartosz Golaszewski
Earlier messages