linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-26 13:34:26 to 2026-08-31 15:10:02 UTC [more...]

[PATCH v3 0/5] powerpc/eeh: Add RTAS-based error injection support on pSeries
 2026-08-31 15:09 UTC  (13+ messages)
` [PATCH v3 1/5] powerpc/rtas: Handle ibm,open-errinjct return format
` [PATCH v3 2/5] powerpc/rtas: Allocate ibm,errinjct buffer below RTAS limit
` [PATCH v3 3/5] powerpc/pseries/eeh: Add RTAS error validation helpers
` [PATCH v3 4/5] powerpc/pseries/eeh: Implement RTAS-based EEH error injection

[PATCH net-next v6 00/15] ibmveth: Add multi-queue RX support
 2026-08-31 15:07 UTC  (14+ messages)
` [PATCH net-next v6 01/15] ibmveth: Add MQ RX hypercall wrappers and call definitions
` [PATCH net-next v6 02/15] ibmveth: Prepare MQ RX adapter data structures
` [PATCH net-next v6 03/15] ibmveth: Refactor RX resource allocation for MQ RX bring-up
` [PATCH net-next v6 04/15] ibmveth: Refactor buffer pool management for per-queue MQ RX
` [PATCH net-next v6 05/15] ibmveth: Refactor RX interrupt control for MQ RX queues
` [PATCH net-next v6 06/15] ibmveth: Refactor TX resource allocation in open/close paths
` [PATCH net-next v6 07/15] ibmveth: Add RX queue register helpers for MQ
` [PATCH net-next v6 08/15] ibmveth: Add queue-aware RX buffer submit helper "
` [PATCH net-next v6 09/15] ibmveth: Harden RX poll path with helpers
` [PATCH net-next v6 10/15] ibmveth: Enable multi-queue RX receive path
` [PATCH net-next v6 11/15] ibmveth: Add per-queue RX and TX statistics collection
` [PATCH net-next v6 13/15] ibmveth: Expose per-queue buffer pool details via debugfs
` [PATCH net-next v6 15/15] ibmveth: Complete set_channels down-path and mq_fallback max_rx cap

[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
 2026-08-31 14:09 UTC  (6+ messages)
` [PATCH v3 05/17] LoongArch: kexec: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header

[PATCH AUTOSEL 6.18-5.15] bus: fsl-mc: wait for the MC firmware to complete its boot
 2026-08-31 13:26 UTC  (6+ messages)
` [PATCH AUTOSEL 6.18-6.12] powerpc/fadump: Add timeout to RTAS busy-wait loops
` [PATCH AUTOSEL 6.18-5.10] powerpc/pseries: Ensure vpa,slb_shadow & dtl are unregistered during crash
` [PATCH AUTOSEL 6.18-6.12] ASoC: fsl-asoc-card: reduce WM8904 PLL ratio to meet frequency limit
` [PATCH AUTOSEL 6.18] fbdev: Wrap user-invoked calls to fb_set_var() in helper
` [PATCH AUTOSEL 6.18] ppc/fadump: invoke kmsg_dump in fadump panic path

[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
 2026-08-31 13:30 UTC  (3+ messages)

[PATCH 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-08-31  9:49 UTC  (14+ messages)
` [PATCH 01/11] mm/sparse-vmemmap: introduce CONFIG_SPARSEMEM_VMEMMAP_OPTIMIZATION
` [PATCH 02/11] mm/sparse-vmemmap: factor out shared vmemmap tail page allocation
` [PATCH 03/11] mm/sparse-vmemmap: open-code init_compound_tail()
` [PATCH 04/11] mm/sparse-vmemmap: prepare DAX vmemmap population for section orders
` [PATCH 05/11] mm/sparse-vmemmap: set section order for device DAX
` [PATCH 06/11] mm/sparse-vmemmap: switch device DAX to shared tail vmemmap pages
` [PATCH 07/11] mm/sparse-vmemmap: move HVO helpers to a public header
` [PATCH 08/11] powerpc/mm: switch device DAX to shared tail vmemmap pages
` [PATCH 09/11] mm/sparse-vmemmap: drop the extra tail page from device DAX reservation
` [PATCH 10/11] mm/sparse-vmemmap: drop unused section_nr_vmemmap_pages() arguments
` [PATCH 11/11] Documentation/mm: update DAX vmemmap deduplication docs

[PATCH 0/4] char/misc: replace page allocator calls with k[mz]alloc()
 2026-08-31 11:39 UTC  (8+ messages)
` [PATCH 1/4] char: xilinx_hwicap: "
` [PATCH 2/4] char: xillybus: replace __get_free_pages() with kmalloc()
` [PATCH 3/4] misc: ibmvmc: replace get_zeroed_page() with kzalloc()
` [PATCH 4/4] platform: goldfish: pipe: replace __get_free_page() with kmalloc()

[PATCH v2 00/10] Extend PKWM to support user-created wrapping keys
 2026-08-31 11:17 UTC  (11+ messages)
` [PATCH v2 01/10] pseries/plpks: update PKS documentation and maintainer entry
` [PATCH v2 02/10] pseries/plpks: fix error handling in plpks_read_var()
` [PATCH v2 03/10] pseries/plpks: improve type consistency and parameter validation
` [PATCH v2 04/10] keys/trusted_keys: propagate wrapping key generation errors
` [PATCH v2 05/10] pseries/plpks: rename the default wrapping key macro
` [PATCH v2 06/10] pseries/plpks: fix self-reference in plpks_var initializer
` [PATCH v2 07/10] pseries/plpks: hide wrapping_features when unsupported
` [PATCH v2 08/10] pseries/plpks: add HCALLs for PKWM wrapping key life cycle management
` [PATCH v2 09/10] keys/trusted_keys: enable PKWM wrapping key selection by label
` [PATCH v2 10/10] pseries/plpks/wrapkey: expose PKWM wrapping key management to userspace via sysfs

[PATCH 0/8] Extend PKWM to support user-created wrapping keys
 2026-08-31 11:15 UTC  (11+ messages)
` [PATCH 1/8] pseries/plpks: update PKS documentation and maintainer entry
` [PATCH 2/8] pseries/plpks: fix error handling in plpks_read_var()
` [PATCH 3/8] pseries/plpks: improve type consistency and parameter validation
` [PATCH 4/8] pseries/plpks: rename the default wrapping key macro
` [PATCH 5/8] pseries/plpks: hide wrapping_features when unsupported
` [PATCH 6/8] pseries/plpks: add HCALLs for PKWM wrapping key life cycle management
` [PATCH 7/8] keys/trusted_keys: enable PKWM wrapping key selection by label
` [PATCH 8/8] pseries/plpks/wrapkey: expose PKWM wrapping key management to userspace via sysfs

[PATCH v5] scsi: core: Drop Scsi_Host.default_lock
 2026-08-31  9:58 UTC 

[PATCH] powerpc/entry: Clear TIF_SYSCALL_RET before syscall error return
 2026-08-31  9:04 UTC  (4+ messages)

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-08-31  8:50 UTC  (6+ messages)
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()

[PATCH 0/3] tty: replace page allocator calls with k[mz]alloc()
 2026-08-31  8:28 UTC  (6+ messages)
` [PATCH 1/3] tty: port: replace get_zeroed_page() with kzalloc()
` [PATCH 2/3] serial: core: "
` [PATCH 3/3] tty: hvcs: replace __get_free_page() with kmalloc()

[PATCH v2 0/3] tty: replace page allocator calls with k[mz]alloc()
 2026-08-31  8:27 UTC  (4+ messages)
` [PATCH v2 1/3] tty: port: replace get_zeroed_page() with kzalloc()
` [PATCH v2 2/3] serial: core: "
` [PATCH v2 3/3] tty: hvcs: replace __get_free_page() with kmalloc()

[PATCH v13 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-08-31  8:24 UTC  (13+ messages)
` [PATCH v13 1/8] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v13 2/8] powerpc64/bpf: fix percpu private stack leak on JIT failure
` [PATCH v13 3/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH v13 4/8] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v13 5/8] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v13 6/8] selftests/bpf: Fix powerpc JIT disassembly failure
` [PATCH v13 7/8] selftests/bpf: Enable verifier selftest for powerpc64
` [PATCH v13 8/8] selftests/bpf: Add tailcall "

drm/mgag200: Fix big-endian support
 2026-08-31  8:20 UTC  (10+ messages)

[PATCH v3 net-next 0/8] net: dsa: netc: add PTP support for NETC switch
 2026-08-31  8:23 UTC  (9+ messages)
` [PATCH v3 net-next 1/8] ptp: netc: use ioread64_lo_hi/iowrite64_lo_hi for 64-bit register access
` [PATCH v3 net-next 2/8] ptp: netc: remove unnecessary pcie_flr() call in probe
` [PATCH v3 net-next 3/8] ptp: netc: export netc_timer_get_current_time() for cross-driver use
` [PATCH v3 net-next 4/8] net: dsa: netc: use entry ID instead of pointer to track host flood rule
` [PATCH v3 net-next 5/8] net: dsa: netc: check return value of ntmp_ipft_delete_entry()
` [PATCH v3 net-next 6/8] net: dsa: netc: enable ingress port filtering lookup by default
` [PATCH v3 net-next 7/8] net: dsa: netc: add PTP two-step timestamping support
` [PATCH v3 net-next 8/8] net: dsa: netc: add PTP one-step "

[PATCH] powerpc/64s: Fix the vector number in comments for h_facility_unavailable
 2026-08-31  7:12 UTC  (2+ messages)

[PATCH v4 0/5] powerpc/eeh: Add RTAS-based error injection support on pSeries
 2026-08-31  6:54 UTC  (6+ messages)
` [PATCH v4 1/5] powerpc/rtas: Handle ibm,open-errinjct return format
` [PATCH v4 2/5] vfio/spapr_tce: Normalize EEH IOA error injection addresses
` [PATCH v4 3/5] powerpc/pseries/eeh: Add RTAS error validation helpers
` [PATCH v4 4/5] powerpc/pseries/eeh: Implement RTAS-based EEH error injection
` [PATCH v4 5/5] powerpc/powernv/eeh: Map VFIO EEH error injection to OPAL

[PATCH 0/8] mm: Drop pxd_ERROR()
 2026-08-31  6:49 UTC  (11+ messages)
` [PATCH 1/8] mm: Make ptval_to_str() generally available
` [PATCH 2/8] mm: Stop using pxd_ERROR()
` [PATCH 3/8] loongarch/mm: Stop using pte_ERROR()
` [PATCH 4/8] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [PATCH 5/8] sh/mm: Stop using pte_ERROR()
` [PATCH 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [PATCH 7/8] sh/mm: Stop using pgd_ERROR()
` [PATCH 8/8] mm: Drop pxd_ERROR()

[PATCH v2] powerpc/configs: Add debug configs for debugging
 2026-08-31  4:58 UTC  (2+ messages)

[PATCH] powerpc: Don't drop _TIF_RESTOREALL on syscall restart
 2026-08-31  4:40 UTC  (3+ messages)

[PATCH] powerpc: Do not restore KUAP in arch_exit_to_user_mode_prepare()
 2026-08-31  4:11 UTC  (2+ messages)

[PATCH] PCI/AER: Fix struct pci_dev reference leak in aer_process_err_devices()
 2026-08-31  3:24 UTC  (4+ messages)

[PATCH] ASoC: fsl_micfil: balance mclk enable/disable
 2026-08-30 20:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/7] jffs2: extend write verification to all write paths
 2026-08-29  6:16 UTC  (8+ messages)
` [PATCH v2 1/7] jffs2: wbuf: clear wbuf on recovery failure paths
` [PATCH v2 2/7] jffs2: replace per-superblock verify buffer with per-write buffer
` [PATCH v2 3/7] jffs2: write verify: add byte-by-byte comparison on mismatch
` [PATCH v2 4/7] jffs2: add write verification to direct page writes in flash_writev
` [PATCH v2 5/7] jffs2: add write verification to NOR direct write paths
` [PATCH v2 6/7] jffs2: rename CONFIG_JFFS2_FS_WBUF_VERIFY to CONFIG_JFFS2_FS_WRITE_VERIFY
` [PATCH v2 7/7] jffs2: add runtime toggle for write verification

[PATCH 6.1.y] Revert "usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal"
 2026-08-29  3:34 UTC  (2+ messages)

[PATCH 6.6.y] Revert "usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal"
 2026-08-29  3:34 UTC  (2+ messages)

[PATCH v2] powerpc/boot: Drop unused min_t()/max_t() helpers
 2026-08-28 13:06 UTC 

[PATCH 1/2] scsi: ibmvfc: fix kernel-doc name for ibmvfc_scsi_relogin()
 2026-08-29  1:38 UTC  (7+ messages)
` [PATCH 2/2] scsi: ibmvfc: document protocol parameter of ibmvfc_alloc_target()

[BUG] VFIO amdgpu passthrough fails on PowerNV in XIVE mode
 2026-08-28 15:15 UTC 

[PATCH] powerpc/ps3: Fix repository.c build failure
 2026-08-28 11:38 UTC  (2+ messages)

[PATCH v4] ppc/fadump: collect dump when CPU_STATE_DATA is less than reserved
 2026-08-28  9:49 UTC 

[PATCH] usb: gadget: fsl_qe_udc: bound RX frame copies to the request's remaining space
 2026-08-28  8:34 UTC 

[PATCH] powerpc/tools: Fix typo in unrel_branch_check.sh
 2026-08-28  6:57 UTC  (2+ messages)

[REGRESSION] 6.1.y/6.6.y: fsl-usb fails to build
 2026-08-28  7:05 UTC  (3+ messages)

[BUG] Interrupt timing warnings in pSeries guest on PowerNV host
 2026-08-27 17:21 UTC  (2+ messages)

powerpc: userspace processes crash on abort() from libc.so.6
 2026-08-27 14:16 UTC  (3+ messages)

[PATCH v3] ppc/fadump: collect dump if the collected size is lesser than reserved
 2026-08-27  8:27 UTC  (2+ messages)

[PATCH 0/2] powerpc: remove spufs coredump support
 2026-08-27  8:03 UTC  (5+ messages)
` [PATCH 1/2] powerpc: remove "
` [PATCH 2/2] coredump: stop unsharing the file descriptor table

[PATCH v2] ppc/fadump: collect dump if the collected size is lesser than reserved
 2026-08-27  7:09 UTC  (4+ messages)

[RFC V3 0/8] mm: Drop pxd_ERROR()
 2026-08-27  6:06 UTC  (7+ messages)
` [RFC V3 1/8] mm: Make ptrval_to_str() generally available
` [RFC V3 8/8] mm: Drop pxd_ERROR()

[PATCH] powerpc/configs: Add debug configs for debugging
 2026-08-26 16:20 UTC 

[PATCH] scsi: ibmvfc: Fix use of uninitialized rport in ibmvfc_do_work()
 2026-08-26 15:20 UTC  (2+ messages)

[RFC PATCH 0/3] powerpc: initial support for Kexec HandOver (KHO)
 2026-08-26 13:33 UTC  (4+ messages)
` [RFC PATCH 2/3] powerpc: add "


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