linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-26 15:12:52 to 2023-05-08 02:12:59 UTC [more...]

[PATCH 00/12] powerpc: KCSAN fix warnings and mark accesses
 2023-05-08  2:01 UTC  (13+ messages)
` [PATCH 01/12] powerpc: qspinlock: Fix qnode->locked value interpretation
` [PATCH 02/12] powerpc: qspinlock: Mark accesses to qnode lock checks
` [PATCH 03/12] powerpc: qspinlock: Enforce qnode writes prior to publishing to queue
` [PATCH 04/12] asm-generic/mmiowb: Mark accesses to fix KCSAN warnings
` [PATCH 05/12] powerpc: Mark [h]ssr_valid accesses in check_return_regs_valid
` [PATCH 06/12] powerpc: Mark accesses to power_save callback in arch_cpu_idle
` [PATCH 07/12] powerpc: powernv: Fix KCSAN datarace warnings on idle_state contention
` [PATCH 08/12] powerpc: Annotate accesses to ipi message flags
` [PATCH 09/12] powerpc: Mark writes registering ipi to host cpu through kvm
` [PATCH 10/12] powerpc: powernv: Annotate data races in opal events
` [PATCH 11/12] powerpc: powernv: Annotate asynchronous access to opal tokens
` [PATCH 12/12] powerpc: Mark asynchronous accesses to irq_data

[PATCH v4 00/17] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-08  1:34 UTC  (33+ messages)
` [PATCH v4 01/17] watchdog/perf: Define dummy watchdog_update_hrtimer_threshold() on correct config
` [PATCH v4 02/17] watchdog: remove WATCHDOG_DEFAULT
` [PATCH v4 03/17] watchdog/hardlockup: change watchdog_nmi_enable() to void
` [PATCH v4 04/17] watchdog/perf: Ensure CPU-bound context when creating hardlockup detector event
` [PATCH v4 05/17] watchdog/hardlockup: Rename touch_nmi_watchdog() to touch_hardlockup_watchdog()
` [PATCH v4 06/17] watchdog/perf: Rename watchdog_hld.c to watchdog_perf.c
` [PATCH v4 07/17] watchdog/hardlockup: Move perf hardlockup checking/panic to common watchdog.c
` [PATCH v4 08/17] watchdog/hardlockup: Style changes to watchdog_hardlockup_check() / ..._is_lockedup()
` [PATCH v4 09/17] watchdog/hardlockup: Add a "cpu" param to watchdog_hardlockup_check()
` [PATCH v4 10/17] watchdog/hardlockup: Move perf hardlockup watchdog petting to watchdog.c
` [PATCH v4 11/17] watchdog/hardlockup: Rename some "NMI watchdog" constants/function
` [PATCH v4 12/17] watchdog/hardlockup: Have the perf hardlockup use __weak functions more cleanly
` [PATCH v4 13/17] watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
` [PATCH v4 14/17] watchdog/perf: Add a weak function for an arch to detect if perf can use NMIs
` [PATCH v4 15/17] watchdog/perf: Adapt the watchdog_perf interface for async model
` [PATCH v4 16/17] arm64: add hw_nmi_get_sample_period for preparation of lockup detector
` [PATCH v4 17/17] arm64: Enable perf events based hard "

[PATCH v8 7/7] PCI: Work around PCIe link training failures
 2023-05-07 18:33 UTC  (3+ messages)

[PATCH] powerpc: isa-bridge: Fix ISA mmapping when "ranges" is not present
 2023-05-07  9:24 UTC  (2+ messages)

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-06 11:35 UTC  (39+ 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 v2 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-05-06  7:58 UTC  (2+ messages)

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-05-06  7:53 UTC  (6+ messages)
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA

[PATCH] powerpc/64: Use -mprofile-kernel for big endian ELFv2 kernels
 2023-05-06  1:18 UTC 

[PATCH] powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is set
 2023-05-05 23:00 UTC 

[PATCH 0/4] powerpc/64: ELFv2 conversion
 2023-05-05 21:39 UTC  (10+ messages)
` [PATCH 1/4] powerpc/64: Force ELFv2 when building with LLVM linker
` [PATCH 2/4] powerpc/64: Make ELFv2 the default for big-endian builds
` [PATCH 3/4] powerpc/64s: Remove support for ELFv1 little endian userspace
` [RFC PATCH 4/4] powerpc/64: Remove support for kernel's built with ELFv1 ABI

[PATCH v5 0/4] generic and PowerPC SED Opal keystore
 2023-05-05 19:44 UTC  (5+ messages)
` [PATCH 1/4] block:sed-opal: "
` [PATCH 2/4] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH 3/4] block: sed-opal: keystore access for SED Opal keys
` [PATCH 4/4] powerpc/pseries: update SED for PLPKS api changes

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

[PATCH v4 2/3] PCI/AER: Disable AER interrupt on suspend
 2023-05-05 19:22 UTC  (2+ messages)

[PATCH] iommu/powerpc: Incorrect DDW Table is referenced for SR-IOV device
 2023-05-05 18:47 UTC 

[PATCH] powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node
 2023-05-05 17:28 UTC 

[PATCH] mm: kfence: Fix false positives on big endian
 2023-05-05 16:02 UTC  (5+ messages)

[PATCH v4 1/3] PCI/AER: Factor out interrupt toggling into helpers
 2023-05-05 15:37 UTC  (2+ messages)

[PASEMI NEMO] Boot issue with the PowerPC updates 6.4-1
 2023-05-05 14:19 UTC  (12+ messages)

[PATCH v6 0/4] kexec: Fix kexec_file_load for llvm16 with PGO
 2023-05-05 12:30 UTC  (13+ 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] ASoC: fsl_sai: MCLK bind with TX/RX enable bit
 2023-05-05  7:55 UTC 

[PATCH v2] powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEs
 2023-05-05  2:21 UTC  (7+ messages)

[PATCH v8 2/7] PCI: Export PCI link retrain timeout
 2023-05-04 22:21 UTC  (2+ messages)

[PATCH v3] powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEs
 2023-05-04 17:59 UTC 

[PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes
 2023-05-03  7:32 UTC  (4+ messages)
` [PATCH 6/7] powerpc: asm/io.h: Expect immutable pointer in virt_to_phys prototype

[PATCH RFC] rcu: torture: shorten the time between forward-progress tests
 2023-05-02 15:06 UTC 

[Bug 217390] New: use after free in spufs_switch_log_poll
 2023-05-02 11:52 UTC  (2+ messages)
` [Bug 217390] "

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

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

BUG : PowerPC RCU: torture test failed with __stack_chk_fail
 2023-04-28 10:35 UTC  (20+ 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  (3+ messages)
` [PATCH 5/9] powerpc/boot: Separate BOOTCFLAGS from BOOTASFLAGS


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