linuxppc-dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v2 3/3] mm: Protect kernel pgtables in apply_to_pte_range()
Alexander Gordeev
Re: [PATCH v2 3/3] mm: Protect kernel pgtables in apply_to_pte_range()
Alexander Gordeev
Re: [PATCH v2 3/3] mm: Protect kernel pgtables in apply_to_pte_range()
Andrew Morton
[PATCH v2 1/3] kasan: Avoid sleepable page allocation from atomic context
Alexander Gordeev
Re: [PATCH v2 1/3] kasan: Avoid sleepable page allocation from atomic context
Andrey Ryabinin
Re: [PATCH v2 1/3] kasan: Avoid sleepable page allocation from atomic context
Alexander Gordeev
Re: [PATCH v2 1/3] kasan: Avoid sleepable page allocation from atomic context
Andrey Ryabinin
Re: [PATCH v2 1/3] kasan: Avoid sleepable page allocation from atomic context
Alexander Gordeev
[PATCH 0/6] bus: fsl-mc: cleanup and fixes
Ioana Ciornei
[PATCH 6/6] bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value
Ioana Ciornei
[PATCH 5/6] bus: fsl-mc: drop useless cleanup
Ioana Ciornei
[PATCH 3/6] bus: fsl-mc: fix GET/SET_TAILDROP command ids
Ioana Ciornei
[PATCH 4/6] bus: fsl-mc: add the dprc_get_mem() command to the whitelist
Ioana Ciornei
[PATCH 1/6] bus: fsl-mc: fix double-free on mc_dev
Ioana Ciornei
[PATCH 2/6] bus: fsl-mc: do not add a device-link for the UAPI used DPMCP device
Ioana Ciornei
Re: [PATCH 0/6] bus: fsl-mc: cleanup and fixes
Christophe Leroy
[PATCH v2 00/12] Always call constructor for kernel page tables
Kevin Brodsky
[PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
Kevin Brodsky
Re: [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
Alexander Gordeev
[PATCH v2 06/12] sparc64: mm: Call ctor/dtor for kernel PTEs
Kevin Brodsky
[PATCH v2 05/12] powerpc: mm: Call ctor/dtor for kernel PTEs
Kevin Brodsky
[PATCH v2 08/12] arm64: mm: Use enum to identify pgtable level instead of *_SHIFT
Kevin Brodsky
[PATCH v2 07/12] mm: Skip ptlock_init() for kernel PMDs
Kevin Brodsky
[PATCH v2 11/12] arm64: mm: Call PUD/P4D ctor in __create_pgd_mapping()
Kevin Brodsky
[PATCH v2 12/12] riscv: mm: Call PUD/P4D ctor in special kernel pgtable alloc
Kevin Brodsky
[PATCH v2 10/12] riscv: mm: Clarify ctor mm argument in alloc_{pte,pmd}_late
Kevin Brodsky
[PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
Kevin Brodsky
Re: [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
Dave Hansen
Re: [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
Matthew Wilcox
Re: [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
Dave Hansen
Re: [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
Matthew Wilcox
Re: [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
Dave Hansen
Re: [PATCH v2 02/12] x86: pgtable: Always use pte_free_kernel()
Kevin Brodsky
[PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
Kevin Brodsky
Re: [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
Alexander Gordeev
[PATCH v2 04/12] m68k: mm: Call ctor/dtor for kernel PTEs
Kevin Brodsky
[PATCH v2 09/12] arm64: mm: Always call PTE/PMD ctor in __create_pgd_mapping()
Kevin Brodsky
[PATCH v2 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
Stefano Garzarella
[PATCH v2 1/4] tpm: add buf_size parameter in the .send callback
Stefano Garzarella
[PATCH v2 2/4] tpm: support devices with synchronous send()
Stefano Garzarella
Re: [PATCH v2 2/4] tpm: support devices with synchronous send()
Jarkko Sakkinen
Re: [PATCH v2 2/4] tpm: support devices with synchronous send()
Stefano Garzarella
[PATCH v2 4/4] tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNC
Stefano Garzarella
[PATCH v2 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
Stefano Garzarella
[PATCH 0/5] powerpc: convert board-file GPIO chips to using new value setters
Bartosz Golaszewski
[PATCH 5/5] powerpc: 8xx/gpio: use new line value setter callbacks
Bartosz Golaszewski
Re: [PATCH 5/5] powerpc: 8xx/gpio: use new line value setter callbacks
Christophe Leroy
[PATCH 2/5] powerpc: 83xx/gpio: use new line value setter callbacks
Bartosz Golaszewski
Re: [PATCH 2/5] powerpc: 83xx/gpio: use new line value setter callbacks
Christophe Leroy
Re: [PATCH 2/5] powerpc: 83xx/gpio: use new line value setter callbacks
Bartosz Golaszewski
Re: [PATCH 2/5] powerpc: 83xx/gpio: use new line value setter callbacks
Christophe Leroy
Re: [PATCH 2/5] powerpc: 83xx/gpio: use new line value setter callbacks
Bartosz Golaszewski
[PATCH 1/5] powerpc: sysdev/gpio: use new line value setter callbacks
Bartosz Golaszewski
Re: [PATCH 1/5] powerpc: sysdev/gpio: use new line value setter callbacks
Christophe Leroy
[PATCH 3/5] powerpc: 44x/gpio: use new line value setter callbacks
Bartosz Golaszewski
Re: [PATCH 3/5] powerpc: 44x/gpio: use new line value setter callbacks
Christophe Leroy
[PATCH 4/5] powerpc: 52xx/gpio: use new line value setter callbacks
Bartosz Golaszewski
Re: [PATCH 4/5] powerpc: 52xx/gpio: use new line value setter callbacks
Christophe Leroy
Re: [PATCH 0/5] powerpc: convert board-file GPIO chips to using new value setters
Bartosz Golaszewski
Re: [PATCH 0/5] powerpc: convert board-file GPIO chips to using new value setters
Linus Walleij
Re: [Bisected] PowerMac G5 fails booting kernel 6.6-rc3 (BUG: Unable to handle kernel data access at 0xfeffbb62ffec65fe)
Christophe Leroy
Re: [Bisected] PowerMac G5 fails booting kernel 6.6-rc3 (BUG: Unable to handle kernel data access at 0xfeffbb62ffec65fe)
Erhard Furtner
Re: kexec failing with KVM on Power8 baremetal host
IBM
Re: kexec failing with KVM on Power8 baremetal host
Stefan Berger
[PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
Alexander Gordeev
[PATCH v1 4/4] mm: Allow detection of wrong arch_enter_lazy_mmu_mode() context
Alexander Gordeev
Re: [PATCH v1 4/4] mm: Allow detection of wrong arch_enter_lazy_mmu_mode() context
Nicholas Piggin
[PATCH v1 1/4] kasan: Avoid sleepable page allocation from atomic context
Alexander Gordeev
Re: [PATCH v1 1/4] kasan: Avoid sleepable page allocation from atomic context
Nicholas Piggin
Re: [PATCH v1 1/4] kasan: Avoid sleepable page allocation from atomic context
Nicholas Piggin
[PATCH v1 2/4] mm: Cleanup apply_to_pte_range() routine
Alexander Gordeev
Re: [PATCH v1 2/4] mm: Cleanup apply_to_pte_range() routine
Nicholas Piggin
Re: [PATCH v1 2/4] mm: Cleanup apply_to_pte_range() routine
Alexander Gordeev
[PATCH v1 3/4] mm: Protect kernel pgtables in apply_to_pte_range()
Alexander Gordeev
Re: [PATCH v1 3/4] mm: Protect kernel pgtables in apply_to_pte_range()
Nicholas Piggin
Re: [PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
Andrew Morton
Re: [PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
Nicholas Piggin
Re: [PATCH v1 0/4] mm: Fix apply_to_pte_range() vs lazy MMU mode
Alexander Gordeev
[RFC PATCH] powerpc: Add check to select PPC_RADIX_BROADCAST_TLBIE
Madhavan Srinivasan
Re: [RFC PATCH] powerpc: Add check to select PPC_RADIX_BROADCAST_TLBIE
Venkat Rao Bagalkote
Re: [RFC PATCH] powerpc: Add check to select PPC_RADIX_BROADCAST_TLBIE
Ritesh Harjani (IBM)
Re: [RFC PATCH] powerpc: Add check to select PPC_RADIX_BROADCAST_TLBIE
Christophe Leroy
Re: [RFC PATCH] powerpc: Add check to select PPC_RADIX_BROADCAST_TLBIE
IBM
Re: [RFC PATCH] powerpc: Add check to select PPC_RADIX_BROADCAST_TLBIE
Madhavan Srinivasan
[PATCH V2 0/3] mm/ptdump: Drop assumption that pxd_val() is u64
Anshuman Khandual
[PATCH V2 1/3] mm/ptdump: Split note_page() into level specific callbacks
Anshuman Khandual
[PATCH V2 3/3] arm64/mm: Define ptdesc_t
Anshuman Khandual
[PATCH V2 2/3] mm/ptdump: Split effective_prot() into level specific callbacks
Anshuman Khandual
[PATCH] ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of()
Chenyuan Yang
Re: [PATCH] ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of()
Mark Brown
[PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Likhitha Korrapati
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Athira Rajeev
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Venkat Rao Bagalkote
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Madhavan Srinivasan
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Athira Rajeev
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Arnaldo Carvalho de Melo
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Likhitha Korrapati
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Likhitha Korrapati
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Likhitha Korrapati
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Mukesh Kumar Chaurasiya
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Arnaldo Carvalho de Melo
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Ian Rogers
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Ian Rogers
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Likhitha Korrapati
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Ian Rogers
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Likhitha Korrapati
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Ian Rogers
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Likhitha Korrapati
Re: [PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
Mukesh Kumar Chaurasiya
[PATCH 0/9] Remove per-architecture ChaCha skcipher glue code
Eric Biggers
[PATCH 3/9] crypto: arm/chacha - remove the redundant skcipher algorithms
Eric Biggers
[PATCH 6/9] crypto: powerpc/chacha - remove the skcipher algorithms
Eric Biggers
[PATCH 7/9] crypto: s390/chacha - remove the skcipher algorithms
Eric Biggers
[PATCH 5/9] crypto: mips/chacha - remove the skcipher algorithms
Eric Biggers
[PATCH 1/9] crypto: riscv/chacha - implement library instead of skcipher
Eric Biggers
[PATCH 4/9] crypto: arm64/chacha - remove the skcipher algorithms
Eric Biggers
[PATCH 9/9] crypto: chacha - remove <crypto/internal/chacha.h>
Eric Biggers
[PATCH 8/9] crypto: x86/chacha - remove the skcipher algorithms
Eric Biggers
Re: [PATCH 8/9] crypto: x86/chacha - remove the skcipher algorithms
Herbert Xu
Re: [PATCH 8/9] crypto: x86/chacha - remove the skcipher algorithms
Eric Biggers
Re: [PATCH 8/9] crypto: x86/chacha - remove the skcipher algorithms
Herbert Xu
[PATCH 2/9] crypto: chacha - centralize the skcipher wrappers for arch code
Eric Biggers
Re: [PATCH 0/9] Remove per-architecture ChaCha skcipher glue code
Herbert Xu
[PATCH v2 0/3] MAINTAINERS: updates for the fsl-mc bus entry
Ioana Ciornei
[PATCH v2 2/3] MAINTAINERS: fix nonexistent dtbinding file name
Ioana Ciornei
[PATCH v2 3/3] MAINTAINERS: add the linuppc-dev list to the fsl-mc bus entry
Ioana Ciornei
Re: [PATCH v2 0/3] MAINTAINERS: updates for the fsl-mc bus entry
Christophe Leroy
[PATCH v2 1/3] MAINTAINERS: add myself as maintainer for the fsl-mc bus
Ioana Ciornei
[PATCH v2 39/57] irqdomain: ppc: Switch irq_domain_add_nomap() to use fwnode
Jiri Slaby (SUSE)
Using Restricted DMA for virtio-pci
David Woodhouse
Re: Using Restricted DMA for virtio-pci
Michael S. Tsirkin
Re: Using Restricted DMA for virtio-pci
David Woodhouse
Re: Using Restricted DMA for virtio-pci
David Woodhouse
Re: Using Restricted DMA for virtio-pci
Michael S. Tsirkin
Re: Using Restricted DMA for virtio-pci
David Woodhouse
Re: Using Restricted DMA for virtio-pci
Michael S. Tsirkin
Re: Using Restricted DMA for virtio-pci
David Woodhouse
Re: Using Restricted DMA for virtio-pci
Michael S. Tsirkin
Re: Using Restricted DMA for virtio-pci
David Woodhouse
Re: Using Restricted DMA for virtio-pci
Michael S. Tsirkin
Re: Using Restricted DMA for virtio-pci
David Woodhouse
Re: [PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
Sam James
Re: [PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
Al Viro
Re: [PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
Sam James
Re: [PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
John Paul Adrian Glaubitz
Re: [PATCH v2 1/1] mm: pgtable: fix pte_swp_exclusive
Geert Uytterhoeven
[PATCH] tools/perf/arch/powerpc/util: Fix is_compat_mode build break in ppc64
Likhitha Korrapati
Re: [PATCH] tools/perf/arch/powerpc/util: Fix is_compat_mode build break in ppc64
Athira Rajeev
Re: [PATCH] tools/perf/arch/powerpc/util: Fix is_compat_mode build break in ppc64
Venkat Rao Bagalkote
Re: [PATCH] tools/perf/arch/powerpc/util: Fix is_compat_mode build break in ppc64
Namhyung Kim
[PATCH] dt-bindings: interrupt-controller: Convert fsl,mpic-msi to YAML
J . Neuschäfer via B4 Relay
Re: [PATCH] dt-bindings: interrupt-controller: Convert fsl,mpic-msi to YAML
Conor Dooley
Re: [PATCH] dt-bindings: interrupt-controller: Convert fsl,mpic-msi to YAML
J . Neuschäfer
[PATCH AUTOSEL 6.6 14/19] ASoC: fsl_audmix: register card device depends on 'dais' property
Sasha Levin
[linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
Venkat Rao Bagalkote
Re: [linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
Venkat Rao Bagalkote
Re: [linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
Ritesh Harjani (IBM)
Re: [linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
Qu Wenruo
Re: [linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
Venkat Rao Bagalkote
Re: [linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
Venkat
Re: [linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
Filipe Manana
Re: [linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
David Sterba
Re: [linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
Venkat Rao Bagalkote
[PATCH] soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing
Krzysztof Kozlowski
Re: [PATCH] soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing
Ioana Ciornei
Re: [PATCH] soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing
Christophe Leroy
[PATCH 0/4] PCI: Add support for resetting the slots in a platform specific way
Manivannan Sadhasivam via B4 Relay
[PATCH 1/4] PCI/ERR: Remove misleading TODO regarding kernel panic
Manivannan Sadhasivam via B4 Relay
[PATCH 4/4] PCI: qcom: Add support for resetting the slot due to link down event
Manivannan Sadhasivam via B4 Relay
[PATCH 2/4] PCI/ERR: Add support for resetting the slot in a platforms specific way
Manivannan Sadhasivam via B4 Relay
Re: [PATCH 2/4] PCI/ERR: Add support for resetting the slot in a platforms specific way
Lukas Wunner
Re: [PATCH 2/4] PCI/ERR: Add support for resetting the slot in a platforms specific way
Manivannan Sadhasivam
Re: [PATCH 2/4] PCI/ERR: Add support for resetting the slot in a platforms specific way
Lukas Wunner
Re: [PATCH 2/4] PCI/ERR: Add support for resetting the slot in a platforms specific way
Manivannan Sadhasivam
Re: [PATCH 2/4] PCI/ERR: Add support for resetting the slot in a platforms specific way
Lukas Wunner
Re: [PATCH 2/4] PCI/ERR: Add support for resetting the slot in a platforms specific way
Manivannan Sadhasivam
Re: [PATCH 2/4] PCI/ERR: Add support for resetting the slot in a platforms specific way
Lukas Wunner
[PATCH 3/4] PCI: Add link down handling for host bridges
Manivannan Sadhasivam via B4 Relay
[PATCH 0/3] PowerNV PCIe Hotplug Driver Fixes
Shawn Anastasio
[PATCH 2/3] pci/hotplug/pnv_php: Work around switches with broken presence detection
Shawn Anastasio
Re: [PATCH 2/3] pci/hotplug/pnv_php: Work around switches with broken presence detection
Lukas Wunner
Re: [PATCH 2/3] pci/hotplug/pnv_php: Work around switches with broken presence detection
Lukas Wunner
[PATCH 3/3] pci/hotplug/pnv_php: Fix refcount underflow on hot unplug
Shawn Anastasio
[PATCH 1/3] pci/hotplug/pnv_php: Properly clean up allocated IRQs on unplug
Shawn Anastasio
[powerpc:merge] BUILD SUCCESS 522742a9ebe774eaf77fdb5c7af1f1cf36965bb1
kernel test robot
[PATCH AUTOSEL 6.13 07/22] crypto: lib/Kconfig - Fix lib built-in failure when arch is modular
Sasha Levin
[PATCH AUTOSEL 6.12 06/20] crypto: lib/Kconfig - Fix lib built-in failure when arch is modular
Sasha Levin
[PATCH AUTOSEL 6.14 07/23] crypto: lib/Kconfig - Fix lib built-in failure when arch is modular
Sasha Levin
[RFC net-next PATCH 00/13] Add PCS core support
Sean Anderson
[RFC net-next PATCH 13/13] powerpc: dts: Add compatible strings for Lynx PCSs
Sean Anderson
Re: [RFC net-next PATCH 00/13] Add PCS core support
Kory Maincent
Re: [RFC net-next PATCH 00/13] Add PCS core support
Sean Anderson
Re: [RFC net-next PATCH 00/13] Add PCS core support
Christian Marangi (Ansuel)
Re: [RFC net-next PATCH 00/13] Add PCS core support
Sean Anderson
Re: [RFC net-next PATCH 00/13] Add PCS core support
Christian Marangi (Ansuel)
Re: [RFC net-next PATCH 00/13] Add PCS core support
Daniel Golle
Re: [RFC net-next PATCH 00/13] Add PCS core support
Sean Anderson
Re: [RFC net-next PATCH 00/13] Add PCS core support
Sean Anderson
Re: [RFC net-next PATCH 00/13] Add PCS core support
Sean Anderson
Re: [RFC net-next PATCH 00/13] Add PCS core support
Kory Maincent
Earlier messages
Later messages