linuxppc-dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Niklas Cassel
Re: [PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Manivannan Sadhasivam
Re: [PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Niklas Cassel
RE: [PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Hongxing Zhu
[PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Timothy Pearson
[PATCH v3 1/6] PCI: pnv_php: Properly clean up allocated IRQs on unplug
Timothy Pearson
[PATCH v3 2/6] PCI: pnv_php: Work around switches with broken presence detection
Timothy Pearson
[PATCH v3 3/6] powerpc/eeh: Export eeh_unfreeze_pe()
Timothy Pearson
[PATCH v3 4/6] powerpc/eeh: Make EEH driver device hotplug safe
Timothy Pearson
[PATCH v3 5/6] PCI: pnv_php: Fix surprise plug detection and recovery
Timothy Pearson
Re: [PATCH v3 5/6] PCI: pnv_php: Fix surprise plug detection and recovery
Bjorn Helgaas
Re: [PATCH v3 5/6] PCI: pnv_php: Fix surprise plug detection and recovery
Timothy Pearson
[PATCH v3 6/6] PCI: pnv_php: Enable third attention indicator state
Timothy Pearson
Re: [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Bjorn Helgaas
Re: [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Bjorn Helgaas
Re: [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Madhavan Srinivasan
Re: [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Bjorn Helgaas
Re: [PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
Ganesh G R
[PATCH v5 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
Manivannan Sadhasivam
[PATCH v5 1/4] PCI/ERR: Add support for resetting the Root Ports in a platform specific way
Manivannan Sadhasivam
Re: [PATCH v5 1/4] PCI/ERR: Add support for resetting the Root Ports in a platform specific way
Lukas Wunner
Re: [PATCH v5 1/4] PCI/ERR: Add support for resetting the Root Ports in a platform specific way
Manivannan Sadhasivam
[PATCH v5 4/4] PCI: dw-rockchip: Add support to reset Root Port upon link down event
Manivannan Sadhasivam
[PATCH v5 2/4] PCI: host-common: Add link down handling for Root Ports
Manivannan Sadhasivam
Re: [PATCH v5 2/4] PCI: host-common: Add link down handling for Root Ports
kernel test robot
[PATCH v2] dt-bindings: gpio: Create a trivial GPIO schema
Rob Herring (Arm)
Re: [PATCH v2] dt-bindings: gpio: Create a trivial GPIO schema
Krzysztof Kozlowski
Re: [PATCH v2] dt-bindings: gpio: Create a trivial GPIO schema
Bartosz Golaszewski
[PATCH v2 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
Bagas Sanjaya
[PATCH v2 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h
Bagas Sanjaya
[PATCH v2 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
Bagas Sanjaya
[PATCH v2 2/3] Documentation: ioctl-number: Extend "Include File" column width
Bagas Sanjaya
Re: [PATCH v2 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
Madhavan Srinivasan
Re: [PATCH v2 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
Jonathan Corbet
[PATCH 00/26] SHA-1 library functions
Eric Biggers
[PATCH 02/26] lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
[PATCH 01/26] crypto: x86/sha1 - Rename conflicting symbol
Eric Biggers
[PATCH 03/26] lib/crypto: sha1: Add SHA-1 library functions
Eric Biggers
RE: [PATCH 03/26] lib/crypto: sha1: Add SHA-1 library functions
Elliott, Robert (Servers)
Re: [PATCH 03/26] lib/crypto: sha1: Add SHA-1 library functions
Eric Biggers
[PATCH 06/26] crypto: sha1 - Use same state format as legacy drivers
Eric Biggers
[PATCH 05/26] crypto: sha1 - Wrap library and add HMAC support
Eric Biggers
[PATCH 04/26] lib/crypto: sha1: Add HMAC support
Eric Biggers
[PATCH 07/26] lib/crypto: arm/sha1: Migrate optimized code into library
Eric Biggers
[PATCH 11/26] lib/crypto: s390/sha1: Migrate optimized code into library
Eric Biggers
[PATCH 08/26] lib/crypto: arm64/sha1: Migrate optimized code into library
Eric Biggers
[PATCH 09/26] lib/crypto: mips/sha1: Migrate optimized code into library
Eric Biggers
[PATCH 10/26] lib/crypto: powerpc/sha1: Migrate optimized code into library
Eric Biggers
[PATCH 12/26] lib/crypto: sparc/sha1: Migrate optimized code into library
Eric Biggers
[PATCH 16/26] bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
Eric Biggers
[PATCH 14/26] crypto: sha1 - Remove sha1_base.h
Eric Biggers
[PATCH 15/26] lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1
Eric Biggers
[PATCH 13/26] lib/crypto: x86/sha1: Migrate optimized code into library
Eric Biggers
[PATCH 22/26] nfc: s3fwrn5: Use SHA-1 library instead of crypto_shash
Eric Biggers
[PATCH 18/26] ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions
Eric Biggers
[PATCH 17/26] sctp: Use HMAC-SHA1 and HMAC-SHA256 library functions
Eric Biggers
[PATCH 19/26] tee: Use SHA-1 library instead of crypto_shash
Eric Biggers
[PATCH 21/26] drm/bridge: it6505: Use SHA-1 library instead of crypto_shash
Eric Biggers
[PATCH 20/26] lib/digsig: Use SHA-1 library instead of crypto_shash
Eric Biggers
[PATCH 26/26] lib/crypto: sha1: Remove low-level functions from API
Eric Biggers
[PATCH 23/26] ppp: mppe: Use SHA-1 library instead of crypto_shash
Eric Biggers
[PATCH 24/26] KEYS: trusted_tpm1: Use SHA-1 library instead of crypto_shash
Eric Biggers
[PATCH 25/26] ipv6: Switch to higher-level SHA-1 functions
Eric Biggers
Re: [PATCH 00/26] SHA-1 library functions
Ard Biesheuvel
Re: [PATCH 00/26] SHA-1 library functions
Eric Biggers
[PATCH v3] powerpc: Drop GPL boilerplate text with obsolete FSF address
Thomas Huth
Re: [PATCH v3] powerpc: Drop GPL boilerplate text with obsolete FSF address
Greg Kroah-Hartman
[PATCH v2] powerpc: Replace the obsolete address of the FSF
Thomas Huth
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Greg Kroah-Hartman
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Thomas Huth
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Greg Kroah-Hartman
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Christoph Hellwig
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Greg Kroah-Hartman
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Richard Fontana
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Segher Boessenkool
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Richard Fontana
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Maciej W. Rozycki
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Richard Fontana
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Zavras, Alexios
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Zavras, Alexios
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Segher Boessenkool
Re: [PATCH v2] powerpc: Replace the obsolete address of the FSF
Segher Boessenkool
[PATCH] powerpc: Replace the obsolete address of the FSF
Thomas Huth
Re: [PATCH] powerpc: Replace the obsolete address of the FSF
Segher Boessenkool
Re: [PATCH] powerpc: Replace the obsolete address of the FSF
Christophe Leroy
[PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Li Chen
Re: [PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
K Prateek Nayak
Re: [PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Peter Zijlstra
Re: [PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Valentin Schneider
Re: [PATCH v5 1/4] smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Peter Zijlstra
[next-20250709] Fails to boot on IBM Power Server
Venkat Rao Bagalkote
Re: [next-20250709] Fails to boot on IBM Power Server
Stephen Rothwell
Re: [next-20250709] Fails to boot on IBM Power Server
Venkat Rao Bagalkote
[PATCH] ocxl: sysfs.c: Replace scnprintf() with sysfs_emit()
Ryan Chung
Re: [PATCH] ocxl: sysfs.c: Replace scnprintf() with sysfs_emit()
Andrew Donnellan
Re: [PATCH] ocxl: sysfs.c: Replace scnprintf() with sysfs_emit()
Ryan Chung
[PATCH 0/2] ASoC: fsl_xcvr: get channel status data in two cases
Shengjiu Wang
[PATCH 1/2] ASoC: fsl_xcvr: get channel status data when PHY is not exists
Shengjiu Wang
[PATCH 2/2] ASoC: fsl_xcvr: get channel status data with firmware exists
Shengjiu Wang
Re: [PATCH 0/2] ASoC: fsl_xcvr: get channel status data in two cases
Mark Brown
[PATCH] ASoC: fsl-asoc-card: add sysclk_ratio for calculate sysclk frequency
Shengjiu Wang
Re: [PATCH] ASoC: fsl-asoc-card: add sysclk_ratio for calculate sysclk frequency
Mark Brown
[PATCH RESEND 0/3] ioctl numbers list cleanup for papr-physical-attestation.h
Bagas Sanjaya
[PATCH RESEND 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h
Bagas Sanjaya
Re: [PATCH RESEND 3/3] Documentation: ioctl-number: Correct full path to papr-physical-attestation.h
Haren Myneni
[PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
Bagas Sanjaya
Re: [PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
Haren Myneni
Re: [PATCH RESEND 1/3] Documentation: ioctl-number: Fix linuxppc-dev mailto link
Bagas Sanjaya
[PATCH RESEND 2/3] Documentation: ioctl-number: Extend "Include File" column width
Bagas Sanjaya
Re: [PATCH RESEND 2/3] Documentation: ioctl-number: Extend "Include File" column width
Haren Myneni
Re: mm/slub.o: warning: objtool: ___slab_alloc.isra.111.part.112+0x4c0: can't find jump dest instruction at .text.___slab_alloc.isra.111.part.112+0x68c
Arnd Bergmann
[PATCH] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
Aditya Bodkhe
[PATCH 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer
Aditya Bodkhe
[PATCH v4 1/4] smpboot: introduce SDTL() helper to tidy sched topology setup
Li Chen
Re: [PATCH v4 1/4] smpboot: introduce SDTL() helper to tidy sched topology setup
K Prateek Nayak
Re: [PATCH v4 1/4] smpboot: introduce SDTL() helper to tidy sched topology setup
Li Chen
[PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
David Hildenbrand
[PATCH v2 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
David Hildenbrand
[PATCH v2 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
David Hildenbrand
[PATCH v2 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
David Hildenbrand
[PATCH v2 04/29] mm/page_alloc: let page freeing clear any set page type
David Hildenbrand
[PATCH v2 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
David Hildenbrand
[PATCH v2 06/29] mm/zsmalloc: make PageZsmalloc() sticky until the page is freed
David Hildenbrand
[PATCH v2 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
David Hildenbrand
[PATCH v2 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
David Hildenbrand
[PATCH v2 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
David Hildenbrand
[PATCH v2 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
David Hildenbrand
[PATCH v2 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
David Hildenbrand
[PATCH v2 12/29] mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
Re: [PATCH v2 12/29] mm/zsmalloc: stop using __ClearPageMovable()
Sergey Senozhatsky
[PATCH v2 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
David Hildenbrand
[PATCH v2 14/29] mm/migrate: remove __ClearPageMovable()
David Hildenbrand
[PATCH v2 16/29] mm: rename __PageMovable() to page_has_movable_ops()
David Hildenbrand
[PATCH v2 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
David Hildenbrand
[PATCH v2 15/29] mm/migration: remove PageMovable()
David Hildenbrand
[PATCH v2 18/29] mm: remove __folio_test_movable()
David Hildenbrand
[PATCH v2 19/29] mm: stop storing migration_ops in page->mapping
David Hildenbrand
[PATCH v2 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
David Hildenbrand
[PATCH v2 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
David Hildenbrand
[PATCH v2 23/29] mm/page-alloc: remove PageMappingFlags()
David Hildenbrand
[PATCH v2 24/29] mm/page-flags: remove folio_mapping_flags()
David Hildenbrand
[PATCH v2 25/29] mm: simplify folio_expected_ref_count()
David Hildenbrand
[PATCH v2 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
David Hildenbrand
[PATCH v2 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
[PATCH v2 28/29] mm/balloon_compaction: "movable_ops" doc updates
David Hildenbrand
[PATCH v2 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
David Hildenbrand
[PATCH v2 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
Re: [PATCH v2 20/29] mm: convert "movable" flag in page->mapping to a page flag
David Hildenbrand
Re: [PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
Andrew Morton
[PATCH v2] selftests/powerpc: fix "for a while" typo
Ahelenia Ziemiańska
[PATCH 5.10] powerpc/pseries: Fix use after free in remove_phb_dynamic()
Anastasia Belova
[PATCH] powerpc/eeh: parse AER registers
Ganesh Goudar
Re: [PATCH] powerpc/eeh: parse AER registers
Mahesh J Salgaonkar
Re: [PATCH] powerpc/eeh: parse AER registers
Narayana Murty N
[PATCH] global: fix misapplications of "awhile"
Ahelenia Ziemiańska
Re: [PATCH] global: fix misapplications of "awhile"
Greg Kroah-Hartman
[PATCH RFC 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
Haren Myneni
[PATCH RFC 2/9] powerpc/pseries: Define HVPIPE specific macros
Haren Myneni
[PATCH RFC 1/9] powerpc/pseries: Define papr-hvpipe ioctl
Haren Myneni
[PATCH RFC 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
Haren Myneni
Re: [PATCH RFC 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
Krzysztof Kozlowski
Re: [PATCH RFC 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
Haren Myneni
Re: [PATCH RFC 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
Krzysztof Kozlowski
[PATCH RFC 5/9] powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS
Haren Myneni
[PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Haren Myneni
Re: [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Krzysztof Kozlowski
Re: [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Haren Myneni
Re: [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Krzysztof Kozlowski
Re: [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Krzysztof Kozlowski
Re: [PATCH RFC 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
Haren Myneni
[PATCH RFC 6/9] powerpc/pseries: Wakeup hvpipe FD when the payload is pending
Haren Myneni
[PATCH RFC 4/9] powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS
Haren Myneni
[PATCH RFC 8/9] powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS
Haren Myneni
[PATCH RFC 9/9] powerpc/pseries: HVPIPE changes to support migration
Haren Myneni
[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
Dave Martin
[PATCH 15/23] powerpc/ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names
Dave Martin
Re: [PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
Akihiko Odaki
Re: [PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
Kees Cook
Re: [PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
Dave Martin
Re: [PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
patchwork-bot+linux-riscv
[PATCH] arch/powerpc: Remove support for older GCC and binutils
Christophe Leroy
[PATCH] arch/powerpc: Remove .interp section in vmlinux
Christophe Leroy
Re: [PATCH] arch/powerpc: Remove .interp section in vmlinux
Segher Boessenkool
[powerpc:merge] BUILD SUCCESS 837f3b82898b077b38ea6739f4dc87e4ccfc7751
kernel test robot
[PATCH v2 00/14] SHA-256 library improvements
Eric Biggers
[PATCH v2 01/14] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
Eric Biggers
[PATCH v2 02/14] cxl/test: Simplify fw_buf_checksum_show()
Eric Biggers
[PATCH v2 03/14] lib/crypto: sha256: Reorder some code
Eric Biggers
[PATCH v2 05/14] lib/crypto: sha256: Add sha224() and sha224_update()
Eric Biggers
[PATCH v2 04/14] lib/crypto: sha256: Remove sha256_blocks_simd()
Eric Biggers
[PATCH v2 06/14] lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
[PATCH v2 13/14] lib/crypto: sha256: Sync sha256_update() with sha512_update()
Eric Biggers
[PATCH v2 07/14] lib/crypto: sha256: Propagate sha256_block_state type to implementations
Eric Biggers
[PATCH v2 11/14] lib/crypto: sha256: Remove sha256_is_arch_optimized()
Eric Biggers
[PATCH v2 14/14] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
Eric Biggers
[PATCH v2 10/14] crypto: sha256 - Use same state format as legacy drivers
Eric Biggers
Re: [PATCH v2 00/14] SHA-256 library improvements
Eric Biggers
Re: [PATCH v2 00/14] SHA-256 library improvements
Ard Biesheuvel
[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
David Hildenbrand
[PATCH v1 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
David Hildenbrand
Earlier messages
Later messages