linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-16 06:21:17 to 2025-09-20 15:54:03 UTC [more...]

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-20 15:53 UTC  (5+ messages)

[PATCH v3 00/36] sparc64: vdso: Switch to the generic vDSO library
 2025-09-20 14:37 UTC  (43+ messages)
` [PATCH v3 01/36] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v3 02/36] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v3 03/36] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v3 04/36] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v3 05/36] ARM: vdso: gettimeofday: "
` [PATCH v3 06/36] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v3 07/36] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v3 08/36] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v3 09/36] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v3 10/36] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v3 11/36] random: vDSO: Add explicit includes
` [PATCH v3 12/36] vdso/gettimeofday: "
` [PATCH v3 13/36] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v3 14/36] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v3 15/36] vdso/datapage: Trim down unnecessary includes
` [PATCH v3 16/36] random: vDSO: trim vDSO includes
` [PATCH v3 17/36] random: vDSO: remove ifdeffery
` [PATCH v3 18/36] random: vDSO: split out datapage update into helper functions
` [PATCH v3 19/36] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v3 20/36] s390/time: Set up vDSO datapage later
` [PATCH v3 21/36] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v3 22/36] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v3 23/36] vdso/datastore: Map pages through struct page
` [PATCH v3 24/36] vdso/datastore: Allocate data pages dynamically
` [PATCH v3 25/36] sparc64: vdso: Link with -z noexecstack
` [PATCH v3 26/36] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v3 27/36] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v3 28/36] sparc64: vdso: Move hardware counter read into header
` [PATCH v3 29/36] sparc64: vdso: Move syscall fallbacks "
` [PATCH v3 30/36] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v3 31/36] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v3 32/36] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v3 33/36] sparc64: vdso2c: Remove symbol handling
` [PATCH v3 34/36] sparc64: vdso: Implement clock_gettime64()
` [PATCH v3 35/36] clocksource: remove ARCH_CLOCKSOURCE_DATA
` [PATCH v3 36/36] clocksource: drop include of asm/clocksource.h from linux/clocksource.h

[PATCHES][RFC] the meat of tree-in-dcache series
 2025-09-20  7:47 UTC  (40+ messages)
` [PATCH 01/39] new helper: simple_remove_by_name()
  ` [PATCH 02/39] new helper: simple_done_creating()
  ` [PATCH 03/39] introduce a flag for explicitly marking persistently pinned dentries
  ` [PATCH 04/39] primitives for maintaining persisitency
  ` [PATCH 05/39] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
  ` [PATCH 06/39] convert ramfs and tmpfs
  ` [PATCH 07/39] procfs: make /self and /thread_self dentries persistent
  ` [PATCH 08/39] configfs, securityfs: kill_litter_super() not needed
  ` [PATCH 09/39] convert xenfs
  ` [PATCH 10/39] convert smackfs
  ` [PATCH 11/39] convert hugetlbfs
  ` [PATCH 12/39] convert mqueue
  ` [PATCH 13/39] convert bpf
  ` [PATCH 14/39] convert dlmfs
  ` [PATCH 15/39] convert fuse_ctl
  ` [PATCH 16/39] convert pstore
  ` [PATCH 17/39] convert tracefs
  ` [PATCH 18/39] convert debugfs
  ` [PATCH 19/39] debugfs: remove duplicate checks in callers of start_creating()
  ` [PATCH 20/39] convert efivarfs
  ` [PATCH 21/39] convert spufs
  ` [PATCH 22/39] convert ibmasmfs
  ` [PATCH 23/39] ibmasmfs: get rid of ibmasmfs_dir_ops
  ` [PATCH 24/39] convert devpts
  ` [PATCH 25/39] binderfs: use simple_start_creating()
  ` [PATCH 26/39] binderfs_binder_ctl_create(): kill a bogus check
  ` [PATCH 27/39] convert binderfs
  ` [PATCH 28/39] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
  ` [PATCH 29/39] convert autofs
  ` [PATCH 30/39] convert binfmt_misc
  ` [PATCH 31/39] convert selinuxfs
  ` [PATCH 32/39] functionfs: switch to simple_remove_by_name()
  ` [PATCH 33/39] convert functionfs
  ` [PATCH 34/39] gadgetfs: switch to simple_remove_by_name()
  ` [PATCH 35/39] convert gadgetfs
  ` [PATCH 36/39] hypfs: don't pin dentries twice
  ` [PATCH 37/39] hypfs: switch hypfs_create_str() to returning int
  ` [PATCH 38/39] hypfs: swich hypfs_create_u64() "
  ` [PATCH 39/39] convert hypfs

[RFC PATCH V1] watchdog: Add boot-time selection for hard lockup detector
 2025-09-17  6:54 UTC  (8+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-20  3:54 UTC  (6+ messages)

clang nightly builds failing on PowerPc
 2025-09-19 22:28 UTC  (2+ messages)

[PATCH] vfio/pci: Fix INTx handling on legacy DisINTx- PCI devices
 2025-09-19 22:27 UTC  (4+ messages)

[PATCH RESEND v3 0/4] ASoC: fsl: fsl_qmc_audio: Reduce amount of interrupts
 2025-09-19 21:06 UTC  (8+ messages)
` [PATCH RESEND v3 1/4] soc: fsl: qmc: Only set completion interrupt when needed
` [PATCH RESEND v3 2/4] ASoc: fsl: fsl_qmc_audio: Ensure audio channels are ordered in TDM bus
` [PATCH RESEND v3 3/4] ASoC: fsl: fsl_qmc_audio: Only request completion on last channel
` [PATCH RESEND v3 4/4] ASoc: fsl: fsl_qmc_audio: Drop struct qmc_dai_chan

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-18 15:51 UTC  (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

[PATCH v6 0/7] Add support of IRQs to QUICC ENGINE GPIOs
 2025-09-19 15:24 UTC  (10+ messages)
` [PATCH v6 1/7] soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
` [PATCH v6 2/7] soc: fsl: qe: Change GPIO driver to a proper platform driver
` [PATCH v6 3/7] soc: fsl: qe: Drop legacy-of-mm-gpiochip.h header from GPIO driver
` [PATCH v6 4/7] soc: fsl: qe: Add support of IRQ in QE GPIO
` [PATCH v6 5/7] dt-bindings: soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
` [PATCH v6 6/7] dt-bindings: soc: fsl: qe: Convert QE GPIO to DT schema
` [PATCH v6 7/7] dt-bindings: soc: fsl: qe: Add support of IRQ in QE GPIO

[PATCH 00/62] initrd: remove classic initrd support
 2025-09-18 18:10 UTC  (3+ messages)

[PATCH] powerpc/Makefile: use $(objtree) for crtsavres.o
 2025-09-19 12:14 UTC 

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-09-19 14:41 UTC  (11+ messages)

[PATCH] arch: powerpc: ps3: Make ps3_system_bus_type const
 2025-09-19  8:07 UTC  (3+ messages)

[PATCH v2 0/5] KVM: Export KVM-internal symbols for sub-modules only
 2025-09-19  6:31 UTC  (7+ messages)
` [PATCH v2 1/5] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent
` [PATCH v2 2/5] KVM: Export KVM-internal symbols for sub-modules only
` [PATCH v2 3/5] KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
` [PATCH v2 4/5] KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks
` [PATCH v2 5/5] KVM: x86: Export KVM-internal symbols for sub-modules only

[PATCH v5 0/3] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2025-09-19  1:41 UTC  (9+ messages)
` [PATCH v5 1/3] PCI/DPC: Clarify naming for error port in DPC Handling
` [PATCH v5 2/3] PCI/DPC: Run recovery on device that detected the error
` [PATCH v5 3/3] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd

[PATCH 0/9] Remove DMA .map_page and .unmap_page callbacks
 2025-09-18 18:45 UTC  (10+ messages)
` [PATCH 1/9] alpha: Convert mapping routine to rely on physical address
` [PATCH 2/9] MIPS/jazzdma: Provide physical address directly
` [PATCH 3/9] parisc: Convert DMA map_page to map_phys interface
` [PATCH 4/9] powerpc: Convert to physical address DMA mapping
` [PATCH 5/9] sparc64: Use "
` [PATCH 6/9] x86: Use physical address for "
` [PATCH 7/9] vdpa: Convert to physical address "
` [PATCH 8/9] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH 9/9] dma-mapping: remove unused map_page callback

[PATCH] powerpc/smp: Add check for kcalloc() in parse_thread_groups()
 2025-09-18 15:17 UTC  (2+ messages)

[PATCH 0/2] powerpc: pseries: making bus_type structures const
 2025-09-18 16:19 UTC  (4+ messages)
` [PATCH 1/2] powerpc: pseries: make suspend_subsys const
` [PATCH 2/2] powerpc: pseries: make cmm_subsys const

[PATCH] powerpc: cell: make spu_subsys const
 2025-09-18 16:19 UTC  (2+ messages)

[RFC V2 0/8] Generic IRQ entry/exit support for powerpc
 2025-09-18  6:57 UTC  (7+ messages)
` [RFC V2 7/8] powerpc: Enable IRQ generic entry/exit path
` [RFC V2 8/8] powerpc: Enable Generic Entry/Exit for syscalls

[PATCH] powerpc/smp: Add check for kcalloc() in parse_thread_groups()
 2025-09-18  9:45 UTC  (2+ messages)

[PATCH v3 0/4] ASoC: fsl: fsl_qmc_audio: Reduce amount of interrupts
 2025-09-18 11:14 UTC  (3+ messages)

[PATCH V2 0/6] perf/tools: Add interface to expose vpa dtl counters via
 2025-09-18  6:31 UTC  (3+ messages)

[PATCH V3 0/7] Add interface to expose vpa dtl counters via
 2025-09-18  6:30 UTC  (3+ messages)

[PATCH V3 0/6] perf/tools: Add interface to expose vpa dtl
 2025-09-18  6:29 UTC  (5+ messages)

[PATCH v2 00/21] paravirt: cleanup and reorg
 2025-09-17 14:52 UTC  (3+ messages)
` [PATCH v2 05/21] paravirt: Remove asm/paravirt_api_clock.h
` [PATCH v2 06/21] sched: Move clock related paravirt code to kernel/sched

[linux-next20250911]Kernel OOPs while running generic/256 on Pmem device
 2025-09-17  5:58 UTC  (6+ messages)
  ` [External] "

[PATCH] genirq/msi: Remove msi_post_free()
 2025-09-16 18:01 UTC  (2+ messages)

32-bit HIGHMEM and game console downstreams
 2025-09-16 16:58 UTC  (10+ messages)

[PATCH v2 0/4] Documentation: PCI: Update error recovery docs
 2025-09-16 15:55 UTC  (2+ messages)

[PATCH] watchdog: remove HARDLOCKUP_DETECTOR_PERF
 2025-09-16 15:50 UTC  (6+ messages)

[PATCH 1/2] powerpc/boot: Add missing compression methods to usage
 2025-09-16  6:18 UTC  (2+ messages)

[PATCH RESEND] powerpc/boot: Add missing compression methods to usage
 2025-09-16  6:18 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).