public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-02-25 08:14:54 to 2026-02-27 06:54:56 UTC [more...]

[PATCH v2] powerpc: Implement ARCH_HAS_CC_CAN_LINK
 2026-02-27  6:54 UTC 

[RFC v1 1/2] drivers/vfio_pci_core: Change PXD_ORDER check from switch case to if/else block
 2026-02-27  6:47 UTC  (4+ messages)
` [RFC v1 2/2] powerpc/64s: Add support for huge pfnmaps

[PATCH v2 00/15] vDSO: header file cleanups
 2026-02-27  6:44 UTC  (16+ messages)
` [PATCH v2 01/15] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v2 02/15] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v2 03/15] ARM: vdso: gettimeofday: "
` [PATCH v2 04/15] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v2 05/15] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v2 06/15] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v2 07/15] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v2 08/15] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v2 09/15] random: vDSO: add explicit includes
` [PATCH v2 10/15] vdso/gettimeofday: Add "
` [PATCH v2 11/15] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v2 12/15] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v2 13/15] vdso/datapage: Trim down unnecessary includes
` [PATCH v2 14/15] random: vDSO: trim vDSO includes
` [PATCH v2 15/15] random: vDSO: remove ifdeffery

[PATCH v4 0/4] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
 2026-02-27  5:25 UTC  (4+ messages)
` [PATCH v4 1/4] PCI/MSI: Conservatively generalize "

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

[PATCH v3 0/3] Use killable vma write locking in most places
 2026-02-26 21:44 UTC  (10+ messages)
` [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()

[PATCH v1] ALSA: aoa: Constify struct configfs_item_operations and configfs_group_operations
 2026-02-26 20:56 UTC  (3+ messages)

[PATCH v1] ALSA: aoa: Constify struct codec_connection
 2026-02-26 20:44 UTC 

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

[PATCH v2 0/4] powerpc64/bpf: Add support for instruction array and indirect jump
 2026-02-27  1:43 UTC  (5+ messages)
` [PATCH v2 1/4] powerpc64/bpf: Add support for instruction array
` [PATCH v2 2/4] selftest/bpf: Enable instruction array test for powerpc64
` [PATCH v2 3/4] powerpc64/bpf: Add support for indirect jump
` [PATCH v2 4/4] selftest/bpf: Enable gotox tests for powerpc64

[PATCH v2 00/13] i2c: add and start using i2c_adapter-specific printk helpers
 2026-02-26 20:21 UTC  (2+ messages)

[PATCH] powerpc/ps3: fix ps3.h kernel-doc warnings
 2026-02-26 19:19 UTC  (5+ messages)

[bug report] Bug: Write fault blocked by KUAP!
 2026-02-26 18:57 UTC  (3+ messages)

[Linux PPC] KVM PR and KVM HV do not work if the kernel was compiled with PREEMPT
 2026-02-26 13:24 UTC  (13+ messages)
              ` [Linux PPC] Disable PREEMPT

[PATCH v7 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-26 13:04 UTC  (6+ messages)
` [PATCH v7 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v7 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v7 4/5] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v7 5/5] riscv: "

[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
 2026-02-26 12:57 UTC  (15+ messages)
` [PATCH 04/15] powerpc/time: Prepare to stop elapsing in dynticks-idle

[PATCH v6 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-26  9:35 UTC  (11+ messages)
` [PATCH v6 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v6 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v6 4/5] arm64: kexec: Add support for crashkernel CMA reservation

[PATCH] mm/hugetlb.c: Use __pa() instead of virt_to_phys() in early bootmem alloc code
 2026-02-26 12:26 UTC 

[PATCH 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
 2026-02-26 10:23 UTC  (12+ messages)

[PATCH v2 0/6] fsl-mc: Move over to device MSI infrastructure
 2026-02-26  9:50 UTC  (2+ messages)

[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
 2026-02-26  9:28 UTC  (7+ messages)
` [PATCH v2 8/9] soc: renesas: don't access of_root directly

[PATCH 00/12] cleanup bitmaps printing in sysfs
 2026-02-26  7:39 UTC  (3+ messages)
` [PATCH 09/12] fpga: m10bmc-sec: switch show_canceled_csk() to using scnprintf()

[PATCH 0/2] efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
 2026-02-26  7:20 UTC  (3+ messages)
` [PATCH 1/2] ima: "
` [PATCH 2/2] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG

[PATCH v2 1/3] powerpc64/bpf: Implement fsession support
 2026-02-26  6:57 UTC  (5+ messages)
` [PATCH v2 2/3] selftest/bpf: Enable get_func_args and get_func_ip tests on powerpc64
` [PATCH v2 3/3] powerpc32/bpf: Add fsession support

[PATCH v4 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-02-26  6:54 UTC  (4+ messages)
` [PATCH v4 2/2] selftests/bpf: Enable private stack tests for powerpc64

[PATCH] PCI: layerscape: Allow to compile as module
 2026-02-26  6:33 UTC  (2+ messages)

[PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
 2026-02-26  3:30 UTC  (2+ messages)

[PATCH net-next] net: fs_enet: allow nvmem to override MAC address
 2026-02-26  3:10 UTC  (2+ messages)

[PATCH] kbuild: Split .modinfo out from ELF_DETAILS
 2026-02-25 22:02 UTC 

Failure to build with LLVM for the Wii
 2026-02-25 21:35 UTC  (4+ messages)

[PATCH v3 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-02-26  0:54 UTC  (3+ messages)
` [PATCH v3 2/2] selftests/bpf: Enable private stack tests for powerpc64

[PATCH v2 0/9] PCI: endpoint: Differentiate between disabled and reserved BARs
 2026-02-25 20:27 UTC  (4+ messages)
` [PATCH v2 1/9] PCI: endpoint: Introduce pci_epc_bar_type BAR_64BIT_UPPER
` [PATCH v2 6/9] PCI: dwc: Disable BARs in common code instead of in each glue driver

[PATCH v2] net/ibmveth: fix comment typos in imbveth.c
 2026-02-25 19:35 UTC  (2+ messages)

[PATCH 00/15] tick/sched: Refactor idle cputime accounting
 2026-02-25 17:53 UTC  (3+ messages)
` [PATCH 04/15] powerpc/time: Prepare to stop elapsing in dynticks-idle

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-02-25 17:38 UTC  (5+ messages)
` [PATCH v3 24/29] arch, mm: consolidate initialization of SPARSE memory model

[PATCH v2 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-02-25 17:13 UTC  (5+ messages)
` [PATCH v2 2/2] selftests/bpf: Enable private stack tests for powerpc64

[RFC v1 00/10] Misc powerpc fixes and refactoring
 2026-02-25 11:42 UTC  (12+ messages)
` [RFC v1 02/10] powerpc: book3s64: Fix unmap race with PMD THP migration entry
` [RFC v1 03/10] mm/debug_vm_pgtable.c: Add test to zap "
` [RFC v1 04/10] powerpc/64s/tlbflush-radix: Remove unused radix__flush_tlb_pwc()
` [RFC v1 05/10] powerpc/64s: Move serialize_against_pte_lookup() to hash_pgtable.c
` [RFC v1 06/10] powerpc/64s: Kill the unused argument of exit_lazy_flush_tlb
` [RFC v1 07/10] powerpc: book3s64: Rename tlbie_va_lpid to tlbie_va_pid_lpid
` [RFC v1 08/10] powerpc: book3s64: Rename tlbie_lpid_va to tlbie_va_lpid
` [RFC v1 09/10] powerpc: book3s64: Make use of H_RPTI_TYPE_ALL macro
` [RFC v1 10/10] powerpc: Add MMU_FTRS_POSSIBLE & MMU_FTRS_ALWAYS
` [RFC v1 01/10] powerpc/pgtable-frag: Fix bad page state in pte_frag_destroy

[PATCH 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-02-25 10:44 UTC  (5+ messages)

[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
 2026-02-25  8:14 UTC  (16+ messages)
` [PATCH v5 01/15] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
` [PATCH v5 02/15] mm/kasan: rename 'kasan_arg' to 'kasan_arg_disabled'
` [PATCH v5 03/15] mm/kasan: mm/kasan: move kasan= code to common place
` [PATCH v5 04/15] mm/kasan: make kasan=on|off take effect for all three modes
` [PATCH v5 05/15] mm/kasan/sw_tags: don't initialize kasan if it's disabled
` [PATCH v5 06/15] arch/arm: "
` [PATCH v5 07/15] arch/arm64: "
` [PATCH v5 08/15] arch/loongarch: "
` [PATCH v5 09/15] arch/powerpc: "
` [PATCH v5 10/15] arch/riscv: "
` [PATCH v5 11/15] arch/x86: "
` [PATCH v5 12/15] arch/xtensa: "
` [PATCH v5 13/15] arch/um: "
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt
` [PATCH v5 15/15] mm/kasan: clean up unneeded ARCH_DEFER_KASAN and kasan_arch_is_ready


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