linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-05 11:19:28 to 2025-09-10 02:40:17 UTC [more...]

[PATCH v2 net-next 0/3] ptp: add pulse signal loopback support for debugging
 2025-09-10  2:40 UTC  (2+ messages)

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-09-10  1:46 UTC  (6+ messages)

[PATCH] vfio/pci: Fix INTx handling on legacy DisINTx- PCI devices
 2025-09-09 20:48 UTC 

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-09 19:37 UTC  (18+ messages)
` [PATCH v6 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v6 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v6 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v6 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v6 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
` [PATCH v6 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v6 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v6 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
` [PATCH v6 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v6 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v6 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v6 13/16] mm/hmm: properly take MMIO path
` [PATCH v6 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v6 15/16] block-dma: properly take MMIO path
` [PATCH v6 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH v2 0/7] Nesting support for lazy MMU mode
 2025-09-09 14:38 UTC  (37+ messages)
` [PATCH v2 1/7] mm: remove arch_flush_lazy_mmu_mode()
` [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections
` [PATCH v2 3/7] arm64: mm: fully support nested "
` [PATCH v2 4/7] x86/xen: support nested lazy_mmu sections (again)
` [PATCH v2 5/7] powerpc/mm: support nested lazy_mmu sections
` [PATCH v2 6/7] sparc/mm: "
` [PATCH v2 7/7] mm: update lazy_mmu documentation

[PATCH v3 0/6] PowerNV PCIe Hotplug Driver Fixes
 2025-09-09 14:21 UTC  (4+ messages)
` [PATCH v3 1/6] PCI: pnv_php: Properly clean up allocated IRQs on unplug

[PATCH v2] powerpc/32: Remove PAGE_KERNEL_TEXT to fix startup failure
 2025-09-09 10:03 UTC 

[PATCH v5 0/7] Add support of IRQs to QUICC ENGINE GPIOs
 2025-09-09  8:55 UTC  (5+ messages)
` [PATCH v5 6/7] dt-bindings: soc: fsl: qe: Convert QE GPIO to DT schema

[PATCH v17 00/12] Support page table check on PowerPC
 2025-09-09  9:13 UTC  (13+ messages)
` [PATCH v17 01/12] arm64/mm: Add addr parameter to __set_ptes_anysz()
` [PATCH v17 02/12] arm64/mm: Add addr parameter to __ptep_get_and_clear_anysz()
` [PATCH v17 03/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud[s]_set()
` [PATCH v17 04/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd[s]_set()
` [PATCH v17 05/12] mm/page_table_check: Provide addr parameter to page_table_check_ptes_set()
` [PATCH v17 06/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v17 07/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v17 08/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v17 09/12] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v17 10/12] powerpc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v17 11/12] powerpc: mm: Use set_pte_at_unchecked() for internal usages
` [PATCH v17 12/12] powerpc: mm: Support page table check

[RFC V2 0/8] Generic IRQ entry/exit support for powerpc
 2025-09-09  8:46 UTC  (11+ messages)
` [RFC V2 1/8] powerpc: rename arch_irq_disabled_regs
` [RFC V2 2/8] powerpc: Prepare to build with generic entry/exit framework
` [RFC V2 3/8] powerpc: introduce arch_enter_from_user_mode
` [RFC V2 4/8] powerpc: Introduce syscall exit arch functions
` [RFC V2 5/8] powerpc: add exit_flags field in pt_regs
` [RFC V2 6/8] powerpc: Prepare for IRQ entry exit
` [RFC V2 7/8] powerpc: Enable IRQ generic entry/exit path
` [RFC V2 8/8] powerpc: Enable Generic Entry/Exit for syscalls

[PATCH v7 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
 2025-09-09  8:44 UTC  (10+ messages)
` [PATCH v7 1/9] powerpc/pseries: Define papr-hvpipe ioctl
` [PATCH v7 2/9] powerpc/pseries: Define HVPIPE specific macros
` [PATCH v7 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
` [PATCH v7 4/9] powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS
` [PATCH v7 5/9] powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS
` [PATCH v7 6/9] powerpc/pseries: Wakeup hvpipe FD when the payload is pending
` [PATCH v7 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
` [PATCH v7 8/9] powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS
` [PATCH v7 9/9] powerpc/pseries: HVPIPE changes to support migration

[PATCH v3 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
 2025-09-09  7:17 UTC  (3+ messages)
` [PATCH v3 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer

[PATCH v6 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
 2025-09-09  5:13 UTC  (11+ messages)
` [PATCH v6 1/9] powerpc/pseries: Define papr-hvpipe ioctl
` [PATCH v6 2/9] powerpc/pseries: Define HVPIPE specific macros
` [PATCH v6 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
` [PATCH v6 4/9] powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS
` [PATCH v6 5/9] powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS
` [PATCH v6 6/9] powerpc/pseries: Wakeup hvpipe FD when the payload is pending
` [PATCH v6 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
` [PATCH v6 8/9] powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS
` [PATCH v6 9/9] powerpc/pseries: HVPIPE changes to support migration

[PATCH RFC] powerpc: Panic on jump label code patching failure
 2025-09-09  3:19 UTC  (5+ messages)

[PATCH v5 0/6] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-09-08 17:55 UTC  (17+ messages)
` [PATCH v5 1/6] arm64: topology: Use scope-based cleanup helper
` [PATCH v5 2/6] ACPI: processor: thermal: "
` [PATCH v5 3/6] cpufreq: intel_pstate: "
` [PATCH v5 4/6] PM / devfreq: "
` [PATCH v5 5/6] drm/i915: "
` [PATCH v5 6/6] PM: EM: "

[PATCH v2 00/12] Curve25519 cleanup
 2025-09-08 16:49 UTC  (17+ messages)
` [PATCH v2 01/12] crypto: hisilicon/hpre - Remove unused curve25519 kpp support
` [PATCH v2 02/12] crypto: arm/curve25519 - Remove unused "
` [PATCH v2 03/12] crypto: powerpc/curve25519 "
` [PATCH v2 04/12] crypto: x86/curve25519 "
` [PATCH v2 05/12] crypto: testmgr - Remove curve25519 kpp tests
` [PATCH v2 06/12] crypto: curve25519 - Remove unused kpp support
` [PATCH v2 07/12] lib/crypto: tests: Migrate Curve25519 self-test to KUnit
` [PATCH v2 08/12] lib/crypto: tests: Add Curve25519 benchmark
` [PATCH v2 09/12] lib/crypto: curve25519: Move a couple functions out-of-line
` [PATCH v2 10/12] lib/crypto: curve25519: Consolidate into single module
` [PATCH v2 11/12] lib/crypto: tests: Enable Curve25519 test when CRYPTO_SELFTESTS
` [PATCH v2 12/12] wireguard: kconfig: Simplify crypto kconfig selections

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-09-08 12:45 UTC  (9+ messages)
  ` [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping

[PATCH] powerpc64/modules: fix ool-ftrace-stub vs. livepatch relocation corruption
 2025-09-08 11:03 UTC  (3+ messages)

[PATCH v2] powerpc/powernv: Enable cpuidle state detection for POWER11
 2025-09-08  8:51 UTC 

[linux-next20250903] Kernel OOPs at perf_callchain_user
 2025-09-08  8:43 UTC  (2+ messages)

[PATCH 0/7] Nesting support for lazy MMU mode
 2025-09-08  7:32 UTC  (16+ messages)
` [PATCH 2/7] mm: introduce local state for lazy_mmu sections
` [PATCH 4/7] x86/xen: support nested lazy_mmu sections (again)
` [PATCH 5/7] powerpc/mm: support nested lazy_mmu sections

[powerpc:merge] BUILD SUCCESS 4d5be0950753d64666a54d61303a3bc813d516fb
 2025-09-07 12:13 UTC 

[PATCH v5 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
 2025-09-07  8:59 UTC  (12+ messages)
` [PATCH v5 1/9] powerpc/pseries: Define papr-hvpipe ioctl
` [PATCH v5 2/9] powerpc/pseries: Define HVPIPE specific macros
` [PATCH v5 3/9] powerpc/pseries: Add papr-hvpipe char driver for HVPIPE interfaces
` [PATCH v5 4/9] powerpc/pseries: Send payload with ibm,send-hvpipe-msg RTAS
` [PATCH v5 5/9] powerpc/pseries: Receive payload with ibm,receive-hvpipe-msg RTAS
` [PATCH v5 6/9] powerpc/pseries: Wakeup hvpipe FD when the payload is pending
` [PATCH v5 7/9] powerpc/pseries: Enable HVPIPE event message interrupt
` [PATCH v5 8/9] powerpc/pseries: Enable hvpipe with ibm,set-system-parameter RTAS
` [PATCH v5 9/9] powerpc/pseries: HVPIPE changes to support migration

[PATCH] kexec: Include kernel-end even without crashkernel
 2025-09-07  6:57 UTC  (2+ messages)

[PATCH v4 0/9] powerpc/pseries: Add hypervisor pipe (HVPIPE) suport
 2025-09-06 15:24 UTC  (4+ messages)
` [PATCH v4 7/9] powerpc/pseries: Enable HVPIPE event message interrupt

[PATCH v2 0/3] powerpc: Cleanup and convert to MSI parent domain
 2025-09-06 11:48 UTC  (3+ messages)

[PATCH 0/2] powerpc: Fix integer underflow & leak
 2025-09-06 10:07 UTC  (2+ messages)

[PATCH v3 0/2] powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2025-09-06 10:07 UTC  (2+ messages)

[PATCH] powerpc/xmon: replace sizeof calculations with ARRAY_SIZE macro
 2025-09-06 10:07 UTC  (2+ messages)

[PATCH v2] kbuild: Add missing $(objtree) prefix to powerpc crtsavres.o artifact
 2025-09-06 10:07 UTC  (2+ messages)

[PATCH] powerpc/qspinlock: Add spinlock contention tracepoint
 2025-09-06 10:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/7] Cleanup free_pages() misuse
 2025-09-05 18:02 UTC  (5+ messages)
` [PATCH v3 3/7] x86: Stop calling page_address() in free_pages()

[PATCH v5 00/16] dma-mapping: migrate to physical address-based API
 2025-09-05 16:50 UTC  (4+ messages)
  ` [PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based

Kernel v6.17-rc4 with STATIC_CALL_SELFTEST=y enabled fails to boot at early stage (PowerMac G4 DP)
 2025-09-05 14:30 UTC  (5+ messages)
` [PATCH] powerpc/32: Remove PAGE_KERNEL_TEXT to fix startup failure

[PATCH v4 00/10] cpufreq: use __free() for all cpufreq_cpu_get() references
 2025-09-05  6:57 UTC  (3+ messages)
` [PATCH v4 09/10] thermal/drivers/ti-soc-thermal: Use scope-based cleanup helper

[PATCH] tty: remove redundant condition checks
 2025-09-05  9:49 UTC  (2+ messages)


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