messages from 2026-06-09 14:32:50 to 2026-06-12 10:30:53 UTC [more...]
[PATCH v2 0/3] mm, swap: Enable THP SWAP for PowerPC Book3S64
2026-06-12 6:31 UTC (6+ messages)
` [PATCH v2 1/3] mm, swap: make SWAPFILE_CLUSTER runtime
` [PATCH v2 2/3] mm, swap: allow archs to override SWAP_NR_ORDERS via ARCH_MAX_PMD_ORDER
` [PATCH v2 3/3] powerpc: Kconfig: Enable THP_SWAP on Book3S64
[linux-next-20260610] powerpc/hash: KUAP fault during boot on POWER10
2026-06-12 7:32 UTC
[PATCH v4 00/19] mm: Refactor bootmem gigantic hugepage allocation
2026-06-12 3:59 UTC (20+ messages)
` [PATCH v4 01/19] mm/hugetlb: Fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pages
` [PATCH v4 02/19] mm/hugetlb_vmemmap: Fix __hugetlb_vmemmap_optimize_folios()
` [PATCH v4 03/19] powerpc/mm: Fix wrong addr_pfn tracking in compound vmemmap population
` [PATCH v4 04/19] mm/hugetlb: Initialize gigantic bootmem hugepage struct pages earlier
` [PATCH v4 05/19] mm/mm_init: Simplify deferred_free_pages() migratetype init
` [PATCH v4 06/19] mm/sparse: Panic on memmap and usemap allocation failure
` [PATCH v4 07/19] mm/sparse: Move subsection_map_init() into sparse_init()
` [PATCH v4 08/19] mm/mm_init: Defer sparse_init() until after zone initialization
` [PATCH v4 09/19] mm/mm_init: Defer hugetlb reservation "
` [PATCH v4 10/19] mm/mm_init: Remove set_pageblock_order() call from sparse_init()
` [PATCH v4 11/19] mm/sparse: Move sparse_vmemmap_init_nid_late() into sparse_init_nid()
` [PATCH v4 12/19] mm/hugetlb_cma: Validate hugetlb CMA range by zone at reserve time
` [PATCH v4 13/19] mm/hugetlb: Refactor early boot gigantic hugepage allocation
` [PATCH v4 14/19] mm/hugetlb: Free cross-zone bootmem gigantic pages after allocation
` [PATCH v4 15/19] mm/hugetlb_vmemmap: Move bootmem HVO setup to early init
` [PATCH v4 16/19] mm/hugetlb: Remove obsolete bootmem cross-zone checks
` [PATCH v4 17/19] mm/sparse-vmemmap: Remove sparse_vmemmap_init_nid_late()
` [PATCH v4 18/19] mm/hugetlb: Remove unused bootmem cma field
` [PATCH v4 19/19] mm/mm_init: Fold __init_page_from_nid() into __init_deferred_page()
[PATCH] Documentation: arch: fix brackets
2026-06-11 19:31 UTC (2+ messages)
[PATCH v1 phy-next 0/8] RCW override for 10G Lynx dynamic protocol reconfiguration
2026-06-11 19:39 UTC (9+ messages)
` [PATCH v1 phy-next 1/8] soc: fsl: guts: use a macro to encode the DCFG CCSR space
` [PATCH v1 phy-next 2/8] soc: fsl: guts: add a global structure to hold state
` [PATCH v1 phy-next 3/8] soc: fsl: guts: add a central fsl_guts_read() function
` [PATCH v1 phy-next 4/8] soc: fsl: guts: make it easier to determine on which SoC we are running
` [PATCH v1 phy-next 5/8] soc: fsl: guts: make fsl_soc_data available after fsl_guts_init()
` [PATCH v1 phy-next 6/8] dt-bindings: fsl: layerscape-dcfg: define DCFG_DCSR region
` [PATCH v1 phy-next 7/8] soc: fsl: guts: implement the RCW override procedure
` [PATCH v1 phy-next 8/8] phy: lynx-10g: use RCW override procedure for dynamic protocol change
[PATCH v3 RESEND 00/10] KVM: selftests: add powerpc support
2026-06-11 17:54 UTC (19+ messages)
` [PATCH v3 RESEND 01/10] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [PATCH v3 RESEND 02/10] KVM: selftests: Add aligned guest physical page allocator
` [PATCH v3 RESEND 03/10] KVM: PPC: selftests: add support for powerpc
` [PATCH v3 RESEND 04/10] KVM: PPC: selftests: powerpc enable kvm_create_max_vcpus test
` [PATCH v3 RESEND 05/10] KVM: selftests: Print the vcpu_id when KVM_CREATE_VCPU ioctl fails
` [PATCH v3 RESEND 06/10] KVM: PPC: selftests: Use u64 instead of uint64_t
` [PATCH v3 RESEND 07/10] KVM: PPC: selftests: Use s64 instead of int64_t
` [PATCH v3 RESEND 08/10] KVM: PPC: selftests: Use u32 instead of uint32_t
` [PATCH v3 RESEND 09/10] KVM: PPC: selftests: Use u8 instead of uint8_t
` [PATCH v3 RESEND 10/10] KVM: PPC: selftests: Replace u64 gpa, u64 gva|vaddr with gpa_t and gva_t
[PATCH v1 0/6] objtool: Fixup alternate feature relative addresses
2026-06-11 17:40 UTC (3+ messages)
[PATCHv4 00/15] dmaengine: fsldma: devm conversion, fixups, and cleanups
2026-06-11 16:36 UTC (32+ messages)
` [PATCHv4 01/15] dmaengine: fsldma: kill tasklet before removing channel
` [PATCHv4 02/15] dmaengine: fsldma: drop desc_lock before invoking client callback
` [PATCHv4 03/15] dmaengine: fsldma: halt DMA engine before freeing resources
` [PATCHv4 04/15] dmaengine: fsldma: provide device_release callback
` [PATCHv4 05/15] dmaengine: fsldma: check dma_async_device_register() return value
` [PATCHv4 06/15] dmaengine: fsldma: fix probe error path not freeing IRQs
` [PATCHv4 07/15] dmaengine: fsldma: fix request_irqs unwind freeing unregistered IRQ
` [PATCHv4 08/15] dmaengine: fsldma: convert to platform_get_irq_optional()
` [PATCHv4 09/15] dmaengine: fsldma: use devm_kzalloc() to simplify code
` [PATCHv4 10/15] dmaengine: fsldma: use devm_platform_ioremap_resource()
` [PATCHv4 11/15] dmaengine: fsldma: convert channel allocation to devm_kzalloc()
` [PATCHv4 12/15] dmaengine: fsldma: use devm_of_iomap() to simplify code
` [PATCHv4 13/15] dmaengine: fsldma: replace irq_of_parse_and_map with of_irq_get
` [PATCHv4 14/15] dmaengine: fsldma: replace ppc-specific accessors with portable generic ones
` [PATCHv4 15/15] dmaengine: fsldma: fix kernel-doc param names to match function signatures
[PATCH] dma-buf: move system_cc_shared heap under separate Kconfig
2026-06-11 14:45 UTC (5+ messages)
[PATCH v2] include/linux/swap.h: Remove unused leftovers
2026-06-11 14:34 UTC (4+ messages)
[PATCH v3 0/4] scsi/block: NUMA-local scan allocations, shared-tag path cleanup, and SCSI I/O counters
2026-06-11 10:43 UTC (14+ messages)
` [PATCH v3 1/4] scsi: scan: allocate sdev and starget on the NUMA node of the host adapter
` [PATCH v3 2/4] scsi: host: allocate struct Scsi_Host "
` [PATCH v3 3/4] block: drop shared-tag fairness throttling
` [PATCH v3 4/4] scsi: use percpu counters for iostat counters in struct scsi_device
[PATCH V5 1/2] tools/perf: Fix the check for parameterized field in event term
2026-06-11 12:50 UTC (3+ messages)
[PATCH v7 0/7] powerpc/bpf: Add support for verifier selftest
2026-06-11 15:38 UTC (9+ messages)
` [PATCH v7 1/7] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v7 2/7] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v7 3/7] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v7 4/7] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v7 5/7] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v7 6/7] selftest/bpf: Add tailcall verifier selftest for powerpc64
` [PATCH v7 7/7] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
[PATCH] perf data convert json: Fix trace_seq memory leak in process_sample_event()
2026-06-11 11:53 UTC (3+ messages)
[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-06-11 11:50 UTC (16+ messages)
` [PATCH v6 04/20] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v6 06/20] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
[PATCH] soc: fsl: dpio: Use common error handling code in two functions
2026-06-11 10:02 UTC
[PATCH] PCI: pnv_php: Use common error handling code in pnv_php_alloc_slot()
2026-06-11 9:25 UTC
[PATCH] crypto: crypto4xx - Remove insecure and unused rng_alg
2026-06-11 8:48 UTC (2+ messages)
[RFC 0/4] mm, swap: Enable THP SWAP for PowerPC Book3S64
2026-06-11 3:17 UTC (8+ messages)
` [RFC 1/4] include/linux/swap.h: Remove unused leftovers
[PATCH] powerpc/uaccess: correct check for CONFIG_PPC_E500 in mask_user_address()
2026-06-11 1:09 UTC
[PATCH v5 net-next 0/9] net: dsa: netc: add bridge mode support
2026-06-11 2:14 UTC (10+ messages)
` [PATCH v5 net-next 1/9] net: enetc: add interfaces to manage dynamic FDB entries
` [PATCH v5 net-next 2/9] net: enetc: add "Update" and "Delete" operations to VLAN filter table
` [PATCH v5 net-next 3/9] net: enetc: add interfaces to manage egress treatment table
` [PATCH v5 net-next 4/9] net: enetc: add "Update" operation to the egress count table
` [PATCH v5 net-next 5/9] net: dsa: netc: initialize the group bitmap of ETT and ECT
` [PATCH v5 net-next 6/9] net: enetc: add helpers to set/clear table bitmap
` [PATCH v5 net-next 7/9] net: dsa: netc: add VLAN filter table and egress treatment management
` [PATCH v5 net-next 8/9] net: dsa: netc: add bridge mode support
` [PATCH v5 net-next 9/9] net: dsa: netc: implement dynamic FDB entry ageing
[PATCH v16 00/10] arm64/riscv: Add support for crashkernel CMA reservation
2026-06-11 1:30 UTC (3+ messages)
[PATCH 00/11] Convert moduleparams to seq_buf
2026-06-10 21:06 UTC (4+ messages)
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
[PATCH 00/60] KVM Planes + SEV-SNP Support
2026-06-10 18:13 UTC (16+ messages)
` [PATCH 02/60] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
` [PATCH 07/60] KVM: SVM: Add support for the SEV-SNP #HV IPI "
` [PATCH 35/60] kvm: Add VCPU plane-scheduling state and helpers
` [syzbot ci] Re: KVM Planes + SEV-SNP Support
[PATCH] perf data convert json: Fix addr_location leak on time-filtered samples
2026-06-10 20:06 UTC (3+ messages)
[PATCH] powerpc/powermac: Use common error handling code in kw_i2c_host_init()
2026-06-10 17:56 UTC
[PATCH v3 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
2026-06-10 15:53 UTC (10+ messages)
` [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 v5 phy-next 15/16] phy: lynx-10g: new driver
2026-06-10 15:19 UTC
[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
2026-06-10 11:33 UTC (11+ 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 4/6] powerpc: gitlab CI update
[PATCH 3/4] ASoC: fsl: fsl_audmix: Validate written enum values
2026-06-09 12:43 UTC
[PATCH v2 0/5] powerpc/pseries: Add full RTAS-based error injection support
2026-06-10 3:45 UTC (5+ messages)
` [PATCH v2 2/5] powerpc/pseries: Add RTAS error injection buffer infrastructure
` [PATCH v2 4/5] powerpc/pseries: Implement RTAS error injection via pseries_eeh_err_inject
[PATCHv3 00/15] dmaengine: fsldma: devm conversion, fixups, and cleanups
2026-06-10 2:58 UTC (21+ messages)
` [PATCHv3 01/15] dmaengine: fsldma: kill tasklet before removing channel
` [PATCHv3 02/15] dmaengine: fsldma: drop desc_lock before invoking client callback
` [PATCHv3 03/15] dmaengine: fsldma: halt DMA engine before freeing resources
` [PATCHv3 04/15] dmaengine: fsldma: provide device_release callback
` [PATCHv3 05/15] dmaengine: fsldma: check dma_async_device_register() return value
` [PATCHv3 06/15] dmaengine: fsldma: fix probe error path not freeing IRQs
` [PATCHv3 07/15] dmaengine: fsldma: fix request_irqs unwind freeing unregistered IRQ
` [PATCHv3 08/15] dmaengine: fsldma: convert to platform_get_irq_optional()
` [PATCHv3 09/15] dmaengine: fsldma: use devm for kzalloc()
` [PATCHv3 10/15] dmaengine: fsldma: use devm_platform_ioremap_resource()
` [PATCHv3 11/15] dmaengine: fsldma: convert channel allocation to devm_kzalloc()
` [PATCHv3 12/15] dmaengine: fsldma: use devm for of_iomap()
` [PATCHv3 13/15] dmaengine: fsldma: replace irq_of_parse_and_map with of_irq_get
` [PATCHv3 14/15] dmaengine: fsldma: replace ppc-specific accessors with portable generic ones
` [PATCHv3 15/15] dmaengine: fsldma: fix kernel-doc param names to match function signatures
[powerpc:next-test] BUILD SUCCESS 90b45dbf59d50e32c4f86072545ff44bec9cb28e
2026-06-09 22:32 UTC
[powerpc:merge] BUILD SUCCESS 8023f85ecc78c98f0e261248d66fc990c2d06d0c
2026-06-09 22:20 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox