messages from 2026-07-12 21:25:40 to 2026-07-14 19:08:49 UTC [more...]
[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 (18+ 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 (7+ messages)
` [PATCH v7 06/10] ACPI: APEI: GHES: move CXL CPER helpers
` [PATCH v7 10/10] RAS: add firmware-first CPER provider
[PATCH] ppc/fadump: collect dump if the collected size is lesser than reserved
2026-07-14 17:30 UTC
[PATCH v2] powerpc/eeh: Fix recursive locking on devices without EEH sensitive driver
2026-07-14 17:16 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 v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
2026-07-14 15:46 UTC (64+ messages)
` [PATCH v7 02/22] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v7 03/22] iommu/dma: Check atomic pool allocation result directly
` [PATCH v7 04/22] dma: free atomic pool pages by physical address
` [PATCH v7 05/22] swiotlb: Preserve allocation virtual address for dynamic pools
` [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 00/22] Simplify special kernel page table handling
2026-07-14 15:19 UTC (28+ 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 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)
[PATCH net-next v3 13/15] ibmveth: Implement incremental MQ RX queue resize
2026-07-14 13:03 UTC (2+ messages)
[PATCH net-next v3 12/15] ibmveth: Expose per-queue buffer pool details via sysfs
2026-07-14 13:01 UTC (2+ messages)
[PATCH net-next v3 11/15] ibmveth: Add per-queue RX and TX statistics collection and reporting
2026-07-14 12:59 UTC (2+ messages)
[PATCH net-next v3 10/15] ibmveth: Enable multi-queue RX receive path
2026-07-14 12:55 UTC (2+ messages)
[PATCH net-next v3 09/15] ibmveth: Add queue-aware RX buffer submit helper for MQ
2026-07-14 12:50 UTC (2+ messages)
[PATCH net-next v3 00/15] ibmveth: Add multi-queue RX support
2026-07-14 12:47 UTC (5+ 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-14 12:43 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/42] of: reserved_mem: Introduce devres helpers and convert drivers
2026-07-14 9:33 UTC (3+ messages)
` [PATCH 23/42] mmc: sdhci-of-bst: Use devm_of_reserved_mem_device_init_by_idx()
[PATCH v2 0/3] powerpc/numa: Enable coregroup support on PowerNV
2026-07-14 9:29 UTC (7+ 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
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-14 8:20 UTC (9+ messages)
` [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [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 6.18.y 0/6] cBPF JIT spray hardening
2026-07-14 1:12 UTC (7+ 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 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
[PATCH 00/29] ibmvfc: Add NVMe-FC support
2026-07-13 18:04 UTC (3+ messages)
[PATCH v2] ASoC: fsl_sai: Fix spurious BCLK on resume by clearing BYP
2026-07-13 12:43 UTC (3+ messages)
[PATCH 7.1.y 1/6] bpf: Support for hardening against JIT spraying
2026-07-13 16:37 UTC (3+ messages)
[PATCH] Connecting the SB600's i8259 controller rather in pasemi's pci.c than in pasemi's setup.c
2026-07-13 16:18 UTC (3+ messages)
[PATCH] powerpc/ps3: Fix map failure path in dma_ioc0_map_pages()
2026-07-13 16:19 UTC (5+ messages)
[PATCH] drm/amd/display: Shorten KUnit exported symbol names
2026-07-13 14:20 UTC (2+ messages)
[PATCH v2] powerpc/ps3: Remove unused struct table in setup_areas()
2026-07-13 14:03 UTC (3+ messages)
[PATCH v2 0/3] powerpc/crash: protect kdump from active watchdogs
2026-07-13 13:37 UTC (15+ messages)
` [PATCH v2 1/3] powerpc/pseries: Move H_WATCHDOG definitions to a common header
` [PATCH v2 2/3] powerpc/pseries: Handle and log pseries-wdt registration failures
` [PATCH v2 3/3] powerpc/crash: stop watchdogs before booting kdump kernel
[PATCH v2 0/4] powerpc/kdump: Support high crashkernel reservation
2026-07-13 13:12 UTC (4+ messages)
` [PATCH v2 1/4] powerpc/mmu: do MMU type discovery before "
[PATCH 0/2] bus: Remove redundant error messages on IRQ request failure
2026-07-13 12:48 UTC (3+ messages)
` [PATCH 1/2] bus: fsl-mc: Remove redundant dev_err()
[PATCH next] drivers/bus/fsl-mc: Use strscpy() to copy strings into arrays
2026-07-13 11:08 UTC (3+ messages)
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-13 10:29 UTC (3+ messages)
` [PATCH v3 11/20] pmdomain: imx: use platform_device_set_of_node()
powernv_rng_read: Oops: Kernel access of bad area, sig: 11 [#1]
2026-07-13 10:02 UTC (5+ messages)
[PATCH] powerpc/ps3: Remove unused struct table in setup_areas()
2026-07-13 9:02 UTC (4+ messages)
[PATCH] crypto: powerpc/aes - use bool for encryption/decryption flag
2026-07-13 9:01 UTC (2+ messages)
[PATCH RESEND] syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCH
2026-07-13 7:01 UTC (2+ messages)
[PATCH v2 0/2] powerpc/fadump: remove deprecated sysfs compatibility links
2026-07-13 4:26 UTC (3+ messages)
` [PATCH v2 1/2] powerpc/fadump: remove old sysfs symlink
` [PATCH v2 2/2] Documentation/ABI: remove old fadump sysfs doc
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