messages from 2026-05-18 05:14:04 to 2026-05-20 11:21:03 UTC [more...]
[PATCH AUTOSEL 7.0-5.10] powerpc/vmx: avoid KASAN instrumentation in enter_vmx_ops() for kexec
2026-05-20 11:19 UTC (4+ messages)
` [PATCH AUTOSEL 7.0-5.10] powerpc/g5: Enable all windfarms by default
` [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 v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
2026-05-20 10:33 UTC (36+ messages)
[PATCH v8 0/3] generic and PowerPC SED Opal keystore
2026-05-20 10:24 UTC (3+ messages)
` [PATCH v8 3/3] powerpc/pseries: PLPKS SED Opal keystore support
[PATCH resend] powerpc/code-patching: Avoid r/w mapping of the zero page
2026-05-20 10:16 UTC (5+ messages)
[PATCH] PCI/AER: Clear non-fatal errors on AER recovery failure
2026-05-20 10:00 UTC (7+ messages)
[PATCH] powerpc/fadump: fix integer overflow in MIN_RMA size check
2026-05-20 9:00 UTC (2+ messages)
cleanup the RAID6 P/Q library v2
2026-05-20 8:41 UTC (9+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
[PATCH V16 0/7] Rust Support for powerpc
2026-05-20 6:46 UTC (8+ messages)
` [PATCH V16 1/7] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V16 2/7] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled
` [PATCH V16 3/7] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V16 4/7] rust/powerpc: Set min rustc version for powerpc
` [PATCH V16 5/7] rust: Make __udivdi3() and __umoddi3() panic
` [PATCH V16 6/7] rust: Add PowerPC support
` [PATCH V16 7/7] powerpc: Enable Rust for ppc64le
[PATCH v2 0/2] LKDTM powerpc enhancements - Part2
2026-05-20 6:29 UTC (7+ 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] perf script powerpc: Update the hcall list with new hcalls
2026-05-20 3:55 UTC (2+ messages)
[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-05-20 3:57 UTC (42+ messages)
` [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 07/13] dma-direct: make dma_direct_map_phys() "
[RFC PATCH net-next 0/2] net: remove the orphaned IBM eHEA driver
2026-05-19 22:43 UTC (3+ messages)
` [RFC PATCH net-next 1/2] net: ethernet: ibm: remove the ehea driver
` [RFC PATCH net-next 2/2] powerpc: remove ehea driver references
[PATCH v8 0/6] mm: Fix vmemmap optimization accounting and initialization
2026-05-19 21:34 UTC (3+ messages)
` [PATCH v8 2/6] mm/memory_hotplug: Fix incorrect altmap passing in error path
[PATCH v5 0/6] powerpc/bpf: Add support for verifier selftest
2026-05-19 23:38 UTC (9+ messages)
` [PATCH v5 1/6] powerpc/bpf: fix alignment of long branch trampoline address
` [PATCH v5 2/6] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
` [PATCH v5 3/6] selftest/bpf: Fixing powerpc JIT disassembly failure
` [PATCH v5 4/6] selftest/bpf: Enable verifier selftest for powerpc64
` [PATCH v5 5/6] powerpc64/bpf: fix compare instruction emitted for tailcall
` [PATCH v5 6/6] selftest/bpf: Add tailcall verifier selftest for powerpc64
[PATCH v5 00/14] module: Introduce hash-based integrity checking
2026-05-19 18:19 UTC (3+ messages)
[PATCH v7 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2026-05-19 17:19 UTC (7+ messages)
[PATCH 0/3] PCI: dwc: Cache PCIe capability offset and simplify drivers
2026-05-19 16:52 UTC (7+ messages)
crypto/ahash.c:1073:1: warning: the frame size of 1040 bytes is larger than 1024 bytes
2026-05-19 14:54 UTC (2+ messages)
[PATCH v13 00/15] arm64/riscv: Add support for crashkernel CMA reservation
2026-05-19 12:42 UTC (4+ messages)
` [PATCH v13 04/15] arm64: kexec_file: Fix potential buffer overflow in prepare_elf_headers()
cleanup the RAID6 P/Q library v3
2026-05-19 8:24 UTC (21+ 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
[PATCH 3/8] mm/bootmem_info: stop using PG_private
2026-05-19 2:56 UTC (2+ messages)
[powerpc:merge] BUILD SUCCESS d850c9d4d46e1c3f70922e048815ce8bc0235cec
2026-05-19 2:16 UTC
[PATCH v2] KVM: PPC: Kconfig: Enable CONFIG_VPA_PMU with KVM
2026-05-19 1:01 UTC (2+ messages)
[PATCH v2 0/3] KVM: Fix and clean up kvm_vcpu_map[_readonly]() usages
2026-05-19 0:40 UTC (2+ messages)
[PATCH 0/5] PCI: Finally make pci_root_buses private
2026-05-18 15:45 UTC (6+ messages)
` [PATCH 2/5] arm/pci: Use official API to iterate over PCI buses
` [PATCH 4/5] x86/pci: "
[PATCH v2 0/6] fsl-mc: Move over to device MSI infrastructure
2026-05-18 15:24 UTC (6+ messages)
[PATCH v14 0/8] arm64: add ARCH_HAS_COPY_MC support
2026-05-18 15:05 UTC (10+ 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 v8 0/5] PCI: Add support for resetting the Root Ports in a platform specific way
2026-05-18 14:59 UTC (6+ messages)
` [PATCH v8 1/5] PCI: dwc: ep: Clear MSI iATU mapping in dw_pcie_ep_cleanup()
` [PATCH v8 2/5] PCI/ERR: Add support for resetting the Root Ports in a platform specific way
` [PATCH v8 3/5] PCI: host-common: Add link down handling for Root Ports
` [PATCH v8 4/5] PCI: qcom: Add support for resetting the Root Port due to link down event
` [PATCH v8 5/5] misc: pci_endpoint_test: Add AER error handlers
[PATCH v2] perf kvm stat: Add missing mappings for PPC kvm exit reasons
2026-05-18 12:50 UTC
[PATCH] perf kvm stat: Update the exit reason mappings
2026-05-18 12:21 UTC (2+ messages)
[PATCH v4 0/5] powerpc/bpf: Add support for verifier selftest
2026-05-18 11:44 UTC (7+ 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 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 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 (5+ messages)
` [PATCH v2 08/69] mm/mm_init: Defer sparse_init() until after zone initialization
[PATCH 1/8] sparc/mm: remove register_page_bootmem_info()
2026-05-18 6:55 UTC (2+ 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 (2+ messages)
cleanup the RAID6 P/Q library v3
2026-05-18 5:12 UTC (2+ messages)
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
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