public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-03-24 06:24:15 to 2026-03-27 06:18:10 UTC [more...]

cleanup the RAID5 XOR library v4
 2026-03-27  6:16 UTC  (2+ messages)
` [PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context

[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-27  5:50 UTC  (2+ messages)

[PATCH 00/10] PCI: Improve head free space usage
 2026-03-27  2:55 UTC  (18+ messages)
` [PATCH 01/10] resource: Add __resource_contains_unbound() for internal contains checks
` [PATCH 02/10] resource: Pass full extent of empty space to resource_alignf CB
` [PATCH 03/10] resource: Rename 'tmp' variable to 'full_avail'
` [PATCH 04/10] ARM/PCI: Remove unnecessary second application of align
` [PATCH 05/10] am68k/PCI: "
` [PATCH 06/10] MIPS: PCI: "
` [PATCH 07/10] parisc/PCI: Cleanup align handling
` [PATCH 08/10] PCI: Rename window_alignment() to pci_min_window_alignment()
` [PATCH 09/10] PCI: Align head space better
` [PATCH 10/10] PCI: Fix alignment calculation for resource size larger than align

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-03-27  2:09 UTC  (25+ messages)
` [v3 01/24] mm: thp: make split_huge_pmd functions return int for error propagation
` [v3 02/24] mm: thp: propagate split failure from vma_adjust_trans_huge()
` [v3 03/24] mm: thp: handle split failure in copy_huge_pmd()
` [v3 04/24] mm: thp: handle split failure in do_huge_pmd_wp_page()
` [v3 05/24] mm: thp: handle split failure in zap_pmd_range()
` [v3 06/24] mm: thp: handle split failure in wp_huge_pmd()
` [v3 07/24] mm: thp: retry on split failure in change_pmd_range()
` [v3 08/24] mm: thp: handle split failure in follow_pmd_mask()
` [v3 09/24] mm: handle walk_page_range() failure from THP split
` [v3 10/24] mm: thp: handle split failure in mremap move_page_tables()
` [v3 11/24] mm: thp: handle split failure in userfaultfd move_pages()
` [v3 12/24] mm: thp: handle split failure in device migration
` [v3 13/24] mm: proc: handle split_huge_pmd failure in pagemap_scan
` [v3 14/24] powerpc/mm: handle split_huge_pmd failure in subpage_prot
` [v3 15/24] fs/dax: handle split_huge_pmd failure in dax_iomap_pmd_fault
` [v3 16/24] mm: huge_mm: Make sure all split_huge_pmd calls are checked
` [v3 17/24] mm: thp: allocate PTE page tables lazily at split time
` [v3 18/24] mm: thp: remove pgtable_trans_huge_{deposit/withdraw} when not needed
` [v3 19/24] mm: thp: add THP_SPLIT_PMD_FAILED counter
` [v3 20/24] selftests/mm: add THP PMD split test infrastructure
` [v3 21/24] selftests/mm: add partial_mprotect test for change_pmd_range
` [v3 22/24] selftests/mm: add partial_mlock test
` [v3 23/24] selftests/mm: add partial_mremap test for move_page_tables
` [v3 24/24] selftests/mm: add madv_dontneed_partial test

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

[PATCH] soc: fsl: qe: Fix potential NULL pointer dereference in qe_reset()
 2026-03-27  0:12 UTC  (5+ messages)
  ` [PATCH] soc: fsl: qe: Fix potential NULL pointer dereference inqe_reset()
      ` [PATCH v2] soc: fsl: qe: panic on ioremap() failure in qe_reset()

[PATCH V2] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
 2026-03-26 23:13 UTC  (2+ messages)

[PATCH V6 0/3] Rust support for powerpc
 2026-03-26 22:16 UTC  (3+ messages)

[powerpc:next-test] BUILD SUCCESS 07791ff060dd3aa270cc03861f2599d81a77b97f
 2026-03-26 19:16 UTC 

[PATCH v2 00/13] selftests/mm: fix failures and robustness improvements
 2026-03-26 18:38 UTC  (7+ messages)
` [PATCH v2 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported

[PATCH v5 0/6] Use killable vma write locking in most places
 2026-03-26 18:33 UTC  (13+ messages)
` [PATCH v5 1/6] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v5 2/6] mm: use vma_start_write_killable() in mm syscalls
` [PATCH v5 3/6] mm/khugepaged: use vma_start_write_killable() in collapse_huge_page()
` [PATCH v5 4/6] mm/vma: use vma_start_write_killable() in vma operations
` [PATCH v5 5/6] mm: use vma_start_write_killable() in process_vma_walk_lock()
` [PATCH v5 6/6] KVM: PPC: use vma_start_write_killable() in kvmppc_memslot_page_merge()

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-26 18:08 UTC  (24+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` [PATCH 09/12] s390/cio: "
` [PATCH 10/12] s390/ap: "
` [PATCH 12/12] driver core: remove driver_set_override()
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override

amdgpu driver fails to initialize on ppc64le in 7.0-rc1 and newer
 2026-03-26 13:37 UTC  (12+ messages)

[PATCH v10 0/8] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-26 13:09 UTC  (13+ messages)
` [PATCH v10 1/8] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v10 2/8] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v10 3/8] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v10 4/8] crash: Exclude crash kernel memory in crash core
` [PATCH v10 5/8] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v10 6/8] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v10 7/8] riscv: "
` [PATCH v10 8/8] crash: Fix race condition between crash kernel loading and memory hotplug

[PATCH] net: wan/fsl_ucc_hdlc: cleanup ucc_hdlc_poll
 2026-03-26 12:17 UTC  (2+ messages)

[PATCH 00/17] Paravirt CPUs and push task for less vCPU preemption
 2026-03-26  6:11 UTC  (2+ messages)

[PATCH] ASoC: imx-rpmsg: Add DSD format support with dynamic DAI format switching
 2026-03-26  5:56 UTC 

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

cleanup the RAID5 XOR library v3
 2026-03-26  5:18 UTC  (25+ messages)
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case

[PATCH v3] ASoC: update outdated comments for removed snd_soc_new_pcms()
 2026-03-24 19:52 UTC  (2+ messages)

[PATCH] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
 2026-03-25  9:15 UTC 

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-25 12:44 UTC  (18+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

[PATCH v2] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
 2026-03-25  9:04 UTC  (3+ messages)

[PATCH v2 0/9] memblock: improve late freeing of reserved memory
 2026-03-25  8:51 UTC  (2+ messages)

[PATCH RESEND 0/5] bitmap: cleanup bitmaps printing
 2026-03-25  7:25 UTC  (5+ messages)
` [PATCH 5/5] fpga: m10bmc-sec: switch show_canceled_csk() to using sysfs_emit()

[PATCH v7 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
 2026-03-25  7:06 UTC  (2+ messages)

[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
 2026-03-25  4:14 UTC  (2+ messages)

[PATCH v5 0/3] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
 2026-03-25  4:06 UTC  (2+ messages)

[PATCH v2 net-next 08/14] net: enetc: add multiple command BD rings support
 2026-03-25  1:56 UTC  (3+ messages)

[PATCH v2 net-next 09/14] net: dsa: add NETC switch tag support
 2026-03-25  1:54 UTC  (3+ messages)

[PATCH v2 net-next 13/14] net: dsa: netc: initialize buffer bool table and implement flow-control
 2026-03-25  1:53 UTC  (3+ messages)

[PATCH] soc: fsl: qe_ports_ic: switch to irq_domain_create_linear()
 2026-03-24 22:34 UTC 

[PATCH v4 0/4] Use killable vma write locking in most places
 2026-03-24 15:59 UTC  (4+ messages)

[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
 2026-03-24 14:53 UTC  (4+ messages)
` [PATCH 15/15] sched/cputime: Handle dyntick-idle steal time correctly

[PATCH v3] powerpc: Simplify access_ok()
 2026-03-24 13:10 UTC 

[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
 2026-03-24 10:24 UTC  (3+ messages)
` [PATCH v2 6/9] soc: imx8m: don't access of_root directly

[PATCH v2 net-next 00/14] Add preliminary NETC switch support for i.MX94
 2026-03-24  8:13 UTC  (4+ messages)
` [PATCH v2 net-next 11/14] net: dsa: netc: add phylink MAC operations

[PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-24  6:35 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