LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-09 18:32:28 to 2023-06-13 22:12:25 UTC [more...]

[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
 2023-06-13 16:14 UTC  (7+ messages)

[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-06-13 21:16 UTC 

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

[PATCH 00/17] tool/perf/test: Fix shellcheck coding/formatting issues of test shell scripts
 2023-06-13 20:34 UTC  (22+ messages)
` [PATCH 01/17] perf: get rid of unused import
` [PATCH 02/17] tools/perf/tests: fix shellcheck warning for stat+json_output
` [PATCH 03/17] shellcheck : fixing signal names and adding double quotes for expression in test_arm_callgraph_fp
` [PATCH 04/17] tools/perf/tests: fix shellcheck warnings for daemon.sh
` [PATCH 05/17] tools/perf/tests: Fix shellcheck warnings for stat+csv_output
` [PATCH 06/17] tools/perf/tests: Fix shellcheck warnings for trace+probe_vfs_getname.sh
` [PATCH 07/17] perf/tests/shell : Shellcheck fixes for perf test "test_arm_coresight.sh"
` [PATCH 08/17] tools/perf/tests/shell/stat_all_metrics: Fix shellcheck warning SC2076 in stat_all_metrics.sh
` [PATCH 09/17] tools/perf/tests: Fix shellcheck issues in test_task_analyzer.sh file
` [PATCH 10/17] tools/perf/tests: fix test_arm_spe.sh signal case issues
` [PATCH 11/17] perf/tests/shell: fix shellscript errors for lock_contention.sh
` [PATCH 12/17] tools/perf/tests: fixed shellcheck warnings for perf shell scripts
` [PATCH 13/17] tools/perf/tests: Fix all POSIX sh warnings in perf shell test test_brstack.sh
` [PATCH 14/17] tools/perf/tests: Fix all POSIX sh warnings in stat+shadow_stat.sh
` [PATCH 15/17] perf tests task_analyzer: fix bad substitution ${$1}
` [PATCH 16/17] perf tests task_analyzer: print command on failure
` [PATCH 17/17] perf tests task_analyzer: skip tests if no libtraceevent support

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

[PATCH 0/3] Move the ARCH_DMA_MINALIGN definition to asm/cache.h
 2023-06-13 19:49 UTC  (6+ messages)
` [PATCH 1/3] powerpc: "
` [PATCH 2/3] microblaze: Move the ARCH_{DMA,SLAB}_MINALIGN definitions "
` [PATCH 3/3] sh: Move the ARCH_DMA_MINALIGN definition "

[PATCH 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
 2023-06-13 18:53 UTC  (19+ 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] powerpc/iommu: TCEs are incorrectly manipulated with DLPAR add/remove of memory
 2023-06-13 17:17 UTC  (2+ messages)

linux-next: Tree for Jun 13 (drivers/net/ethernet/freescale/fs_enet/mii-fec.c)
 2023-06-13 16:21 UTC 

linux-next: build failure after merge of the mm tree
 2023-06-13 15:58 UTC  (2+ messages)

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

[PATCH 1/4] powerpc: Make mmiowb a wmb
 2023-06-13 13:59 UTC  (5+ messages)
` [PATCH 2/4] powerpc/64s: Add POWER10 store sync mnemonics
` [PATCH 4/4] powerpc/64s: Use POWER10 stsync barrier for wmb()

[PATCH] macintosh: Switch i2c drivers back to use .probe()
 2023-06-13 13:31 UTC  (3+ messages)

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-13 11:45 UTC  (3+ messages)
` [PATCH v2 15/23] s390: allow pte_offset_map_lock() "

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

[PATCH] powerpc: Switch i2c drivers back to use .probe()
 2023-06-13  7:13 UTC  (2+ messages)

[PATCH] powerpc/xmon: Fix comparing pointer
 2023-06-13  6:06 UTC  (2+ messages)

[RFC PATCH 0/3] powernv/pci: Remove unused IODA1 support
 2023-06-13  4:52 UTC  (4+ messages)
` [RFC PATCH 1/3] powernv/pci: Remove ioda1 support
` [RFC PATCH 2/3] powerpc/pci: Remove MVE code
` [RFC PATCH 3/3] powernv/pci: Remove last IODA1 defines

[RFC 0/3] Asynchronous EEH recovery
 2023-06-13  2:36 UTC  (5+ messages)
` [RFC 1/3] powerpc/eeh: Synchronization for safety
` [RFC 2/3] powerpc/eeh: Provide a unique ID for each EEH recovery
` [RFC 3/3] powerpc/eeh: Asynchronous recovery

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

[PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-12 19:38 UTC  (16+ 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 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 


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 read-only IMAP folder(s) and NNTP newsgroup(s).