linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-17 13:12:35 to 2023-05-24 16:02:33 UTC [more...]

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

[PATCH 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
 2023-05-24 15:56 UTC  (7+ 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] powerpc/iommu: limit number of TCEs to 512 for H_STUFF_TCE hcall
 2023-05-24 15:11 UTC  (6+ messages)

[PATCH] mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED
 2023-05-24 14:27 UTC  (6+ messages)

[PATCH v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-24 13:59 UTC  (28+ messages)
` [PATCH v5 01/18] watchdog/perf: Define dummy watchdog_update_hrtimer_threshold() on correct config
` [PATCH v5 02/18] watchdog/perf: More properly prevent false positives with turbo modes
` [PATCH v5 03/18] watchdog: remove WATCHDOG_DEFAULT
` [PATCH v5 04/18] watchdog/hardlockup: change watchdog_nmi_enable() to void
` [PATCH v5 05/18] watchdog/perf: Ensure CPU-bound context when creating hardlockup detector event
` [PATCH v5 06/18] watchdog/hardlockup: Add comments to touch_nmi_watchdog()
` [PATCH v5 07/18] watchdog/perf: Rename watchdog_hld.c to watchdog_perf.c
` [PATCH v5 08/18] watchdog/hardlockup: Move perf hardlockup checking/panic to common watchdog.c
` [PATCH v5 09/18] watchdog/hardlockup: Style changes to watchdog_hardlockup_check() / is_hardlockup()
` [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
` [PATCH v5 16/18] watchdog/perf: Adapt the watchdog_perf interface for async model
` [PATCH v5 17/18] arm64: add hw_nmi_get_sample_period for preparation of lockup detector
` [PATCH v5 18/18] arm64: Enable perf events based hard "

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

linux-next: boot failure after merge of the tip tree
 2023-05-24  9:34 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)

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-24  1:49 UTC  (6+ messages)
` [PATCH 15/23] s390: allow pte_offset_map_lock() "

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

[PATCH v4 22/23] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-05-23 23:22 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  (4+ 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  (5+ 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)

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

[PATCH v2 0/2] Fix COMPILE_TEST dependencies for CPM uart, TSA and QMC
 2023-05-23  9:27 UTC  (5+ 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 0/2] Fix COMPILE_TEST dependencies for CPM uart, TSA and QMC
 2023-05-23  8:36 UTC  (6+ messages)
` [PATCH 1/2] soc: fsl: cpm1: Fix TSA and QMC dependencies in case of COMPILE_TEST
` [PATCH 2/2] serial: cpm_uart: Fix a COMPILE_TEST dependency

[PATCH v3 00/12] Add static DEXCR support
 2023-05-23  6:51 UTC  (15+ messages)
` [PATCH v3 01/12] powerpc/book3s: Add missing <linux/sched.h> include
` [PATCH v3 02/12] powerpc/ptrace: Add missing <linux/regset.h> include
` [PATCH v3 03/12] powerpc/dexcr: Add initial Dynamic Execution Control Register (DEXCR) support
` [PATCH v3 04/12] powerpc/dexcr: Handle hashchk exception
` [PATCH v3 05/12] powerpc/dexcr: Support userspace ROP protection
` [PATCH v3 06/12] powerpc/dexcr: Support custom default DEXCR value
` [PATCH v3 07/12] powerpc/ptrace: Expose DEXCR and HDEXCR registers to ptrace
` [PATCH v3 08/12] powerpc/ptrace: Expose HASHKEYR register "
` [PATCH v3 09/12] Documentation: Document PowerPC kernel DEXCR interface
` [PATCH v3 10/12] selftests/powerpc: Add more utility macros
` [PATCH v3 11/12] selftests/powerpc/dexcr: Add hashst/hashchk test
` [PATCH v3 12/12] selftests/powerpc/dexcr: Add DEXCR status utility lsdexcr

[PATCH v2 0/3] Remove iommu_group_remove_device() from fsl
 2023-05-23  6:26 UTC  (2+ messages)

[PATCH v2 00/11] powerpc: KCSAN fix warnings and mark accesses
 2023-05-23  0:36 UTC  (4+ messages)
` [PATCH v2 03/11] asm-generic/mmiowb: Mark accesses to fix KCSAN warnings

[PATCH] scsi: ibmvscsi: Replace all non-returning strlcpy with strscpy
 2023-05-22 19:39 UTC  (4+ messages)

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

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

Probing nvme disks fails on Upstream kernels on powerpc Maxconfig
 2023-05-22 11:08 UTC  (7+ messages)

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-05-22 10:48 UTC  (9+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE

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

[PATCH v7 0/4] kexec: Fix kexec_file_load for llvm16 with PGO
 2023-05-22  4:16 UTC  (6+ messages)
` [PATCH v7 1/4] kexec: Support purgatories with .text.hot sections
` [PATCH v7 2/4] x86/purgatory: Remove PGO flags
` [PATCH v7 3/4] powerpc/purgatory: "
` [PATCH v7 4/4] riscv/purgatory: "

[PATCH v2 RESEND] ASoC: fsl MPC52xx drivers require PPC_BESTCOMM
 2023-05-21 22:57 UTC 

[PATCH v2 RESEND] soc/fsl/qe: fix usb.c build errors
 2023-05-21 22:52 UTC 

[PATCH v2 RESEND] powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is set
 2023-05-21 22:51 UTC 

[PATCH RESEND] powerpc: delete empty config entry for PPC_86xx
 2023-05-21 22:48 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-6.4-2 tag
 2023-05-21 18:58 UTC  (2+ messages)

[PATCH] irq_work: consolidate arch_irq_work_raise prototypes
 2023-05-21 15:30 UTC  (3+ messages)

Fwd: Linux 6.3.1 + AMD RX 570 on ppc64le 4K: Kernel attempted to read user page (1128) - exploit attempt? (uid: 0)
 2023-05-21 11:21 UTC  (2+ messages)

[PATCH v4 00/17] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-19 17:23 UTC  (13+ messages)
` [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 13/17] watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs

[PATCH] powerpc/mm: Reinstate ARCH_FORCE_MAX_ORDER ranges
 2023-05-19 11:38 UTC 

[PATCH] mm: kfence: Fix false positives on big endian
 2023-05-19  6:29 UTC  (6+ messages)

[PATCH AUTOSEL 6.3 1/7] powerpc: Use of_property_present() for testing DT property presence
 2023-05-18 17:47 UTC  (6+ messages)
` [PATCH AUTOSEL 6.3 6/7] powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 support

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-18 12:12 UTC  (2+ messages)

[PATCH v2 00/25] iommu: Make default_domain's mandatory
 2023-05-18 10:56 UTC  (4+ messages)

[RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
 2023-05-18  6:59 UTC  (3+ messages)
` [RESEND PATCH v9 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [RESEND PATCH v9 2/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration

[PATCHv2 pci-next 2/2] PCI/AER: Rate limit the reporting of the correctable errors
 2023-05-18  6:11 UTC  (3+ messages)

[PATCHv2 pci-next 2/2] PCI/AER: Rate limit the reporting of the correctable errors
 2023-05-18  5:58 UTC  (4+ messages)

[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
 2023-05-18  3:54 UTC  (21+ messages)
` [PATCH 01/14] mm: percpu: unhide pcpu_embed_first_chunk prototype
` [PATCH 02/14] mm: page_poison: always declare __kernel_map_pages() function
` [PATCH 03/14] mm: sparse: mark populate_section_memmap() static
` [PATCH 04/14] audit: avoid missing-prototype warnings
  ` [PATCH 4/14] "
` [PATCH 05/14] lib: devmem_is_allowed: include linux/io.h
` [PATCH 06/14] locking: add lockevent_read() prototype
` [PATCH 07/14] panic: hide unused global functions
` [PATCH 08/14] panic: make function declarations visible
` [PATCH 09/14] kunit: include debugfs header file
` [PATCH 10/14] suspend: add a arch_resume_nosmt() prototype
` [PATCH 11/14] init: consolidate prototypes in linux/init.h
` [PATCH 12/14] init: move cifs_root_data() prototype into linux/mount.h
` [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h
` [PATCH 14/14] time_namespace: always provide arch_get_vdso_data() prototype for vdso

[powerpc:fixes] BUILD SUCCESS 1f7aacc5eb9ed2cc17be7a90da5cd559effb9d59
 2023-05-18  1:27 UTC 

[powerpc:fixes-test] BUILD SUCCESS 211059f4d536f4322fc9ab5581870c8e26b43197
 2023-05-18  1:26 UTC 

[PATCH 00/97] usb: Convert to platform remove callback returning void
 2023-05-17 23:01 UTC  (2+ messages)
` [PATCH 30/97] usb: gadget/fsl_qe_udc: "

[PATCH v2 10/25] iommu/exynos: Implement an IDENTITY domain
 2023-05-17 22:41 UTC  (2+ messages)

[PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()
 2023-05-17 13:04 UTC  (2+ messages)

[PATCH] powerpc/security: Fix Speculation_Store_Bypass reporting on Power10
 2023-05-17 22:03 UTC  (2+ messages)

[PATCH v6 5/6] mm/gup: remove vmas parameter from pin_user_pages()
 2023-05-17 19:25 UTC 

next: gcc-8-ppc6xx_defconfig: ERROR: modpost: "__divdi3" [sound/pci/emu10k1/snd-emu10k1.ko] undefined!
 2023-05-17 16:02 UTC  (2+ messages)

[PATCH] procfs: consolidate arch_report_meminfo declaration
 2023-05-17 13:30 UTC  (3+ messages)


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