public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
 messages from 2026-06-01 17:45:22 to 2026-06-04 08:43:02 UTC [more...]

[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-06-04  8:39 UTC  (19+ messages)
` [PATCH v6 01/20] s390: Expose protected virtualization through cc_platform_has()
` [PATCH v6 02/20] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v6 03/20] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v6 04/20] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v6 05/20] dma: swiotlb: pass mapping attributes by reference
` [PATCH v6 06/20] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v6 07/20] dma-mapping: make dma_pgprot() "
` [PATCH v6 08/20] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v6 09/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v6 10/20] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v6 11/20] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED
` [PATCH v6 12/20] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v6 13/20] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v6 14/20] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v6 15/20] iommu/dma: Check atomic pool allocation result directly
` [PATCH v6 16/20] dma: swiotlb: free dynamic pools from process context
` [PATCH v6 17/20] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v6 18/20] dma: free atomic pool pages by physical address

[PATCH RFT] powerpc/8xx: implement get_direction() in cpm1
 2026-06-04  8:24 UTC  (5+ messages)

[PATCH v14 0/8] arm64: add ARCH_HAS_COPY_MC support
 2026-06-04  8:10 UTC  (4+ messages)
` [PATCH v14 3/8] arm64: add support for ARCH_HAS_COPY_MC

[PATCH v7 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-06-04  7:43 UTC  (8+ messages)
` [PATCH v7 11/15] powerpc/code-patching: Avoid r/w mapping of the zero page

[PATCH] perf data convert json: Fix trace_seq memory leak in process_sample_event()
 2026-06-04  6:55 UTC 

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-06-04  5:34 UTC  (4+ messages)

[PATCH] powerpc/85xx: Add fsl,ifc to common device ids
 2026-06-04  4:33 UTC 

[PATCH v3 00/19] mm: Refactor bootmem gigantic hugepage allocation
 2026-06-04  2:09 UTC  (38+ messages)
` [PATCH v3 01/19] mm/hugetlb: Fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pages
` [PATCH v3 02/19] mm/hugetlb_vmemmap: Fix __hugetlb_vmemmap_optimize_folios()
` [PATCH v3 03/19] powerpc/mm: Fix wrong addr_pfn tracking in compound vmemmap population
` [PATCH v3 04/19] mm/hugetlb: Initialize gigantic bootmem hugepage struct pages earlier
` [PATCH v3 05/19] mm/mm_init: Simplify deferred_free_pages() migratetype init
` [PATCH v3 06/19] mm/sparse: Panic on memmap and usemap allocation failure
` [PATCH v3 07/19] mm/sparse: Move subsection_map_init() into sparse_init()
` [PATCH v3 08/19] mm/mm_init: Defer sparse_init() until after zone initialization
` [PATCH v3 09/19] mm/mm_init: Defer hugetlb reservation "
` [PATCH v3 10/19] mm/mm_init: Remove set_pageblock_order() call from sparse_init()
` [PATCH v3 11/19] mm/sparse: Move sparse_vmemmap_init_nid_late() into sparse_init_nid()
` [PATCH v3 12/19] mm/hugetlb_cma: Validate hugetlb CMA range by zone at reserve time
` [PATCH v3 13/19] mm/hugetlb: Refactor early boot gigantic hugepage allocation
` [PATCH v3 14/19] mm/hugetlb: Free cross-zone bootmem gigantic pages after allocation
` [PATCH v3 15/19] mm/hugetlb_vmemmap: Move bootmem HVO setup to early init
` [PATCH v3 16/19] mm/hugetlb: Remove obsolete bootmem cross-zone checks
` [PATCH v3 17/19] mm/sparse-vmemmap: Remove sparse_vmemmap_init_nid_late()
` [PATCH v3 18/19] mm/hugetlb: Remove unused bootmem cma field
` [PATCH v3 19/19] mm/mm_init: Fold __init_page_from_nid() into __init_deferred_page()

[PATCH] dma: fsldma: convert to platform_get_irq_optional()
 2026-06-03 19:19 UTC 

[PATCH] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
 2026-06-03 17:57 UTC  (3+ messages)

[PATCH v2] powerpc/entry: Disable interrupts before irqentry_exit
 2026-06-03 17:51 UTC  (2+ messages)

[PATCH] scsi: core: Remove dead code export of scsi_device_from_queue
 2026-06-03 16:06 UTC  (4+ messages)
` [PATCH v2] scsi: core: Remove remaining references to the pktcdvd driver

[powerpc:next-test] BUILD SUCCESS c8f80f95da32618d49c2a068ee561b85655b761d
 2026-06-03 15:39 UTC 

[PATCH v3 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
 2026-06-03 14:26 UTC  (17+ messages)
` [PATCH v3 1/5] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
` [PATCH v3 2/5] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v3 3/5] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v3 4/5] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV

[PATCH v3 phy-next 15/16] phy: lynx-10g: new driver
 2026-06-03 13:21 UTC 

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-03 10:15 UTC  (18+ messages)
` [PATCH 04/23] pmdomain: imx: fix OF node refcount
` [PATCH 06/23] driver core: platform: provide platform_device_set_of_node()
` [PATCH 07/23] driver core: platform: provide platform_device_set_fwnode()
` [PATCH 08/23] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH 09/23] of: platform: use platform_device_set_of_node()
` [PATCH 20/23] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH 21/23] usb: musb: "
` [PATCH 22/23] reset: rzg2l: "

[PATCH] powerpc/entry: Disable interrupts before irqentry_exit
 2026-06-03 11:56 UTC  (3+ messages)

ppc64le kunit test failure: guest_state_buffer_test
 2026-06-03 11:25 UTC  (4+ messages)

[PATCH] [SCSI] qla2xxx: Handle the INTx not connected while passing through
 2026-06-03 10:56 UTC  (2+ messages)

[PATCH v4] powerpc: Simplify access_ok()
 2026-06-03 10:20 UTC 

[PATCH] i2c: cpm: Use platform_get_irq() to retrieve interrupt
 2026-06-03  9:38 UTC  (3+ messages)

[PATCH 0/1] powerpc/crash: protect kdump from active watchdogs
 2026-06-03  7:02 UTC  (2+ messages)
` [PATCH 1/1] powerpc/crash: stop watchdogs before booting kdump kernel

[PATCH v2 0/3] powerpc: fix preempt_count imbalances in perf and kexec paths
 2026-06-03  6:27 UTC  (4+ messages)
` [PATCH 1/3] powerpc/perf: fix preempt count underflow in fsl_emb_pmu_del
` [PATCH 2/3] powerpc/powernv: fix preempt count leak in pnv_kexec_wait_secondaries_down
` [PATCH 3/3] powerpc/kexec: fix double get_cpu() imbalance in kexec_prepare_cpus

[PATCH 0/3] powerpc: fix preempt_count imbalances in perf and kexec paths
 2026-06-03  6:16 UTC  (13+ messages)
` [PATCH 1/3] powerpc/perf: fix preempt count underflow in fsl_emb_pmu_del
` [PATCH 2/3] powerpc/powernv: fix preempt count leak in pnv_kexec_wait_secondaries_down
` [PATCH 3/3] powerpc/kexec: fix double get_cpu() imbalance in kexec_prepare_cpus

[PATCH] powerpc/prom: Remove redundant early_init_dt_scan_root() call
 2026-06-03  3:55 UTC  (3+ messages)

[PATCH] powerpc/powernv: Cache OPAL check_token() results
 2026-06-03  3:52 UTC  (2+ messages)

[PATCH] smp: prevent soft lockup in smp_call_function_many_cond
 2026-06-03  1:37 UTC  (3+ messages)

[PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-06-03  0:54 UTC  (9+ messages)
` [PATCH v5 05/20] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v5 10/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED

[PATCH 00/14] gpio: remove uneeded Kconfig dependencies on OF_GPIO
 2026-06-02 20:50 UTC  (3+ messages)
` [PATCH 07/14] pinctrl: Kconfig: drop unneeded "

[PATCH v4] powerpc/pseries/Kconfig: Enable CONFIG_VPA_PMU to be used with KVM
 2026-06-02 19:04 UTC  (3+ messages)

[PATCH v2] perf kvm stat: Add missing mappings for PPC kvm exit reasons
 2026-06-02 18:52 UTC  (3+ messages)

[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
 2026-06-02 15:54 UTC  (8+ messages)
` [kvm-unit-tests RFC PATCH 1/6] powerpc: add pmu tests
` [kvm-unit-tests RFC PATCH 2/6] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests RFC PATCH 3/6] powerpc: Remove remnants of ppc64 directory and build structure
` [kvm-unit-tests RFC PATCH 4/6] powerpc: gitlab CI update
` [kvm-unit-tests RFC PATCH 5/6] scripts/arch-run.bash: Fix run_panic() success exit status
` [kvm-unit-tests RFC PATCH 6/6] powerpc: Add a panic test

[next20260529]powerpc/pseries: multiple WARNs: RCU not watching for tracepoint and lockdep_hardirq_context() during boot and cpuidle (Power11)
 2026-06-02 15:53 UTC  (3+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-06-02 13:04 UTC  (9+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer

[PATCH] perf script powerpc: Update the hcall list with new hcalls
 2026-06-02 12:06 UTC  (4+ messages)

[PATCH v2 1/2] perf script powerpc: Update the hcall list with new hcalls
 2026-06-02 11:56 UTC  (2+ messages)
` [PATCH v2 2/2] perf script powerpc: Fix a typo in the name of H_DISABLE_AND_GET

[linux-next20260529] kernel BUG at kernel/sched/core.c:7512!
 2026-06-02 10:03 UTC  (7+ messages)

[PATCH 0/7] gpio: move ppc4xx driver to drivers/gpio and modernize
 2026-06-02  9:26 UTC  (10+ messages)
` [PATCH 1/7] gpio: move ppc4xx gpio driver from arch/powerpc to drivers/gpio
` [PATCH 2/7] gpio: ppc44x: Use module platform driver helper for GPIO
` [PATCH 3/7] gpio: ppc44x: Set GPIO chip firmware node
` [PATCH 4/7] gpio: ppc44x: Use platform resource helper for GPIO MMIO
` [PATCH 5/7] gpio: ppc44x: Convert GPIO to generic MMIO
` [PATCH 6/7] gpio: ppc44x: drop PPC-specific IO helpers and rename to ppc44x
` [PATCH 7/7] gpio: ppc44x: add MODULE info

[PATCH v2 0/8] powerpc/signal: Convert to scoped user access
 2026-06-02  8:46 UTC  (9+ messages)
` [PATCH v2 1/8] powerpc/signal32: "
` [PATCH v2 2/8] powerpc/signal64: Untangle setup_tm_sigcontexts() and user_access_begin()
` [PATCH v2 3/8] powerpc/signal64: Convert to scoped user access
` [PATCH v2 4/8] powerpc/signal64: Access function descriptor with "
` [PATCH v2 5/8] powerpc/signal: Include the new stack frame inside the user access block
` [PATCH v2 6/8] signal: Add unsafe_copy_siginfo_to_user()
` [PATCH v2 7/8] powerpc/uaccess: Add unsafe_clear_user()
` [PATCH v2 8/8] powerpc/signal: Use unsafe_copy_siginfo_to_user()

[PATCH v2 net-next 0/9] net: dsa: netc: add bridge mode support
 2026-06-02  7:23 UTC  (10+ messages)
` [PATCH v2 net-next 1/9] net: enetc: add interfaces to manage dynamic FDB entries
` [PATCH v2 net-next 2/9] net: enetc: add "Update" and "Delete" operations to VLAN filter table
` [PATCH v2 net-next 3/9] net: enetc: add interfaces to manage egress treatment table
` [PATCH v2 net-next 4/9] net: enetc: add "Update" operation to the egress count table
` [PATCH v2 net-next 5/9] net: dsa: netc: initialize the group bitmap of ETT and ECT
` [PATCH v2 net-next 6/9] net: enetc: add helpers to set/clear table bitmap
` [PATCH v2 net-next 7/9] net: dsa: netc: add VLAN filter table and egress treatment management
` [PATCH v2 net-next 8/9] net: dsa: netc: add bridge mode support
` [PATCH v2 net-next 9/9] net: dsa: netc: implement dynamic FDB entry ageing

[PATCH V16 0/7] Rust Support for powerpc
 2026-06-02  7:15 UTC  (6+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "

[PATCH v3] powerpc/pseries/iommu: Add TCEs for 16GB pages when RAM is pre-mapped
 2026-06-02  3:57 UTC  (4+ messages)

[PATCH v15 00/23] arm64/riscv: Add support for crashkernel CMA reservation
 2026-06-02  3:06 UTC  (4+ messages)

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-06-02  0:38 UTC  (7+ messages)
` [PATCH 05/16] ACPI: pad: Use sysfs_emit() for idlecpus show
` [PATCH 11/16] nvdimm: Use sysfs_emit() for cpumask show callback
` [PATCH 14/16] powercap: intel_rapl: Use sysfs_emit() for cpumask show

[PATCH 0/2] powerpc/prom, of/fdt: fix chosen node handling and cleanup
 2026-06-01 22:03 UTC  (5+ messages)
` [PATCH 1/2] powerpc/prom: fix /chosen properties read from wrong node
` [PATCH 2/2] of/fdt: make early_init_dt_scan_chosen() return void


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox