messages from 2025-05-13 21:13:21 to 2025-05-20 11:37:49 UTC [more...]
[PATCH v6 00/16] Rate limit AER logs
2025-05-20 11:37 UTC (46+ 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/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 0/6] Use helper function for_each_child_of_node_scoped()
2025-05-20 9:19 UTC (8+ 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] 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 0/3] i2c: remove 'of_node' from i2c_board_info
2025-05-20 9:39 UTC (8+ messages)
` [PATCH 1/3] i2c: powermac: convert of_node usage to fwnode
[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 0/4] pci: implement "pci=aer_panic"
2025-05-19 22:03 UTC (12+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] PCI/AER: Introduce aer_panic kernel command-line option
` [PATCH 3/4] PCI/AER: Expose AER panic state via pci_aer_panic_enabled()
` [PATCH 4/4] PCI/AER: Trigger kernel panic on recovery failure if aer_panic is set
[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 (6+ messages)
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-19 11:37 UTC (7+ messages)
[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
2025-05-19 8:56 UTC (18+ messages)
` [kvm-unit-tests PATCH v3 01/16] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH v3 02/16] scripts: Add 'test_args' test definition parameter
` [kvm-unit-tests PATCH v3 04/16] run_tests.sh: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v3 05/16] scripts: Document environment variables
` [kvm-unit-tests PATCH v3 06/16] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v3 07/16] scripts: Use an associative array for qemu argument names
` [kvm-unit-tests PATCH v3 09/16] scripts: Add support for kvmtool
` [kvm-unit-tests PATCH v3 11/16] scripts: Add KVMTOOL environment variable for kvmtool binary path
[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
2025-05-19 7:01 UTC (15+ 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 v3 08/11] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v3 09/11] selftests/bpf: Add test for Spectre v1 mitigation
` [PATCH bpf-next v3 10/11] bpf: Allow nospec-protected var-offset stack access
` [PATCH bpf-next v3 11/11] bpf: Fall back to nospec for sanitization-failures
[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 (10+ 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 (9+ messages)
` [PATCH v3 1/9] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v3 2/9] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
[PATCH] ASoC: fsl_xcvr: update platform driver name
2025-05-16 18:09 UTC (3+ messages)
[PATCH 0/2] PCI: Convert MSI and AER state tracking variables to bool type
2025-05-16 16:52 UTC (3+ messages)
` [PATCH 1/2] PCI/MSI: Use bool for MSI enable state tracking
` [PATCH 2/2] PCI/AER: Use bool for AER disable "
[PATCH] powerpc: Fix struct termio related ioctl macros
2025-05-15 20:10 UTC (2+ messages)
[PATCH 06/15] bugs/powerpc: Pass in 'cond_str' to BUG_ENTRY()
2025-05-15 12:46 UTC (2+ messages)
` [PATCH 07/15] bugs/powerpc: Concatenate 'cond_str' with '__FILE__' in BUG_ENTRY(), to extend WARN_ON/BUG_ON output
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-15 7:50 UTC (6+ messages)
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
[PATCH v5 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
2025-05-15 1:45 UTC (6+ messages)
` [PATCH v5 1/4] tpm: add bufsiz parameter in the .send callback
` [PATCH v5 2/4] tpm: support devices with synchronous send()
` [PATCH v5 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC
` [PATCH v5 4/4] tpm/tpm_svsm: "
[PATCH v4 0/5] PCI: Add support for resetting the slots in a platform specific way
2025-05-14 16:42 UTC (13+ messages)
` [PATCH v4 1/5] PCI/ERR: Remove misleading TODO regarding kernel panic
` [PATCH v4 2/5] PCI/ERR: Add support for resetting the slots in a platform specific way
` [PATCH v4 4/5] PCI: host-common: Add link down handling for host bridges
` [PATCH v4 5/5] PCI: qcom: Add support for resetting the slot due to link down event
[PATCH V2 05/15] powerpc/perf: Remove driver-specific throttle support
2025-05-14 15:13 UTC
[PATCH v2] fsldma: Set correct dma_mask based on hw capability
2025-05-14 15:03 UTC (2+ messages)
[PATCH v1] powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery
2025-05-14 13:09 UTC (2+ messages)
[PATCH] irqdomain: ppc: Switch to of_fwnode_handle()
2025-05-14 5:07 UTC (3+ messages)
[PATCH v2] powerpc/boot: Fix build with gcc 15
2025-05-14 4:03 UTC (3+ messages)
` [PATCH v3] "
[PATCH v2 0/5] powerpc: convert board-file GPIO chips to using new value setters
2025-05-14 4:03 UTC (2+ messages)
[PATCH V3 0/9] Add support for configure and control of Hardware Trace Macro(HTM)
2025-05-14 4:03 UTC (2+ messages)
[PATCH] tools/lib/perf: Fix -Werror=alloc-size-larger-than in cpumap.c
2025-05-13 22:36 UTC (10+ 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).