linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-21 12:54:03 to 2023-08-24 12:48:07 UTC [more...]

[PATCH v3] powerpc: Use shared font data
 2023-08-24 12:46 UTC  (4+ messages)

[powerpc:merge] BUILD SUCCESS 64064aca208d7b078c36be8399825ce8b2cab5be
 2023-08-24 12:28 UTC 

[PATCH] powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12
 2023-08-24 12:28 UTC 

[PATCH 1/4] powerpc: Make mmiowb a wmb
 2023-08-24 12:12 UTC  (8+ messages)
` [PATCH 4/4] powerpc/64s: Use POWER10 stsync barrier for wmb()

[PATCH v8 0/8] KVM: allow mapping non-refcounted pages
 2023-08-24  9:13 UTC  (10+ messages)
` [PATCH v8 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v8 2/8] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v8 3/8] KVM: mmu: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v8 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v8 5/8] KVM: x86/mmu: Don't pass FOLL_GET "
` [PATCH v8 6/8] KVM: arm64: Migrate "
` [PATCH v8 7/8] KVM: PPC: "
` [PATCH v8 8/8] KVM: mmu: remove __gfn_to_pfn_memslot

[powerpc:next-test] BUILD SUCCESS 18e9506562a0e93e7542cf44fc7d107b7aad9610
 2023-08-24 12:02 UTC 

[PATCH RFC 0/2] powerpc/pseries: new character devices for RTAS functions
 2023-08-24 11:51 UTC  (5+ messages)
` [PATCH RFC 1/2] powerpc/pseries: papr-vpd char driver for VPD retrieval
` [PATCH RFC 2/2] powerpc/selftests: add test for papr-vpd

[powerpc:next] BUILD REGRESSION 0f71dcfb4aef6043da6cc509e7a7f6a3ae87c12d
 2023-08-24 11:49 UTC 

KASAN debug kernel fails to boot at early stage when CONFIG_SMP=y is set (kernel 6.5-rc5, PowerMac G4 3,6)
 2023-08-24 11:36 UTC  (16+ messages)

[PATCH rfc -next v2 00/10] mm: convert to generic VMA lock-based page fault
 2023-08-24  8:32 UTC  (14+ messages)
` [PATCH rfc v2 01/10] mm: add a generic VMA lock-based page fault handler
` [PATCH rfc v2 02/10] arm64: mm: use try_vma_locked_page_fault()
` [PATCH rfc v2 03/10] x86: "
` [PATCH rfc v2 04/10] s390: "
` [PATCH rfc v2 05/10] powerpc: "
` [PATCH rfc v2 07/10] ARM: mm: try VMA lock-based page fault handling first
` [PATCH rfc v2 08/10] loongarch: mm: cleanup __do_page_fault()
` [PATCH rfc v2 09/10] loongarch: mm: add access_error() helper

[PATCH v4 1/2] PCI: layerscape: Add support for Link down notification
 2023-08-24  8:14 UTC  (6+ messages)

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-08-24  8:03 UTC  (7+ messages)
` [PATCH v7 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET "

[PATCH] powerpc: Hide empty pt_regs at base of the stack
 2023-08-24  6:42 UTC 

[PATCH v3 0/4] general defconfig cleanups
 2023-08-24  6:02 UTC  (6+ messages)
` [PATCH v3 2/4] arch/loongarch/configs/*_defconfig cleanup
` [PATCH v3 3/4] arch/mips/configs/*_defconfig cleanup
` (subset) [PATCH v3 0/4] general defconfig cleanups

[PATCH 2/3] PCI/AER: Disable AER service on suspend
 2023-08-24  4:46 UTC  (2+ messages)
` [PATCH 3/3] PCI/DPC: Disable DPC "

[PATCH v7 00/24] iommu: Make default_domain's mandatory
 2023-08-24  3:41 UTC  (26+ messages)
` [PATCH v7 01/24] iommu: Add iommu_ops->identity_domain
` [PATCH v7 02/24] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v7 03/24] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v7 04/24] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v7 05/24] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v7 06/24] iommu/tegra-gart: Remove tegra-gart
` [PATCH v7 07/24] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v7 08/24] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v7 09/24] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v7 10/24] iommu/exynos: Implement an IDENTITY domain
` [PATCH v7 11/24] iommu/tegra-smmu: "
` [PATCH v7 12/24] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v7 13/24] iommu/omap: Implement an IDENTITY domain
` [PATCH v7 14/24] iommu/msm: "
` [PATCH v7 15/24] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v7 16/24] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v7 17/24] iommu/ipmmu: "
` [PATCH v7 18/24] iommu/mtk_iommu: "
` [PATCH v7 19/24] iommu/sun50i: "
` [PATCH v7 20/24] iommu: Require a default_domain for all iommu drivers
` [PATCH v7 21/24] iommu: Add __iommu_group_domain_alloc()
` [PATCH v7 22/24] iommu: Add ops->domain_alloc_paging()
` [PATCH v7 23/24] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v7 24/24] iommu: Convert remaining simple drivers "

[PATCH RFC] rcu: torture: shorten the time between forward-progress tests
 2023-08-24  2:29 UTC  (3+ messages)

[PATCH treewide 0/9] Remove obsolete IDE headers
 2023-08-23 22:54 UTC  (4+ messages)
` [PATCH 1/9] ARM: Remove <asm/ide.h>

[PATCH] cpufreq: pmac32: Use of_property_read_reg() to parse "reg"
 2023-08-23 19:07 UTC  (3+ messages)

[RFC PATCH v2 0/7] Add audio support in v4l2 framework
 2023-08-23 14:33 UTC  (10+ messages)

[PATCH net-next] kunit: Fix checksum tests on big endian CPUs
 2023-08-23 13:21 UTC 

[PATCH] perf test: Skip perf bench breakpoint run if no breakpoints available
 2023-08-23 11:40 UTC  (4+ messages)

[PATCH] ocxl: Use pci_dev_id() to simplify the code
 2023-08-23 11:55 UTC  (2+ messages)

[RFC PATCH] cxl: Use pci_find_vsec_capability() to simplify the code
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/powernv/pci: use pci_dev_id() to simplify the code
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc: Enable generic cpu idle-loop
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc: pmac32: enable serial options by default in defconfig
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v2] powerpc/fadump: reset dump area size if fadump memory reserve fails
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/pseries: fix possible memory leak in ibmebus_bus_init()
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/pseries: PLPKS: undo kernel-doc comment notation
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v3] powerpc/inst: add PPC_TLBILX_LPID
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] Revert "powerpc/xmon: Relax frame size for clang"
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH 00/17] powerpc/ftrace: refactor and add support for -fpatchable-function-entry
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH 0/2] powerpc/selftests: miscellaneous improvements
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc: Move DMA64_PROPNAME define to a header
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH 1/3] powerpc: remove unneeded #include <asm/export.h>
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v9 1/2] powerpc/rtas: export rtas_error_rc() for reuse
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc: Make virt_to_pfn() a static inline
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v4 00/10] Add sysfs interface files to hv_gpci device to expose system information
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/ps3: refactor strncpy usage
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v2] powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v2] arch/powerpc: Remove unnecessary endian conversion code in XICS
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v2] powerpc/ptrace: Split gpr32_set_common
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v2] powerpc/512x: Make mpc512x_select_reset_compat() static
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v2] powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototype
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v2] powerpc/32s: Cleanup the mess in __set_pte_at()
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v1 1/6] powerpc/include: Remove unneeded #include <asm/fs_pd.h>
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inline
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/reg: Remove #ifdef around mtspr macro
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/perf: Convert fsl_emb notifier to state machine callbacks
 2023-08-23 11:55 UTC  (3+ messages)

[PATCH] powerpc/fsl_pci: Make fsl_add_bridge() static
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/8xx: Remove init_internal_rtc() to fix no previous prototype error
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/82xx: Remove pq2_init_pci
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype error
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/4xx: Remove pika_dtm_[un]register_shutdown() to fix no previous prototype
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/4xx: Add missing includes to fix no previous prototype errors
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH] powerpc/47x: Add prototype for mmu_init_secondary()
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH 1/2] powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes from mpc83xx.h
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v1 0/4] Improve ptrace selftest usability
 2023-08-23 11:55 UTC  (2+ messages)
` (subset) "

[PATCH 0/7] Rework perf and ptrace watchpoint tracking
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH 1/2] powerpc: mark more local variables as volatile
 2023-08-23 11:55 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/mm: Cleanup memory block size probing
 2023-08-23 11:55 UTC  (2+ messages)
` (subset) "

[PATCH 00/17] -Wmissing-prototype warning fixes
 2023-08-23 11:55 UTC  (2+ messages)
` (subset) "

[PATCH] ibmveth: Use dcbf rather than dcbfl
 2023-08-23 11:10 UTC  (2+ messages)

[PATCH 1/2] perf vendor events: Update JSON/events for power10 platform
 2023-08-23  7:55 UTC  (2+ messages)
` [PATCH 2/2] perf vendor events: Update metric events "

linux-next: manual merge of the tty tree with the powerpc tree
 2023-08-23  6:08 UTC  (3+ messages)

[PATCH] powerpc: Drop zalloc_maybe_bootmem()
 2023-08-23  6:01 UTC  (2+ messages)

[PATCH 1/4] powerpc/pseries: Move VPHN constants into vphn.h
 2023-08-23  5:53 UTC  (4+ messages)
` [PATCH 2/4] powerpc/pseries: Move hcall_vphn() prototype "
` [PATCH 3/4] powerpc: Don't include lppaca.h in paca.h
` [PATCH v2 4/4] powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT

[PATCH] cxl: Drop unused detach_spa()
 2023-08-23  4:51 UTC  (2+ messages)

[PATCH 1/2] powerpc/powernv: Fix fortify source warnings in opal-prd.c
 2023-08-23  2:58 UTC  (3+ messages)
` [PATCH 2/2] powerpc/powernv: Use struct opal_prd_msg in more places

[PATCH v6 2/3] PCI/AER: Disable AER interrupt on suspend
 2023-08-23  2:02 UTC  (4+ messages)

linux-next: build failure after merge of the mm tree
 2023-08-22 20:20 UTC  (6+ messages)

[PATCH mm-unstable] mm/khugepaged: fix collapse_pte_mapped_thp() versus uffd
 2023-08-22 19:10 UTC  (15+ messages)

[PATCH v5 0/3 RESEND] sed-opal: keyrings, discovery, revert, key store
 2023-08-22 17:10 UTC  (6+ messages)

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-08-22 14:55 UTC  (21+ messages)

[PATCH AUTOSEL 6.1 9/9] powerpc/powermac: Use early_* IO variants in via_calibrate_decr()
 2023-08-22 11:31 UTC 

[PATCH AUTOSEL 6.4 09/10] powerpc/powermac: Use early_* IO variants in via_calibrate_decr()
 2023-08-22 11:30 UTC 

[PATCH v6 00/14] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-08-22  6:32 UTC  (4+ messages)
` [PATCH v6 02/14] x86/kexec: refactor for kernel/Kconfig.kexec

[PATCH] powerpc/85xx: Mark some functions static and add missing includes to fix no previous prototype error
 2023-08-22  6:13 UTC 

[PATCH] powerpc/64e: Fix circular dependency with CONFIG_SMP disabled
 2023-08-22  6:07 UTC 

[powerpc:next-test 9/109] arch/powerpc/include/asm/paca.h:155:23: error: field has incomplete type 'struct tlb_core_data'
 2023-08-22  5:58 UTC 

[powerpc:next-test 9/109] arch/powerpc/include/asm/paca.h:291:36: warning: 'struct mm_struct' declared inside parameter list will not be visible outside of this definition or declaration
 2023-08-22  2:18 UTC 

[powerpc:next-test 9/109] arch/powerpc/include/asm/paca.h:291:36: warning: declaration of 'struct mm_struct' will not be visible outside of this function
 2023-08-22  0:30 UTC 

linux-next: manual merge of the powerpc tree with the mm-stable tree
 2023-08-22  0:16 UTC 

[powerpc:next-test 9/109] arch/powerpc/include/asm/paca.h:155:30: error: field 'tcd' has incomplete type
 2023-08-21 23:28 UTC 

[PATCH v4 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer (v4)
 2023-08-21 20:49 UTC  (9+ messages)
` [PATCH v4 06/28] dt-bindings: net: Add support for QMC HDLC
` [PATCH v4 21/28] net: wan: Add framer framework support
` [PATCH v4 22/28] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer

[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
 2023-08-21 19:49 UTC  (2+ messages)

[PATCH v3 00/13] mm: free retracted page table by RCU
 2023-08-21 19:48 UTC  (4+ messages)
` [PATCH v3 10/13] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
  ` [BUG] "

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-21 19:33 UTC  (3+ messages)

[PATCH] powerpc/powermac: Fix unused function warning
 2023-08-21 14:09 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).