linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-16 16:56:28 to 2025-05-21 09:23:22 UTC [more...]

[PATCH v7 00/17] Rate limit AER logs
 2025-05-21  9:23 UTC  (30+ 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 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-21  9:02 UTC  (9+ messages)

[PATCH v5 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-05-21  7:13 UTC  (6+ messages)
` [PATCH v5 4/4] tpm/tpm_svsm: support TPM_CHIP_FLAG_SYNC

[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
 2025-05-21  6:20 UTC  (16+ messages)
` [kvm-unit-tests PATCH v3 09/16] scripts: Add support for kvmtool
` [kvm-unit-tests PATCH v3 10/16] scripts: Add default arguments "
` [kvm-unit-tests PATCH v3 11/16] scripts: Add KVMTOOL environment variable for kvmtool binary path
` [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 0/6] Use helper function for_each_child_of_node_scoped()
 2025-05-20 21:43 UTC  (9+ messages)
` [PATCH 1/6] ASoC: ppc: "
` [PATCH 2/6] ASoC: aoa: "
` [PATCH 3/6] ASoC: renesas: "
` [PATCH 4/6] ASoC: meson: "
` [PATCH 5/6] ASoC: imx-card: "
` [PATCH 6/6] ASoC: qcom: "

[PATCH v6 00/16] Rate limit AER logs
 2025-05-20 21:25 UTC  (67+ messages)
` [PATCH v6 01/16] PCI/DPC: Initialize aer_err_info before using it
` [PATCH v6 02/16] PCI/DPC: Log Error Source ID only when valid
` [PATCH v6 03/16] PCI/AER: Consolidate Error Source ID logging in aer_print_port_info()
` [PATCH v6 04/16] PCI/AER: Extract bus/dev/fn in aer_print_port_info() with PCI_BUS_NUM(), etc
` [PATCH v6 05/16] PCI/AER: Rename aer_print_port_info() to aer_print_source()
` [PATCH v6 06/16] PCI/AER: Move aer_print_source() earlier in file
` [PATCH v6 07/16] PCI/AER: Initialize aer_err_info before using it
` [PATCH v6 08/16] PCI/AER: Simplify pci_print_aer()
` [PATCH v6 09/16] PCI/AER: Update statistics early in logging
` [PATCH v6 10/16] PCI/AER: Combine trace_aer_event() with statistics updates
` [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 15/16] PCI/AER: Add ratelimits to PCI AER Documentation
` [PATCH v6 16/16] PCI/AER: Add sysfs attributes for log ratelimits

[PATCH 0/3] i2c: remove 'of_node' from i2c_board_info
 2025-05-20 20:50 UTC  (9+ messages)
` [PATCH 1/3] i2c: powermac: convert of_node usage to fwnode

[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 16:09 UTC  (11+ messages)
` [PATCH 3/4] PCI/AER: Expose AER panic state via pci_aer_panic_enabled()

[PATCH 0/4 v2] Make ELOG log and trace consistently with GHES
 2025-05-20 11:10 UTC  (5+ messages)
` [PATCH 1/4 v2] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/4 v2] PCI/AER: Modify pci_print_aer() to take log level

[PATCH] Documentation: embargoed-hardware-issues.rst: Remove myself
 2025-05-20 11:05 UTC  (2+ messages)

[PATCH v2] powerpc: Fix struct termio related ioctl macros
 2025-05-20 10:36 UTC  (2+ messages)

[PATCH] crypto: powerpc/poly1305 - add depends on BROKEN for now
 2025-05-20  5:17 UTC  (8+ messages)

[PATCH v4 0/6] Fix potential out-of-bounds error in some drivers
 2025-05-20  3:18 UTC  (5+ messages)
` [PATCH v4 5/6] powerpc/eeh: fix potential OoB
` [PATCH v4 6/6] powerpc/eeh-powernv: "

[PATCH] docs: powerpc: Add htm.rst to table of contents
 2025-05-19 20:31 UTC  (2+ messages)

[BUG][powerpc] OOPs: Kernel access of bad area during zram swap write - kswapd0 crash
 2025-05-19 18:07 UTC  (5+ messages)

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-05-19 17:19 UTC  (6+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

Crash in __do_IRQ with gcc 15
 2025-05-19 14:05 UTC  (4+ messages)

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-05-19  7:01 UTC  (5+ messages)
` [PATCH bpf-next v3 05/11] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next v3 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier

[PATCH bpf-next v2 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-05-19  6:59 UTC  (4+ messages)
` [PATCH bpf-next v2 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier

[powerpc:merge] BUILD SUCCESS a9d887695c86d44fd23f612549cb8dc78a3a0f22
 2025-05-18 17:37 UTC 

[PATCH v2 1/4] powerpc/kvm: Fix ifdef to remove build warning
 2025-05-18  9:20 UTC  (5+ messages)
` [PATCH v2 2/4] powerpc/perf: make isa207_pmu_format_group struct static
` [PATCH v2 3/4] powerpc/prom_init: Fix shellcheck warnings
` [PATCH v2 4/4] powerpc/boot/install.sh: "

[PATCH] powerpc: Replace strcpy() with strscpy() in proc_ppc64_init()
 2025-05-18  3:45 UTC  (2+ messages)

[PATCH 0/6] Fixes for shellcheck/sparse warnings
 2025-05-18  3:54 UTC  (7+ messages)
` [PATCH 2/6] powerpc/xmon: fix sparse warning "Using plain integer as NULL pointer"
` [PATCH 4/6] powerpc: fix sparse warnings

[PATCH] powerpc: Transliterate author name and remove FIXME
 2025-05-18  3:45 UTC  (2+ messages)

[PATCH] powerpc/powermac: Use str_enabled_disabled() and str_on_off() helpers
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH] powerpc/iommu: Use str_disabled_enabled() helper
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH] powerpc/mm/fault: Use str_write_read() helper function
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH] powerpc/kernel: Fix ppc_save_regs inclusion in build
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH v3] powerpc/pseries/iommu: Fix kmemleak in TCE table userspace view
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH] powerpc/8xx: Reduce alignment constraint for kernel memory
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix IRQ map warnings with XICS on pSeries KVM Guest
 2025-05-18  3:43 UTC  (2+ messages)

[PATCH] powerpc/pseries/htmdump: Include header file to get is_kvm_guest() definition
 2025-05-18  3:44 UTC  (2+ messages)

[PATCH 0/6] bus: fsl-mc: cleanup and fixes
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] soc: fsl: qe: Consolidate chained IRQ handler install/remove
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] soc: fsl: Do not enable DPAA2_CONSOLE by default during compile testing
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Add H_VIRT mapping for tracing exits
 2025-05-17 14:03 UTC  (2+ messages)

[PATCH] soc: fsl: qbman: Remove const from portal->cgrs allocation type
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] bus: fsl-mc: Use strscpy() instead of strscpy_pad()
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] powerpc: Fix indentation and replace typedef with struct name
 2025-05-17 12:58 UTC 

[RESEND PATCH] bus: fsl-mc: Use strscpy() instead of strscpy_pad()
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] bus: fsl_mc: Fix driver_managed_dma check
 2025-05-17 10:19 UTC  (2+ messages)

[PATCH] powerpc: Add gcc 128-bit shift helpers
 2025-05-17  1:50 UTC  (3+ messages)
    ` [v2 PATCH] "

[PATCH V3 06/16] powerpc/perf: Remove driver-specific throttle support
 2025-05-16 18:28 UTC 

[PATCH v3 0/9] module: Introduce hash-based integrity checking
 2025-05-16 18:09 UTC  (2+ messages)

[PATCH] ASoC: fsl_xcvr: update platform driver name
 2025-05-16 18:09 UTC  (2+ messages)

[PATCH 0/2] PCI: Convert MSI and AER state tracking variables to bool type
 2025-05-16 16:52 UTC  (2+ messages)
` [PATCH 2/2] PCI/AER: Use bool for AER disable state tracking


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).