linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-19 11:07:14 to 2023-04-26 07:05:22 UTC [more...]

[RFC PATCH 0/6] VMAP_STACK support for book3s64
 2023-04-26  7:03 UTC  (4+ messages)
` [RFC PATCH 1/6] powerpc/64s: Fix assembly to support larger values of THREAD_SIZE

[PATCH 0/9] powerpc: Build fixes
 2023-04-26  5:58 UTC  (11+ messages)
` [PATCH 1/9] powerpc: Fix merge conflict between pcrel and copy_thread changes
` [PATCH 2/9] powerpc/64s: Disable pcrel code model on Clang
` [PATCH 3/9] powerpc/boot: Seperate target flags from BOOTCFLAGS
` [PATCH 4/9] powerpc/boot: Seperate CPP "
` [PATCH 5/9] powerpc/boot: Separate BOOTCFLAGS from BOOTASFLAGS
` [PATCH 6/9] powerpc/boot: Clean up Makefile after cflags and asflags separation
` [PATCH 6/9] powerpc/boot: clean up Makefile flags
` [PATCH 7/9] powerpc/build: Remove -pipe from compilation flags
` [PATCH 8/9] powerpc/64s: Permit d-form memops in asm when building with prefix on clang
` [PATCH 9/9] powerpc/64s: Work around llvm-as not recognising pla

BUG : PowerPC RCU: torture test failed with __stack_chk_fail
 2023-04-26  2:37 UTC  (31+ messages)

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-04-25 20:22 UTC  (3+ messages)

[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-04-25 16:09 UTC  (10+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER

[PATCH v2] powerpc/bpf: populate extable entries only during the last pass
 2023-04-25 14:36 UTC  (2+ messages)

[PATCH 0/5] crypto: Accelerated Chacha20/Poly1305 implementation
 2023-04-25 12:08 UTC  (18+ messages)
` [PATCH 1/5] An optimized Chacha20 implementation with 8-way unrolling for ppc64le
` [PATCH 2/5] Glue code for optmized Chacha20 implementation "
` [PATCH 3/5] An optimized Poly1305 implementation with 4-way unrolling "
` [PATCH 4/5] Glue code for optmized Poly1305 implementation "
` [PATCH 5/5] Update Kconfig and Makefile

[PATCH] powerpc/bpf: populate extable entries only during the last pass
 2023-04-25  6:59 UTC  (5+ messages)

[PATCH v4 1/3] PCI/AER: Factor out interrupt toggling into helpers
 2023-04-25  5:58 UTC  (6+ messages)
` [PATCH v4 2/3] PCI/AER: Disable AER interrupt on suspend
` [PATCH v4 3/3] PCI/DPC: Disable DPC interrupt during suspend

[PATCH v10 0/5] PowerPC: In-kernel handling of CPU/Memory hotplug/online/offline events for kdump kernel
 2023-04-24 15:13 UTC  (14+ messages)
` [PATCH v10 1/5] powerpc/kexec: turn some static helper functions public
` [PATCH v10 2/5] powerpc/crash: introduce a new config option CRASH_HOTPLUG
` [PATCH v10 3/5] powerpc/crash: add crash CPU hotplug support
` [PATCH v10 4/5] crash: forward memory_notify args to arch crash hotplug handler
` [PATCH v10 5/5] powerpc/kexec: add crash memory hotplug support

In-flight collision: DRM_AMD_DC_DCN renaming
 2023-04-24 11:51 UTC  (2+ messages)

[PATCH 0/3] fbdev: Set missing owner fields in fb_ops
 2023-04-24  9:43 UTC  (5+ messages)
` [PATCH 1/3] fbdev/68328fb: Init owner field of struct fb_ops
` [PATCH 2/3] fbdev/ps3fb: "
` [PATCH 3/3] fbdev/vfb: "

[PATCH v2 00/13] ASoC: add and use asoc_dummy_dlc
 2023-04-24  2:36 UTC  (2+ messages)
` [PATCH v2 05/13] ASoC: fsl: "

[PATCH v9 0/6] Introduce 64b relocatable kernel
 2023-04-21 19:24 UTC  (6+ messages)

[powerpc:merge] BUILD SUCCESS 5d8eb803edc65ca55337a2724e9f3d3bb3ba2c17
 2023-04-22  4:49 UTC 

[powerpc:next] BUILD SUCCESS 836a3de6b2bfe0b7c96a7104d3d567883d8a57b3
 2023-04-21 19:37 UTC 

[PATCH v3 2/4] PCI/AER: Factor out interrupt toggling into helpers
 2023-04-21  5:32 UTC  (7+ messages)
` [PATCH v3 3/4] PCI/AER: Disable AER interrupt on suspend
` [PATCH v3 4/4] PCI/DPC: Disable DPC interrupt during suspend

[PATCH 01/22] powerpc, workqueue: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-04-21  5:20 UTC  (2+ messages)

[powerpc:next] BUILD SUCCESS e4f42c1467e9233c35716eb2b4511fef990cdc23
 2023-04-21  3:15 UTC 

[powerpc:merge] BUILD SUCCESS 5741d7d2a179be6418fbd85442d92b026477f5b8
 2023-04-21  3:15 UTC 

[PATCH 00/33] Split ptdesc from struct page
 2023-04-20 23:32 UTC  (33+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "
` [PATCH 10/33] mm: Convert pmd_ptlock_free() to use ptdescs
` [PATCH 11/33] mm: Convert ptlock_free() "
` [PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH 14/33] x86: "
` [PATCH 15/33] s390: Convert various gmap "
` [PATCH 16/33] s390: Convert various pgalloc "
` [PATCH 17/33] mm: Remove page table members from struct page
` [PATCH 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH 19/33] arm: "
` [PATCH 20/33] arm64: "
` [PATCH 21/33] csky: Convert __pte_free_tlb() "
` [PATCH 22/33] hexagon: "
` [PATCH 23/33] loongarch: Convert various functions "
` [PATCH 24/33] m68k: "
` [PATCH 25/33] mips: "
` [PATCH 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH 27/33] openrisc: "
` [PATCH 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH 29/33] sh: Convert pte_free_tlb() "
` [PATCH 30/33] sparc64: Convert various functions "
` [PATCH 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-04-20 22:11 UTC 

[PATCH v2] powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEs
 2023-04-20 19:45 UTC  (3+ messages)

[PATCH 00/11] Consolidate the probe_device path
 2023-04-20 13:09 UTC  (15+ messages)
` [PATCH 01/11] iommu: Have __iommu_probe_device() check for already probed devices
` [PATCH 02/11] iommu: Use iommu_group_ref_get/put() for dev->iommu_group
` [PATCH 03/11] iommu: Inline iommu_group_get_for_dev() into __iommu_probe_device()
` [PATCH 04/11] iommu: Simplify the __iommu_group_remove_device() flow
` [PATCH 05/11] iommu: Add iommu_init/deinit_driver() paired functions
` [PATCH 06/11] iommu: Move the iommu driver sysfs setup into iommu_init/deinit_driver()
` [PATCH 07/11] iommu: Do not export iommu_device_link/unlink()
` [PATCH 08/11] iommu: Always destroy the iommu_group during iommu_release_device()
` [PATCH 09/11] iommu/power: Remove iommu_del_device()
` [PATCH 10/11] iommu: Split iommu_group_add_device()
` [PATCH 11/11] iommu: Avoid locking/unlocking for iommu_probe_device()

[RFC PATCH] KVM: PPC: Update MAINTAINERS
 2023-04-20 14:05 UTC  (2+ messages)

next: powerpc: gpio_mdio.c:(.text+0x13c): undefined reference to `__of_mdiobus_register'
 2023-04-20 12:21 UTC  (2+ messages)

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-04-19 22:55 UTC  (2+ messages)
` [PATCH v8 04/10] nmi: backtrace: Allow runtime arch specific override

[PATCH v2 2/4] PCI/AER: Factor out interrput toggling into helpers
 2023-04-20 10:51 UTC  (6+ messages)
` [PATCH v2 3/4] PCI/AER: Disable AER interrupt on suspend
` [PATCH v2 4/4] PCI/DPC: Disable DPC interrupt during suspend

[PATCH v2 0/2] Remove POWER10_CPU dependency and move PPC_MODULE_FEATURE_P10
 2023-04-20 10:22 UTC  (2+ messages)

[PATCH] powerpc/rtas: Replace one-element arrays with flexible arrays
 2023-04-20  7:46 UTC  (3+ messages)

[PATCH] powerpc/configs/powernv: Add IGB=y
 2023-04-20  5:21 UTC 

[PATCH 1/2] powerpc/configs/64s: Use EXT4 to mount EXT2 filesystems
 2023-04-20  5:16 UTC  (2+ messages)
` [PATCH 2/2] powerpc/configs/64s: Drop JFS Filesystem

[PATCH] Revert "ASoC: fsl: remove unnecessary dai_link->platform"
 2023-04-20  0:11 UTC  (4+ messages)

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-04-19 17:22 UTC  (4+ messages)

[PATCH] ASoC: fsl: Simplify an error message
 2023-04-19 14:35 UTC  (3+ messages)

[PATCH] ASoC: fsl_asrc_dma: fix potential null-ptr-deref
 2023-04-19 14:23 UTC  (3+ messages)

[PATCH] ASoC: fsl_sai: Fix pins setting for i.MX8QM platform
 2023-04-19 14:23 UTC  (3+ messages)

[PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
 2023-04-19 14:22 UTC  (2+ messages)

[PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
 2023-04-19 14:22 UTC  (2+ messages)

[PATCH v3 5/6] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-04-19 14:17 UTC  (4+ messages)

[PATCH v3 5/6] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-04-19 13:30 UTC  (3+ messages)

[PATCH 0/3] send tlb_remove_table_smp_sync IPI only to necessary CPUs
 2023-04-19 11:39 UTC  (19+ messages)
` [PATCH 3/3] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to CPUs in kernel mode

[PATCH] powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEs
 2023-04-18 20:44 UTC 

[PATCH v9 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2023-04-18 17:52 UTC  (3+ messages)
` [PATCH v9 4/4] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec


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