messages from 2025-05-21 09:36:50 to 2025-05-29 11:54:44 UTC [more...]
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-05-29 11:54 UTC (15+ 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 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
WARNING: CPU: 12 PID: 44394 at arch/powerpc/kernel/process.c:437 giveup_all+0x90/0x1d0 (v6.14.8, Talos II)
2025-05-29 5:11 UTC (4+ messages)
[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 v4 4/5] PCI: host-common: Add link down handling for host bridges
2025-05-28 22:35 UTC (2+ messages)
[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 2/6] ASoC: aoa: Use helper function for_each_child_of_node_scoped()
2025-05-28 19:23 UTC (6+ messages)
[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 1/1] dt-bindings: soc: add vf610 reset controller
2025-05-28 15:43 UTC (3+ messages)
[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 (12+ messages)
` [PATCH v2 1/6] ASoC: ppc: "
` [PATCH v2 2/6] ASoC: aoa: "
` [PATCH v2 3/6] ASoC: renesas: "
` [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 (8+ messages)
[PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches
2025-05-24 10:43 UTC (4+ messages)
[PATCH v2 0/3] Enhancements to the secvar interface in static key management mode
2025-05-23 6:19 UTC (6+ 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 v2 3/3] integrity/platform_certs: Allow loading of keys in the static "
[PATCH v2] docs: powerpc: Add htm.rst to table of contents
2025-05-23 0:11 UTC
[PATCH v7 00/17] Rate limit AER logs
2025-05-22 23:05 UTC (33+ messages)
` [PATCH v7 01/17] PCI/DPC: Initialize aer_err_info before using it
` [PATCH v7 02/17] PCI/DPC: Log Error Source ID only when valid
` [PATCH v7 03/17] PCI/AER: Factor COR/UNCOR error handling out from aer_isr_one_error()
` [PATCH v7 04/17] PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type()
` [PATCH v7 10/17] PCI/AER: Update statistics early in logging
` [PATCH v7 11/17] PCI/AER: Combine trace_aer_event() with statistics updates
` [PATCH v7 12/17] PCI/AER: Check log level once and remember it
` [PATCH v7 13/17] PCI/AER: Make all pci_print_aer() log levels depend on error type
` [PATCH v7 14/17] PCI/AER: Rename struct aer_stats to aer_info
` [PATCH v7 15/17] PCI/AER: Ratelimit correctable and non-fatal error logging
` [PATCH v7 17/17] PCI/AER: Add sysfs attributes for log ratelimits
[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 v1 1/1] floppy: Remove unused CROSS_64K() macro from arch/ code
2025-05-22 7:21 UTC (3+ messages)
[powerpc:merge] BUILD SUCCESS 208905bf2888c8ad378e62d6cc09f16d03f8f2c0
2025-05-22 4:33 UTC
[PATCH 0/6] Use helper function for_each_child_of_node_scoped()
2025-05-21 23:43 UTC (3+ messages)
` [PATCH 3/6] ASoC: renesas: "
[PATCH v7 15/17] PCI/AER: Ratelimit correctable and non-fatal error logging
2025-05-21 23:06 UTC (2+ messages)
[powerpc:next] BUILD SUCCESS 8682a5749a3d2b416b57709115c0351b50c8efcb
2025-05-21 22:50 UTC
[PATCH v7 04/17] PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type()
2025-05-21 19:39 UTC (2+ messages)
[PATCH v7 02/17] PCI/DPC: Log Error Source ID only when valid
2025-05-21 19:23 UTC (2+ messages)
[PATCH v7 01/17] PCI/DPC: Initialize aer_err_info before using it
2025-05-21 19:18 UTC (2+ messages)
[PATCH] docs: powerpc: Add htm.rst to table of contents
2025-05-21 15:41 UTC (2+ messages)
[PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
2025-05-21 17:39 UTC (12+ messages)
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-21 10:44 UTC (9+ messages)
[PATCH v6 14/16] PCI/AER: Introduce ratelimit for error logs
2025-05-21 9:57 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).