LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-13 19:12:15 to 2026-07-17 02:40:25 UTC [more...]

[PATCH net-next v3 13/15] ibmveth: Implement incremental MQ RX queue resize
 2026-07-17  2:40 UTC  (3+ messages)

[PATCH net-next v3 12/15] ibmveth: Expose per-queue buffer pool details via sysfs
 2026-07-17  1:54 UTC  (3+ messages)

[PATCH net-next v3 11/15] ibmveth: Add per-queue RX and TX statistics collection and reporting
 2026-07-17  1:39 UTC  (3+ messages)

[PATCH 6.12.y 0/6] cBPF JIT spray hardening
 2026-07-17  1:37 UTC  (8+ messages)
` [PATCH 6.12.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.12.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.12.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.12.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.12.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.12.y 6/6] bpf: Prefer dirty packs for eBPF allocations

[PATCH net-next v3 10/15] ibmveth: Enable multi-queue RX receive path
 2026-07-17  1:27 UTC  (3+ messages)

[PATCH net-next v3 09/15] ibmveth: Add queue-aware RX buffer submit helper for MQ
 2026-07-17  1:02 UTC  (3+ messages)

[PATCH net-next v3 00/15] ibmveth: Add multi-queue RX support
 2026-07-17  0:53 UTC  (8+ messages)
` [PATCH net-next v3 05/15] ibmveth: Refactor RX interrupt control for MQ RX queues
` [PATCH net-next v3 08/15] ibmveth: Refactor open/close into MQ-ready resource pipeline

[PATCH net-next v3 07/15] ibmveth: Add RX queue register/deregister helpers for MQ
 2026-07-17  0:33 UTC  (3+ messages)

[powerpc:merge] BUILD SUCCESS 0cf9f8680543a8e62f5bf7b73f1fba7739bf5e9a
 2026-07-16 23:11 UTC 

[PATCH 00/42] of: reserved_mem: Introduce devres helpers and convert drivers
 2026-07-16 20:00 UTC  (5+ messages)
` [PATCH 01/42] of: reserved_mem: Introduce devres-managed initialization functions
` [PATCH 23/42] mmc: sdhci-of-bst: Use devm_of_reserved_mem_device_init_by_idx()

[PATCH] powerpc/970: fix nap return address corruption on async interrupt exit
 2026-07-16 16:34 UTC  (2+ messages)

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-16 14:52 UTC  (56+ messages)
` [PATCH v7 02/22] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v7 04/22] dma: free atomic pool pages by physical address
` [PATCH v7 07/22] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v7 09/22] dma-mapping: Add internal shared allocation attribute
` [PATCH v7 10/22] dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free paths
` [PATCH v7 11/22] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v7 12/22] dma: swiotlb: pass mapping attributes by reference
` [PATCH v7 13/22] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v7 14/22] dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 15/22] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v7 17/22] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v7 18/22] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 19/22] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v7 20/22] dma: swiotlb: free dynamic pools from process context
` [PATCH v7 21/22] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v7 22/22] swiotlb: remove unused SWIOTLB_FORCE flag

[PATCH mm-unstable RFC v4 0/7] mm: add huge pfnmap support for remap_pfn_range()
 2026-07-16 14:35 UTC  (3+ messages)
` [PATCH mm-unstable RFC v4 2/7] arm64/mm: use PTE-level pgprot for huge PFN helpers

[PATCH 00/22] Simplify special kernel page table handling
 2026-07-16 10:24 UTC  (33+ messages)
` [PATCH 01/22] mm: drop unused __mm_flags_set_mask_bits_word()
` [PATCH 02/22] mm: move mm_flags helpers to mm_types.h
` [PATCH 03/22] mm: introduce MMF_KERNEL flag and set it for init_mm
` [PATCH 04/22] mm: use mm_is_kernel() in generic page table code
` [PATCH 05/22] arm64: mm: use mm_is_kernel() for kernel mm checks
` [PATCH 06/22] loongarch: mm: use mm_is_kernel() in switch_mm_irqs_off()
` [PATCH 07/22] parisc: mm: use mm_is_kernel() for kernel mm checks
` [PATCH 08/22] powerpc: "
` [PATCH 09/22] s390: "
` [PATCH 10/22] sparc: "
` [PATCH 11/22] um: mm: use mm_is_kernel() in TLB sync
` [PATCH 12/22] x86/mm: use mm_is_kernel() for kernel mm checks
` [PATCH 13/22] mm: account page table pages when allocated
` [PATCH 14/22] mm: set page table page type "
` [PATCH 15/22] mm: only initialise pt_share_count for user pgtables
` [PATCH 16/22] efi: mark efi_mm as a kernel mm
` [PATCH 17/22] mm: pagewalk: drop redundant address check for kernel mm walks
` [PATCH 18/22] arm64: mm: drop explicit mm_is_efi() check in contpte
` [PATCH 19/22] x86/tboot: mark tboot_mm as a kernel mm
` [PATCH 20/22] arm64: mm: drop ctor/dtor calls for kernel page tables
` [PATCH 21/22] arm: mm: drop ctor call "
` [PATCH 22/22] riscv: mm: drop ctor/dtor calls "

[PATCH v2 0/3] powerpc/numa: Enable coregroup support on PowerNV
 2026-07-16  6:37 UTC  (8+ messages)
` [PATCH v2 2/3] powerpc/numa: Allow cpu_to_coregroup_id without PPC_SPLPAR
` [PATCH v2 3/3] powerpc/numa: Support coregroup on PowerNV

powerpc/pseries: EEH detected with xhci_hcd
 2026-07-16  4:51 UTC  (3+ messages)

[powerpc:fixes-test] BUILD SUCCESS 359cfbbc8527990d76a9d75b74c9c1268ce2f64d
 2026-07-16  3:07 UTC 

[powerpc:fixes] BUILD SUCCESS a2c02aa0c6ca3ec9fab6f1c99912a440c7b8bfdb
 2026-07-16  3:08 UTC 

[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
 2026-07-15 11:28 UTC  (8+ messages)

[PATCH] ASoC: fsl: imx-card: Skip sysclk reset for active DAIs in shutdown
 2026-07-14 21:23 UTC  (2+ messages)

Fixes tags need work in the powerpc-fixes tree
 2026-07-15 11:08 UTC 

[PATCH v2] powerpc/eeh: Fix recursive locking on devices without EEH sensitive driver
 2026-07-15 10:16 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS c58afc01c3eabe317dbd493a79c8fec97b12e055
 2026-07-15  5:22 UTC 

[PATCH 0/2] ASoC: fsl: fix m2m_init error path cleanup in fsl_asrc and fsl_easrc
 2026-07-15  2:47 UTC  (3+ messages)
` [PATCH 1/2] ASoC: fsl_asrc: fix m2m_init error path to use goto instead of bare return
` [PATCH 2/2] ASoC: fsl_easrc: "

[PATCH 6.18.y 0/6] cBPF JIT spray hardening
 2026-07-15  0:12 UTC  (8+ messages)
` [PATCH 6.18.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.18.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.18.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.18.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.18.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.18.y 6/6] bpf: Prefer dirty packs for eBPF allocations

[PATCH 00/14 v2] ASoC: clean up kernel-doc warnings
 2026-07-15  0:05 UTC  (15+ messages)
` [PATCH 01/14 v2] ASoC: codecs: NeoFidelity: repair the kernel-doc format
` [PATCH 02/14 v2] ASoC: fsl_asrc_common: fix all kernel-doc warnings
` [PATCH 03/14 v2] ASoC: fsl_asrc: avoid "
` [PATCH 04/14 v2] ASoC: fsl-dma: fix all "
` [PATCH 05/14 v2] ASoC: fsl_easrc: use struct keyword on structs
` [PATCH 06/14 v2] ASoC: fsl: mpc5200_dma: use the struct keyword for kernel-doc comments
` [PATCH 07/14 v2] ASoC: fsl: mpc5200_psc_i2s: avoid kernel-doc warnings
` [PATCH 08/14 v2] ASoC: fsl: p1022_ds: repair kernel-doc short descriptions
` [PATCH 09/14 v2] ASoC: uniphier: don't use "/**" for non-kernel-doc comment
` [PATCH 10/14 v2] ASoC: SDCA: correct enum names and add a missing struct field
` [PATCH 11/14 v2] ASoC: soc-acpi: fix all kernel-doc warnings
` [PATCH 12/14 v2] ASoC: Intel: Skylake: convert SKL_TKNS to kernel-doc format
` [PATCH 13/14 v2] ASoC: qcom: audioreach: use C-style "/*" comment
` [PATCH 14/14 v2] ASoC: wm8904: don't use "/**" for non-kernel-doc comments

[PATCH v3] PCI: pnv_php: Add null checks for OpenCAPI PHBs
 2026-07-14 19:08 UTC  (2+ messages)

[PATCH 6.16.y 0/6] cBPF JIT spray hardening
 2026-07-14 18:59 UTC  (7+ messages)
` [PATCH 6.16.y 1/6] bpf: Support for hardening against JIT spraying
` [PATCH 6.16.y 2/6] x86/bugs: Enable IBPB flush on BPF JIT allocation
` [PATCH 6.16.y 3/6] bpf: Restrict JIT predictor flush to cBPF
` [PATCH 6.16.y 4/6] bpf: Skip redundant IBPB in pack allocator
` [PATCH 6.16.y 5/6] bpf: Prefer packs that won't trigger an IBPB flush on allocation
` [PATCH 6.16.y 6/6] bpf: Prefer dirty packs for eBPF allocations

[patch 0/4] entry: Rework syscall skip logic
 2026-07-14 18:57 UTC  (14+ messages)
` [patch 1/4] entry: Rework syscall_audit_enter()
` [patch 2/4] entry: Rework trace_syscall_enter()
` [patch 3/4] entry: Make return type of syscall_trace_enter() bool
` [patch 4/4] entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall execution

[PATCH] KVM: Nullify irqfd->producer when add_producer() fails
 2026-07-14 18:41 UTC  (2+ messages)

[PATCH v5] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-07-14 17:54 UTC 

[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-07-14 17:33 UTC  (5+ messages)
` [PATCH v7 06/10] ACPI: APEI: GHES: move CXL CPER helpers

[PATCH] ppc/fadump: collect dump if the collected size is lesser than reserved
 2026-07-14 17:30 UTC 

[PATCH] powerpc/eeh: Fix recursive locking on devices without EEH sensitive driver
 2026-07-14 17:15 UTC  (3+ messages)

[PATCH 00/14] ASoC: clean up kernel-doc warnings
 2026-07-14 17:09 UTC  (22+ messages)
` [PATCH 01/14] ASoC: codecs: NeoFidelity: repair the kernel-doc format
` [PATCH 02/14] ASoC: fsl_asrc_common: fix all kernel-doc warnings
` [PATCH 03/14] ASoC: fsl_asrc: avoid "
` [PATCH 04/14] ASoC: fsl-dma: fix all "
` [PATCH 05/14] ASoC: fsl_easrc: use struct keyword on structs
` [PATCH 06/14] ASoC: fsl: mpc5200_dma: use the struct keyword for kernel-doc comments
` [PATCH 07/14] ASoC: fsl: mpc5200_psc_i2s: avoid kernel-doc warnings
` [PATCH 08/14] ASoC: fsl: p1022_ds: repair kernel-doc short descriptions
` [PATCH 09/14] ASoC: uniphier: don't use "/**" for non-kernel-doc comment
` [PATCH 10/14] ASoC: SDCA: correct enum names and add a missing struct field
` [PATCH 11/14] ASoC: soc-acpi: fix all kernel-doc warnings
` [PATCH 12/14] ASoC: Intel: Skylake: convert SKL_TKNS to kernel-doc format
` [PATCH 13/14] ASoC: qcom: audioreach: use C-style "/*" comment
` [PATCH 14/14] ASoC: wm8904: don't use "/**" for non-kernel-doc comments

[PATCH 0/3] driver core: Constify the signature of device_show/store_*()
 2026-07-14 16:51 UTC  (4+ messages)
` [PATCH 1/3] x86/mce: Use __DEVICE_ATTR() macro to initialize dev_ext_attribute
` [PATCH 2/3] drivers: perf: "
` [PATCH 3/3] driver core: Constify the signature of device_show/store_*()

[PATCH net-next v3 15/15] ibmveth: Fix MQ RX poll and shutdown hangs after queue resize
 2026-07-14 13:10 UTC  (2+ messages)

[PATCH net-next v3 14/15] ibmveth: Wire ethtool set_channels to MQ RX queue resize
 2026-07-14 13:07 UTC  (2+ messages)

Fixes tags need work in the powerpc-fixes tree
 2026-07-14 11:47 UTC 

Fixes tags need work in the powerpc-fixes tree
 2026-07-14 11:46 UTC 

[PATCH] powerpc/64s: Clarify copy_and_flush() cache sync loop comment
 2026-07-14 10:30 UTC  (2+ messages)

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-14  8:20 UTC  (7+ messages)
` [patch 13/18] entry: Make trace_syscall_enter() return type bool

[PATCH V5] powerpc/syscall: Fix syscall skip handling for seccomp and ptrace
 2026-07-14  7:59 UTC 

[PATCH] powerpc/powernv: fix null pointer dereference in pnv_get_random_long()
 2026-07-14  4:48 UTC  (2+ messages)

[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
 2026-07-14  2:46 UTC  (4+ messages)
` [PATCH v2 12/13] mm/mprotect: convert mprotect code to use vma_flags_t

[powerpc:fixes-test] BUILD SUCCESS c14c32661406018437b37a1426139d3b2a0edcc9
 2026-07-14  1:51 UTC 

[PATCH net 0/3] net: don't read an unset MAC header on the raw/qdisc-bypass TX path
 2026-07-13 21:37 UTC  (7+ messages)
` [PATCH net 1/3] net: dsa: tag_ocelot_8021q: don't read an unset MAC header on transmit
` [PATCH net 2/3] net: dsa: tag_ksz: don't read an unset MAC header in lan937x_xmit()
` [PATCH net 3/3] ibmveth: don't read an unset MAC header on transmit


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