messages from 2025-05-20 11:26:25 to 2025-05-26 15:33:38 UTC [more...]
[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 v6 1/5] drivers/base/node: Optimize memory block registration to reduce boot time
2025-05-26 14:50 UTC (5+ 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] 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 v2 2/6] ASoC: aoa: Use helper function for_each_child_of_node_scoped()
2025-05-26 8:21 UTC (5+ messages)
[PATCH v5 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
2025-05-26 7:40 UTC (11+ messages)
` [PATCH v5 4/4] tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNC
[GIT PULL] Please pull powerpc/linux.git powerpc-6.16-1 tag
2025-05-26 2:05 UTC
[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 v8 00/20] Rate limit AER logs
2025-05-23 16:21 UTC (32+ 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 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 (57+ 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 05/17] PCI/AER: Extract bus/dev/fn in aer_print_port_info() with PCI_BUS_NUM(), etc
` [PATCH v7 06/17] PCI/AER: Rename aer_print_port_info() to aer_print_source()
` [PATCH v7 07/17] PCI/AER: Move aer_print_source() earlier in file
` [PATCH v7 08/17] PCI/AER: Initialize aer_err_info before using it
` [PATCH v7 09/17] PCI/AER: Simplify pci_print_aer()
` [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 16/17] PCI/AER: Add ratelimits to PCI AER Documentation
` [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 1/1] dt-bindings: soc: add vf610 reset controller
2025-05-22 21:39 UTC
[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: "
[powerpc:next] BUILD SUCCESS 8682a5749a3d2b416b57709115c0351b50c8efcb
2025-05-21 22:50 UTC
[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 (11+ messages)
[PATCH v6 00/16] Rate limit AER logs
2025-05-21 9:57 UTC (17+ messages)
` [PATCH v6 11/16] PCI/AER: Check log level once and remember it
` [PATCH v6 12/16] PCI/AER: Make all pci_print_aer() log levels depend on error type
` [PATCH v6 13/16] PCI/AER: Rename struct aer_stats to aer_report
` [PATCH v6 14/16] PCI/AER: Introduce ratelimit for error logs
` [PATCH v6 16/16] PCI/AER: Add sysfs attributes for log ratelimits
[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
2025-05-21 6:20 UTC (11+ messages)
` [kvm-unit-tests PATCH v3 10/16] scripts: Add default arguments for kvmtool
` [kvm-unit-tests PATCH v3 12/16] scripts: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v3 13/16] scripts: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v3 14/16] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v3 16/16] scripts: Enable kvmtool
[PATCH] MAINTAINERS: powerpc: Remove myself as a reviewer
2025-05-21 4:25 UTC (2+ messages)
[PATCH 4/6] ASoC: meson: Use helper function for_each_child_of_node_scoped()
2025-05-20 21:43 UTC (2+ messages)
[PATCH v6 13/16] PCI/AER: Rename struct aer_stats to aer_report
2025-05-20 21:25 UTC (2+ messages)
[PATCH 0/3] i2c: remove 'of_node' from i2c_board_info
2025-05-20 20:50 UTC (2+ messages)
[PATCH v6 15/16] PCI/AER: Add ratelimits to PCI AER Documentation
2025-05-20 20:36 UTC (3+ messages)
[PATCH v6 14/16] PCI/AER: Introduce ratelimit for error logs
2025-05-20 18:42 UTC (3+ messages)
[PATCH V4 06/16] powerpc/perf: Remove driver-specific throttle support
2025-05-20 18:16 UTC
[PATCH 0/4] pci: implement "pci=aer_panic"
2025-05-20 15:11 UTC (2+ messages)
[PATCH v6 08/16] PCI/AER: Simplify pci_print_aer()
2025-05-20 14:38 UTC (2+ messages)
[PATCH v6 07/16] PCI/AER: Initialize aer_err_info before using it
2025-05-20 14:27 UTC (2+ messages)
[PATCH v6 03/16] PCI/AER: Consolidate Error Source ID logging in aer_print_port_info()
2025-05-20 14:21 UTC (2+ messages)
[PATCH v6 02/16] PCI/DPC: Log Error Source ID only when valid
2025-05-20 14:20 UTC (3+ messages)
[PATCH v6 02/16] PCI/DPC: Log Error Source ID only when valid
2025-05-20 14:05 UTC (2+ messages)
[PATCH v6 01/16] PCI/DPC: Initialize aer_err_info before using it
2025-05-20 13:54 UTC (2+ messages)
[PATCH v6 01/16] PCI/DPC: Initialize aer_err_info before using it
2025-05-20 13:53 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).