messages from 2026-05-13 13:22:18 to 2026-05-18 09:53:53 UTC [more...]
[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
2026-05-18 9:53 UTC (9+ messages)
[PATCH v14 0/8] arm64: add ARCH_HAS_COPY_MC support
2026-05-18 8:49 UTC (9+ messages)
` [PATCH v14 1/8] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH v14 2/8] ACPI: APEI: GHES: use exception context to gate SIGBUS on poison consumption
` [PATCH v14 3/8] arm64: add support for ARCH_HAS_COPY_MC
` [PATCH v14 4/8] mm/hwpoison: return -EFAULT when copy fail in copy_mc_[user]_highpage()
` [PATCH v14 5/8] arm64: support copy_mc_[user]_highpage()
` [PATCH v14 6/8] lib/test: memcpy_kunit: add copy_page() and copy_mc_page() tests
` [PATCH v14 7/8] arm64: introduce copy_mc_to_kernel() implementation
` [PATCH v14 8/8] lib/tests: memcpy_kunit: add memcpy_mc() and memcpy_mc_large() test
[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-05-18 8:34 UTC (33+ 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 v8 net-next 00/15] Add preliminary NETC switch support for i.MX94
2026-05-18 8:25 UTC (16+ messages)
` [PATCH v8 net-next 01/15] dt-bindings: net: dsa: update the description of 'dsa,member' property
` [PATCH v8 net-next 02/15] dt-bindings: net: dsa: add NETC switch
` [PATCH v8 net-next 03/15] net: enetc: add pre-boot initialization for i.MX94 switch
` [PATCH v8 net-next 04/15] net: enetc: add basic operations to the FDB table
` [PATCH v8 net-next 05/15] net: enetc: add support for the "Add" operation to VLAN filter table
` [PATCH v8 net-next 06/15] net: enetc: add support for the "Update" operation to buffer pool table
` [PATCH v8 net-next 07/15] net: enetc: add support for "Add" and "Delete" operations to IPFT
` [PATCH v8 net-next 08/15] net: enetc: add multiple command BD rings support
` [PATCH v8 net-next 09/15] net: dsa: add NETC switch tag support
` [PATCH v8 net-next 10/15] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
` [PATCH v8 net-next 11/15] net: dsa: netc: add phylink MAC operations
` [PATCH v8 net-next 12/15] net: dsa: netc: add FDB, STP, MTU, port setup and host flooding support
` [PATCH v8 net-next 13/15] net: dsa: netc: initialize buffer pool table and implement flow-control
` [PATCH v8 net-next 14/15] net: dsa: netc: add support for the standardized counters
` [PATCH v8 net-next 15/15] net: dsa: netc: add support for ethtool private statistics
[PATCH 0/3] powerpc: fix preempt_count imbalances in perf and kexec paths
2026-05-18 8:08 UTC (8+ 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 v4 0/5] powerpc/bpf: Add support for verifier selftest
2026-05-18 7:53 UTC (13+ messages)
` [PATCH v4 1/5] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v4 2/5] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v4 3/5] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v4 4/5] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v4 5/5] selftest/bpf: Add tailcall "
[PATCH 2/8] mm/bootmem_info: drop initialization of page->lru
2026-05-18 7:49 UTC (2+ messages)
[PATCH v2 00/69] mm: Generalize HVO for HugeTLB and device DAX
2026-05-18 6:32 UTC (39+ 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 47/69] powerpc/mm: Map shared vmemmap tail pages read-only
` [PATCH v2 58/69] mm/hugetlb: Make HVO optimizable checks depend on generic logic
` [PATCH v2 59/69] mm/sparse-vmemmap: Localize init_compound_tail()
` [PATCH v2 60/69] mm/mm_init: Check zone consistency on optimized vmemmap sections
` [PATCH v2 61/69] mm/hugetlb: Drop boot-time HVO handling for gigantic folios
` [PATCH v2 62/69] mm/hugetlb: Simplify hugetlb_folio_init_vmemmap()
` [PATCH v2 63/69] mm/hugetlb: Initialize the full bootmem hugepage in hugetlb code
` [PATCH v2 64/69] mm/mm_init: Factor out compound page initialization
` [PATCH v2 65/69] mm/mm_init: Make __init_single_page() static
` [PATCH v2 66/69] mm/cma: Move CMA pageblock initialization into cma_activate_area()
` [PATCH v2 67/69] mm/cma: Move init_cma_pageblock() into cma.c
` [PATCH v2 68/69] mm/mm_init: Initialize pageblock migratetype in memmap init helpers
` [PATCH v2 69/69] Documentation/mm: Rewrite vmemmap_dedup.rst for unified HVO
[PATCH 1/8] sparc/mm: remove register_page_bootmem_info()
2026-05-18 6:55 UTC (2+ messages)
[PATCH v2 0/2] LKDTM powerpc enhancements - Part2
2026-05-18 6:56 UTC (3+ messages)
` [PATCH v2 1/2] lkdtm/powerpc: add isync after slbmte to enforce SLB update ordering
` [PATCH v2 2/2] lkdtm/powerpc: add PPC_RADIX_TLBIEL test for radix MCE validation
[PATCH v7 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2026-05-18 6:21 UTC (6+ messages)
[PATCH] powerpc/warp: Fix error handling in pika_dtm_thread
2026-05-18 5:43 UTC (2+ messages)
[PATCH v2] powerpc/time: Remove redundant preempt_disable|enable() calls from arch_irq_work_raise() - part1
2026-05-18 5:43 UTC (2+ messages)
[PATCH v2] powerpc/powermac: Remove pmac_low_i2c_{lock,unlock}()
2026-05-18 5:43 UTC (2+ messages)
[PATCH] powerpc: fix dead default for GUEST_STATE_BUFFER_TEST
2026-05-18 5:43 UTC (2+ messages)
[PATCH v3] powerpc/g5: Enable all windfarms by default
2026-05-18 5:43 UTC (2+ messages)
[PATCH v2] powerpc: 82xx: fix uninitialized pointers with free attribute
2026-05-18 5:43 UTC (2+ messages)
[PATCH] powerpc/hv-gpci: fix preempt count leak in sysfs show paths
2026-05-18 5:43 UTC (5+ messages)
cleanup the RAID6 P/Q library v3
2026-05-18 5:18 UTC (19+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/18] raid6: move to lib/raid/
` [PATCH 04/18] raid6: remove unused defines in pq.h
` [PATCH 05/18] raid6: remove raid6_get_zero_page
` [PATCH 06/18] raid6: use named initializers for struct raid6_calls
` [PATCH 07/18] raid6: improve the public interface
` [PATCH 08/18] raid6: warn when using less than four devices
` [PATCH 09/18] raid6: hide internals
` [PATCH 10/18] raid6: rework registration of optimized algorithms
` [PATCH 11/18] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/18] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/18] raid6: update top of file comments
` [PATCH 14/18] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/18] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/18] raid6_kunit: cleanup dataptr handling
` [PATCH 17/18] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/18] raid6_kunit: randomize buffer alignment
cleanup the RAID6 P/Q library v3
2026-05-18 5:12 UTC (3+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
cleanup the RAID6 P/Q library v2
2026-05-18 5:12 UTC (14+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
[PATCH v2 0/4] powerpc: A few misc cpumask changes
2026-05-18 4:44 UTC (2+ messages)
[PATCH v2] KVM: PPC: Kconfig: Enable CONFIG_VPA_PMU with KVM
2026-05-18 4:41 UTC
[PATCH] powerpc/64s: Fix the vector number in comments for h_facility_unavailable
2026-05-18 3:17 UTC (4+ messages)
[PATCH net-next] net: ucc_geth: Batch RX packets before stack handoff
2026-05-17 21:01 UTC (4+ messages)
[GIT PULL] Please pull powerpc/linux.git powerpc-7.1-3 tag
2026-05-17 19:28 UTC (2+ messages)
[PATCH v3 0/5] powerpc/bpf: Add support for verifier selftest
2026-05-17 17:45 UTC (4+ messages)
` [PATCH v3 1/5] powerpc/bpf: fix alignment of long branch trampoline address
[PATCH] powerpc: define __LITTLE_ENDIAN and __BIG_ENDIAN for math-emu
2026-05-17 15:40 UTC (3+ messages)
[PATCHv2] powerpc/44x: Set GPIO chip parent
2026-05-17 10:47 UTC (2+ messages)
[PATCH] powerpc/44x: Set GPIO chip firmware node
2026-05-17 5:44 UTC (3+ messages)
[PATCH] powerpc/44x: Use platform resource helper for GPIO MMIO
2026-05-15 23:25 UTC
[powerpc:merge] BUILD SUCCESS 1546b4ea65764226eacfb337b141e7563b336a75
2026-05-15 19:56 UTC
[RFC 0/4] KVM: selftests: add powerpc support
2026-05-15 16:04 UTC (5+ messages)
` [RFC 1/4] KVM: selftests: Move pgd_created check into virt_pgd_alloc
` [RFC 2/4] KVM: selftests: Add aligned guest physical page allocator
` [RFC 3/4] KVM: PPC: selftests: add support for powerpc
` [RFC 4/4] KVM: PPC: selftests: powerpc enable kvm_create_max_vcpus test
[PATCH v3] powerpc/pseries/iommu: Add TCEs for 16GB pages when RAM is pre-mapped
2026-05-15 15:51 UTC
[PATCH 0/5] PCI: Finally make pci_root_buses private
2026-05-15 15:13 UTC (7+ messages)
` [PATCH 1/5] alpha/pci: Use official API to iterate over PCI buses
` [PATCH 2/5] arm/pci: "
` [PATCH 3/5] powerpc/pci: "
` [PATCH 4/5] x86/pci: "
` [PATCH 5/5] PCI: Make pci_root_buses private to PCI core
[PATCH v2] powerpc/pseries/iommu: Add TCEs for 16GB pages when RAM is pre-mapped
2026-05-15 14:23 UTC (3+ messages)
[PATCH v2 0/5] KVM: PPC: Handle CPU compatibility mode for nested guests
2026-05-15 10:50 UTC (4+ messages)
[PATCH v7 net-next 00/15] Add preliminary NETC switch support for i.MX94
2026-05-15 3:36 UTC (3+ messages)
` [PATCH v7 net-next 10/15] net: dsa: netc: introduce NXP NETC switch driver "
[PATCH net] net: wan: fsl_ucc_hdlc: free tx_skbuff in uhdlc_memclean
2026-05-15 3:05 UTC (2+ messages)
[PATCH] tools/perf/test: Check for perf stat return code in perf all PMU test
2026-05-15 6:25 UTC (8+ messages)
[mainline] powerpc/TM: Unexpected TM Bad Thing during core dump on POWER9 (7.1‑rc1)
2026-05-15 5:29 UTC (2+ messages)
[powerpc:fixes-test] BUILD SUCCESS 31467b23823ffec1f6fff407f8e3ca9af8b7491a
2026-05-14 18:54 UTC
[PATCH v5] char/nvram: Remove redundant nvram_mutex
2026-05-14 3:57 UTC (2+ messages)
[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
2026-05-13 17:33 UTC (6+ messages)
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