linuxppc-dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [patch V4 00/12] uaccess: Provide and use scopes for user access
Peter Zijlstra
[PATCH] powerpc/kdump: Add support for crashkernel CMA reservation
Sourabh Jain
Re: [PATCH] powerpc/kdump: Add support for crashkernel CMA reservation
kernel test robot
Re: [PATCH] powerpc/kdump: Add support for crashkernel CMA reservation
kernel test robot
Re: [PATCH] powerpc/kdump: Add support for crashkernel CMA reservation
kernel test robot
Re: [next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
Venkat Rao Bagalkote
Re: [next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
Venkat Rao Bagalkote
Re: [next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
Petr Mladek
Re: [next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
Venkat Rao Bagalkote
Re: [next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
Petr Mladek
Re: [next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
Hari Bathini
Re: [next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
Josh Poimboeuf
Re: [next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
Hari Bathini
Re: [next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
Josh Poimboeuf
[PATCH v1 00/23] mm: balloon infrastructure cleanups
David Hildenbrand
[PATCH v1 01/23] vmw_balloon: adjust BALLOON_DEFLATE when deflating while migrating
David Hildenbrand
Re: [PATCH v1 01/23] vmw_balloon: adjust BALLOON_DEFLATE when deflating while migrating
SeongJae Park
[PATCH v1 02/23] vmw_balloon: remove vmballoon_compaction_init()
David Hildenbrand
[PATCH v1 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
David Hildenbrand
Re: [PATCH v1 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
Michael S. Tsirkin
Re: [PATCH v1 03/23] powerpc/pseries/cmm: remove cmm_balloon_compaction_init()
David Hildenbrand
[PATCH v1 04/23] mm/balloon_compaction: centralize basic page migration handling
David Hildenbrand
Re: [PATCH v1 04/23] mm/balloon_compaction: centralize basic page migration handling
Michael S. Tsirkin
Re: [PATCH v1 04/23] mm/balloon_compaction: centralize basic page migration handling
David Hildenbrand
[PATCH v1 08/23] mm/balloon_compaction: remove dependency on page lock
David Hildenbrand
[PATCH v1 06/23] vmw_balloon: stop using the balloon_dev_info lock
David Hildenbrand
Re: [PATCH v1 06/23] vmw_balloon: stop using the balloon_dev_info lock
Michael S. Tsirkin
Re: [PATCH v1 06/23] vmw_balloon: stop using the balloon_dev_info lock
David Hildenbrand
[PATCH v1 14/23] mm/balloon_compaction: move internal helpers to memory_compaction.c
David Hildenbrand
Re: [PATCH v1 14/23] mm/balloon_compaction: move internal helpers to memory_compaction.c
Zi Yan
Re: [PATCH v1 14/23] mm/balloon_compaction: move internal helpers to memory_compaction.c
David Hildenbrand
[PATCH v1 15/23] mm/balloon_compaction: assert that the balloon_pages_lock is held
David Hildenbrand
[PATCH v1 09/23] mm/balloon_compaction: make balloon_mops static
David Hildenbrand
[PATCH v1 11/23] drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
David Hildenbrand
Re: [PATCH v1 11/23] drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
Michael S. Tsirkin
Re: [PATCH v1 11/23] drivers/virtio/virtio_balloon: stop using balloon_page_push/pop()
David Hildenbrand
[PATCH v1 16/23] mm/balloon_compaction: mark remaining functions for having proper kerneldoc
David Hildenbrand
[PATCH v1 05/23] mm/balloon_compaction: centralize adjust_managed_page_count() handling
David Hildenbrand
[PATCH v1 12/23] mm/balloon_compaction: remove balloon_page_push/pop()
David Hildenbrand
[PATCH v1 13/23] mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
David Hildenbrand
[PATCH v1 07/23] mm/balloon_compaction: use a device-independent balloon (list) lock
David Hildenbrand
Re: [PATCH v1 07/23] mm/balloon_compaction: use a device-independent balloon (list) lock
Michael S. Tsirkin
Re: [PATCH v1 07/23] mm/balloon_compaction: use a device-independent balloon (list) lock
David Hildenbrand
[PATCH v1 10/23] mm/balloon_compaction: drop fs.h include from balloon_compaction.h
David Hildenbrand
[PATCH v1 17/23] mm/balloon_compaction: remove "extern" from functions
David Hildenbrand
[PATCH v1 18/23] mm/vmscan: drop inclusion of balloon_compaction.h
David Hildenbrand
[PATCH v1 21/23] mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
David Hildenbrand
[PATCH v1 22/23] mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
David Hildenbrand
[PATCH v1 23/23] MAINTAINERS: move memory balloon infrastructure to "MEMORY MANAGEMENT - BALLOON"
David Hildenbrand
[PATCH v1 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
David Hildenbrand
Re: [PATCH v1 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
Randy Dunlap
Re: [PATCH v1 20/23] mm/kconfig: make BALLOON_COMPACTION depend on MIGRATION
David Hildenbrand
[PATCH v1 19/23] mm: rename balloon_compaction.(c|h) to balloon.(c|h)
David Hildenbrand
[PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
David Hildenbrand
[PATCH v1 1/2] powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_COMPACTION
David Hildenbrand
Re: [PATCH v1 1/2] powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_COMPACTION
IBM
[PATCH v1 2/2] powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages
David Hildenbrand
Re: [PATCH v1 2/2] powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages
IBM
Re: [PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
David Hildenbrand (Red Hat)
Re: [PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
IBM
Re: [PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
David Hildenbrand (Red Hat)
Re: [PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
IBM
Re: [PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
David Hildenbrand (Red Hat)
Re: [PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
David Hildenbrand (Red Hat)
Re: [PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
IBM
Re: [PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
David Hildenbrand (Red Hat)
[PATCH] ASoC: fsl_aud2htx: add IEC958_SUBFRAME_LE format in supported list
Shengjiu Wang
Re: [PATCH] ASoC: fsl_aud2htx: add IEC958_SUBFRAME_LE format in supported list
Mark Brown
Re: [RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
Sean Christopherson
Re: [RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
Paolo Bonzini
Re: [RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
Shrikanth Hegde
Re: [RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
Shrikanth Hegde
Re: [RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
Sean Christopherson
Re: [RFC PATCH v3 00/10] paravirt CPUs and push task for less vCPU preemption
Shrikanth Hegde
Re: [PATCH 03/17] csky: Add __attribute_const__ to ffs()-family implementations
Guo Ren
Re: [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
Askar Safin
Re: [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
Askar Safin
Re: [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
Eric Biggers
[powerpc:next-test] BUILD SUCCESS ef104054a312608deab266f95945057fa73eeaad
kernel test robot
Re: [PATCH v2 1/3] powerpc/xive: Untangle xive from child interrupt controller drivers
IBM
Re: [PATCH v2 1/3] powerpc/xive: Untangle xive from child interrupt controller drivers
Nam Cao
Re: [PATCH v2 1/3] powerpc/xive: Untangle xive from child interrupt controller drivers
Nam Cao
[PATCH 0/2] PCI: Universal error recoverability of devices
Lukas Wunner
[PATCH 2/2] treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
Re: [PATCH 2/2] treewide: Drop pci_save_state() after pci_restore_state()
Dave Jiang
Re: [PATCH 2/2] treewide: Drop pci_save_state() after pci_restore_state()
Giovanni Cabiddu
Re: [PATCH 2/2] treewide: Drop pci_save_state() after pci_restore_state()
Bjorn Helgaas
[PATCH 1/2] PCI: Ensure error recoverability at all times
Lukas Wunner
Re: [PATCH 1/2] PCI: Ensure error recoverability at all times
Bjorn Helgaas
Re: [PATCH 1/2] PCI: Ensure error recoverability at all times
Lukas Wunner
Re: [PATCH 1/2] PCI: Ensure error recoverability at all times
Bjorn Helgaas
Re: [PATCH 1/2] PCI: Ensure error recoverability at all times
Lukas Wunner
Re: [PATCH 1/2] PCI: Ensure error recoverability at all times
Bjorn Helgaas
Re: [PATCH 1/2] PCI: Ensure error recoverability at all times
Lukas Wunner
Re: [PATCH 1/2] PCI: Ensure error recoverability at all times
Lukas Wunner
Re: [PATCH 1/2] PCI: Ensure error recoverability at all times
Bjorn Helgaas
Re: [PATCH 1/2] PCI: Ensure error recoverability at all times
Rafael J. Wysocki
Re: [PATCH 1/2] PCI: Ensure error recoverability at all times
Rafael J. Wysocki
Re: [PATCH 0/2] PCI: Universal error recoverability of devices
Bjorn Helgaas
[PATCH v6 0/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
[PATCH v6 5/5] PCI/AER: Clear both AER fatal and non-fatal status
Shuai Xue
Re: [PATCH v6 5/5] PCI/AER: Clear both AER fatal and non-fatal status
Kuppuswamy Sathyanarayanan
Re: [PATCH v6 5/5] PCI/AER: Clear both AER fatal and non-fatal status
Shuai Xue
[PATCH v6 1/5] PCI/DPC: Clarify naming for error port in DPC Handling
Shuai Xue
[PATCH v6 2/5] PCI/DPC: Run recovery on device that detected the error
Shuai Xue
[PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Lukas Wunner
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Lukas Wunner
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Lukas Wunner
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Lukas Wunner
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Kuppuswamy Sathyanarayanan
Re: [PATCH v6 3/5] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
Shuai Xue
[PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Shuai Xue
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Lukas Wunner
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Shuai Xue
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Lukas Wunner
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Shuai Xue
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Lukas Wunner
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Shuai Xue
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Lukas Wunner
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Shuai Xue
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Lukas Wunner
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Shuai Xue
Re: [PATCH v6 4/5] PCI/ERR: Use pcie_aer_is_native() to check for native AER control
Kuppuswamy Sathyanarayanan
Re: [RFC V2 0/8] Generic IRQ entry/exit support for powerpc
Samir Alamshaha Mulani
[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
Thomas Weißschuh
[PATCH v4 04/35] arm64: vDSO: compat_gettimeofday: Add explicit includes
Thomas Weißschuh
[PATCH v4 09/35] MIPS: vdso: Add include guard to asm/vdso/vdso.h
Thomas Weißschuh
[PATCH v4 10/35] MIPS: vdso: Explicitly include asm/vdso/vdso.h
Thomas Weißschuh
[PATCH v4 05/35] ARM: vdso: gettimeofday: Add explicit includes
Thomas Weißschuh
[PATCH v4 06/35] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
Thomas Weißschuh
Re: [PATCH v4 06/35] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
Christophe Leroy
[PATCH v4 17/35] random: vDSO: remove ifdeffery
Thomas Weißschuh
[PATCH v4 21/35] vdso/datastore: Reduce scope of some variables in vvar_fault()
Thomas Weißschuh
[PATCH v4 22/35] vdso/datastore: Drop inclusion of linux/mmap_lock.h
Thomas Weißschuh
[PATCH v4 26/35] sparc64: vdso: Remove obsolete "fake section table" reservation
Thomas Weißschuh
[PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
Thomas Weißschuh
Re: [tip: timers/vdso] vdso/datastore: Allocate data pages dynamically
Lad Prabhakar
Re: [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
Heiko Carstens
Re: [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
Thomas Weißschuh
Re: [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
Aithal, Srikanth
[PATCH v4 19/35] random: vDSO: only access vDSO datapage after random_init()
Thomas Weißschuh
[PATCH v4 30/35] sparc64: vdso: Introduce vdso/processor.h
Thomas Weißschuh
[PATCH v4 31/35] sparc64: vdso: Switch to the generic vDSO library
Thomas Weißschuh
[PATCH v4 34/35] sparc64: vdso: Implement clock_gettime64()
Thomas Weißschuh
[PATCH v4 33/35] sparc64: vdso2c: Remove symbol handling
Thomas Weißschuh
[PATCH v4 32/35] sparc64: vdso2c: Drop sym_vvar_start handling
Thomas Weißschuh
[PATCH v4 29/35] sparc64: vdso: Move syscall fallbacks into header
Thomas Weißschuh
[PATCH v4 27/35] sparc64: vdso: Replace code patching with runtime conditional
Thomas Weißschuh
[PATCH v4 12/35] vdso/gettimeofday: Add explicit includes
Thomas Weißschuh
[PATCH v4 35/35] clocksource: remove ARCH_CLOCKSOURCE_DATA
Thomas Weißschuh
[PATCH v4 02/35] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
Thomas Weißschuh
[PATCH v4 25/35] sparc64: vdso: Link with -z noexecstack
Thomas Weißschuh
[PATCH v4 15/35] vdso/datapage: Trim down unnecessary includes
Thomas Weißschuh
[PATCH v4 03/35] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
Thomas Weißschuh
[PATCH v4 01/35] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
Thomas Weißschuh
[PATCH v4 20/35] s390/time: Set up vDSO datapage later
Thomas Weißschuh
[PATCH v4 16/35] random: vDSO: trim vDSO includes
Thomas Weißschuh
[PATCH v4 13/35] vdso/helpers: Explicitly include vdso/processor.h
Thomas Weißschuh
[PATCH v4 07/35] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
Thomas Weißschuh
[PATCH v4 28/35] sparc64: vdso: Move hardware counter read into header
Thomas Weißschuh
[PATCH v4 23/35] vdso/datastore: Map pages through struct page
Thomas Weißschuh
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Mark Brown
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Thomas Gleixner
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Mark Brown
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Marek Szyprowski
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Thomas Weißschuh
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Mark Brown
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Thomas Weißschuh
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Mark Brown
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Thomas Weißschuh
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Mark Brown
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Mark Brown
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Mark Brown
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Thomas Weißschuh
Re: [PATCH v4 23/35] vdso/datastore: Map pages through struct page
Mark Brown
[PATCH v4 14/35] vdso/datapage: Remove inclusion of gettimeofday.h
Thomas Weißschuh
[PATCH v4 18/35] random: vDSO: split out datapage update into helper functions
Thomas Weißschuh
[PATCH v4 11/35] random: vDSO: Add explicit includes
Thomas Weißschuh
[PATCH v4 08/35] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
Thomas Weißschuh
Re: [PATCH v4] dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCs
Christophe Leroy
BAR resizing broken in 6.18 (PPC only?)
Simon Richter
Re: BAR resizing broken in 6.18 (PPC only?)
Ilpo Järvinen
Re: BAR resizing broken in 6.18 (PPC only?)
Ilpo Järvinen
Re: BAR resizing broken in 6.18 (PPC only?)
Ilpo Järvinen
Re: BAR resizing broken in 6.18 (PPC only?)
Manivannan Sadhasivam
Re: BAR resizing broken in 6.18 (PPC only?)
Simon Richter
[PATCH] powerpc/vmlinux.lds: Drop .interp description
Nathan Chancellor
Re: [PATCH] powerpc/vmlinux.lds: Drop .interp description
Vishal Chourasia
Re: [PATCH] powerpc/vmlinux.lds: Drop .interp description
Vishal Chourasia
Re: [PATCH] powerpc/vmlinux.lds: Drop .interp description
Madhavan Srinivasan
Re: [PATCH] powerpc/vmlinux.lds: Drop .interp description
Madhavan Srinivasan
[powerpc:merge] BUILD SUCCESS 8c86d0e11e703b5ce6812d9703a7617b09cf6fbb
kernel test robot
[GIT PULL] Please pull powerpc/linux.git powerpc-6.18-2 tag
Madhavan Srinivasan
Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.18-2 tag
pr-tracker-bot
Earlier messages
Later messages