linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-23 07:52:33 to 2023-05-30 09:49:11 UTC [more...]

[PATCH] powerpc/tools: Pass -mabi=elfv2 to gcc-check-mprofile-kernel.sh
 2023-05-30  9:38 UTC 

[PATCH 1/2] hexagon/traps.c: use KSYM_NAME_LEN in array size
 2023-05-30  8:59 UTC  (4+ messages)
    ` [PATCH 2/2] powerpc/xmon: "

[PATCH 1/1] arch:hexagon/powerpc: use KSYM_NAME_LEN in array size
 2023-05-30  8:14 UTC  (6+ messages)

[PATCH] powerpc/kcsan: Properly instrument arch_spin_unlock()
 2023-05-30  7:40 UTC  (2+ messages)

[PATCH] powerpc: Fail build if using recordmcount with binutils v2.37
 2023-05-30  6:18 UTC  (3+ messages)

[PATCH v2] powerpc: Fail build if using recordmcount with binutils v2.37
 2023-05-30  6:14 UTC 

WARNING at fs/btrfs/disk-io.c:275 during xfstests run(4k block)
 2023-05-30  5:47 UTC  (2+ messages)

[PATCH] powerpc/crypto: Fix aes-gcm-p10 link errors
 2023-05-30  5:07 UTC  (3+ messages)

Kernel crash with ftrace tests
 2023-05-30  4:50 UTC 

[PATCH 00/12] mm: free retracted page table by RCU
 2023-05-29 23:26 UTC  (17+ messages)
` [PATCH 01/12] mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
` [PATCH 02/12] mm/pgtable: add PAE safety to __pte_offset_map()
` [PATCH 03/12] arm: adjust_pte() use pte_offset_map_nolock()
` [PATCH 04/12] powerpc: assert_pte_locked() "
` [PATCH 05/12] powerpc: add pte_free_defer() for pgtables sharing page
` [PATCH 06/12] sparc: "
` [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()
` [PATCH 08/12] mm/pgtable: add pte_free_defer() for pgtable as page
` [PATCH 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock
` [PATCH 10/12] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()
` [PATCH 11/12] mm/khugepaged: delete khugepaged_collapse_pte_mapped_thps()
` [PATCH 12/12] mm: delete mmap_write_trylock() and vma_try_start_write()

Fwd: ./include/linux/mmzone.h:1735:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE (v6.4-rc3 build regression)
 2023-05-29  8:24 UTC  (9+ messages)
`  "

[PATCH v2 0/3] Remove iommu_group_remove_device() from fsl
 2023-05-29  0:46 UTC  (3+ messages)

[PATCH 00/97] usb: Convert to platform remove callback returning void
 2023-05-28 11:39 UTC  (3+ messages)

[PATCH] powerpc: fix debugfs_create_dir error checking
 2023-05-28  8:06 UTC  (3+ messages)

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-28  5:47 UTC  (21+ 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 05/34] mm: add utility functions for ptdesc
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}

[GIT PULL] Please pull powerpc/linux.git powerpc-6.4-3 tag
 2023-05-28  1:12 UTC  (2+ messages)

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-05-27 20:13 UTC  (13+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 02/10] mm/kvm: use mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 03/10] kvm/arm64: export stage2_try_set_pte() and macros
` [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe
` [PATCH mm-unstable v2 05/10] kvm/arm64: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 06/10] kvm/powerpc: make radix page tables RCU safe
` [PATCH mm-unstable v2 07/10] kvm/powerpc: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 08/10] kvm/x86: move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 10/10] mm: multi-gen LRU: use mmu_notifier_test_clear_young()

[PATCH 00/10] watchdog: Cleanup / fixes after buddy series v5 reviews
 2023-05-27  1:41 UTC  (11+ messages)
` [PATCH 01/10] watchdog/hardlockup: Keep kernel.nmi_watchdog sysctl as 0444 if probe fails
` [PATCH 02/10] watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_probe()
` [PATCH 03/10] watchdog/hardlockup: Don't use raw_cpu_ptr() in watchdog_hardlockup_kick()
` [PATCH 04/10] watchdog/hardlockup: In watchdog_hardlockup_check() use cpumask_copy()
` [PATCH 05/10] watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()
` [PATCH 06/10] watchdog/buddy: Cleanup how watchdog_buddy_check_hardlockup() is called
` [PATCH 07/10] watchdog/buddy: Don't copy the cpumask in watchdog_next_cpu()
` [PATCH 08/10] watchdog/buddy: Simplify the dependency for HARDLOCKUP_DETECTOR_PREFER_BUDDY
` [PATCH 09/10] watchdog/hardlockup: Move SMP barriers from common code to buddy code
` [PATCH 10/10] watchdog/hardlockup: Rename HAVE_HARDLOCKUP_DETECTOR_NON_ARCH to ..._PERF_OR_BUDDY

[PATCH 1/2][For 5.15/5.10/5.4] spi: fsl-spi: Re-organise transfer bits_per_word adaptation
 2023-05-26 18:45 UTC  (4+ messages)
` Patch "Subject:[For 5.15/5.10/5.4] spi: fsl-spi: Re-organise transfer bits_per_word adaptation" has been added to the 5.10-stable tree
` Patch "Subject:[For 5.15/5.10/5.4] spi: fsl-spi: Re-organise transfer bits_per_word adaptation" has been added to the 5.15-stable tree
` Patch "spi: fsl-spi: Re-organise transfer bits_per_word adaptation" has been added to the 5.4-stable tree

[PATCH 2/2][For 5.15/5.10/5.4] spi: fsl-cpm: Use 16 bit mode for large transfers with even size
 2023-05-26 18:45 UTC  (4+ messages)
` Patch "Subject:[For 5.15/5.10/5.4] spi: fsl-cpm: Use 16 bit mode for large transfers with even size" has been added to the 5.10-stable tree
` Patch "Subject:[For 5.15/5.10/5.4] spi: fsl-cpm: Use 16 bit mode for large transfers with even size" has been added to the 5.15-stable tree
` Patch "spi: fsl-cpm: Use 16 bit mode for large transfers with even size" has been added to the 5.4-stable tree

[PATCH 2/3][For 4.19/4.14] spi: fsl-spi: Re-organise transfer bits_per_word adaptation
 2023-05-26 18:39 UTC  (3+ messages)
` Patch "Subject:[For 4.19/4.14] spi: fsl-spi: Re-organise transfer bits_per_word adaptation" has been added to the 4.14-stable tree
` Patch "Subject:[For 4.19/4.14] spi: fsl-spi: Re-organise transfer bits_per_word adaptation" has been added to the 4.19-stable tree

[PATCH 1/3][For 4.19/4.14] spi: spi-fsl-spi: automatically adapt bits-per-word in cpu mode
 2023-05-26 18:39 UTC  (3+ messages)
` Patch "Subject:[For 4.19/4.14] spi: spi-fsl-spi: automatically adapt bits-per-word in cpu mode" has been added to the 4.14-stable tree
` Patch "Subject:[For 4.19/4.14] spi: spi-fsl-spi: automatically adapt bits-per-word in cpu mode" has been added to the 4.19-stable tree

[PATCH 3/3][For 4.19/4.14] spi: fsl-cpm: Use 16 bit mode for large transfers with even size
 2023-05-26 18:39 UTC  (3+ messages)
` Patch "Subject:[For 4.19/4.14] spi: fsl-cpm: Use 16 bit mode for large transfers with even size" has been added to the 4.14-stable tree
` Patch "Subject:[For 4.19/4.14] spi: fsl-cpm: Use 16 bit mode for large transfers with even size" has been added to the 4.19-stable tree

[PATCH v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-26 14:44 UTC  (26+ messages)
` [PATCH v5 02/18] watchdog/perf: More properly prevent false positives with turbo modes
` [PATCH v5 06/18] watchdog/hardlockup: Add comments to touch_nmi_watchdog()
` [PATCH v5 08/18] watchdog/hardlockup: Move perf hardlockup checking/panic to common watchdog.c
` [PATCH v5 10/18] watchdog/hardlockup: Add a "cpu" param to watchdog_hardlockup_check()
` [PATCH v5 11/18] watchdog/hardlockup: Move perf hardlockup watchdog petting to watchdog.c
` [PATCH v5 12/18] watchdog/hardlockup: Rename some "NMI watchdog" constants/function
` [PATCH v5 13/18] watchdog/hardlockup: Have the perf hardlockup use __weak functions more cleanly
` [PATCH v5 14/18] watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
` [PATCH v5 15/18] watchdog/perf: Add a weak function for an arch to detect if perf can use NMIs

Bug: Write fault blocked by KUAP! in do_notify_resume()
 2023-05-26 10:20 UTC 

linux-next: boot failure after merge of the tip tree
 2023-05-26  8:50 UTC  (3+ messages)

[RFC PATCH] powerpc/ftrace: Refactoring and support for -fpatchable-function-entry
 2023-05-26  5:35 UTC  (9+ messages)

[PATCH v4 22/23] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-05-25 22:28 UTC  (5+ messages)

[PATCH] sound: Switch i2c drivers back to use .probe()
 2023-05-25 20:52 UTC  (2+ messages)

[PATCH] powerpc: Switch i2c drivers back to use .probe()
 2023-05-25 20:56 UTC 

[PATCH] mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED
 2023-05-25 18:16 UTC  (7+ messages)

[PATCH] irq_work: consolidate arch_irq_work_raise prototypes
 2023-05-25 16:44 UTC  (2+ messages)

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-25 16:37 UTC  (11+ messages)
` [PATCH 02/23] arm64: allow pte_offset_map() "
` [PATCH 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 15/23] s390: allow pte_offset_map_lock() to fail

[PATCH v2 0/2] Fix COMPILE_TEST dependencies for CPM uart, TSA and QMC
 2023-05-25 16:26 UTC  (6+ messages)
` [PATCH v2 1/2] soc: fsl: cpm1: Fix TSA and QMC dependencies in case of COMPILE_TEST
` [PATCH v2 2/2] serial: cpm_uart: Fix a COMPILE_TEST dependency

[PATCH v2] powerpc/iommu: limit number of TCEs to 512 for H_STUFF_TCE hcall
 2023-05-25 14:40 UTC  (2+ messages)

[PATCH] powerpc/crypto: Fix aes-gcm-p10 build when VSX=n
 2023-05-25 14:18 UTC  (3+ messages)

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-05-25  7:46 UTC  (2+ messages)

[PATCH v9 0/4] tpm: Preserve TPM measurement log across kexec (ppc64)
 2023-05-25  0:23 UTC  (8+ messages)
` [PATCH v9 1/4] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v9 2/4] tpm: of: Make of-tree specific function commonly available
` [PATCH v9 3/4] of: kexec: Refactor IMA buffer related functions to make them reusable

[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
 2023-05-24 18:48 UTC  (7+ messages)
` [PATCH 10/14] suspend: add a arch_resume_nosmt() prototype
` [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h

[PATCH 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
 2023-05-24 15:56 UTC  (9+ messages)
` [PATCH 2/9] cpu/SMT: Move smt/control simple exit cases earlier
` [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 7/9] powerpc/pseries: Initialise CPU hotplug callbacks earlier
` [PATCH 8/9] powerpc: Add HOTPLUG_SMT support
` [PATCH 9/9] powerpc/pseries: Honour current SMT state when DLPAR onlining CPUs

[PATCH] powerpc/iommu: limit number of TCEs to 512 for H_STUFF_TCE hcall
 2023-05-24 15:11 UTC  (6+ messages)

[PATCH] powerpc/crypto: fix build warnings when DEBUG_FS is not enabled
 2023-05-24 10:16 UTC  (2+ messages)

[PATCH 0/4] powerpc: mm_cpumask cleanups and lazy tlb mm
 2023-05-24  6:08 UTC  (5+ messages)
` [PATCH 1/4] powerpc: Account mm_cpumask and active_cpus in init_mm
` [PATCH 2/4] powerpc/64s: Use dec_mm_active_cpus helper
` [PATCH 3/4] powerpc: Add mm_cpumask warning when context switching
` [PATCH 4/4] powerpc/64s/radix: combine final TLB flush and lazy tlb mm shootdown IPIs

[PATCH 1/2] lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN
 2023-05-24  6:04 UTC  (2+ messages)
` [PATCH 2/2] lazy tlb: consolidate lazy tlb mm switching

[PATCH v6 1/3] PCI/AER: Factor out interrupt toggling into helpers
 2023-05-24  5:39 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 7b2f56d76feff3b494d6e77950ab97987323d3c5
 2023-05-24  0:40 UTC 

[Bug 216715] New: kernel 6.1-rc5 + KASAN_OUTLINE fails to boot at very early stage when DEBUG_PAGEALLOC_ENABLE_DEFAULT is enabled (PowerMac G4 3,6)
 2023-05-23 22:35 UTC  (3+ messages)
` [Bug 216715] "

[PATCH] macintosh: Switch i2c drivers back to use .probe()
 2023-05-23 21:40 UTC  (2+ messages)

[Bug 215389] New: pagealloc: memory corruption at building glibc-2.33 and running its' testsuite
 2023-05-23 21:17 UTC  (4+ messages)
` [Bug 215389] "

[PATCH v2 0/2] ASoC: do not include runtime_pm.h if not needed
 2023-05-23 19:50 UTC  (2+ messages)

[PATCH] soc: fsl: qe: Replace all non-returning strlcpy with strscpy
 2023-05-23 17:20 UTC  (2+ messages)

[PATCH 0/2] Fix COMPILE_TEST dependencies for CPM uart, TSA and QMC
 2023-05-23  8:36 UTC  (4+ messages)
` [PATCH 2/2] serial: cpm_uart: Fix a COMPILE_TEST dependency


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