linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-27 17:23:51 to 2023-03-03 01:05:54 UTC [more...]

[RFC PATCH 0/4] Remove some e300/MPC83xx evaluation platforms
 2023-03-03  1:04 UTC  (12+ messages)

[RFC PATCH 0/4] Remove some e500/MPC85xx evaluation platforms
 2023-03-03  0:25 UTC  (8+ messages)
` [PATCH 4/4] powerpc: remove orphaned MPC85xx kernel config fragments

[PATCH v2 0/5] Use dma_default_coherent for devicetree default coherency
 2023-03-03  0:11 UTC  (9+ messages)
` [PATCH v2 2/5] dma-mapping: Provide a fallback dma_default_coherent
` [PATCH v2 3/5] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
` [PATCH v2 5/5] of: address: Always use dma_default_coherent for default coherency

[PATCH 1/2] powerpc/64: Move CPU -mtune options into Kconfig
 2023-03-02 23:54 UTC  (6+ messages)
` [PATCH 2/2] powerpc/64: Use -mtune=pwr10/9/8 for clang

[PATCH] powerpc/64s: Fix __pte_needs_flush() false positive warning
 2023-03-02 23:01 UTC  (2+ messages)

[PATCH v2] powerpc/64s: Fix __pte_needs_flush() false positive warning
 2023-03-02 22:59 UTC 

[PATCH 1/2] powerpc/tpm: Create linux,sml-base/size as big endian
 2023-03-02 22:05 UTC  (8+ messages)
` [PATCH 2/2] powerpc/tpm: Reserve SML log when kexec'ing

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-03-02 19:50 UTC  (4+ messages)

[PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-02 12:19 UTC  (4+ messages)

[patch 00/39] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 1 cleanups
 2023-03-02 14:43 UTC  (5+ messages)
` [patch 05/39] genirq/msi: Remove filter from msi_free_descs_free_range()

[PATCH v4 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-03-02 12:38 UTC  (31+ messages)
` [PATCH v4 01/24] alpha: "
` [PATCH v4 02/24] arm64: "
` [PATCH v4 03/24] arm: "
` [PATCH v4 04/24] ia64: "
` [PATCH v4 05/24] m68k: "
` [PATCH v4 06/24] microblaze: "
` [PATCH v4 07/24] mips: "
` [PATCH v4 08/24] parisc: "
` [PATCH v4 09/24] powerpc: "
` [PATCH v4 10/24] sparc: "
` [PATCH v4 11/24] xtensa: "
` [PATCH v4 12/24] asm-generic: "
` [PATCH v4 13/24] alpha: Remove empty <uapi/asm/setup.h>
` [PATCH v4 14/24] arc: "
` [PATCH v4 15/24] m68k: "
` [PATCH v4 16/24] arm64: "
` [PATCH v4 17/24] microblaze: "
` [PATCH v4 18/24] sparc: "
` [PATCH v4 19/24] parisc: "
` [PATCH v4 20/24] x86: "
` [PATCH v4 21/24] xtensa: "
` [PATCH v4 22/24] powerpc: "
` [PATCH v4 23/24] mips: "
` [PATCH v4 24/24] s390: "

[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-03-02 10:55 UTC  (14+ messages)
` [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn
        ` [PATCH v2.1 "
` [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition
        ` [PATCH v2.1 "

[PATCH 1/1] mm/nommu: remove unnecessary VMA locking
 2023-03-02  9:41 UTC  (2+ messages)

[PATCH 0/3] of: irq: Fixes refcount issues with of_irq_parse_one()/of_irq_parse_raw()
 2023-03-02  7:49 UTC  (6+ messages)
` [PATCH 1/3] of: irq: make callers of of_irq_parse_raw() release the device node
` [PATCH 2/3] of: irq: make callers of of_irq_parse_one() "
` [PATCH 3/3] of: irq: release the node after looking up for "interrupts-extended"

[PATCH 1/2] selftests/powerpc/pmu: Fix sample field check in the mmcra_thresh_marked_sample_test
 2023-03-02  3:19 UTC  (4+ messages)
` [PATCH 2/2] selftests/powerpc/pmu: fix including of utils.h when event.h is included

[PATCH v3 03/24] arm: Remove COMMAND_LINE_SIZE from uapi
 2023-03-02  3:17 UTC  (2+ messages)

[PATCH v4 00/33] Per-VMA locks
 2023-03-02  2:21 UTC  (43+ messages)
` [PATCH v4 01/33] maple_tree: Be more cautious about dead nodes
` [PATCH v4 02/33] maple_tree: Detect dead nodes in mas_start()
` [PATCH v4 03/33] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH v4 04/33] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH v4 05/33] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH v4 06/33] maple_tree: Add smp_rmb() to dead node detection
` [PATCH v4 07/33] maple_tree: Add RCU lock checking to rcu callback functions
` [PATCH v4 08/33] mm: Enable maple tree RCU mode by default
` [PATCH v4 09/33] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH v4 10/33] mm: rcu safe VMA freeing
` [PATCH v4 11/33] mm: move mmap_lock assert function definitions
` [PATCH v4 12/33] mm: add per-VMA lock and helper functions to control it
` [PATCH v4 13/33] mm: mark VMA as being written when changing vm_flags
` [PATCH v4 14/33] mm/mmap: move vma_prepare before vma_adjust_trans_huge
` [PATCH v4 15/33] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH v4 16/33] mm/mmap: write-lock VMAs in vma_prepare before modifying them
` [PATCH v4 17/33] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH v4 18/33] mm: write-lock VMAs before removing them from VMA tree
` [PATCH v4 19/33] mm: conditionally write-lock VMA in free_pgtables
` [PATCH v4 20/33] kernel/fork: assert no VMA readers during its destruction
` [PATCH v4 21/33] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH v4 22/33] mm: introduce vma detached flag
` [PATCH v4 23/33] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH v4 24/33] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH v4 25/33] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH v4 26/33] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH v4 27/33] mm: prevent userfaults to be handled under per-vma lock
` [PATCH v4 28/33] mm: introduce per-VMA lock statistics
` [PATCH v4 29/33] x86/mm: try VMA lock-based page fault handling first
` [PATCH v4 30/33] arm64/mm: "
` [PATCH v4 31/33] powerc/mm: "
` [PATCH v4 32/33] mm/mmap: free vm_area_struct without call_rcu in exit_mmap
` [PATCH v4 33/33] mm: separate vma->lock from vm_area_struct

[powerpc:fixes-test] BUILD SUCCESS f8b2336f15f3bc30e37ce5c052cde5b6319bb6df
 2023-03-02  1:17 UTC 

[powerpc:merge] BUILD SUCCESS 90dbf76e470bc4b973052a8f26ea43bae30f9aec
 2023-03-02  0:51 UTC 

[PATCH v7 00/24] x86: Implement an HPET-based hardlockup detector
 2023-03-01 23:47 UTC  (25+ messages)
` [PATCH v7 01/24] x86/apic: Add irq_cfg::delivery_mode
` [PATCH v7 02/24] x86/apic/msi: Use the delivery mode from irq_cfg for message composition
` [PATCH v7 03/24] x86/apic: Add the X86_IRQ_ALLOC_AS_NMI interrupt allocation flag
` [PATCH v7 04/24] x86/apic/vector: Implement a local APIC NMI controller
` [PATCH v7 05/24] x86/apic/vector: Skip cleanup for the NMI vector
` [PATCH v7 06/24] iommu/vt-d: Clear the redirection hint when the destination mode is physical
` [PATCH v7 07/24] iommu/vt-d: Rework prepare_irte() to support per-interrupt delivery mode
` [PATCH v7 08/24] iommu/vt-d: Set the IRTE delivery mode individually for each interrupt
` [PATCH v7 09/24] iommu/amd: Expose [set|get]_dev_entry_bit()
` [PATCH v7 10/24] iommu/amd: Enable NMIPass when allocating an NMI
` [PATCH v7 11/24] iommu/amd: Compose MSI messages for NMIs in non-IR format
` [PATCH v7 12/24] x86/hpet: Expose hpet_writel() in header
` [PATCH v7 13/24] x86/hpet: Add helper function hpet_set_comparator_periodic()
` [PATCH v7 14/24] x86/hpet: Prepare IRQ assignments to use the X86_ALLOC_AS_NMI flag
` [PATCH v7 15/24] x86/hpet: Reserve an HPET channel for the hardlockup detector
` [PATCH v7 16/24] watchdog/hardlockup: Define a generic function to detect hardlockups
` [PATCH v7 17/24] watchdog/hardlockup: Decouple the hardlockup detector from perf
` [PATCH v7 18/24] init/main: Delay initialization of the lockup detector after smp_init()
` [PATCH v7 19/24] x86/watchdog/hardlockup: Add an HPET-based hardlockup detector
` [PATCH v7 20/24] x86/watchdog/hardlockup/hpet: Determine if HPET timer caused NMI
` [PATCH v7 21/24] watchdog/hardlockup/hpet: Only enable the HPET watchdog via a boot parameter
` [PATCH v7 22/24] x86/watchdog: Add a shim hardlockup detector
` [PATCH v7 23/24] watchdog: Introduce hardlockup_detector_mark_unavailable()
` [PATCH v7 24/24] x86/tsc: Stop the HPET hardlockup detector if TSC become unstable

[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-01 15:41 UTC  (2+ messages)

Symbol cpu_feature_keys should be exported to all modules on powerpc
 2023-03-01 13:25 UTC  (3+ messages)
    ` Fwd: "

[Patch] sound/aoa: Add support for iBook G4 (powerbook6,5)
 2023-03-01  8:30 UTC 

[PATCH] PCI/AER: correctable error message as KERN_INFO
 2023-03-01  6:04 UTC 

[PATCH v5 01/17] asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
 2023-03-01  9:24 UTC  (4+ messages)

[PATCH V2] mm: Merge pte_mkhuge() call into arch_make_huge_pte()
 2023-03-01  8:32 UTC  (3+ messages)

Patch for audio on iBook G4 (powerbook6,5)
 2023-03-01  7:08 UTC  (2+ messages)

[mainline 6.2.0][PPC][bisected b1fc44e] WARNING: CPU: 3 PID: 3873 at arch/powerpc/kernel/iommu.c
 2023-03-01  7:07 UTC 

[PATCH 0/2] Freescale T1040RDB DTS updates
 2023-02-28 22:20 UTC  (2+ messages)

[PATCH v3 19/34] powerpc: Implement the new page table range API
 2023-02-28 21:37 UTC 

[PATCH] mm: remove zap_page_range and create zap_vma_pages
 2023-02-28 21:11 UTC  (2+ messages)

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-28 21:11 UTC  (9+ messages)
` [PATCH mm-unstable v1 11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH v2 00/33] Per-VMA locks
 2023-02-28 18:08 UTC  (4+ messages)
` [External] "

[PATCH mm-unstable v1 19/26] riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
 2023-02-28 15:56 UTC  (3+ messages)

[PATCH mm] kasan, powerpc: Don't rename memintrinsics if compiler adds prefixes
 2023-02-28 11:58 UTC  (4+ messages)

Possible bug in linux-6.2/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_marked_sample_test.c
 2023-02-28 10:06 UTC  (3+ messages)

[PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-28  8:58 UTC  (6+ messages)
` [PATCH 5.15 v2 1/5] arch: fix broken BuildID for arm64 and riscv

[PATCH v2 18/30] powerpc: Implement the new page table range API
 2023-02-28  6:58 UTC  (4+ messages)

[PATCH v3] powerpc: Implement arch_within_stack_frames
 2023-02-28  5:43 UTC 

[PATCH 0/3] Clean up PowerPC selftest stderr output
 2023-02-28  0:07 UTC  (4+ messages)
` [PATCH 1/3] selftests/powerpc: Use CLEAN macro to fix make warning
` [PATCH 2/3] selftests/powerpc: Pass make context to children
` [PATCH 3/3] selftests/powerpc: Make dd output quiet

[PATCH 0/2] char/agp: consolidate asm/agp.h
 2023-02-27 20:04 UTC  (2+ messages)

[PATCH v3 00/35] Per-VMA locks
 2023-02-27 17:33 UTC  (13+ messages)
` [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it


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