public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
 messages from 2026-05-11 03:06:09 to 2026-05-13 13:11:00 UTC [more...]

[PATCH v2 00/69] mm: Generalize HVO for HugeTLB and device DAX
 2026-05-13 13:04 UTC  (27+ messages)
` [PATCH v2 01/69] mm/hugetlb: Fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pages
` [PATCH v2 02/69] mm/hugetlb_vmemmap: Fix __hugetlb_vmemmap_optimize_folios()
` [PATCH v2 03/69] powerpc/mm: Fix wrong addr_pfn tracking in compound vmemmap population
` [PATCH v2 04/69] mm/hugetlb: Initialize gigantic bootmem hugepage struct pages earlier
` [PATCH v2 05/69] mm/mm_init: Simplify deferred_free_pages() migratetype init
` [PATCH v2 06/69] mm/sparse: Panic on memmap and usemap allocation failure
` [PATCH v2 07/69] mm/sparse: Move subsection_map_init() into sparse_init()
` [PATCH v2 08/69] mm/mm_init: Defer sparse_init() until after zone initialization
` [PATCH v2 09/69] mm/mm_init: Defer hugetlb reservation "
` [PATCH v2 10/69] mm/mm_init: Remove set_pageblock_order() call from sparse_init()
` [PATCH v2 11/69] mm/sparse: Move sparse_vmemmap_init_nid_late() into sparse_init_nid()
` [PATCH v2 12/69] mm/hugetlb_cma: Validate hugetlb CMA range by zone at reserve time
` [PATCH v2 13/69] mm/hugetlb: Refactor early boot gigantic hugepage allocation
` [PATCH v2 14/69] mm/hugetlb: Free cross-zone bootmem gigantic pages after allocation
` [PATCH v2 15/69] mm/hugetlb_vmemmap: Move bootmem HVO setup to early init
` [PATCH v2 16/69] mm/hugetlb: Remove obsolete bootmem cross-zone checks
` [PATCH v2 17/69] mm/sparse-vmemmap: Remove sparse_vmemmap_init_nid_late()
` [PATCH v2 18/69] mm/hugetlb: Remove unused bootmem cma field
` [PATCH v2 19/69] mm/mm_init: Make __init_page_from_nid() static
` [PATCH v2 20/69] mm/sparse-vmemmap: Drop VMEMMAP_POPULATE_PAGEREF
` [PATCH v2 21/69] mm: Rename vmemmap optimization macros around folio semantics
` [PATCH v2 22/69] mm/sparse: Drop power-of-2 size requirement for struct mem_section
` [PATCH v2 23/69] mm/sparse-vmemmap: track compound page order in "
` [PATCH v2 24/69] mm/mm_init: Skip initializing shared vmemmap tail pages
` [PATCH v2 25/69] mm/sparse-vmemmap: Initialize shared tail vmemmap pages on allocation
` [PATCH v2 26/69] mm/sparse-vmemmap: Support section-based vmemmap accounting

[PATCH v2 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
 2026-05-13 10:07 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
` [PATCH v2 2/5] KVM: PPC: Introduce KVM_CAP_PPC_COMPAT_CAPS and wire up ioctl
` [PATCH v2 3/5] KVM: PPC: Book3S HV: Implement compat CPU capability retrieval for KVM on PowerVM
` [PATCH v2 4/5] KVM: PPC: Book3S HV: Add support for compat CPU capabilities for KVM on PowerNV
` [PATCH v2 5/5] KVM: PPC: Document KVM_PPC_GET_COMPAT_CAPS ioctl

[PATCH] powerpc/64s: Fix the vector number in comments for h_facility_unavailable
 2026-05-13  9:05 UTC  (5+ messages)

[PATCH 0/8] mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE (Part 1)
 2026-05-13  8:41 UTC  (37+ messages)
` [PATCH 1/8] sparc/mm: remove register_page_bootmem_info()
` [PATCH 2/8] mm/bootmem_info: drop initialization of page->lru
` [PATCH 3/8] mm/bootmem_info: stop using PG_private
` [PATCH 4/8] mm/bootmem_info: remove call to kmemleak_free_part_phys()
` [PATCH 5/8] mm/bootmem_info: stop marking the pgdat as NODE_INFO
` [PATCH 6/8] mm/bootmem_info: stop marking mem_section_usage as MIX_SECTION_INFO
` [PATCH 7/8] s390/mm: use free_reserved_page() in vmem_free_pages()
` [PATCH 8/8] powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE

[PATCH v2] powerpc/time: Remove redundant preempt_disable|enable() calls from arch_irq_work_raise() - part1
 2026-05-13  8:14 UTC 

[PATCH v2] powerpc/pseries/iommu: export DMA window data to user space
 2026-05-13  7:10 UTC  (2+ messages)

[PATCH 0/3] MCE robustness fixes and LKDTM powerpc enhancements
 2026-05-13  7:08 UTC  (5+ messages)
` [PATCH 1/3] powerpc/time: remove preempt_disable/enable from arch_irq_work_raise()

[PATCH 1/1] powerpc/pseries/pci: quirks: Add pseries TG3 D3hot delay quirk for EEH stability
 2026-05-13  6:49 UTC  (2+ messages)

[PATCH v2] drivers/base/memory: make memory block get/put explicit
 2026-05-13  5:54 UTC  (6+ messages)

[PATCH v6 00/14] selftests/mm: fix failures and robustness improvements
 2026-05-13  6:40 UTC  (4+ messages)

cleanup the RAID6 P/Q library v2
 2026-05-13  5:47 UTC  (23+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
` [PATCH 02/19] raid6: turn the userspace test harness into a kunit test
` [PATCH 03/19] raid6: remove __KERNEL__ ifdefs
` [PATCH 04/19] raid6: move to lib/raid/
` [PATCH 05/19] raid6: remove unused defines in pq.h
` [PATCH 06/19] raid6: remove raid6_get_zero_page
` [PATCH 07/19] raid6: use named initializers for struct raid6_calls
` [PATCH 08/19] raid6: improve the public interface
` [PATCH 09/19] raid6: hide internals
` [PATCH 10/19] raid6: rework the init helpers
` [PATCH 11/19] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/19] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/19] raid6: update top of file comments
` [PATCH 14/19] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/19] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/19] raid6_kunit: cleanup dataptr handling
` [PATCH 17/19] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/19] "
` [PATCH 19/19] raid6_kunit: randomize buffer alignment

[PATCH v3] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
 2026-05-13  5:41 UTC  (6+ messages)

[PATCH] perf kvm stat: Update the exit reason mappings
 2026-05-13  4:03 UTC 

[PATCH v3] KVM: PPC: Book3S HV: Add missing mappings for tracing exits
 2026-05-13  3:52 UTC  (2+ messages)

[PATCH v7 net-next 00/15] Add preliminary NETC switch support for i.MX94
 2026-05-13  3:04 UTC  (16+ messages)
` [PATCH v7 net-next 01/15] dt-bindings: net: dsa: update the description of 'dsa,member' property
` [PATCH v7 net-next 02/15] dt-bindings: net: dsa: add NETC switch
` [PATCH v7 net-next 03/15] net: enetc: add pre-boot initialization for i.MX94 switch
` [PATCH v7 net-next 04/15] net: enetc: add basic operations to the FDB table
` [PATCH v7 net-next 05/15] net: enetc: add support for the "Add" operation to VLAN filter table
` [PATCH v7 net-next 06/15] net: enetc: add support for the "Update" operation to buffer pool table
` [PATCH v7 net-next 07/15] net: enetc: add support for "Add" and "Delete" operations to IPFT
` [PATCH v7 net-next 08/15] net: enetc: add multiple command BD rings support
` [PATCH v7 net-next 09/15] net: dsa: add NETC switch tag support
` [PATCH v7 net-next 10/15] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
` [PATCH v7 net-next 11/15] net: dsa: netc: add phylink MAC operations
` [PATCH v7 net-next 12/15] net: dsa: netc: add FDB, STP, MTU, port setup and host flooding support
` [PATCH v7 net-next 13/15] net: dsa: netc: initialize buffer pool table and implement flow-control
` [PATCH v7 net-next 14/15] net: dsa: netc: add support for the standardized counters
` [PATCH v7 net-next 15/15] net: dsa: netc: add support for ethtool private statistics

[PATCH V4 1/2] tools/perf: Fix the check for parameterized field in event term
 2026-05-13  1:02 UTC  (5+ messages)
` [PATCH V4 2/2] tools/perf: Use scnprintf in buffer offset calculations

[powerpc:fixes-test] BUILD SUCCESS dbc30a57bd8e026995e9fa8e8c31cffd18542c01
 2026-05-12 18:35 UTC 

[PATCH] powerpc/rtas_pci: No hotplug on permanently removed device on pSeries
 2026-05-12 17:44 UTC  (3+ messages)

IBM Power S822LC: pci 0021:0d:00.0: xHCI HW did not halt within 32000 usec status = 0x0
 2026-05-12 15:32 UTC  (5+ messages)

[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-05-12  9:04 UTC  (14+ messages)
` [PATCH v4 01/13] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v4 02/13] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v4 03/13] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v4 04/13] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v4 05/13] dma-mapping: make dma_pgprot() "
` [PATCH v4 06/13] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v4 07/13] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v4 08/13] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v4 09/13] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED
` [PATCH v4 10/13] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v4 11/13] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v4 12/13] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v4 13/13] x86/amd-gart: preserve the direct DMA address until GART mapping succeeds

[PATCH] perf script powerpc: Update the hcall list with new hcalls
 2026-05-12  8:46 UTC 

[PATCH v2] KVM: PPC: Book3S HV: Add H_FAC_UNAVAIL mapping for tracing exits
 2026-05-12  8:36 UTC  (4+ messages)

[PATCH] drivers/base/memory: make memory block get/put explicit
 2026-05-12  7:25 UTC  (10+ messages)

[PATCH] ASoC: fsl_sai: Eliminate possible interrupt storm during probe
 2026-05-12  6:52 UTC 

[PATCH v6 net-next 00/15] Add preliminary NETC switch support for i.MX94
 2026-05-12  6:00 UTC  (3+ messages)
` [PATCH v6 net-next 15/15] net: dsa: netc: add support for ethtool private statistics

[PATCH AUTOSEL 7.0-5.10] powerpc/vmx: avoid KASAN instrumentation in enter_vmx_ops() for kexec
 2026-05-11 22:19 UTC  (3+ messages)
` [PATCH AUTOSEL 7.0-6.1] powerpc/pasemi: Drop redundant res assignment
` [PATCH AUTOSEL 7.0-6.18] powerpc/pseries/htmdump: Free the global buffers in htmdump module exit

[PATCH v13 00/15] arm64/riscv: Add support for crashkernel CMA reservation
 2026-05-11 12:30 UTC  (17+ messages)
` [PATCH v13 03/15] x86/kexec: Fix potential buffer overflow in prepare_elf_headers()
` [PATCH v13 04/15] arm64: kexec_file: "
` [PATCH v13 05/15] riscv: "
` [PATCH v13 06/15] LoongArch: kexec: "
` [PATCH v13 07/15] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v13 08/15] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v13 09/15] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v13 10/15] x86/kexec: "
` [PATCH v13 11/15] riscv: kexec_file: "
` [PATCH v13 12/15] LoongArch: kexec: "
` [PATCH v13 13/15] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v13 14/15] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v13 15/15] riscv: "

[PATCH] powerpc/powernv: fix null pointer dereference in pnv_get_random_long()
 2026-05-11 12:04 UTC 

[RFC PATCH net-next 1/5] ibmvnic: Move long delayed work on system_dfl_long_wq
 2026-05-11  9:28 UTC 

powernv_rng_read: Oops: Kernel access of bad area, sig: 11 [#1]
 2026-05-11  8:03 UTC  (4+ messages)

crypto/ahash.c:1073:1: warning: the frame size of 1040 bytes is larger than 1024 bytes
 2026-05-11  6:42 UTC 


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