linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-22 05:04:56 to 2025-06-01 22:47:10 UTC [more...]

[PATCH 00/13] lib/crc: improve how arch-optimized code is integrated
 2025-06-01 22:44 UTC  (10+ messages)
` [PATCH 01/13] crypto/crc32: register only one shash_alg
` [PATCH 02/13] crypto/crc32c: "
` [PATCH 03/13] lib/crc: move files into lib/crc/
` [PATCH 04/13] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH 05/13] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH 06/13] lib/crc/arm64: migrate arm64-optimized "
` [PATCH 07/13] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH 08/13] lib/crc/mips: migrate mips-optimized "
` [PATCH 11/13] lib/crc/s390: migrate s390-optimized CRC code into lib/s390/

WARNING: CPU: 12 PID: 44394 at arch/powerpc/kernel/process.c:437 giveup_all+0x90/0x1d0 (v6.14.8, Talos II)
 2025-06-01  9:59 UTC  (5+ messages)

[PATCH v2] powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add
 2025-05-31 23:50 UTC 

[RFC PATCH v1 0/6] Lazy mmu mode fixes and improvements
 2025-05-31  7:46 UTC  (16+ messages)
` [RFC PATCH v1 1/6] fs/proc/task_mmu: Fix pte update and tlb maintenance ordering in pagemap_scan_pmd_entry()
` [RFC PATCH v1 2/6] mm: Fix pte update and tlb maintenance ordering in migrate_vma_collect_pmd()
` [RFC PATCH v1 3/6] mm: Avoid calling page allocator from apply_to_page_range()
` [RFC PATCH v1 4/6] mm: Introduce arch_in_lazy_mmu_mode()
` [RFC PATCH v1 5/6] mm: Avoid calling page allocator while in lazy mmu mode
` [RFC PATCH v1 6/6] Revert "arm64/mm: Permit lazy_mmu_mode to be nested"

[PATCH 1/1] dt-bindings: soc: add vf610 reset controller
 2025-05-30 16:14 UTC  (5+ messages)

[PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges
 2025-05-30 16:09 UTC  (5+ messages)

linux-next: build warning after merge of the powerpc tree
 2025-05-30 13:10 UTC  (3+ messages)

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-05-30  9:42 UTC  (18+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH 10/12] mm: Remove devmap related functions and page table bits
` [PATCH 11/12] mm: Remove callers of pfn_t functionality
` [PATCH 12/12] mm/memremap: Remove unused devmap_managed_key

[PATCH v2 2/6] ASoC: aoa: Use helper function for_each_child_of_node_scoped()
 2025-05-30  9:30 UTC  (7+ messages)

[PATCH v4 00/13] Architecture-optimized SHA-256 library API
 2025-05-30  0:18 UTC  (9+ messages)
` [PATCH v4 08/13] crypto: s390/sha256 - implement library instead of shash

[PATCH v2 0/3] Enhancements to the secvar interface in static key management mode
 2025-05-29 17:57 UTC  (7+ messages)
` [PATCH v2 1/3] powerpc/pseries: Correct secvar format representation for static key management
` [PATCH v2 2/3] powerpc/secvar: Expose secvars relevant to the key management mode

[PATCH 0/8] ASoC: codecs: More const and unused member cleanups
 2025-05-29 10:09 UTC  (19+ messages)
` [PATCH 1/8] ASoC: codecs: Constify regmap configuration static variables
` [PATCH 2/8] ASoC: fsl: Constify reg_default array
` [PATCH 3/8] ASoC: codecs: wcd9335: Drop unused sido_input_src field
` [PATCH 4/8] ASoC: codecs: wcd934x: Drop unused num_rx_port/num_tx_port fields
` [PATCH 5/8] ASoC: codecs: wcd937x: Drop unused 'struct wcd937x_priv' fields
` [PATCH 6/8] ASoC: codecs: wcd938x: Drop unused 'struct wcd938x_priv' fields
` [PATCH 7/8] ASoC: codecs: wcd938x: Drop unused variant field
` [PATCH 8/8] ASoC: codecs: wcd939x: Drop unused 'struct wcd939x_priv' fields

[PATCH v5 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-05-29  2:03 UTC  (13+ messages)
` [PATCH v5 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
` [PATCH v5 4/4] tpm/tpm_svsm: "

[PATCH 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
 2025-05-28 13:48 UTC  (2+ messages)
` [PATCH 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer

[PATCH v2 1/1] dt-bindings: soc: Add fsl,imx23-digctl.yaml for i.MX23 and i.MX28
 2025-05-28 18:35 UTC 

[PATCH v7 1/5] drivers/base/node: Optimize memory block registration to reduce boot time
 2025-05-28 17:18 UTC  (5+ messages)
` [PATCH v7 2/5] drivers/base/node: remove register_mem_block_under_node_early()
` [PATCH v7 3/5] drivers/base/node: Remove register_memory_blocks_under_node() function call from register_one_node
` [PATCH v7 4/5] drivers/base/node: Rename register_memory_blocks_under_node() and remove context argument
` [PATCH v7 5/5] drivers/base/node: Rename __register_one_node() to register_one_node()

[PATCH v3] docs: powerpc: Add htm.rst to table of contents
 2025-05-28 14:38 UTC  (2+ messages)

[PATCH v8 00/20] Rate limit AER logs
 2025-05-28 10:00 UTC  (34+ messages)
` [PATCH v8 01/20] PCI/DPC: Initialize aer_err_info before using it
` [PATCH v8 02/20] PCI/DPC: Log Error Source ID only when valid
` [PATCH v8 03/20] PCI/AER: Factor COR/UNCOR error handling out from aer_isr_one_error()
` [PATCH v8 04/20] PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type()
` [PATCH v8 05/20] PCI/AER: Extract bus/dev/fn in aer_print_port_info() with PCI_BUS_NUM(), etc
` [PATCH v8 06/20] PCI/AER: Rename aer_print_port_info() to aer_print_source()
` [PATCH v8 07/20] PCI/AER: Move aer_print_source() earlier in file
` [PATCH v8 08/20] PCI/AER: Initialize aer_err_info before using it
` [PATCH v8 09/20] PCI/AER: Simplify pci_print_aer()
` [PATCH v8 10/20] PCI/AER: Update statistics before ratelimiting
` [PATCH v8 11/20] PCI/AER: Trace error event "
` [PATCH v8 12/20] PCI/AER: Check log level once and remember it
` [PATCH v8 13/20] PCI/ERR: Add printk level to pcie_print_tlp_log()
` [PATCH v8 14/20] PCI/AER: Reduce pci_print_aer() correctable error level to KERN_WARNING
` [PATCH v8 15/20] PCI/AER: Rename struct aer_stats to aer_info
` [PATCH v8 16/20] PCI/AER: Convert aer_get_device_error_info(), aer_print_error() to index
` [PATCH v8 17/20] PCI/AER: Simplify add_error_device()
` [PATCH v8 18/20] PCI/AER: Ratelimit correctable and non-fatal error logging
` [PATCH v8 19/20] PCI/AER: Add ratelimits to PCI AER Documentation
` [PATCH v8 20/20] PCI/AER: Add sysfs attributes for log ratelimits

[PATCH v3 0/6] Use helper function for_each_child_of_node_scoped()
 2025-05-28  8:46 UTC  (10+ messages)
` [PATCH v3 1/6] ALSA: ppc: "
` [PATCH v3 2/6] ALSA: aoa: "
` [PATCH v3 3/6] ASoC: renesas: "
` [PATCH v3 4/6] ASoC: meson: "
` [PATCH v3 5/6] ASoC: imx-card: "
` [PATCH v3 6/6] ASoC: qcom: "

[PATCH] powerpc: Fixing typo in comment
 2025-05-28  8:33 UTC  (2+ messages)

[PATCH] powerpc/pseries/dlpar: Search DRC index from ibm,drc-indexes for IO add
 2025-05-27 21:43 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.16-1 tag
 2025-05-26 21:43 UTC  (2+ messages)

[PATCH v6 1/5] drivers/base/node: Optimize memory block registration to reduce boot time
 2025-05-26 17:41 UTC  (8+ messages)
` [PATCH v6 2/5] drivers/base/node: remove register_mem_block_under_node_early()
` [PATCH v6 3/5] drivers/base/node: Remove register_memory_blocks_under_node() function call from register_one_node
` [PATCH v6 4/5] drivers/base/node: Rename register_memory_blocks_under_node() and remove context argument
` [PATCH v6 5/5] drivers/base/node: Rename __register_one_node() to register_one_node()

[PATCH 1/1] dt-bindings: soc: Add fsl,imx23-digctl.yaml for i.MX23 and i.MX28
 2025-05-26 15:33 UTC  (2+ messages)

[PATCH] bus: fsl-mc: Fix an API misuse in fsl_mc_device_add()
 2025-05-26  9:03 UTC  (2+ messages)

[PATCH v2 0/6] Use helper function for_each_child_of_node_scoped()
 2025-05-26  8:53 UTC  (11+ messages)
` [PATCH v2 1/6] ASoC: ppc: "
` [PATCH v2 2/6] ASoC: aoa: "
` [PATCH v2 4/6] ASoC: meson: "
` [PATCH v2 5/6] ASoC: imx-card: "
` [PATCH v2 6/6] ASoC: qcom: "

[PATCH v4 0/6] Fix potential out-of-bounds error in some drivers
 2025-05-25  9:26 UTC  (7+ messages)
` [PATCH v4 1/6] iio: backend: fix out-of-bound write
` [PATCH v4 3/6] iio: fix potential "

Crash in __do_IRQ with gcc 15
 2025-05-24 18:34 UTC  (5+ messages)

[PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches
 2025-05-24 10:43 UTC  (4+ messages)

[PATCH v2] docs: powerpc: Add htm.rst to table of contents
 2025-05-23  0:11 UTC 

[PATCH v7 17/17] PCI/AER: Add sysfs attributes for log ratelimits
 2025-05-22 23:05 UTC  (2+ messages)

[PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
 2025-05-22 22:26 UTC  (2+ messages)

[PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
 2025-05-22 22:26 UTC  (2+ messages)

[PATCH 0/4] pci: implement "pci=aer_panic"
 2025-05-22 16:01 UTC  (10+ messages)

[PATCH v7 17/17] PCI/AER: Add sysfs attributes for log ratelimits
 2025-05-22 11:21 UTC  (3+ messages)

[PATCH v7 15/17] PCI/AER: Ratelimit correctable and non-fatal error logging
 2025-05-22 11:17 UTC  (3+ messages)

[PATCH v1 1/1] floppy: Remove unused CROSS_64K() macro from arch/ code
 2025-05-22  7:21 UTC  (3+ 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).