public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-03-10 14:02:25 to 2026-03-13 09:49:06 UTC [more...]

[PATCH] soc: fsl: qe: Fix potential NULL pointer dereference in qe_reset()
 2026-03-13  9:48 UTC  (2+ messages)

[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
 2026-03-13  9:22 UTC  (6+ messages)

[PATCH] hvc/xen: Check console connection flag
 2026-03-13  8:33 UTC  (2+ messages)

[PATCH] powerpc/xive: fix kmemleak caused by incorrect chip_data lookup
 2026-03-13  7:23 UTC  (3+ messages)

[PATCH] powerpc/iommu: fix lockdep warning during PCI enumeration
 2026-03-13  5:45 UTC  (3+ messages)

mm/pgtable: Support for page table check on s390
 2026-03-12 22:46 UTC  (8+ messages)
` [PATCH v2 1/4] mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()

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

[PATCH] integrity: Eliminate weak definition of arch_get_secureboot()
 2026-03-12 20:55 UTC  (4+ messages)

[PATCH 02/20] tools/testing/vma: add unit tests for vma_flags_[empty, diff_pair, and]()
 2026-03-12 19:30 UTC  (2+ messages)

[PATCH 00/20] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-12 19:28 UTC  (21+ messages)
` [PATCH 01/20] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH 03/20] mm/vma: add further vma_flags_t unions
` [PATCH 04/20] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH 05/20] mm/vma: use new VMA flags for sticky flags logic
` [PATCH 06/20] tools/testing/vma: fix VMA flag tests
` [PATCH 07/20] mm/vma: add append_vma_flags() helper
` [PATCH 08/20] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH 09/20] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH 10/20] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH 11/20] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH 12/20] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH 13/20] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH 14/20] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH 15/20] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH 16/20] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH 17/20] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH 18/20] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH 19/20] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH 20/20] mm/vma: convert __mmap_region() "
` [PATCH 02/20] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]

[PATCH] selftests/powerpc: Suppress false positive -Wmaybe-uninitialized with GCC 15
 2026-03-12 18:56 UTC  (4+ messages)

[PATCH v6 0/3] ASoC: fsl: add bitcount and timestamp controls
 2026-03-12 17:34 UTC  (2+ messages)

[PATCH v5 0/3] ASoC: fsl: add bitcount and timestamp controls
 2026-03-12 17:34 UTC  (2+ messages)

[PATCH v3 0/3] ASoC: fsl: add bitcount and timestamp controls
 2026-03-12 17:34 UTC  (2+ messages)

[PATCH v2 0/2] ASoC: fsl: add bitcount and timestamp controls
 2026-03-12 17:34 UTC  (2+ messages)

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

[PATCH v4 00/10] PCI: endpoint: Differentiate between disabled and reserved BARs
 2026-03-12 13:02 UTC  (3+ messages)
` [PATCH v4 01/10] PCI: endpoint: Do not mark the BAR succeeding a 64-bit BAR as BAR_RESERVED
` [PATCH v4 07/10] PCI: dwc: Disable BARs in common code instead of in each glue driver

[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
 2026-03-12 12:53 UTC  (6+ messages)
` [PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt

[PATCH 0/2] kbuild: Switch from '-fms-extensions' to '-fms-anonymous-structs' when available
 2026-03-12 12:08 UTC  (2+ messages)

[PATCH v3 0/2] powerpc/crash: backup region offset update to eflcorehdr
 2026-03-12 10:44 UTC  (5+ messages)
` [PATCH v3 1/2] powerpc/crash: fix backup region offset update to elfcorehdr
` [PATCH v3 2/2] powerpc/crash: Update backup region offset in elfcorehdr on memory hotplug

[PATCH 1/2] crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx
 2026-03-12  8:24 UTC  (3+ messages)
` [PATCH 2/2] crypto: nx - fix context leak in nx842_crypto_free_ctx

[bug report]: iommu WARNING is observed on powerpc system during pci enumeration at boot up
 2026-03-12  5:13 UTC  (3+ messages)

[PATCH] powerpc/vdso: Drop -DCC_USING_PATCHABLE_FUNCTION_ENTRY from 32-bit flags with clang
 2026-03-12  0:39 UTC 

[PATCH v2] powerpc: vas-api: constify dynamic struct class in coproc api register
 2026-03-11 23:27 UTC  (5+ messages)

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-03-11 21:14 UTC  (22+ messages)
` [PATCH v4 02/17] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v4 03/17] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v4 04/17] module: Make mod_verify_sig() static
` [PATCH v4 06/17] kbuild: add stamp file for vmlinux BTF data
` [PATCH v4 09/17] module: Make module loading policy usable without MODULE_SIG
` [PATCH v4 10/17] module: Move integrity checks into dedicated function
` [PATCH v4 15/17] module: Introduce hash-based integrity checking

[PATCH] crypto: nx - fix memory leaks in nx842_crypto_{alloc,free}_ctx
 2026-03-11 18:15 UTC  (3+ messages)

[PATCH v7 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
 2026-03-11 15:14 UTC  (12+ messages)
` [PATCH v7 1/4] PCI/ERR: "
` [PATCH v7 2/4] PCI: host-common: Add link down handling for Root Ports
` [PATCH v7 3/4] PCI: qcom: Add support for resetting the Root Port due to link down event

[PATCH 0/3] PowerPC/Wii: A few devicetree cleanups
 2026-03-11 17:35 UTC  (4+ messages)
` [PATCH 1/3] powerpc: wii: Add unit address to /memory
` [PATCH 2/3] powerpc: wii: Fix GPIO key name pattern
` [PATCH 3/3] powerpc: wii: Fix LED "

[PATCH v3 0/9] PCI: endpoint: Differentiate between disabled and reserved BARs
 2026-03-11 17:12 UTC  (5+ messages)
` [PATCH v3 1/9] PCI: endpoint: Introduce pci_epc_bar_type BAR_64BIT_UPPER

[GIT PULL] Please pull powerpc/linux.git powerpc-7.0-2 tag
 2026-03-11 16:35 UTC  (2+ messages)

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-11 16:01 UTC  (24+ messages)
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

[PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
 2026-03-11 14:19 UTC  (10+ messages)

[PATCH v3] powerpc: dts: Build devicetrees of enabled platforms
 2026-03-11 13:45 UTC  (2+ messages)

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

[PATCH v2] cpuidle: powerpc: avoid double clear when breaking snooze
 2026-03-11  6:17 UTC 

[PATCH] cpuidle: powerpc: avoid double clear when breaking snooze
 2026-03-11  5:12 UTC  (2+ messages)

[PATCH v2 0/4] mm: move vma_(kernel|mmu)_pagesize() out of hugetlb.c
 2026-03-11  3:36 UTC  (3+ messages)
` [PATCH v2 4/4] KVM: PPC: remove hugetlb.h inclusion

[PATCH v2 1/2] drivers/vfio_pci_core: Change PXD_ORDER check from switch case to if/else block
 2026-03-11  2:20 UTC  (3+ messages)

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

[PATCH] powerpc: 83xx: km83xx: Fix keymile vendor prefix
 2026-03-11  2:14 UTC  (2+ messages)

[PATCH] powerpc/kexec/core: use big-endian types for crash variables
 2026-03-11  2:14 UTC  (2+ messages)

[PATCH v2] powerpc/crash: adjust the elfcorehdr size
 2026-03-11  2:14 UTC  (2+ messages)

[PATCH] powerpc/pseries: Correct MSI allocation tracking
 2026-03-11  2:14 UTC  (2+ messages)

[PATCH] powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodes
 2026-03-11  2:14 UTC  (2+ messages)

[PATCH] powerpc/uaccess: Fix inline assembly for clang build on PPC32
 2026-03-11  2:13 UTC  (2+ messages)

[PATCH] powerpc: dts: fsl: Drop unused .dtsi files
 2026-03-11  2:14 UTC  (2+ messages)

[PATCH RESEND v5] dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCs
 2026-03-11  2:14 UTC  (2+ messages)

[PATCH RESEND v2 0/5] PowerPC: A few cleanups in MPC83xx devicetrees
 2026-03-11  2:14 UTC  (2+ messages)

[PATCH v4 0/6] powerpc64/bpf: various fixes
 2026-03-11  2:14 UTC  (2+ messages)

[PATCH v2 0/3] powerpc64/ftrace: fixes clang build issues
 2026-03-11  2:13 UTC  (2+ messages)

[PATCH] powerpc/e500: Always use 64 bits PTE
 2026-03-11  2:13 UTC  (2+ messages)

[PATCH v2] powerpc, perf: Check that current->mm is alive before getting user callchain
 2026-03-10 13:24 UTC  (2+ messages)

[PATCH v2] mm/kasan: Fix double free for kasan pXds
 2026-03-10 19:50 UTC  (2+ messages)

[PATCH v3] powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC
 2026-03-10 19:19 UTC  (2+ messages)

[PATCH] powerpc/mem: Move CMA reservations to arch_mm_preinit
 2026-03-10 18:00 UTC  (2+ messages)

[PATCH v2] ALSA: aoa: Skip devices with no codecs in i2sbus_resume()
 2026-03-10 17:21 UTC  (4+ messages)


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