linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-22 15:29:34 to 2025-04-28 17:03:03 UTC [more...]

[PATCH v4 00/13] Architecture-optimized SHA-256 library API
 2025-04-28 17:00 UTC  (7+ messages)
` [PATCH v4 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH v4 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH v4 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH v4 05/13] crypto: mips/sha256 "
` [PATCH v4 06/13] crypto: powerpc/sha256 "
` [PATCH v4 07/13] crypto: riscv/sha256 "

[PATCH 1/2] selftests/mm: Fix build break when compiling pkey_util.c
 2025-04-28 16:49 UTC  (4+ messages)
` [PATCH 2/2] selftests/mm: Fix a build failure on powerpc

[GIT PULL] Please pull powerpc/linux.git powerpc-6.15-3 tag
 2025-04-28 16:34 UTC  (2+ messages)

[PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
 2025-04-28 16:19 UTC  (8+ messages)

[PATCH v6 net-next 00/14] Add more features for ENETC v4 - round 2
 2025-04-28 16:16 UTC  (17+ messages)
` [PATCH v6 net-next 01/14] net: enetc: add initial netc-lib driver to support NTMP
` [PATCH v6 net-next 02/14] net: enetc: add command BD ring support for i.MX95 ENETC
` [PATCH v6 net-next 03/14] net: enetc: move generic MAC filtering interfaces to enetc-core
` [PATCH v6 net-next 04/14] net: enetc: add MAC filtering for i.MX95 ENETC PF
` [PATCH v6 net-next 05/14] net: enetc: add debugfs interface to dump MAC filter
` [PATCH v6 net-next 06/14] net: enetc: add set/get_rss_table() hooks to enetc_si_ops
` [PATCH v6 net-next 07/14] net: enetc: make enetc_set_rss_key() reusable
` [PATCH v6 net-next 08/14] net: enetc: add RSS support for i.MX95 ENETC PF
` [PATCH v6 net-next 09/14] net: enetc: change enetc_set_rss() to void type
` [PATCH v6 net-next 10/14] net: enetc: enable RSS feature by default
` [PATCH v6 net-next 11/14] net: enetc: extract enetc_refresh_vlan_ht_filter()
` [PATCH v6 net-next 12/14] net: enetc: move generic VLAN hash filter functions to enetc_pf_common.c
` [PATCH v6 net-next 13/14] net: enetc: add VLAN filtering support for i.MX95 ENETC PF
` [PATCH v6 net-next 14/14] net: enetc: add loopback "

[RFC V1 0/6] Generic Entry/Exit support for ppc64
 2025-04-28 15:52 UTC  (8+ messages)
` [RFC V1 1/6] powerpc: rename arch_irq_disabled_regs
` [RFC V1 2/6] powerpc: Prepare to build with genreic entry/exit framework
` [RFC V1 3/6] powerpc: introduce arch_enter_from_user_mode
` [RFC V1 4/6] powerpc: Add flag in paca for register restore state
` [RFC V1 5/6] powerpc: Introduce syscall exit arch functions
` [RFC V1 6/6] powerpc: Enable Generic Entry/Exit for syscalls

[PATCH v3 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-28 11:53 UTC  (5+ messages)
` [PATCH v3 10/13] crypto: s390 - move library functions to arch/s390/lib/crypto/
` [PATCH v3 12/13] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH v3 13/13] crypto: lib/poly1305 "

segmentation fault when stepping multi-threaded application
 2025-04-28 11:16 UTC 

[PATCH] ASoC: fsl: fsl_qmc_audio: Reset audio data pointers on TRIGGER_START event
 2025-04-28  9:20 UTC  (3+ messages)

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-04-28  9:17 UTC  (13+ messages)
` [PATCH v4 3/3] "

[PATCH v3 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-04-28  7:49 UTC  (4+ messages)
` [PATCH v3 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC

[v3 PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-28  5:17 UTC  (14+ messages)
` [v3 PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [v3 PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [v3 PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [v3 PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [v3 PATCH 05/13] crypto: mips/sha256 "
` [v3 PATCH 06/13] crypto: powerpc/sha256 "
` [v3 PATCH 07/13] crypto: riscv/sha256 "
` [v3 PATCH 08/13] crypto: s390/sha256 "
` [v3 PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [v3 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [v3 PATCH 11/13] crypto: x86/sha256 "
` [v3 PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [v3 PATCH 13/13] crypto: lib/sha256 - improve function prototypes

[BUG][powerpc] OOPs: Kernel access of bad area during zram swap write - kswapd0 crash
 2025-04-28  5:09 UTC  (3+ messages)

[v2 PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-27 14:07 UTC  (19+ messages)
` [v2 PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [v2 PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [v2 PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [v2 PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [v2 PATCH 05/13] crypto: mips/sha256 "
` [v2 PATCH 06/13] crypto: powerpc/sha256 "
` [v2 PATCH 07/13] crypto: riscv/sha256 "
` [v2 PATCH 08/13] crypto: s390/sha256 "
` [v2 PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [v2 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [v2 PATCH 11/13] crypto: x86/sha256 "
` [v2 PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [v2 PATCH 13/13] crypto: lib/sha256 - improve function prototypes

[PATCH v3 0/4] Apple/PASemi i2c error recovery fixes
 2025-04-27 11:30 UTC  (5+ messages)
` [PATCH v3 1/4] i2c: pasemi: Enable the unjam machine
` [PATCH v3 2/4] i2c: pasemi: Improve timeout handling
` [PATCH v3 3/4] i2c: pasemi: Improve error recovery
` [PATCH v3 4/4] i2c: pasemi: Log bus reset causes

[PATCH v2 0/6] Apple/PASemi i2c error recovery fixes
 2025-04-27 11:29 UTC  (4+ messages)
` [PATCH v2 4/6] i2c: pasemi: Improve error recovery

[PATCH 00/13] Architecture-optimized SHA-256 library API
 2025-04-27  5:21 UTC  (30+ messages)
` [PATCH 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [PATCH 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH 05/13] crypto: mips/sha256 "
` [PATCH 06/13] crypto: powerpc/sha256 "
` [PATCH 07/13] crypto: riscv/sha256 "
` [PATCH 08/13] crypto: s390/sha256 "
` [PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [PATCH 11/13] crypto: x86/sha256 "
` [PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [PATCH 13/13] crypto: lib/sha256 - improve function prototypes

[PATCH bpf-next v2 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
 2025-04-26 10:54 UTC  (2+ messages)

[PATCH] soc: fsl: qbman: Remove const from portal->cgrs allocation type
 2025-04-26  6:20 UTC 

[PATCH 0/7] Removing unused macros in arch/powerpc/perf
 2025-04-26  3:55 UTC  (8+ messages)
` [PATCH 1/7] arch/powerpc/perf : Removing unused macros from power5+-pmu.c
` [PATCH 2/7] arch/powerpc/perf : Removing unused macros from power5-pmu.c
` [PATCH 3/7] arch/powerpc/perf : Removing unused macros from ppc970-pmu.c
` [PATCH 4/7] arch/powerpc/perf : Removing unused macros from power7-pmu.c
` [PATCH 5/7] arch/powerpc/perf : Removing unused macros from power6-pmu.c
` [PATCH 6/7] arch/powerpc/perf : Removing unused macros from power8-pmu.c
` [PATCH 7/7] arch/powerpc/perf : Removing unused macros from power9-pmu.c

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-04-26  2:32 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix IRQ map warnings with XICS on pSeries KVM Guest
 2025-04-25 18:56 UTC 

[PATCH 0/9] Add wrapper function of_find_node_by_name_balanced()
 2025-04-25 17:07 UTC  (8+ messages)
` [PATCH 1/9] of: Add warpper "

[PATCH] powerpc/iommu: Memory leak in TCE table userspace view
 2025-04-25 17:08 UTC 

[PATCH v2 00/12] Always call constructor for kernel page tables
 2025-04-25 16:35 UTC  (5+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs

[PATCH 0/2] powerpc: kvm: generic framework and run posix timers in task context
 2025-04-25 16:23 UTC  (9+ messages)
` [PATCH 1/2] powerpc: kvm: use generic transfer to guest mode work

[PATCH 00/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock
 2025-04-25 15:34 UTC  (10+ messages)
` [PATCH 08/19] vdso/gettimeofday: Prepare do_hres_timens() for introduction of "

[PATCH] tools headers: Update the include/vdso/unaligned.h to sync headers
 2025-04-25 14:46 UTC  (3+ messages)

[PATCH] bus: fsl_mc: Fix driver_managed_dma check
 2025-04-25 13:39 UTC 

[PATCH 0/7] lib/crc: drop "glue" from filenames
 2025-04-25  9:22 UTC  (12+ messages)
` [PATCH 1/7] arm/crc: "
` [PATCH 2/7] arm64/crc: "
` [PATCH 3/7] powerpc/crc: "
` [PATCH 4/7] powerpc/crc: rename crc32-vpmsum_core.S to crc-vpmsum-template.S
` [PATCH 5/7] s390/crc: drop "glue" from filenames
` [PATCH 6/7] sparc/crc: "
` [PATCH 7/7] x86/crc: "

[powerpc:fixes-test] BUILD SUCCESS e3f506b78d921e48a00d005bea5c45ec36a99240
 2025-04-25  7:43 UTC 

[PATCH] perf build: Add tools/arch/x86/include/asm/amd/ibs.h to sync the headers
 2025-04-25  6:58 UTC  (8+ messages)

[PATCH] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-04-24 12:02 UTC 

[PATCH v4 0/3] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2025-04-24 11:48 UTC  (6+ messages)
` [PATCH v4 3/3] "

[PATCH 0/5] powerpc: convert board-file GPIO chips to using new value setters
 2025-04-24  8:53 UTC  (3+ messages)

[PATCH v3 0/5] PCI: Add support for resetting the slots in a platform specific way
 2025-04-24  5:27 UTC  (6+ messages)
` [PATCH v3 5/5] PCI: qcom: Add support for resetting the slot due to link down event

[PATCH v2] powerpc/boot: Fix dash warning
 2025-04-23 22:40 UTC  (4+ messages)

[PATCH] fsldma: Support 40 bit DMA addresses where capable
 2025-04-23 20:56 UTC  (10+ messages)

[PATCH 0/6] Fixes for shellcheck/sparse warnings
 2025-04-23  8:44 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: ibmveth: Make ibmveth use new reset function and new KUnit tests
 2025-04-23  1:15 UTC  (3+ messages)
` [PATCH net-next v3 2/3] net: ibmveth: Reset the adapter when unexpected states are detected

[PATCH] fsl_pamu: Use 40-bits for addressing where appropriate
 2025-04-23  0:49 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).