messages from 2026-09-11 05:49:46 to 2026-09-13 22:02:50 UTC [more...]
[PATCH] ASoC: fsl_asrc: check the second front-end DMA channel
2026-09-13 12:51 UTC
[PATCHv2] dmaengine: bestcomm: make gen_bd init helpers static
2026-09-13 19:48 UTC
[PATCH 0/6] mm: Unify Device DAX and HugeTLB vmemmap population paths
2026-09-13 8:37 UTC (7+ messages)
` [PATCH 1/6] mm/sparse-vmemmap: drop VMEMMAP_POPULATE_DAX
` [PATCH 2/6] mm/sparse-vmemmap: support device DAX in common vmemmap path
` [PATCH 3/6] mm/sparse-vmemmap: drop Device DAX-specific population path
` [PATCH 4/6] mm/sparse-vmemmap: remove the unused ptpfn argument
` [PATCH 5/6] powerpc/mm: make vmemmap_populate_compound_pages() static
` [PATCH 6/6] mm/sparse-vmemmap: open-code vmemmap_populate_address()
[PATCH 08/14] mfd: remove unused aat2870 driver
2026-09-13 8:33 UTC (6+ messages)
[PATCH V2] powerpc/kasan: require memintrinsic prefix support for KASAN
2026-09-12 18:55 UTC (2+ messages)
[PATCH] powerpc/kasan: require memintrinsic prefix support for KASAN
2026-09-12 18:53 UTC (5+ messages)
[PATCH 5.15 415/935] perf tests stat_bpf_counters: Fix usage of == to address shellcheck warning
2026-09-12 6:57 UTC
[PATCH v4 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
2026-09-12 17:59 UTC (4+ messages)
` [PATCH v4 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
` [PATCH v4 2/2] rust: kernel: Add KUnit tests for powerpc ARCH_WARN_ASM bug table emission
[PATCH 6.1 0493/1191] perf tests stat_bpf_counters: Fix usage of == to address shellcheck warning
2026-09-12 6:56 UTC (2+ messages)
` [PATCH 6.1 0649/1191] tty: hvsi: remove an extra variable from hvsi_write()
[GIT PULL] Please pull powerpc/linux.git powerpc-7.3-3 tag
2026-09-12 15:16 UTC (2+ messages)
[PATCH v4] ppc/fadump: collect dump when CPU_STATE_DATA is less than reserved
2026-09-12 12:33 UTC (2+ messages)
[PATCH 6.18 0015/1518] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
2026-09-12 6:36 UTC
[PATCH] dmaengine: bestcomm: make gen_bd init helpers static
2026-09-12 9:24 UTC (2+ messages)
[powerpc:merge] BUILD SUCCESS 2a0bdd1b03b21c53093da2c55edb630f4fde7d9a
2026-09-12 4:01 UTC
[PATCH 00/60] KVM Planes + SEV-SNP Support
2026-09-11 17:54 UTC (3+ messages)
` [PATCH 29/60] kvm: Implement KVM_CREATE_PLANE ioctl
[PATCHv3] dmaengine: fsldma: convert to platform_get_irq_optional()
2026-09-11 22:04 UTC
[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
2026-09-11 20:54 UTC (13+ messages)
[PATCH v3 00/12] mm: make userland page table freeing RCU-safe
2026-09-11 19:36 UTC (13+ messages)
` [PATCH v3 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v3 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v3 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v3 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v3 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v3 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v3 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v3 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v3 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v3 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v3 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v3 12/12] mm: change the contract for free_pgtables(), update docs
[BUG] PCIe passthrough of USB controller unstable / data corruption on PowerNV
2026-09-11 18:00 UTC
[Linux PPC] Disable PREEMPT
2026-09-11 17:09 UTC (12+ messages)
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-11 15:05 UTC (9+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
[PATCH v3 0/3] Bring includes in linux/kmod.h up to date
2026-09-11 14:46 UTC (4+ messages)
` [PATCH v3 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v3 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v3 3/3] module: Bring includes in linux/kmod.h up to date
[RFC PATCH 0/8] PCI/IOV: Initialize virtual functions in parallel
2026-09-11 12:34 UTC (9+ messages)
` [RFC PATCH 1/8] PCI/IOV: Split virtfn bus handling out of pci_iov_add_virtfn()
` [RFC PATCH 2/8] PCI/IOV: Create virtfn buses up front in sriov_add_vfs()
` [RFC PATCH 3/8] PCI/PM: Convert pci_bridge_d3_update() recursion to iteration
` [RFC PATCH 4/8] PCI/PM: Serialize pci_bridge_d3_update()
` [RFC PATCH 5/8] powerpc/pci: Serialize pcibios_bus_add_device()
` [RFC PATCH 6/8] PCI/IOV: Let sriov_add_vfs() own the failure unwind
` [RFC PATCH 7/8] PCI/IOV: Initialize virtual functions in parallel
` [RFC PATCH 8/8] PCI: Probe inline from node-local workqueue workers
[PATCH V3] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
2026-09-11 5:24 UTC (7+ messages)
[mainline]ppc64le: NULL pointer dereference in sparse_init_subsection_map when crash is triggered with FADUMP enabled
2026-09-11 12:56 UTC (2+ messages)
[PATCH 6.18.y 1/2] PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value
2026-09-11 12:32 UTC (2+ messages)
` Patch "PCI: Introduce PCI_SLOT_PLACEHOLDER constant for slot_nr placeholder value" has been added to the 6.18-stable tree
[mainline]kdump fails to save vmcore when crash is manually triggered
2026-09-11 11:25 UTC (2+ messages)
[PATCH 00/14] mfd: unused driver purge
2026-09-11 7:24 UTC (3+ messages)
` [PATCH 01/14] mfd: remove unused 88pm80x driver
[PATCH 7/7] powerpc/word-at-a-time: Instrument load_unaligned_zeropad()
2026-09-11 7:03 UTC
[powerpc:fixes-test] BUILD SUCCESS 9e5c53d75c560a058abef0e4338c5e3e52cb432a
2026-09-11 6:42 UTC
[PATCH v10 0/9] scsi: ibmvfc: make ibmvfc support FPIN messages
2026-09-11 6:00 UTC (5+ messages)
` [PATCH v10 1/9] scsi: ibmvfc: add basic FPIN support
` [PATCH v10 4/9] scsi: ibmvfc: extend async event handlers for async sub-CRQ events
` [PATCH v10 9/9] scsi: ibmvfc: handle extended FPIN events
page: | 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