LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-23 15:41:41 to 2026-08-31 08:20:02 UTC [more...]

[PATCH v3 net-next 0/8] net: dsa: netc: add PTP support for NETC switch
 2026-08-31  8:23 UTC 

[PATCH v13 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-08-31  8:12 UTC  (12+ 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 "

[PATCH 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-08-31  7:53 UTC  (12+ 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] 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/entry: Clear TIF_SYSCALL_RET before syscall error return
 2026-08-31  4:39 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 0/3] tty: replace page allocator calls with k[mz]alloc()
 2026-08-31  3:02 UTC  (5+ 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 v3 00/17] crash: Rework and add arm64 crash hotplug support
 2026-08-31  1:24 UTC  (20+ messages)
` [PATCH v3 01/17] kexec: Record allocated CMA pages to fix release size mismatch
` [PATCH v3 02/17] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v3 03/17] arm64: kexec_file: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 04/17] arm64: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v3 05/17] LoongArch: kexec: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 06/17] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header
` [PATCH v3 08/17] crash: Extract crash_get_memory_ranges() helper
` [PATCH v3 09/17] crash: Fix TOCTOU race in crash memory range collection
` [PATCH v3 10/17] elf: Introduce elf64_phdr_size() helper
` [PATCH v3 11/17] crash: Introduce crash_extra_elfcorehdr_size() helper
` [PATCH v3 12/17] x86/crash: Use num_possible_cpus() for elfcorehdr size
` [PATCH v3 13/17] crash: Improve elfcorehdr segment identification
` [PATCH v3 14/17] x86/crash: Simplify crash_load_segments() using crash_extra_elfcorehdr_size()
` [PATCH v3 15/17] crash: Simplify CRASH_MAX_MEMORY_RANGES handling
` [PATCH v3 16/17] arm64: kexec_file: Simplify load_other_segments()
` [PATCH v3 17/17] arm64: crash: Add crash hotplug support

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

[PATCH 0/4] char/misc: replace page allocator calls with k[mz]alloc()
 2026-08-30  7:48 UTC  (5+ 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 00/18] entry: Consolidate and rework syscall entry handling
 2026-08-29 21:12 UTC  (5+ messages)
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()

[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 

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

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

[PATCH 0/8] Extend PKWM to support user-created wrapping keys
 2026-08-28 11:04 UTC  (10+ 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

drm/mgag200: Fix big-endian support
 2026-08-28 10:19 UTC  (11+ 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  (9+ 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  (3+ messages)

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

[PATCH v2] powerpc/rtas_pci: No hotplug on permanently removed device on pSeries
 2026-08-26 11:14 UTC  (2+ messages)

[PATCH] powerpc/rtas_pci: No hotplug on permanently removed device on pSeries
 2026-08-26 11:07 UTC  (4+ messages)

[PATCH v2 00/13] Make SBR work for CXL Downstream Ports
 2026-08-26  9:21 UTC  (18+ messages)
` [PATCH v2 01/13] cxl/pci: Make the HDM and Mem_Enable writes callable from CXL
` [PATCH v2 02/13] cxl/hdm: Add function to restore one HDM decoder
` [PATCH v2 03/13] cxl/hdm: Add function to restore CXL.mem decode
` [PATCH v2 04/13] cxl/hdm: Reprogram the HDM Decoders below a CXL Port
` [PATCH v2 05/13] cxl/core: Restore the HDM decoders below DPort
` [PATCH v2 06/13] drivers/base/memory: Add cxl_offline_memory() to offline a physical range
` [PATCH v2 07/13] cxl/core: Add region disable and enable for a DPort SBR
` [PATCH v2 08/13] cxl/core: Collect the regions routed through a DPort
` [PATCH v2 09/13] PCI/CXL: Disable and re-enable CXL regions
` [PATCH v2 10/13] PCI/CXL: Clear ACS SV across an SBR of a CXL DPort
` [PATCH v2 11/13] PCI/DPC: Unbind regions for DPC recovery
` [PATCH v2 12/13] PCI/CXL: Add a sysfs entry to unmask SBR
` [PATCH v2 13/13] PCI/CXL: Refuse an SBR of a CXL DPort unless authorized

[PATCH v3 0/5] powerpc/eeh: Add RTAS-based error injection support on pSeries
 2026-08-26  9:11 UTC  (3+ messages)

[PATCH] ALSA: aoa: i2sbus: Check IRQ before requesting it
 2026-08-25  7:59 UTC  (2+ messages)

[PATCH] powerpc: pci-ioda: Fix the stale irq chip reference
 2026-08-24 18:49 UTC  (2+ messages)

[PATCH v3 0/4] powerpc/kdump: Support high crashkernel reservation
 2026-08-24  8:12 UTC  (5+ messages)
` [PATCH v3 1/4] powerpc/mmu: do MMU type discovery before "
` [PATCH v3 2/4] powerpc: move to 64-bit RTAS
` [PATCH v3 3/4] powerpc/kdump: consider high crashkernel memory if enabled
` [PATCH v3 4/4] powerpc/kdump: add support for high crashkernel reservation

[PATCH v2] KVM: PPC: Book3S HV: Don't drop pending doorbell across L2 entry
 2026-08-24  7:21 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox