public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
 messages from 2026-05-18 12:21:57 to 2026-05-21 09:30:25 UTC [more...]

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-05-21  9:13 UTC  (25+ messages)
` [PATCH 01/23] mfd: tps6586x: fix OF node refcount
` [PATCH 02/23] net: mv643xx: "
` [PATCH 03/23] slimbus: qcom-ngd-ctrl: "
` [PATCH 04/23] pmdomain: imx: "
` [PATCH 05/23] powerpc/powermac: "
` [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 10/23] powerpc/powermac: "
` [PATCH 11/23] i2c: pxa-pci: "
` [PATCH 12/23] iommu/fsl: "
` [PATCH 13/23] net: bcmgenet: "
` [PATCH 14/23] pmdomain: imx: "
` [PATCH 15/23] mfd: tps6586: "
` [PATCH 16/23] slimbus: qcom-ngd-ctrl: "
` [PATCH 17/23] net: mv643xx: "
` [PATCH 18/23] drm/xe/i2c: use platform_device_set_fwnode()
` [PATCH 19/23] platform/surface: gpe: "
` [PATCH 20/23] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH 21/23] usb: musb: "
` [PATCH 22/23] reset: rzg2l: "
` [PATCH 23/23] driver core: platform: count references to all kinds of firmware nodes

[PATCH v7 00/13] selftests/mm: fix failures and robustness improvements
 2026-05-21  9:24 UTC  (16+ messages)
` [PATCH v7 01/13] selftests/mm: restore default nr_hugepages value via exit trap in charge_reserved_hugetlb.sh
` [PATCH v7 02/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH v7 03/13] selftests/mm: restore default nr_hugepages value via exit trap in hugetlb_reparenting_test.sh
` [PATCH v7 04/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH v7 05/13] selftests/mm: fix cgroup task placement and drop memory.current checks "
` [PATCH v7 06/13] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH v7 07/13] selftests/mm: free dynamically allocated PMD-sized buffers "
` [PATCH v7 08/13] selftest/mm: register existing mapping with userfaultfd in hugetlb-mremap
` [PATCH v7 09/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v7 10/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v7 11/13] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v7 12/13] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v7 13/13] selftests/mm: clarify alternate unmapping in compaction_test

[PATCH 8/8] powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE
 2026-05-21  8:47 UTC  (2+ messages)

[PATCH 7/8] s390/mm: use free_reserved_page() in vmem_free_pages()
 2026-05-21  8:39 UTC  (2+ messages)

[PATCH] tools/perf/sched: Update process names of processes in zombie state for both -s and -S options
 2026-05-21  8:32 UTC  (3+ messages)

[PATCH V3] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
 2026-05-21  8:31 UTC  (3+ messages)

[PATCH V5 1/2] powerpc tools perf: Initialize error code in auxtrace_record_init function
 2026-05-21  7:31 UTC  (3+ messages)

[PATCH V4 1/2] tools/perf: Fix the check for parameterized field in event term
 2026-05-21  6:37 UTC  (2+ messages)

[PATCHv2 net-next] net: ucc_geth: Batch RX packets before stack handoff
 2026-05-21  6:07 UTC 

[PATCH 6/8] mm/bootmem_info: stop marking mem_section_usage as MIX_SECTION_INFO
 2026-05-21  5:03 UTC  (2+ messages)

[powerpc:next-test] BUILD SUCCESS 6ed60999d33d49251b42976a5511f1bb089797ed
 2026-05-21  2:53 UTC 

[PATCH net-next] net: ucc_geth: Batch RX packets before stack handoff
 2026-05-21  0:54 UTC  (5+ messages)

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-20 23:37 UTC  (44+ messages)

[PATCH] powerpc: define __LITTLE_ENDIAN and __BIG_ENDIAN for math-emu
 2026-05-20 22:05 UTC  (5+ messages)

[PATCH 0/4] fbdev: Internalize fbcon
 2026-05-20 21:53 UTC  (8+ messages)
` [PATCH 1/4] fbdev: Wrap user-invoked calls to fb_set_var() in helper
` [PATCH 2/4] fbdev: Wrap user-invoked calls to fb_blank() "
` [PATCH 3/4] fbdev: Wrap fbcon updates from vga-switcheroo "
` [PATCH 4/4] fbdev: Do not export fbcon from fbdev

[PATCH 5/8] mm/bootmem_info: stop marking the pgdat as NODE_INFO
 2026-05-20 15:30 UTC  (2+ messages)

[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-05-20 13:40 UTC  (33+ messages)
` [PATCH v4 04/13] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED

[PATCHv2] powerpc/44x: Set GPIO chip parent
 2026-05-20 13:15 UTC  (2+ messages)

[RFC PATCH net-next 0/2] net: remove the orphaned IBM eHEA driver
 2026-05-20 12:27 UTC  (4+ 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 4/8] mm/bootmem_info: remove call to kmemleak_free_part_phys()
 2026-05-20 12:15 UTC  (2+ messages)

[PATCH] powerpc/code-patching: Avoid r/w mapping of the zero page
 2026-05-20  7:34 UTC 

[PATCH] video: console: mdacon: remove this obsolete driver
 2026-05-20 11:45 UTC 

[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 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 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  (3+ messages)

[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  (3+ messages)
` [PATCH 2/5] arm/pci: Use official API to iterate over PCI buses

[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  (2+ messages)

[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)


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