public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-03-27 02:16:48 to 2026-03-31 10:12:44 UTC [more...]

[PATCH] mailmap: Add entry for Andrew Donnellan
 2026-03-31  8:47 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update ocxl maintainer details
 2026-03-31  8:45 UTC  (4+ messages)

[PATCH V2] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
 2026-03-31 10:12 UTC  (5+ messages)

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

[linux-next:master] [randomize_kstack] a96ef5848c: will-it-scale.per_thread_ops 7.7% improvement
 2026-03-31  8:41 UTC 

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-31  8:22 UTC  (11+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` [PATCH 05/12] PCI: "

[PATCH v5 0/3] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
 2026-03-31  7:12 UTC  (7+ messages)
` [PATCH v5 1/3] crash_dump/dm-crypt: Don't print in arch-specific code
` [PATCH v5 2/3] crash: Align the declaration of crash_load_dm_crypt_keys with CONFIG_CRASH_DM_CRYPT
` [PATCH v5 3/3] arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernel

[PATCH v2] pseries/kexec: skip resetting CPUs added by firmware but not started by the kernel
 2026-03-31  6:44 UTC  (5+ messages)

[PATCH 1/2] pseries/dtl: Use counter in !native case too
 2026-03-31  6:11 UTC  (2+ messages)

[PATCH 0/2] powerpc/xive: rework xive_find_target_in_mask()
 2026-03-31  5:30 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH v6 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-03-31  8:03 UTC  (4+ messages)
` [PATCH v6 2/2] selftests/bpf: Enable private stack tests for powerpc64

[PATCH v4] char/nvram: Remove redundant nvram_mutex
 2026-03-31  1:49 UTC  (2+ messages)

[PATCH 00/11] ASoC: fsl: fix mixer-test failures
 2026-03-31  1:58 UTC  (14+ messages)
` [PATCH 01/11] ASoC: fsl_micfil: Add access property for "VAD Detected"
` [PATCH 02/11] ASoC: fsl_micfil: Fix event generation in hwvad_put_enable()
` [PATCH 03/11] ASoC: fsl_micfil: Fix event generation in hwvad_put_init_mode()
` [PATCH 04/11] ASoC: fsl_micfil: Fix event generation in micfil_range_set()
` [PATCH 05/11] ASoC: fsl_micfil: Fix event generation in micfil_put_dc_remover_state()
` [PATCH 06/11] ASoC: fsl_micfil: Fix event generation in micfil_quality_set()
` [PATCH 07/11] ASoC: fsl_xcvr: Fix event generation in fsl_xcvr_arc_mode_put()
` [PATCH 08/11] ASoC: fsl_xcvr: Fix event generation in fsl_xcvr_mode_put()
` [PATCH 09/11] ASoC: fsl_easrc: Check the variable range in fsl_easrc_iec958_put_bits()
` [PATCH 10/11] ASoC: fsl_easrc: Fix value type in fsl_easrc_iec958_get_bits()
` [PATCH 11/11] ASoC: fsl_easrc: Change the type for iec958 channel status controls

[powerpc:next-test] BUILD SUCCESS bb8a6943a9901648afbf401b7555af63cad07190
 2026-03-31  1:22 UTC 

[PATCH] ALSA: aoa: i2sbus: clear stale prepared state
 2026-03-30 22:27 UTC 

[PATCH v1] PCI/DPC: Fix AER error logging for DPC/EDR triggered events
 2026-03-30 22:20 UTC 

[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
 2026-03-30 22:11 UTC  (17+ messages)
` [PATCH v3 01/13] selftests/mm: restore default nr_hugepages value during cleanup in charge_reserved_hugetlb.sh
` [PATCH v3 02/13] selftests/mm: fix hugetlb pathname construction "
` [PATCH v3 03/13] selftests/mm: fix hugetlb pathname construction in hugetlb_reparenting_test.sh
` [PATCH v3 04/13] selftest/mm: fix cgroup task placement and drop memory.current checks "
` [PATCH v3 05/13] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH v3 06/13] selftest/mm: adjust hugepage-mremap test size for large huge pages
` [PATCH v3 07/13] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH v3 08/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v3 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v3 10/13] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v3 11/13] selftests/mm: fix double increment in linked list cleanup in compaction_test
` [PATCH v3 12/13] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v3 13/13] selftests/cgroup: extend test_hugetlb_memcg.c to support all huge page sizes

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-03-30 15:09 UTC  (19+ messages)
` [v3 05/24] mm: thp: handle split failure in zap_pmd_range()
` [v3 07/24] mm: thp: retry on split failure in change_pmd_range()
` [v3 16/24] mm: huge_mm: Make sure all split_huge_pmd calls are checked
` [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 v5 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-03-30 23:20 UTC  (2+ messages)
` [PATCH v5 2/2] selftests/bpf: Enable private stack tests for powerpc64

[PATCH] PCI/AER: Stop ruling out unbound devices as error source
 2026-03-30 19:19 UTC  (3+ messages)

[PATCH v2 00/10] Misc powerpc selftests kernel fixes and cleanups
 2026-03-30 10:21 UTC  (2+ messages)

[PATCH V7 0/4] Rust support for powerpc
 2026-03-30  9:25 UTC  (14+ messages)
` [PATCH V7 1/4] rust: Fix a race condition in Makefile
` [PATCH V7 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V7 3/4] rust: Add PowerPC support
` [PATCH V7 4/4] powerpc: Enable Rust for ppc64le

[PATCH v11 00/11] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-30  9:13 UTC  (17+ messages)
` [PATCH v11 01/11] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v11 02/11] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v11 03/11] x86/kexec: Fix potential buffer overflow in prepare_elf_headers()
` [PATCH v11 04/11] arm64: kexec_file: "
` [PATCH v11 05/11] riscv: "
` [PATCH v11 06/11] LoongArch: kexec: "
` [PATCH v11 07/11] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v11 08/11] crash: Exclude crash kernel memory in crash core
` [PATCH v11 09/11] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v11 10/11] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v11 11/11] riscv: "

[PATCH v2 0/9] memblock: improve late freeing of reserved memory
 2026-03-30  9:00 UTC  (3+ messages)
` [PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c

[PATCH] ALSA: aoa: i2sbus: fix OF node lifetime handling
 2026-03-30  7:36 UTC  (2+ messages)

[PATCH v3] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
 2026-03-30  6:42 UTC  (2+ messages)

[PATCH 3/4] powerpc/pseries/ibmebus: reject zero-length bus attribute writes
 2026-03-30  6:29 UTC 

cleanup the RAID5 XOR library v4
 2026-03-30  5:26 UTC  (37+ messages)
` [PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
` [PATCH 02/28] arm/xor: remove in_interrupt() handling
` [PATCH 03/28] arm64/xor: fix conflicting attributes for xor_block_template
` [PATCH 04/28] um/xor: cleanup xor.h
` [PATCH 05/28] xor: move to lib/raid/
` [PATCH 06/28] xor: small cleanups
` [PATCH 07/28] xor: cleanup registration and probing
` [PATCH 08/28] xor: split xor.h
` [PATCH 09/28] xor: remove macro abuse for XOR implementation registrations
` [PATCH 10/28] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 11/28] alpha: move the XOR code to lib/raid/
` [PATCH 12/28] arm: "
` [PATCH 13/28] arm64: "
` [PATCH 14/28] loongarch: "
` [PATCH 15/28] powerpc: "
` [PATCH 16/28] riscv: "
` [PATCH 17/28] sparc: "
` [PATCH 18/28] s390: "
` [PATCH 19/28] x86: "
` [PATCH 20/28] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 21/28] xor: make xor.ko self-contained in lib/raid/
` [PATCH 22/28] xor: add a better public API
` [PATCH 23/28] "
` [PATCH 24/28] async_xor: use xor_gen
` [PATCH 25/28] btrfs: "
` [PATCH 26/28] xor: pass the entire operation to the low-level ops
` [PATCH 27/28] xor: use static_call for xor_gen
` [PATCH 28/28] xor: add a kunit test case

[PATCH] net: wan/fsl_ucc_hdlc: cleanup ucc_hdlc_poll
 2026-03-29 21:30 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS a2f77341f05a8a16d5158f2ae650c71efac35a46
 2026-03-29 17:53 UTC 

BUG: KASAN: null-ptr-deref in ar_context_release+0x3c/0x11c [firewire_ohci]
 2026-03-29 16:42 UTC 

[PATCH 0/2] powerpc: A few misc cpumask refactors
 2026-03-29  9:18 UTC  (6+ messages)
` [PATCH 1/2] powerpc: Use cpumask_next_wrap instead
` [PATCH 2/2] powerpc: Few misc cpumask code refactors

[PATCH] powerpc/pseries/lparcfg: bound shared processor attribute parsing
 2026-03-29  3:09 UTC 

[PATCH 1/2] powerpc/kdump: fix KASAN sanitization flag for core_$(BITS).o
 2026-03-29  1:56 UTC  (4+ messages)
` [PATCH 2/2] powerpc/kexec: Disable KASAN for VMX helpers used in MMU-off path

[PATCH] soc: fsl: qe_ports_ic: Add missing cleanup on device removal
 2026-03-28 12:44 UTC  (2+ messages)

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

[PATCH v2 9/9] memblock: warn when freeing reserved memory before memory map is initialized
 2026-03-27 19:54 UTC  (4+ messages)
` Warning from free_reserved_area() in next-20260325+

[PATCH v5 0/6] Use killable vma write locking in most places
 2026-03-27 21:00 UTC  (7+ messages)

[PATCH v2 0/6] change young flag check functions to return bool
 2026-03-27 13:28 UTC  (2+ messages)

[PATCH 00/10] PCI: Improve head free space usage
 2026-03-27 10:28 UTC  (2+ messages)

[PATCH] crypto: nx - Fix packed layout in struct nx842_crypto_header
 2026-03-27 10:06 UTC  (2+ messages)

[PATCH] crypto: nx - annotate struct nx842_crypto_header with __counted_by
 2026-03-27 10:06 UTC  (2+ messages)

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

[PATCH 00/10] PCI: Improve head free space usage
 2026-03-27  2:55 UTC  (3+ messages)
` [PATCH 05/10] am68k/PCI: Remove unnecessary second application of align


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