linuxppc-dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH V6 0/3] Rust support for powerpc
Mukesh Kumar Chaurasiya
[PATCH v10 0/8] arm64/riscv: Add support for crashkernel CMA reservation
Jinjie Ruan
[PATCH v10 1/8] riscv: kexec_file: Fix crashk_low_res not exclude bug
Jinjie Ruan
[PATCH v10 2/8] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
Jinjie Ruan
[PATCH v10 3/8] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
Jinjie Ruan
[PATCH v10 4/8] crash: Exclude crash kernel memory in crash core
Jinjie Ruan
Re: [PATCH v10 4/8] crash: Exclude crash kernel memory in crash core
Catalin Marinas
[PATCH v10 5/8] crash: Use crash_exclude_core_ranges() on powerpc
Jinjie Ruan
[PATCH v10 6/8] arm64: kexec: Add support for crashkernel CMA reservation
Jinjie Ruan
Re: [PATCH v10 6/8] arm64: kexec: Add support for crashkernel CMA reservation
Catalin Marinas
[PATCH v10 7/8] riscv: kexec: Add support for crashkernel CMA reservation
Jinjie Ruan
[PATCH v10 8/8] crash: Fix race condition between crash kernel loading and memory hotplug
Jinjie Ruan
Re: [PATCH v10 0/8] arm64/riscv: Add support for crashkernel CMA reservation
Andrew Morton
Re: [PATCH v10 0/8] arm64/riscv: Add support for crashkernel CMA reservation
Jinjie Ruan
[PATCH] soc: fsl: qe_ports_ic: switch to irq_domain_create_linear()
Christophe Leroy (CS GROUP)
[PATCH 00/10] PCI: Improve head free space usage
Ilpo Järvinen
[PATCH 01/10] resource: Add __resource_contains_unbound() for internal contains checks
Ilpo Järvinen
[PATCH 02/10] resource: Pass full extent of empty space to resource_alignf CB
Ilpo Järvinen
[PATCH 03/10] resource: Rename 'tmp' variable to 'full_avail'
Ilpo Järvinen
[PATCH 04/10] ARM/PCI: Remove unnecessary second application of align
Ilpo Järvinen
[PATCH 05/10] am68k/PCI: Remove unnecessary second application of align
Ilpo Järvinen
Re: [PATCH 05/10] am68k/PCI: Remove unnecessary second application of align
Geert Uytterhoeven
Re: [PATCH 05/10] am68k/PCI: Remove unnecessary second application of align
John Paul Adrian Glaubitz
Re: [PATCH 05/10] am68k/PCI: Remove unnecessary second application of align
Ilpo Järvinen
Re: [PATCH 05/10] am68k/PCI: Remove unnecessary second application of align
John Paul Adrian Glaubitz
Re: [PATCH 05/10] am68k/PCI: Remove unnecessary second application of align
Greg Ungerer
[PATCH 06/10] MIPS: PCI: Remove unnecessary second application of align
Ilpo Järvinen
[PATCH 07/10] parisc/PCI: Cleanup align handling
Ilpo Järvinen
[PATCH 08/10] PCI: Rename window_alignment() to pci_min_window_alignment()
Ilpo Järvinen
[PATCH 09/10] PCI: Align head space better
Ilpo Järvinen
Re: [PATCH 09/10] PCI: Align head space better
Ilpo Järvinen
[PATCH 10/10] PCI: Fix alignment calculation for resource size larger than align
Ilpo Järvinen
Re: [PATCH 00/10] PCI: Improve head free space usage
Bjorn Helgaas
Re: [PATCH 00/10] PCI: Improve head free space usage
Ilpo Järvinen
[PATCH v3] powerpc: Simplify access_ok()
Christophe Leroy (CS GROUP)
cleanup the RAID6 P/Q library
Christoph Hellwig
[PATCH 01/17] raid6: turn the userspace test harness into a kunit test
Christoph Hellwig
[PATCH 02/17] raid6: remove __KERNEL__ ifdefs
Christoph Hellwig
Re: [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
H. Peter Anvin
Re: [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
H. Peter Anvin
Re: [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
Eric Biggers
Re: [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
Christoph Hellwig
[PATCH 03/17] raid6: move to lib/raid/
Christoph Hellwig
[PATCH 04/17] raid6: remove unused defines in pq.h
Christoph Hellwig
[PATCH 05/17] raid6: remove raid6_get_zero_page
Christoph Hellwig
[PATCH 06/17] raid6: use named initializers for struct raid6_calls
Christoph Hellwig
[PATCH 07/17] raid6: improve the public interface
Christoph Hellwig
[PATCH 08/17] raid6: hide internals
Christoph Hellwig
[PATCH 09/17] raid6: rework the init helpers
Christoph Hellwig
[PATCH 10/17] raid6: use static_call for gen_syndrom and xor_syndrom
Christoph Hellwig
[PATCH 11/17] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
Christoph Hellwig
[PATCH 12/17] raid6: update top of file comments
Christoph Hellwig
[PATCH 13/17] raid6_kunit: use KUNIT_CASE_PARAM
Christoph Hellwig
[PATCH 14/17] raid6_kunit: dynamically allocate data buffers using vmalloc
Christoph Hellwig
[PATCH 15/17] raid6_kunit: cleanup dataptr handling
Christoph Hellwig
[PATCH 16/17] raid6_kunit: randomize parameters and increase limits
Christoph Hellwig
[PATCH 17/17] raid6_kunit: randomize buffer alignment
Christoph Hellwig
cleanup the RAID5 XOR library v3
Christoph Hellwig
[PATCH 01/26] xor: assert that xor_blocks is not from preemptible user context
Christoph Hellwig
[PATCH 02/26] arm/xor: remove in_interrupt() handling
Christoph Hellwig
[PATCH 03/26] um/xor: cleanup xor.h
Christoph Hellwig
[PATCH 04/26] xor: move to lib/raid/
Christoph Hellwig
[PATCH 05/26] xor: small cleanups
Christoph Hellwig
[PATCH 06/26] xor: cleanup registration and probing
Christoph Hellwig
[PATCH 07/26] xor: split xor.h
Christoph Hellwig
[PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
Christoph Hellwig
[PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
Christoph Hellwig
[PATCH 10/26] alpha: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 11/26] arm: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 12/26] arm64: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 13/26] loongarch: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 14/26] powerpc: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 15/26] riscv: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 16/26] sparc: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 17/26] s390: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 18/26] x86: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
Christoph Hellwig
[PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
Christoph Hellwig
[PATCH 21/26] xor: add a better public API
Christoph Hellwig
[PATCH 22/26] async_xor: use xor_gen
Christoph Hellwig
[PATCH 23/26] btrfs: use xor_gen
Christoph Hellwig
[PATCH 24/26] xor: pass the entire operation to the low-level ops
Christoph Hellwig
[PATCH 25/26] xor: use static_call for xor_gen
Christoph Hellwig
[PATCH 26/26] xor: add a kunit test case
Christoph Hellwig
Re: cleanup the RAID5 XOR library v3
Andrew Morton
Re: cleanup the RAID5 XOR library v3
Andrew Morton
Re: cleanup the RAID5 XOR library v3
Eric Biggers
Re: cleanup the RAID5 XOR library v3
Christoph Hellwig
Re: [PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
patchwork-bot+linux-riscv
[PATCH 00/12] treewide: Convert buses to use generic driver_override
Danilo Krummrich
[PATCH 01/12] amba: use generic driver_override infrastructure
Danilo Krummrich
[PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
Ioana Ciornei
Re: [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
Christophe Leroy (CS GROUP)
Re: [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
Christophe Leroy (CS GROUP)
[PATCH 03/12] cdx: use generic driver_override infrastructure
Danilo Krummrich
[PATCH 04/12] hv: vmbus: use generic driver_override infrastructure
Danilo Krummrich
RE: [PATCH 04/12] hv: vmbus: use generic driver_override infrastructure
Michael Kelley
[PATCH v2] Drivers: hv: vmbus: use generic driver_override infrastructure
Danilo Krummrich
[PATCH 05/12] PCI: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 05/12] PCI: use generic driver_override infrastructure
Gui-Dong Han
Re: [PATCH 05/12] PCI: use generic driver_override infrastructure
Bjorn Helgaas
Re: [PATCH 05/12] PCI: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 05/12] PCI: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 05/12] PCI: use generic driver_override infrastructure
Alex Williamson
Re: [PATCH 05/12] PCI: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 05/12] PCI: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 05/12] PCI: use generic driver_override infrastructure
Alex Williamson
[PATCH 06/12] platform/wmi: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 06/12] platform/wmi: use generic driver_override infrastructure
Armin Wolf
Re: [PATCH 06/12] platform/wmi: use generic driver_override infrastructure
Ilpo Järvinen
Re: [PATCH 06/12] platform/wmi: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 06/12] platform/wmi: use generic driver_override infrastructure
Ilpo Järvinen
[PATCH 07/12] rpmsg: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 07/12] rpmsg: use generic driver_override infrastructure
Mathieu Poirier
[PATCH 08/12] vdpa: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 08/12] vdpa: use generic driver_override infrastructure
Eugenio Perez Martin
[PATCH 09/12] s390/cio: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 09/12] s390/cio: use generic driver_override infrastructure
Vineeth Vijayan
[PATCH 10/12] s390/ap: use generic driver_override infrastructure
Danilo Krummrich
Re: [PATCH 10/12] s390/ap: use generic driver_override infrastructure
Harald Freudenberger
Re: [PATCH 10/12] s390/ap: use generic driver_override infrastructure
Holger Dengler
[PATCH 11/12] spi: use generic driver_override infrastructure
Danilo Krummrich
[PATCH 12/12] driver core: remove driver_set_override()
Danilo Krummrich
Re: [PATCH 12/12] driver core: remove driver_set_override()
Greg Kroah-Hartman
Re: (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
Mark Brown
Re: [PATCH 00/12] treewide: Convert buses to use generic driver_override
Michael S. Tsirkin
Re: [PATCH 00/12] treewide: Convert buses to use generic driver_override
Danilo Krummrich
Re: (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
Danilo Krummrich
Re: (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
Christophe Leroy (CS GROUP)
Re: (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
Danilo Krummrich
Re: (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
Christophe Leroy (CS GROUP)
Re: (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override
Danilo Krummrich
[PATCH V2] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
Athira Rajeev
Re: [PATCH V2] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
Namhyung Kim
Re: [PATCH V2] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
Athira Rajeev
Re: [PATCH V2] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
Namhyung Kim
Re: [PATCH V2] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
Athira Rajeev
[PATCH v2 0/9] memblock: improve late freeing of reserved memory
Mike Rapoport
[PATCH v2 1/9] memblock: reserve_mem: fix end caclulation in reserve_mem_release_by_name()
Mike Rapoport
[PATCH v2 2/9] powerpc: fadump: pair alloc_pages_exact() with free_pages_exact()
Mike Rapoport
[PATCH v2 3/9] powerpc: opal-core: pair alloc_pages_exact() with free_pages_exact()
Mike Rapoport
[PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c
Mike Rapoport
Re: [PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c
Vlastimil Babka (SUSE)
[PATCH v2 5/9] memblock: make free_reserved_area() more robust
Mike Rapoport
[PATCH v2 6/9] memblock: extract page freeing from free_reserved_area() into a helper
Mike Rapoport
[PATCH v2 7/9] memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=y
Mike Rapoport
[PATCH v2 8/9] memblock, treewide: make memblock_free() handle late freeing
Mike Rapoport
[PATCH v2 9/9] memblock: warn when freeing reserved memory before memory map is initialized
Mike Rapoport
Warning from free_reserved_area() in next-20260325+
Bert Karwatzki
Re: Warning from free_reserved_area() in next-20260325+
Mike Rapoport
Re: Warning from free_reserved_area() in next-20260325+
Bert Karwatzki
Re: [PATCH v2 0/9] memblock: improve late freeing of reserved memory
Mike Rapoport
[PATCH v2] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
Venkat Rao Bagalkote
Re: [PATCH v2] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
Greg KH
Re: [PATCH v2] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
Christophe Leroy (CS GROUP)
Re: [PATCH v2] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
Arnd Bergmann
Re: [PATCH v2] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
IBM
[PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
Jinjie Ruan
[PATCH v9 2/5] crash: Exclude crash kernel memory in crash core
Jinjie Ruan
[PATCH v9 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
Jinjie Ruan
[PATCH v9 3/5] crash: Use crash_exclude_core_ranges() on powerpc
Jinjie Ruan
[PATCH v9 4/5] arm64: kexec: Add support for crashkernel CMA reservation
Jinjie Ruan
Re: [PATCH v9 4/5] arm64: kexec: Add support for crashkernel CMA reservation
Breno Leitao
Re: [PATCH v9 4/5] arm64: kexec: Add support for crashkernel CMA reservation
Jinjie Ruan
Re: [PATCH v9 4/5] arm64: kexec: Add support for crashkernel CMA reservation
Breno Leitao
[PATCH v9 5/5] riscv: kexec: Add support for crashkernel CMA reservation
Jinjie Ruan
Re: [PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
Andrew Morton
Re: [PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
Jinjie Ruan
Re: [PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
Sourabh Jain
Re: [PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
Jinjie Ruan
Re: [PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
Askar Safin
[PATCH] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
Venkat Rao Bagalkote
Re: [PATCH] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
Venkat Rao Bagalkote
Re: [PATCH] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
Greg KH
Re: [PATCH] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
Arnd Bergmann
fix architecture-specific compat_ftruncate64 implementations
Christoph Hellwig
[PATCH 1/3] fs: fix archiecture-specific compat_ftruncate64
Christoph Hellwig
Re: [PATCH 1/3] fs: fix archiecture-specific compat_ftruncate64
Jan Kara
[PATCH 2/3] fs: pass on FTRUNCATE_* flags to do_truncate
Christoph Hellwig
Re: [PATCH 2/3] fs: pass on FTRUNCATE_* flags to do_truncate
Jan Kara
[PATCH 3/3] fs: remove do_sys_truncate
Christoph Hellwig
Re: [PATCH 3/3] fs: remove do_sys_truncate
Jan Kara
Re: fix architecture-specific compat_ftruncate64 implementations
Christian Brauner
[PATCH v2 net-next 00/14] Add preliminary NETC switch support for i.MX94
Wei Fang
[PATCH v2 net-next 01/14] dt-bindings: net: dsa: update the description of 'dsa,member' property
Wei Fang
[PATCH v2 net-next 02/14] dt-bindings: net: dsa: add NETC switch
Wei Fang
[PATCH v2 net-next 03/14] net: enetc: add pre-boot initialization for i.MX94 switch
Wei Fang
[PATCH v2 net-next 04/14] net: enetc: add basic operations to the FDB table
Wei Fang
[PATCH v2 net-next 05/14] net: enetc: add support for the "Add" operation to VLAN filter table
Wei Fang
[PATCH v2 net-next 06/14] net: enetc: add support for the "Update" operation to buffer pool table
Wei Fang
[PATCH v2 net-next 07/14] net: enetc: add support for "Add" and "Delete" operations to IPFT
Wei Fang
[PATCH v2 net-next 08/14] net: enetc: add multiple command BD rings support
Wei Fang
Re: [PATCH v2 net-next 08/14] net: enetc: add multiple command BD rings support
Simon Horman
RE: [PATCH v2 net-next 08/14] net: enetc: add multiple command BD rings support
Wei Fang
[PATCH v2 net-next 09/14] net: dsa: add NETC switch tag support
Wei Fang
Re: [PATCH v2 net-next 09/14] net: dsa: add NETC switch tag support
Simon Horman
RE: [PATCH v2 net-next 09/14] net: dsa: add NETC switch tag support
Wei Fang
[PATCH v2 net-next 10/14] net: dsa: netc: introduce NXP NETC switch driver for i.MX94
Wei Fang
[PATCH v2 net-next 11/14] net: dsa: netc: add phylink MAC operations
Wei Fang
Earlier messages
Later messages