linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-11 06:26:27 to 2024-01-19 15:00:38 UTC [more...]

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-01-19 14:52 UTC  (9+ messages)
` [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH v2 02/14] crash: split vmcoreinfo exporting "
` [PATCH v2 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH v2 04/14] crash: split crash dumping code out from kexec_core.c
` [PATCH v2 05/14] crash: clean up kdump related config items
` [PATCH v2 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 07/14] arm64, "
` [PATCH v2 09/14] s390, "

[PATCH] powerpc/6xx: set High BAT Enable flag on G2 cores
 2024-01-19 13:53 UTC  (6+ messages)

[PATCH] powerpc/kasan: Fix addr error caused by page alignment
 2024-01-19  6:05 UTC 

[PATCH v6 0/5] RISC-V SBI debug console extension support
 2024-01-19 11:34 UTC  (6+ messages)
` [PATCH v6 1/5] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v6 2/5] RISC-V: Add SBI debug console helper routines
` [PATCH v6 3/5] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v6 4/5] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v6 5/5] RISC-V: Enable SBI based earlycon support

[PATCH 0/4] powerpc/ps3 Add ELFv2 support
 2024-01-19 10:27 UTC  (5+ messages)
` [PATCH 1/4] powerpc/ps3: Fix lv1 hcall assembly for ELFv2 calling convention
` [PATCH 3/4] powerpc/ps3: Make real stack frames for LV1 hcalls
` [PATCH 2/4] powerpc/ps3: lv1 hcall code use symbolic constant for LR save offset
` [PATCH 4/4] Revert "powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2"

[PATCH v5 0/5] RISC-V SBI debug console extension support
 2024-01-19 10:09 UTC  (4+ messages)

[PATCH] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
 2024-01-19  8:50 UTC  (8+ messages)

[PATCH -fixes v2] RISC-V: KVM: Require HAVE_KVM
 2024-01-19  3:12 UTC  (4+ messages)

[RFC PATCH 0/3] remove duplicate ifdefs
 2024-01-19  1:35 UTC  (5+ messages)
` [RFC PATCH 1/3] sched: "
` [RFC PATCH 2/3] fs: "
` [RFC PATCH 3/3] arch/powerpc: "

[PATCH] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
 2024-01-18  9:56 UTC 

[PATCH] init: refactor the generic cpu_to_node for NUMA
 2024-01-18  9:43 UTC  (3+ messages)

[PATCH] powerpc/pseries/iommu: DLPAR ADD of pci device doesn't completely initialize pci_controller structure
 2024-01-18 18:18 UTC  (2+ messages)

[PATCH v6] powerpc/pseries/vas: Use usleep_range() to support HCALL delay
 2024-01-18 16:54 UTC  (2+ messages)

[PATCH RFC 0/5] dump_stack: Allow runtime updates of the hardware description
 2024-01-18 15:25 UTC  (6+ messages)
` [PATCH RFC 1/5] dump_stack: Make arch description buffer __ro_after_init
` [PATCH RFC 2/5] dump_stack: Allow update of arch description string at runtime
` [PATCH RFC 3/5] powerpc/prom: Add CPU info to hardware description string later
` [PATCH RFC 4/5] powerpc/pseries: Prepare pseries_add_hw_description() for runtime use
` [PATCH RFC 5/5] powerpc/pseries: Update hardware description string after migration

[PATCH v2 00/13] mm/gup: Unify hugetlb, part 2
 2024-01-18 15:15 UTC  (24+ messages)
` [PATCH v2 01/13] mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH v2 03/13] mm: Provide generic pmd_thp_or_huge()
` [PATCH v2 04/13] mm: Make HPAGE_PXD_* macros even if !THP
` [PATCH v2 06/13] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
` [PATCH v2 07/13] mm/gup: Refactor record_subpages() to find 1st small page
` [PATCH v2 08/13] mm/gup: Handle hugetlb for no_page_table()
` [PATCH v2 09/13] mm/gup: Cache *pudp in follow_pud_mask()
` [PATCH v2 10/13] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH v2 11/13] mm/gup: Handle huge pmd for follow_pmd_mask()

[PATCH v12 00/15] Add audio support in v4l2 framework
 2024-01-18 12:32 UTC  (16+ messages)
` [PATCH v12 01/15] ASoC: fsl_asrc: define functions for memory to memory usage
` [PATCH v12 02/15] ASoC: fsl_easrc: "
` [PATCH v12 03/15] ASoC: fsl_asrc: move fsl_asrc_common.h to include/sound
` [PATCH v12 04/15] ASoC: fsl_asrc: register m2m platform device
` [PATCH v12 05/15] ASoC: fsl_easrc: "
` [PATCH v12 06/15] media: uapi: Add V4L2_CAP_AUDIO_M2M capability flag
` [PATCH v12 07/15] media: v4l2: Add audio capture and output support
` [PATCH v12 08/15] media: uapi: Define audio sample format fourcc type
` [PATCH v12 09/15] media: uapi: Add V4L2_CTRL_CLASS_M2M_AUDIO
` [PATCH v12 10/15] media: uapi: Add audio rate controls support
` [PATCH v12 11/15] media: uapi: Declare interface types for Audio
` [PATCH v12 12/15] media: uapi: Add an entity type for audio resampler
` [PATCH v12 13/15] media: vivid: add fixed point test controls
` [PATCH v12 14/15] media: imx-asrc: Add memory to memory driver
` [PATCH v12 15/15] media: vim2m-audio: add virtual driver for audio memory to memory

[PATCH 1/1] PCI/DPC: Fix TLP Prefix register reading offset
 2024-01-18 11:08 UTC 

[PATCH v11 00/15] Add audio support in v4l2 framework
 2024-01-18  8:36 UTC  (14+ messages)
` [PATCH v11 10/15] media: uapi: Add audio rate controls support
` [PATCH v11 12/15] media: uapi: Add an entity type for audio resampler
` [PATCH v11 13/15] media: vivid: add fixed point test controls
` [PATCH v11 14/15] media: imx-asrc: Add memory to memory driver
` [PATCH v11 15/15] media: vim2m-audio: add virtual driver for audio memory to memory

[PATCH] powerpc: Enable support for 32 bit MSI-X vectors
 2024-01-17 21:46 UTC 

[PATCH] powerpc/pasemi: Add a null pointer check to the pas_setup_mce_regs
 2024-01-17  9:17 UTC 

[PATCH 00/42] Fix coccicheck warnings
 2024-01-16 21:38 UTC  (3+ messages)
  ` [PATCH 25/42] drivers/scsi/ibmvscsi: Convert snprintf to sysfs_emit

[RFC PATCH] mm: z3fold: rename CONFIG_Z3FOLD to CONFIG_Z3FOLD_DEPRECATED
 2024-01-16 20:19 UTC  (16+ messages)

[PATCHv3 RESEND 00/10] ASoC: fsl-asoc-card: compatibility integration of a generic codec use case for use with S/PDIF controller
 2024-01-16 11:41 UTC  (5+ messages)

[PATCH v5] powerpc/pseries/vas: Use usleep_range() to support HCALL delay
 2024-01-16  2:36 UTC  (3+ messages)

[PATCH AUTOSEL 5.15 01/11] arch: consolidate arch_irq_work_raise prototypes
 2024-01-16  1:07 UTC 

[PATCH AUTOSEL 6.1 01/14] arch: consolidate arch_irq_work_raise prototypes
 2024-01-16  1:06 UTC 

[PATCH AUTOSEL 6.6 02/19] arch: consolidate arch_irq_work_raise prototypes
 2024-01-16  1:04 UTC 

[PATCH AUTOSEL 6.7 02/21] arch: consolidate arch_irq_work_raise prototypes
 2024-01-16  1:03 UTC 

[PATCH AUTOSEL 6.6 08/19] crypto: p10-aes-gcm - Avoid -Wstringop-overflow warnings
 2024-01-16  0:23 UTC 

[PATCH AUTOSEL 6.7 08/19] crypto: p10-aes-gcm - Avoid -Wstringop-overflow warnings
 2024-01-16  0:22 UTC 

[PATCH AUTOSEL 4.19 1/4] powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
 2024-01-15 23:29 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 2/4] powerpc: Fix build error due to is_valid_bugaddr()
` [PATCH AUTOSEL 4.19 3/4] powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()
` [PATCH AUTOSEL 4.19 4/4] powerpc/lib: Validate size for vector operations

[PATCH AUTOSEL 5.4 1/7] powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
 2024-01-15 23:28 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 2/7] powerpc: Fix build error due to is_valid_bugaddr()
` [PATCH AUTOSEL 5.4 3/7] powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()
` [PATCH AUTOSEL 5.4 4/7] powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH AUTOSEL 5.4 5/7] powerpc/lib: Validate size for vector operations

[PATCH AUTOSEL 5.10 02/10] powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
 2024-01-15 23:27 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 04/10] powerpc: Fix build error due to is_valid_bugaddr()
` [PATCH AUTOSEL 5.10 05/10] powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()
` [PATCH AUTOSEL 5.10 07/10] powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH AUTOSEL 5.10 08/10] powerpc/lib: Validate size for vector operations

[PATCH AUTOSEL 5.15 02/12] powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
 2024-01-15 23:26 UTC  (6+ messages)
` [PATCH AUTOSEL 5.15 05/12] powerpc: Fix build error due to is_valid_bugaddr()
` [PATCH AUTOSEL 5.15 06/12] powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()
` [PATCH AUTOSEL 5.15 07/12] powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()
` [PATCH AUTOSEL 5.15 09/12] powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH AUTOSEL 5.15 10/12] powerpc/lib: Validate size for vector operations

[PATCH AUTOSEL 6.1 03/14] powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
 2024-01-15 23:25 UTC  (6+ messages)
` [PATCH AUTOSEL 6.1 06/14] powerpc: Fix build error due to is_valid_bugaddr()
` [PATCH AUTOSEL 6.1 07/14] powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()
` [PATCH AUTOSEL 6.1 08/14] powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()
` [PATCH AUTOSEL 6.1 10/14] powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH AUTOSEL 6.1 11/14] powerpc/lib: Validate size for vector operations

[PATCH AUTOSEL 6.6 03/14] powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
 2024-01-15 23:24 UTC  (6+ messages)
` [PATCH AUTOSEL 6.6 06/14] powerpc: Fix build error due to is_valid_bugaddr()
` [PATCH AUTOSEL 6.6 07/14] powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()
` [PATCH AUTOSEL 6.6 08/14] powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()
` [PATCH AUTOSEL 6.6 10/14] powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH AUTOSEL 6.6 11/14] powerpc/lib: Validate size for vector operations

[PATCH AUTOSEL 6.7 03/14] powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
 2024-01-15 23:23 UTC  (6+ messages)
` [PATCH AUTOSEL 6.7 06/14] powerpc: Fix build error due to is_valid_bugaddr()
` [PATCH AUTOSEL 6.7 07/14] powerpc/mm: Fix build failures due to arch_reserved_kernel_pages()
` [PATCH AUTOSEL 6.7 08/14] powerpc/64s: Fix CONFIG_NUMA=n build due to create_section_mapping()
` [PATCH AUTOSEL 6.7 10/14] powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH AUTOSEL 6.7 11/14] powerpc/lib: Validate size for vector operations

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2024-01-15 12:44 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 01/18] Makefile: Define __ASSEMBLY__ for assembly files

[PATCH v2] cxl: Fix null pointer dereference in cxl_get_fd
 2024-01-15 11:05 UTC  (3+ messages)

[PATCH] powerpc/83xx: Add a null pointer check to mcu_gpiochip_add
 2024-01-15  9:43 UTC 

[PATCH v2 0/3] ASoC: Support SAI and MICFIL on i.MX95 platform
 2024-01-15  8:44 UTC  (7+ messages)
` [PATCH v2 1/3] ASoC: dt-bindings: fsl,sai: Add compatible string for "
` [PATCH v2 2/3] ASoC: fsl_sai: Add support "
` [PATCH v2 3/3] ASoC: dt-bindings: fsl,micfil: Add compatible string "

[PATCH v2] powerpc: Fix preserved memory size for int-vectors
 2024-01-13  8:05 UTC 

[PATCH] powerpc: Fix preserved memory size for int-vectors
 2024-01-13  7:40 UTC  (3+ messages)

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-12 14:52 UTC  (9+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links

PowerNV PCIe hotplug support?
 2024-01-12  0:08 UTC  (4+ messages)

[PATCH RFC] powerpc/pseries: exploit H_PAGE_SET_UNUSED for partition migration
 2024-01-11 23:47 UTC 

Very unreliable booting (WARNING: CPU: 0 PID: 1 at kernel/context_tracking.c:215 ct_nmi_exit+0xa0/0xc0) with PPC_EARLY_DEBUG_G5 set on a PowerMac G5, kernel 6.7-rc6
 2024-01-11 15:59 UTC  (2+ messages)

[PATCH v7 0/3] powerpc: make fadump resilient with memory add/remove events
 2024-01-11 14:09 UTC  (4+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] powerpc/fadump: add hotplug_ready sysfs interface
` [PATCH v7 3/3] Documentation/powerpc: update fadump implementation details

[PATCH 0/3] ASoC: Support SAI and MICFIL on i.MX95 platform
 2024-01-11 13:55 UTC  (5+ messages)
` [PATCH 1/3] ASoC: dt-bindings: fsl,sai: Add compatible string for "
    `  "

[PATCH v15 0/5] powerpc/crash: Kernel handling of CPU and memory hotplug
 2024-01-11 10:51 UTC  (6+ messages)
` [PATCH v15 1/5] crash: forward memory_notify arg to arch crash hotplug handler
` [PATCH v15 2/5] crash: add a new kexec flag for hotplug support
` [PATCH v15 3/5] powerpc/kexec: turn some static helper functions public
` [PATCH v15 4/5] powerpc: add crash CPU hotplug support
` [PATCH v15 5/5] powerpc: add crash memory "


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).