linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-24 10:00:48 to 2023-05-01 21:00:23 UTC [more...]

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-01 20:59 UTC  (36+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v2 04/34] pgtable: Create struct ptdesc
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v2 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v2 08/34] mm: Convert ptlock_ptr() "
` [PATCH v2 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v2 10/34] mm: Convert ptlock_init() "
` [PATCH v2 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v2 12/34] mm: Convert ptlock_free() "
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v2 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v2 15/34] x86: "
` [PATCH v2 16/34] s390: Convert various gmap "
` [PATCH v2 17/34] s390: Convert various pgalloc "
` [PATCH v2 18/34] mm: Remove page table members from struct page
` [PATCH v2 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v2 20/34] arm: "
` [PATCH v2 21/34] arm64: "
` [PATCH v2 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v2 23/34] hexagon: "
` [PATCH v2 24/34] loongarch: Convert various functions "
` [PATCH v2 25/34] m68k: "
` [PATCH v2 26/34] mips: "
` [PATCH v2 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v2 28/34] openrisc: "
` [PATCH v2 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v2 30/34] sh: Convert pte_free_tlb() "
` [PATCH v2 31/34] sparc64: Convert various functions "
` [PATCH v2 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v2 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v2 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v6 0/4] kexec: Fix kexec_file_load for llvm16 with PGO
 2023-05-01 19:54 UTC  (12+ messages)
` [PATCH v6 1/4] kexec: Support purgatories with .text.hot sections
` [PATCH v6 2/4] x86/purgatory: Remove profile optimization flags
` [PATCH v6 3/4] powerpc/purgatory: "
` [PATCH v6 4/4] risc/purgatory: Add linker script

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-05-01 15:03 UTC  (7+ messages)

[PATCH v2 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-05-01 14:48 UTC 

[PATCH 08/19] riscv: Add explicit include for cpu.h
 2023-04-29 18:24 UTC  (2+ messages)

[PATCH 09/19] riscv: cacheinfo: Adjust includes to remove of_device.h
 2023-04-29 18:24 UTC  (2+ messages)

[PATCH v2] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM
 2023-04-29 15:53 UTC 

[PATCH] powerpc: remove unneeded if-checks
 2023-04-29 14:24 UTC  (3+ messages)

[PATCH -next?] powerpc/fsl_uli1575: fix kconfig warnings and build errors
 2023-04-29  9:27 UTC  (2+ messages)

[PATCH] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM
 2023-04-29  6:02 UTC 

[PATCH] powerpc: delete empty config entry for PPC_86xx
 2023-04-29  4:35 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-6.4-1 tag
 2023-04-29  3:41 UTC  (4+ messages)

[PATCH 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-04-28 21:51 UTC  (2+ messages)

[PATCH] selftests/powerpc: Replace obsolete memalign() with posix_memalign()
 2023-04-28  8:09 UTC  (2+ messages)

[PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes
 2023-04-28  7:40 UTC  (3+ messages)
` [PATCH 6/7] powerpc: asm/io.h: Expect immutable pointer in virt_to_phys prototype

BUG : PowerPC RCU: torture test failed with __stack_chk_fail
 2023-04-28 10:35 UTC  (37+ messages)

[PATCH] powerpc/boot: Disable power10 features after BOOTAFLAGS assignment
 2023-04-27 19:34 UTC 

[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-04-27 13:40 UTC  (9+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER

[powerpc:merge] BUILD SUCCESS 6d1372c7fa0b26651bd8450c64c613c47cab5527
 2023-04-27  0:56 UTC 

[powerpc:next] BUILD SUCCESS 169f8997968ab620d750d9a45e15c5288d498356
 2023-04-27  0:56 UTC 

[PATCH v2 0/5] crypto: Accelerated Chacha20/Poly1305 implementation
 2023-04-26 19:11 UTC  (6+ messages)
` [PATCH v2 1/5] An optimized Chacha20 implementation with 8-way unrolling for ppc64le
` [PATCH v2 2/5] Glue code for optmized Chacha20 implementation "
` [PATCH v2 3/5] An optimized Poly1305 implementation with 4-way unrolling "
` [PATCH v2 4/5] Glue code for optmized Poly1305 implementation "
` [PATCH v2 5/5] Update Kconfig and Makefile

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-04-26 17:21 UTC  (2+ messages)

[PATCH 0/9] powerpc: Build fixes
 2023-04-26 15:11 UTC  (13+ messages)
` [PATCH 1/9] powerpc: Fix merge conflict between pcrel and copy_thread changes
` [PATCH 2/9] powerpc/64s: Disable pcrel code model on Clang
` [PATCH 3/9] powerpc/boot: Seperate target flags from BOOTCFLAGS
` [PATCH 4/9] powerpc/boot: Seperate CPP "
` [PATCH 5/9] powerpc/boot: Separate BOOTCFLAGS from BOOTASFLAGS
` [PATCH 6/9] powerpc/boot: Clean up Makefile after cflags and asflags separation
` [PATCH 6/9] powerpc/boot: clean up Makefile flags
` [PATCH 7/9] powerpc/build: Remove -pipe from compilation flags
` [PATCH 8/9] powerpc/64s: Permit d-form memops in asm when building with prefix on clang
` [PATCH 9/9] powerpc/64s: Work around llvm-as not recognising pla
` (subset) [PATCH 0/9] powerpc: Build fixes

[PATCH 00/11] Consolidate the probe_device path
 2023-04-26 14:36 UTC  (20+ messages)
` [PATCH 01/11] iommu: Have __iommu_probe_device() check for already probed devices
` [PATCH 02/11] iommu: Use iommu_group_ref_get/put() for dev->iommu_group
` [PATCH 03/11] iommu: Inline iommu_group_get_for_dev() into __iommu_probe_device()
` [PATCH 04/11] iommu: Simplify the __iommu_group_remove_device() flow
` [PATCH 05/11] iommu: Add iommu_init/deinit_driver() paired functions
` [PATCH 06/11] iommu: Move the iommu driver sysfs setup into iommu_init/deinit_driver()
` [PATCH 07/11] iommu: Do not export iommu_device_link/unlink()
` [PATCH 08/11] iommu: Always destroy the iommu_group during iommu_release_device()

[PATCH 0/8] RTAS changes for 6.4
 2023-04-26 12:12 UTC  (2+ messages)

[RFC PATCH 0/4] Remove some e300/MPC83xx evaluation platforms
 2023-04-26 12:10 UTC  (2+ messages)

[RFC PATCH 0/3] Remove some PQ2/MPC82xx evaluation platforms
 2023-04-26 12:01 UTC  (2+ messages)

[RFC PATCH 0/3] Remove some e600/MPC7448/MPC86xx evaluation platforms
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH v5 00/13] powerpc/85xx: p2020: Create one unified machine description
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH v3 0/8] powerpc/fsl_uli1575: Cleanups
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH v2 0/8] powerpc: copy_thread cleanups
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH] powerpc/boot: Fix crt0.S current address branch form
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH] powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPU
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH 0/6] powerpc/64: Build with PC-Relative addressing
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH] powerpc/32: Include thread_info.h in head_booke.h
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH] powerpc/irq: Mark check_return_regs_valid() notrace
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH] powerpc/corenet: Add PPC_QEMU_E500 to corenet configs
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH] powerpc/configs/powernv: Add IGB=y
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH] powerpc/64: Always build with 128-bit long double
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH] powerpc/pseries: Add FW_FEATURE_PLPKS feature flag
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH 1/2] powerpc/Makefile: Don't prefix archhelp commands with "@"
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH 1/2] powerpc/configs/64s: Use EXT4 to mount EXT2 filesystems
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH v2 0/7] Update DSCR tests
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH 1/4] powerpc/64: Mark prep_irq_for_idle() __cpuidle
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH] powerpc: Remove duplicate SPRN_HSRR definitions
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH 01/32] powerpc/configs/64s: Update defconfig for symbol movement
 2023-04-26 12:01 UTC  (2+ messages)

[PATCH 0/5] crypto: Accelerated Chacha20/Poly1305 implementation
 2023-04-26  8:19 UTC  (19+ messages)
` [PATCH 1/5] An optimized Chacha20 implementation with 8-way unrolling for ppc64le
` [PATCH 2/5] Glue code for optmized Chacha20 implementation "
` [PATCH 3/5] An optimized Poly1305 implementation with 4-way unrolling "
` [PATCH 4/5] Glue code for optmized Poly1305 implementation "
` [PATCH 5/5] Update Kconfig and Makefile

[RFC PATCH 0/6] VMAP_STACK support for book3s64
 2023-04-26  7:03 UTC  (4+ messages)
` [RFC PATCH 1/6] powerpc/64s: Fix assembly to support larger values of THREAD_SIZE

[PATCH v2] powerpc/bpf: populate extable entries only during the last pass
 2023-04-25 14:36 UTC  (2+ messages)

[PATCH] powerpc/bpf: populate extable entries only during the last pass
 2023-04-25  6:59 UTC  (5+ messages)

[PATCH v4 1/3] PCI/AER: Factor out interrupt toggling into helpers
 2023-04-25  5:58 UTC  (5+ messages)
` [PATCH v4 2/3] PCI/AER: Disable AER interrupt on suspend

[PATCH v10 0/5] PowerPC: In-kernel handling of CPU/Memory hotplug/online/offline events for kdump kernel
 2023-04-24 15:13 UTC  (13+ messages)
` [PATCH v10 2/5] powerpc/crash: introduce a new config option CRASH_HOTPLUG
` [PATCH v10 3/5] powerpc/crash: add crash CPU hotplug support
` [PATCH v10 4/5] crash: forward memory_notify args to arch crash hotplug handler
` [PATCH v10 5/5] powerpc/kexec: add crash memory hotplug support

In-flight collision: DRM_AMD_DC_DCN renaming
 2023-04-24 11:51 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;
as well as URLs for NNTP newsgroup(s).