linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-08 08:01:59 to 2023-06-12 20:11:10 UTC [more...]

[PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-12 17:32 UTC  (15+ messages)
` [PATCH v1 01/21] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v1 02/21] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v1 03/21] arm/kexec: "
` [PATCH v1 04/21] ia64/kexec: "
` [PATCH v1 05/21] arm64/kexec: "
` [PATCH v1 06/21] loongarch/kexec: "
` [PATCH v1 07/21] m68k/kexec: "
` [PATCH v1 08/21] mips/kexec: "
` [PATCH v1 09/21] parisc/kexec: "
` [PATCH v1 10/21] powerpc/kexec: "
` [PATCH v1 11/21] riscv/kexec: "
` [PATCH v1 12/21] s390/kexec: "
` [PATCH v1 13/21] sh/kexec: "

[RFC PATCH 1/1] powerpc: update ppc_save_regs to save current r1 in pt_regs
 2023-06-12  4:55 UTC 

[PATCH 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
 2023-06-12 16:34 UTC  (17+ messages)
` [PATCH 3/9] cpu/SMT: Store the current/max number of threads
` [PATCH 4/9] cpu/SMT: Create topology_smt_threads_supported()
` [PATCH 5/9] cpu/SMT: Create topology_smt_thread_allowed()
` [PATCH 6/9] cpu/SMT: Allow enabling partial SMT states via sysfs
` [PATCH 8/9] powerpc: Add HOTPLUG_SMT support

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-06-12 16:33 UTC  (12+ messages)

[PATCH v4 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-06-12 16:12 UTC  (2+ messages)

[PATCH v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-06-12 13:59 UTC  (5+ messages)
` [PATCH v5 15/18] watchdog/perf: Add a weak function for an arch to detect if perf can use NMIs

[PATCH v8 7/7] PCI: Work around PCIe link training failures
 2023-06-11 17:14 UTC  (2+ messages)

[PATCH v9 00/14] pci: Work around ASMedia ASM2824 PCIe link training failures
 2023-06-11 17:20 UTC  (15+ messages)
` [PATCH v9 01/14] PCI: pciehp: Rely on `link_active_reporting'
` [PATCH v9 02/14] PCI: Export PCIe link retrain timeout
` [PATCH v9 03/14] PCI: Execute `quirk_enable_clear_retrain_link' earlier
` [PATCH v9 04/14] PCI: Initialize `link_active_reporting' earlier
` [PATCH v9 05/14] powerpc/eeh: Rely on `link_active_reporting'
` [PATCH v9 06/14] net/mlx5: "
` [PATCH v9 07/14] PCI: Export `pcie_retrain_link' for use outside ASPM
` [PATCH v9 08/14] PCI: Use distinct local vars in `pcie_retrain_link'
` [PATCH v9 09/14] PCI: Factor our waiting for link training end
` [PATCH v9 10/14] PCI: Add support for polling DLLLA to `pcie_retrain_link'
` [PATCH v9 11/14] PCI: Use `pcie_wait_for_link_status' in `pcie_wait_for_link_delay'
` [PATCH v9 12/14] PCI: Provide stub failed link recovery for device probing and hot plug
` [PATCH v9 13/14] PCI: Add failed link recovery for device reset events
` [PATCH v9 14/14] PCI: Work around PCIe link training failures

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-06-09 13:05 UTC  (6+ messages)

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

[PATCH v9 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2023-06-10  9:25 UTC  (6+ messages)
` [PATCH v9 2/4] tpm: of: Make of-tree specific function commonly available

[PATCH] powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node
 2023-06-10  7:35 UTC  (2+ messages)

[PATCH] powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y
 2023-06-10  3:11 UTC  (3+ messages)

[PATCH v4 0/2] serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLE
 2023-06-10  3:03 UTC  (3+ messages)
` [PATCH v4 1/2] powerpc/legacy_serial: Handle SERIAL_8250_FSL=n build failures

[RFC PATCH v2 0/6] KVM: PPC: Nested PAPR guests
 2023-06-10  2:16 UTC  (18+ messages)
` [RFC PATCH v2 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [RFC PATCH v2 2/6] KVM: PPC: Add fpr getters and setters
` [RFC PATCH v2 4/6] KVM: PPC: Add helper library for Guest State Buffers
` [RFC PATCH v2 5/6] KVM: PPC: Add support for nested PAPR guests
` [RFC PATCH v2 6/6] docs: powerpc: Document nested KVM on POWER
  ` [PATCH RFC "

[PATCH] powerpc/ftrace: Disable ftrace on ppc32 if using clang
 2023-06-09 19:45 UTC  (2+ messages)

[PATCH v2 25/25] iommu: Convert remaining simple drivers to domain_alloc_paging()
 2023-06-09 19:26 UTC  (3+ messages)

[PATCH] powerpc: fsl_rio: Use of_range_to_resource() for "ranges" parsing
 2023-06-09 18:32 UTC 

[PATCH] powerpc: fsl_soc: Use of_range_to_resource() for "ranges" parsing
 2023-06-09 18:32 UTC 

[PATCH] powerpc: mpc512x: Remove open coded "ranges" parsing
 2023-06-09 18:32 UTC 

[PATCH] powerpc: fsl: Use of_property_read_reg() to parse "reg"
 2023-06-09 18:31 UTC 

[PATCH] cpufreq: pmac32: Use of_property_read_reg() to parse "reg"
 2023-06-09 18:31 UTC 

[PATCH] macintosh: Use of_property_read_reg() to parse "reg"
 2023-06-09 18:29 UTC 

[PATCH 00/13] mm: jit/text allocator
 2023-06-09 17:02 UTC  (9+ messages)

[PATCH v2] powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()
 2023-06-09 13:51 UTC  (2+ messages)

[PATCH] powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_user_regs_unsafe()
 2023-06-09 13:06 UTC  (3+ messages)

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-09 13:04 UTC  (12+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` kvm/arm64: Spark benchmark
` kvm/powerpc: memcached benchmark
` kvm/x86: multichase benchmark

[PATCH 0/3] Extend KCSAN to all powerpc
 2023-06-09 12:55 UTC  (5+ messages)
` [PATCH 1/3] kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures

[PATCH 00/10] Add sysfs interface files to hv_gpci device to expose system information
 2023-06-09 11:40 UTC  (11+ messages)
` [PATCH 01/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus topology information
` [PATCH 02/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_bus_topology sysfs interface file
` [PATCH 03/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor config information
` [PATCH 04/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_config sysfs interface file
` [PATCH 05/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via virtual processor information
` [PATCH 06/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_virtual_processor sysfs interface file
` [PATCH 07/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via domain information
` [PATCH 08/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_domain sysfs interface file
` [PATCH 09/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via partition information
` [PATCH 10/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_partition sysfs interface file

[PATCH 1/4] powerpc: Make mmiowb a wmb
 2023-06-09 10:00 UTC  (4+ messages)
` [PATCH 2/4] powerpc/64s: Add POWER10 store sync mnemonics
` [PATCH 3/4] powerpc/64s: Use stncisync instruction for smp_wmb() when available
` [PATCH 4/4] powerpc/64s: Use POWER10 stsync barrier for wmb()

[PATCH] powerpc/legacy_serial: check CONFIG_SERIAL_8250_CONSOLE
 2023-06-09  8:08 UTC  (2+ messages)

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-09  8:08 UTC  (25+ messages)
` [PATCH v2 01/23] arm: "
` [PATCH v2 02/23] arm64: allow pte_offset_map() "
` [PATCH v2 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 04/23] ia64/hugetlb: "
` [PATCH v2 05/23] m68k: allow pte_offset_map[_lock]() to fail
` [PATCH v2 06/23] microblaze: allow pte_offset_map() "
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
  ` [PATCH v2 07/23 fix] mips: update_mmu_cache() can replace __update_tlb(): fix
` [PATCH v2 08/23] parisc: add pte_unmap() to balance get_ptep()
` [PATCH v2 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()
` [PATCH v2 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
` [PATCH v2 12/23] powerpc: allow pte_offset_map[_lock]() to fail
` [PATCH v2 13/23] powerpc/hugetlb: pte_alloc_huge()
` [PATCH v2 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 15/23] s390: allow pte_offset_map_lock() to fail
` [PATCH v2 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
` [PATCH v2 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH v2 18/23] sparc/hugetlb: "
` [PATCH v2 19/23] sparc: allow pte_offset_map() to fail
` [PATCH v2 20/23] sparc: iounit and iommu use pte_offset_kernel()
` [PATCH v2 21/23] x86: Allow get_locked_pte() to fail
` [PATCH v2 22/23] x86: sme_populate_pgd() use pte_offset_kernel()
` [PATCH v2 23/23] xtensa: add pte_unmap() to balance pte_offset_map()

[PATCH v6 17/19] powerpc: mm: Convert to GENERIC_IOREMAP
 2023-06-09  7:55 UTC 

[PATCH] powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()
 2023-06-09  6:51 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/mm: Cleanup memory block size probing
 2023-06-09  6:08 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/mm: Add memory_block_size as a kernel parameter

[PATCH] powerpc/build: vdso linker warning for orphan sections
 2023-06-09  5:10 UTC 

[PATCH v5 25/26] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-06-08 22:54 UTC  (2+ messages)

[PATCH v5 0/3] sed-opal: keyrings, discovery, revert, key store
 2023-06-08 19:26 UTC  (4+ messages)
` [PATCH v5 1/3] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH v5 2/3] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH v5 3/3] block: sed-opal: keyring support for SED keys

[PATCH v7 0/3] generic and PowerPC SED Opal keystore
 2023-06-08 19:29 UTC  (4+ messages)
` [PATCH v7 1/3] block:sed-opal: "
` [PATCH v7 2/3] block: sed-opal: keystore access for SED Opal keys
` [PATCH v7 3/3] powerpc/pseries: PLPKS SED Opal keystore support

[PATCH v4 RESEND 0/3] sed-opal: keyrings, discovery, revert, key store
 2023-06-08 18:28 UTC  (3+ messages)

[PATCH 00/12] mm: free retracted page table by RCU
 2023-06-08 15:47 UTC  (7+ messages)
` [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()

[PATCH 0/7] watchdog/hardlockup: Cleanup configuration of hardlockup detectors
 2023-06-08 13:55 UTC  (17+ messages)
` [PATCH 1/7] watchdog/hardlockup: Sort hardlockup detector related config values a logical way
` [PATCH 2/7] watchdog/hardlockup: Make the config checks more straightforward
` [PATCH 3/7] watchdog/hardlockup: Declare arch_touch_nmi_watchdog() only in linux/nmi.h
` [PATCH 4/7] watchdog/hardlockup: Enable HAVE_NMI_WATCHDOG only on sparc64
` [PATCH 7/7] watchdog/hardlockup: Define HARDLOCKUP_DETECTOR_ARCH

[PATCH v2] security/integrity: fix pointer to ESL data and its size on pseries
 2023-06-08 13:16 UTC  (2+ messages)

[PATCH] KVM: ppc64: Enable ring-based dirty memory tracking
 2023-06-08 12:34 UTC 

[PATCH v3 00/34] Split ptdesc from struct page
 2023-06-08 10:12 UTC  (3+ messages)
` [PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs

[PATCH][next] powerpc/powernv/sriov: perform null check on iov before dereferencing iov
 2023-06-08  9:58 UTC 

[PATCH] powerpc/fadump: reset dump area size variable if memblock reserve fails
 2023-06-08  9:22 UTC 

[kvm-unit-tests v4 00/12] powerpc: updates, P10, PNV support
 2023-06-08  7:58 UTC  (11+ messages)
` [kvm-unit-tests v4 03/12] powerpc: Abstract H_CEDE calls into a sleep functions
` [kvm-unit-tests v4 04/12] powerpc: Add ISA v3.1 (POWER10) support to SPR test
` [kvm-unit-tests v4 05/12] powerpc: Extract some common helpers and defines to headers
` [kvm-unit-tests v4 06/12] powerpc/sprs: Specify SPRs with data rather than code
` [kvm-unit-tests v4 07/12] powerpc/spapr_vpa: Add basic VPA tests
` [kvm-unit-tests v4 08/12] powerpc: Expand exception handler vector granularity
` [kvm-unit-tests v4 09/12] powerpc: Add support for more interrupts including HV interrupts
` [kvm-unit-tests v4 10/12] powerpc: Discover runtime load address dynamically
` [kvm-unit-tests v4 11/12] powerpc: Support powernv machine with QEMU TCG
` [kvm-unit-tests v4 12/12] powerpc/sprs: Test hypervisor registers on powernv machine


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