linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-08 08:51:07 to 2025-10-15 09:14:21 UTC [more...]

[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
 2025-10-15  9:12 UTC  (11+ messages)
` [PATCH v5 01/14] dma-mapping: prepare dma_map_ops to conversion to physical address
` [PATCH v5 02/14] dma-mapping: convert dummy ops to physical address mapping
` [PATCH v5 03/14] ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()
` [PATCH v5 04/14] ARM: dma-mapping: Switch to physical address mapping callbacks
` [PATCH v5 05/14] xen: swiotlb: "
` [PATCH v5 06/14] dma-mapping: remove unused mapping resource callbacks
` [PATCH v5 07/14] alpha: Convert mapping routine to rely on physical address
` [PATCH v5 08/14] MIPS/jazzdma: Provide physical address directly
` [PATCH v5 10/14] powerpc: Convert to physical address DMA mapping
` [PATCH v5 11/14] sparc: Use "

[PATCH v3 00/13] Nesting support for lazy MMU mode
 2025-10-15  8:27 UTC  (14+ messages)
` [PATCH v3 01/13] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v3 02/13] x86/xen: simplify flush_lazy_mmu()
` [PATCH v3 03/13] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v3 04/13] sparc/mm: "
` [PATCH v3 05/13] mm: introduce CONFIG_ARCH_LAZY_MMU
` [PATCH v3 06/13] mm: introduce generic lazy_mmu helpers
` [PATCH v3 07/13] mm: enable lazy_mmu sections to nest
` [PATCH v3 08/13] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v3 09/13] powerpc/mm: replace batch->active "
` [PATCH v3 10/13] sparc/mm: "
` [PATCH v3 11/13] x86/xen: use lazy_mmu_state when context-switching
` [PATCH v3 12/13] mm: bail out of lazy_mmu_mode_* in interrupt context
` [PATCH v3 13/13] mm: introduce arch_wants_lazy_mmu_mode()

Radeon NI: GIT kernel with the nislands_smc commit doesn't boot on a Freescale P5040 board and P.A.Semi Nemo board
 2025-10-15  8:13 UTC  (38+ messages)
` [VirtIO GPU] Xorg doesn't start with the DRM updates 'drm-next-2021-11-03' in a virtual e5500 QEMU KVM-HV machine on a Freescale P5040 board
  ` [FSL P50x0] Cyrus+ board doesn't boot with the PowerPC updates 5.16-1
    ` [PASEMI] Nemo board doesn't recognize any ATA disks with the pci-v5.16 updates
                      ` [PPC] Boot problems after the pci-v6.18-changes

[PATCH] fsl_msi: Translate bitmap to hwirq on fsl,mpic
 2025-10-15  7:13 UTC 

[PATCH] powerpc64/bpf: support direct_call on livepatch function
 2025-10-15  6:18 UTC  (8+ messages)

[PATCH v2 0/2] drivers/base/node: fold node register and unregister functions
 2025-10-15  3:53 UTC  (4+ messages)
` [PATCH v2 1/2] drivers/base/node: Fold register_node() into register_one_node()
` [PATCH v2 2/2] drivers/base/node: Fold unregister_node() into unregister_one_node()

[PATCH] arch/powerpc: Remove .interp section in vmlinux
 2025-10-15  3:37 UTC  (6+ messages)

[PATCH v6 0/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2025-10-15  2:41 UTC  (6+ messages)
` [PATCH v6 1/5] PCI/DPC: Clarify naming for error port in DPC Handling
` [PATCH v6 2/5] PCI/DPC: Run recovery on device that detected the error
` [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
` [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
` [PATCH v6 5/5] PCI/AER: Clear both AER fatal and non-fatal status

[PATCH v7 0/8] sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
 2025-10-14 15:04 UTC  (10+ messages)
` [PATCH v7 4/8] powerpc/smp: Introduce CONFIG_SCHED_MC to guard MC scheduling bits

[PATCH v2 00/10] kbuild: userprogs: introduce architecture-specific CC_CAN_LINK and userprog flags
 2025-10-14 13:05 UTC  (11+ messages)
` [PATCH v2 01/10] kbuild: don't enable CC_CAN_LINK if the dummy program generates warnings
` [PATCH v2 02/10] init: deduplicate cc-can-link.sh invocations
` [PATCH v2 03/10] kbuild: allow architectures to override CC_CAN_LINK
` [PATCH v2 04/10] riscv: Implement custom CC_CAN_LINK
` [PATCH v2 05/10] s390: "
` [PATCH v2 06/10] powerpc: "
` [PATCH v2 07/10] MIPS: "
` [PATCH v2 08/10] x86/Kconfig: "
` [PATCH v2 09/10] sparc: "
` [PATCH v2 10/10] kbuild: simplify CC_CAN_LINK

[PATCH] sched/deadline: stop dl_server before CPU goes offline
 2025-10-14  9:11 UTC  (4+ messages)

[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
 2025-10-14  7:42 UTC  (37+ messages)
` [PATCH v4 01/35] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v4 02/35] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v4 03/35] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v4 04/35] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v4 05/35] ARM: vdso: gettimeofday: "
` [PATCH v4 06/35] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v4 07/35] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v4 08/35] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v4 09/35] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v4 10/35] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v4 11/35] random: vDSO: Add explicit includes
` [PATCH v4 12/35] vdso/gettimeofday: "
` [PATCH v4 13/35] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v4 14/35] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v4 15/35] vdso/datapage: Trim down unnecessary includes
` [PATCH v4 16/35] random: vDSO: trim vDSO includes
` [PATCH v4 17/35] random: vDSO: remove ifdeffery
` [PATCH v4 18/35] random: vDSO: split out datapage update into helper functions
` [PATCH v4 19/35] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v4 20/35] s390/time: Set up vDSO datapage later
` [PATCH v4 21/35] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v4 22/35] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
` [PATCH v4 25/35] sparc64: vdso: Link with -z noexecstack
` [PATCH v4 26/35] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v4 27/35] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v4 28/35] sparc64: vdso: Move hardware counter read into header
` [PATCH v4 29/35] sparc64: vdso: Move syscall fallbacks "
` [PATCH v4 30/35] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v4 31/35] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v4 32/35] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v4 33/35] sparc64: vdso2c: Remove symbol handling
` [PATCH v4 34/35] sparc64: vdso: Implement clock_gettime64()
` [PATCH v4 35/35] clocksource: remove ARCH_CLOCKSOURCE_DATA

[PATCH] fsl_msi: Translate bitmap to hwirq on fsl,mpic
 2025-10-14  5:52 UTC  (2+ messages)

[powerpc:fixes-test] BUILD SUCCESS 0843ba458439f38efdc14aa359c14ad0127edb01
 2025-10-14  4:00 UTC 

[PATCH] powerpc/ps3: spu.c: fix enum and Return kernel-doc warnings
 2025-10-14  3:12 UTC 

[PATCH] powerpc: kgdb: fix kernel-doc warnings
 2025-10-14  3:11 UTC 

[PATCH] powerpc, ocxl: Fix extraction of struct xive_irq_data
 2025-10-13 16:46 UTC  (4+ messages)

[linux-next20250912] Build warnings at drivers/net/ethernet/intel/idpf/xdp.c:6
 2025-10-13 15:32 UTC  (4+ messages)

[RFC PATCH V1] watchdog: Add boot-time selection for hard lockup detector
 2025-10-13 15:22 UTC  (14+ messages)

[PATCH] powerpc/pseries/lparcfg: Replace deprecated strcpy in parse_system_parameter_string
 2025-10-13 13:57 UTC 

[bug report][PPC]: rmod nvme driver causes the kernel panic
 2025-10-13 10:28 UTC  (3+ messages)

[RFC PATCH v2 0/3] objtool: Fixup alternate feature relative addresses
 2025-10-13  1:07 UTC  (4+ messages)
` [RFC PATCH v2 2/3] kbuild: Add objtool integration for PowerPC feature fixups

[PATCH 0/2] PCI: Universal error recoverability of devices
 2025-10-12 13:25 UTC  (3+ messages)
` [PATCH 1/2] PCI: Ensure error recoverability at all times
` [PATCH 2/2] treewide: Drop pci_save_state() after pci_restore_state()

[PPC] t1024rdb: CONFIG_KERNEL_START=0x0 equivalent for ppc64 (Kernel 3.16.85)
 2025-10-11 22:18 UTC 

[PATCH] 85xx: Add several root nodes to probe
 2025-10-10 14:29 UTC  (2+ messages)

[PATCH] powerpc/pseries/msi: Fix NULL pointer dereference at irq domain teardown
 2025-10-10 12:03 UTC 

[PATCH RESEND v5] vmcoreinfo: Track and log recoverable hardware errors
 2025-10-10 10:36 UTC 

[mainline]Kernel Boot Warings at arch/powerpc/mm/mem.c:341
 2025-10-10  5:45 UTC 

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:57 UTC  (8+ messages)
        ` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[bisected][mainline]Kernel OOPs at msi_desc_to_pci_dev
 2025-10-10  4:23 UTC  (3+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-10-10  4:09 UTC  (15+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}

[linux-next20251003] tmp2 selftests resulting in Kernel OOPs
 2025-10-10  3:32 UTC  (5+ messages)
` [bisected][linux-next20251003] "

[PATCH 0/4] powerpc: Rename wdt@ notes to watchdog@
 2025-10-09 14:09 UTC  (9+ messages)
` [PATCH 1/4] powerpc: 512x: Rename wdt@ node "
` [PATCH 2/4] powerpc: 83xx: Rename wdt@ nodes "
` [PATCH 3/4] powerpc: 86xx: "
` [PATCH 4/4] powerpc: p2020: "

[PATCH v4] dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCs
 2025-10-09 14:02 UTC  (2+ messages)

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-10-09 15:59 UTC  (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH] powerpc/addnote: Fix overflow on 32-bit builds
 2025-10-09 13:51 UTC  (2+ messages)

(bisected) [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
 2025-10-09 13:05 UTC  (11+ messages)

[bisected][mainline]Kernel warnings at kernel/sched/cpudeadline.c:219
 2025-10-09 11:54 UTC  (9+ messages)

[PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
 2025-10-09  5:54 UTC  (6+ messages)
` [PATCH v3 1/6] PCI: pnv_php: Properly clean up allocated IRQs on unplug
      ` [PATCH] PCI: pnv_php: Fix potential NULL dereference in slot allocator

[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-10-09  1:07 UTC  (2+ messages)

[PATCH 00/11] vdso: Various cleanups
 2025-10-09  1:06 UTC  (2+ messages)

[PATCH v2] powerpc64/bpf: support direct_call on livepatch function
 2025-10-08  8:50 UTC 


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