public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
 messages from 2026-02-27 07:40:37 to 2026-03-03 11:12:00 UTC [more...]

[PATCH 00/15 v2] tick/sched: Refactor idle cputime accounting
 2026-03-03 11:11 UTC  (3+ messages)
` [PATCH 14/15] sched/cputime: Handle idle irqtime gracefully

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

[PATCH v2 1/2] powerpc: fix KUAP warning in VMX usercopy path
 2026-03-03  9:19 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/selftests/copyloops: extend selftest to exercise __copy_tofrom_user_power7_vmx

[PATCH v2 0/5] uaccess: Updates to scoped_user_access()
 2026-03-03  9:12 UTC  (13+ messages)
` [PATCH v2 1/5] uaccess: Fix scoped_user_read_access() for 'pointer to const'
` [PATCH v2 2/5] compiler.h: Add generic support for 'autoterminating nested for() loops'
` [PATCH v2 3/5] uaccess.h: Use with() and and_with() in __scoped_user_access()
` [PATCH v2 4/5] uaccess: Disable -Wshadow "
` [PATCH v2 next 5/5] signal: Use scoped_user_access() instead of __put/get_user()

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-03-03  5:52 UTC  (6+ messages)
` [PATCH v6 01/13] mm/migrate_device: Introduce migrate_pfn_from_page() helper

[PATCH v2 0/4] powerpc64/bpf: Add support for instruction array and indirect jump
 2026-03-03  5:12 UTC  (3+ messages)

[PATCHv2 0/2] pci: fix msi_addr_mask on powerpc and sparc systems
 2026-03-03  4:29 UTC  (6+ messages)
` [PATCHv2 1/2] powerpc/pci: Initialize msi_addr_mask for OF-created PCI devices

[PATCH v2 0/2] ASoC: fsl: add bitcount and timestamp controls
 2026-03-03  0:24 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: fsl_sai: "

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 23:29 UTC  (27+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [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 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to 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()

[RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
 2026-03-02 21:20 UTC  (9+ messages)
` [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

[PATCH v2 00/13] i2c: add and start using i2c_adapter-specific printk helpers
 2026-03-02 18:03 UTC  (10+ messages)

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

[PATCH v3 0/3] Use killable vma write locking in most places
 2026-03-02 15:19 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 V6 0/3] Rust support for powerpc
 2026-03-02 12:28 UTC  (11+ messages)
` [PATCH V6 2/3] rust: Add PowerPC support

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-02 12:25 UTC  (16+ messages)
` [PATCH 01/15] MAINTAINERS: exec: Add more auxvec.h variants
` [PATCH 02/15] auxvec.h: Move AT_VECTOR_SIZE definitions to linux/auxvec.h
` [PATCH 03/15] asm-generic: add an in-kernel auxvec.h header
` [PATCH 04/15] ARM: drop custom asm/auxvec.h
` [PATCH 05/15] x86: Remove AT_VECTOR_SIZE_ARCH from UAPI
` [PATCH 06/15] arm64: "
` [PATCH 07/15] RISC-V: "
` [PATCH 08/15] LoongArch: "
` [PATCH 09/15] s390: "
` [PATCH 10/15] powerpc: "
` [PATCH 11/15] MIPS: "
` [PATCH 12/15] sparc: "
` [PATCH 13/15] sh: "
` [PATCH 14/15] alpha: remove "
` [PATCH 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH

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

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

[PATCH v2 0/5] vDSO: Use 32-bit CHECKFLAGS for compat vDSO
 2026-03-02  8:42 UTC  (8+ messages)
` [PATCH v2 1/5] x86/vdso: "
` [PATCH v2 2/5] sparc64: vdso: "
` [PATCH v2 3/5] s390: Add -m64 to KBUILD_CPPFLAGS
` [PATCH v2 4/5] powerpc/audit: directly include unistd_32.h from compat_audit.c
` [PATCH v2 5/5] asm-generic/bitsperlong.h: Add sanity checks for __BITS_PER_LONG

cleanup the RAID5 XOR library
 2026-03-02  7:38 UTC  (38+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
` [PATCH 04/25] xor: move to lib/raid/
` [PATCH 06/25] xor: cleanup registration and probing
` [PATCH 07/25] xor: split xor.h
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 15/25] riscv: move the XOR code to lib/raid/
` [PATCH 16/25] sparc: "
` [PATCH 17/25] s390: "
` [PATCH 18/25] x86: "
` [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 24/25] xor: pass the entire operation to the low-level ops
` [PATCH 25/25] xor: use static_call for xor_gen

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

[PATCH] uaccess: Fix build of scoped user access with const pointer
 2026-03-01 22:16 UTC  (5+ messages)

[PATCH v2 0/9] PCI: endpoint: Differentiate between disabled and reserved BARs
 2026-03-01 13:38 UTC  (4+ messages)
` [PATCH v2 6/9] PCI: dwc: Disable BARs in common code instead of in each glue driver

FAILED: Patch "net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in uhdlc_memclean()" failed to apply to 5.10-stable tree
 2026-03-01  2:05 UTC 

FAILED: Patch "bus: fsl-mc: fix an error handling in fsl_mc_device_add()" failed to apply to 5.10-stable tree
 2026-03-01  2:02 UTC 

FAILED: Patch "bus: fsl-mc: fix use-after-free in driver_override_show()" failed to apply to 5.10-stable tree
 2026-03-01  1:59 UTC 

FAILED: Patch "net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in uhdlc_memclean()" failed to apply to 5.15-stable tree
 2026-03-01  1:55 UTC 

FAILED: Patch "powerpc/smp: Add check for kcalloc() failure in parse_thread_groups()" failed to apply to 5.15-stable tree
 2026-03-01  1:52 UTC 

FAILED: Patch "bus: fsl-mc: fix an error handling in fsl_mc_device_add()" failed to apply to 5.15-stable tree
 2026-03-01  1:52 UTC 

FAILED: Patch "net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in uhdlc_memclean()" failed to apply to 6.1-stable tree
 2026-03-01  1:47 UTC 

FAILED: Patch "powerpc/smp: Add check for kcalloc() failure in parse_thread_groups()" failed to apply to 6.1-stable tree
 2026-03-01  1:44 UTC 

FAILED: Patch "bus: fsl-mc: fix an error handling in fsl_mc_device_add()" failed to apply to 6.1-stable tree
 2026-03-01  1:44 UTC 

FAILED: Patch "net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in uhdlc_memclean()" failed to apply to 6.6-stable tree
 2026-03-01  1:38 UTC 

FAILED: Patch "powerpc/smp: Add check for kcalloc() failure in parse_thread_groups()" failed to apply to 6.6-stable tree
 2026-03-01  1:35 UTC 

FAILED: Patch "bus: fsl-mc: fix an error handling in fsl_mc_device_add()" failed to apply to 6.6-stable tree
 2026-03-01  1:35 UTC 

FAILED: Patch "net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in uhdlc_memclean()" failed to apply to 6.12-stable tree
 2026-03-01  1:28 UTC 

FAILED: Patch "powerpc/smp: Add check for kcalloc() failure in parse_thread_groups()" failed to apply to 6.12-stable tree
 2026-03-01  1:24 UTC 

FAILED: Patch "bus: fsl-mc: fix an error handling in fsl_mc_device_add()" failed to apply to 6.12-stable tree
 2026-03-01  1:24 UTC 

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

[PATCH] powerpc/mem: Move CMA reservations to arch_mm_preinit
 2026-02-28 18:47 UTC 

powerpc/fadump: CMA init is failing
 2026-02-28 17:54 UTC  (6+ messages)

[PATCH 1/2] powerpc: fix KUAP warning in VMX usercopy path
 2026-02-28 14:00 UTC  (3+ messages)

[PATCH v7 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-28 13:07 UTC  (6+ messages)
` [PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc

[PATCH v1] ALSA: aoa: Constify struct codec_connection
 2026-02-28  8:33 UTC  (2+ messages)

[bug report] Bug: Write fault blocked by KUAP!
 2026-02-28  2:57 UTC  (4+ messages)

[PATCH] mm/hugetlb.c: Use __pa() instead of virt_to_phys() in early bootmem alloc code
 2026-02-27 20:33 UTC  (2+ messages)

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-02-27 20:31 UTC  (4+ messages)
` [PATCH v3 23/29] arch, mm: consolidate initialization of nodes, zones and memory map

[PATCH 0/2] efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
 2026-02-27 18:21 UTC  (3+ messages)
` [PATCH 1/2] ima: "

[PATCH v2] powerpc/crash: adjust the elfcorehdr size
 2026-02-27 17:18 UTC 

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

[PATCH 0/2] kbuild: Switch from '-fms-extensions' to '-fms-anonymous-structs' when available
 2026-02-27 16:36 UTC  (3+ messages)
` [PATCH 1/2] kbuild: Consolidate C dialect options

[PATCH v7 0/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2026-02-27 12:28 UTC  (8+ messages)
` [PATCH v7 2/5] PCI/DPC: Run recovery on device that detected the error

[PATCH 0/7] vDSO: Respect COMPAT_32BIT_TIME
 2026-02-27 10:17 UTC  (12+ messages)
` [PATCH 1/7] x86/vdso: "
` [PATCH 5/7] MIPS: VDSO: Drop kconfig MIPS_CLOCK_VSYSCALL
` [PATCH 7/7] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions

[PATCH v6 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2026-02-27  8:29 UTC  (3+ messages)

[PATCH] powerpc, perf: Check that current->mm is alive before getting user callchain
 2026-02-27  8:25 UTC 

[next-20260226] static assertion failure in amdgv_sriovmsg.h
 2026-02-27  7:43 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