linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-24 02:19:14 to 2022-08-29 22:20:53 UTC [more...]

[Bug 216427] New: OF fails to handle some PCI resources on a PowerMac G4 3,6 (e.g. OF: /pci@f2000000/mac-io@17/gpio@50/gpio5@6f: could not find phandle 1751474532)
 2022-08-29 22:20 UTC  (2+ messages)
` [Bug 216427] "

[PATCH] soc: move from strlcpy with unused retval to strscpy
 2022-08-29 21:32 UTC  (2+ messages)

[RFC PATCH 00/28] per-VMA locks proposal
 2022-08-29 21:25 UTC  (29+ messages)
` [RFC PATCH 01/28] mm: introduce CONFIG_PER_VMA_LOCK
` [RFC PATCH 02/28] mm: rcu safe VMA freeing
` [RFC PATCH 03/28] mm: introduce __find_vma to be used without mmap_lock protection
` [RFC PATCH 04/28] mm: move mmap_lock assert function definitions
` [RFC PATCH 05/28] mm: add per-VMA lock and helper functions to control it
` [RFC PATCH 06/28] mm: mark VMA as locked whenever vma->vm_flags are modified
` [RFC PATCH 07/28] kernel/fork: mark VMAs as locked before copying pages during fork
` [RFC PATCH 08/28] mm/khugepaged: mark VMA as locked while collapsing a hugepage
` [RFC PATCH 09/28] mm/mempolicy: mark VMA as locked when changing protection policy
` [RFC PATCH 10/28] mm/mmap: mark VMAs as locked in vma_adjust
` [RFC PATCH 11/28] mm/mmap: mark VMAs as locked before merging or splitting them
` [RFC PATCH 12/28] mm/mremap: mark VMA as locked while remapping it to a new address range
` [RFC PATCH 13/28] mm: conditionally mark VMA as locked in free_pgtables and unmap_page_range
` [RFC PATCH 14/28] mm: mark VMAs as locked before isolating them
` [RFC PATCH 15/28] mm/mmap: mark adjacent VMAs as locked if they can grow into unmapped area
` [RFC PATCH 16/28] kernel/fork: assert no VMA readers during its destruction
` [RFC PATCH 17/28] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [RFC PATCH 18/28] mm: add FAULT_FLAG_VMA_LOCK flag
` [RFC PATCH 19/28] mm: disallow do_swap_page to handle page faults under VMA lock
` [RFC PATCH 20/28] mm: introduce per-VMA lock statistics
` [RFC PATCH 21/28] mm: introduce find_and_lock_anon_vma to be used from arch-specific code
` [RFC PATCH 22/28] x86/mm: try VMA lock-based page fault handling first
` [RFC PATCH 23/28] x86/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH 24/28] arm64/mm: try VMA lock-based page fault handling first
` [RFC PATCH 25/28] arm64/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH 26/28] powerc/mm: try VMA lock-based page fault handling first
` [RFC PATCH 27/28] powerpc/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH 28/28] kernel/fork: throttle call_rcu() calls in vm_area_free

[PATCH] powerpc: clean up binutils version check
 2022-08-29 19:14 UTC  (5+ messages)

[PATCH] perf: Rewrite core context handling
 2022-08-29 14:40 UTC  (3+ messages)

[PATCH v2 00/16] objtool: Enable and implement --mcount option on powerpc
 2022-08-29 14:39 UTC  (19+ messages)
` [PATCH v2 01/16] powerpc: Replace unreachable() with it's builtin variant in __WARN_FLAGS()
` [PATCH v2 02/16] powerpc: override __ALIGN() and __ALIGN_STR() macros
` [PATCH v2 03/16] powerpc: Fix objtool unannotated intra-function call warnings
` [PATCH v2 04/16] powerpc: Curb objtool unannotated intra-function warnings
` [PATCH v2 05/16] powerpc: Skip objtool from running on drivers/crypto/vmx/aesp8-ppc.o
` [PATCH v2 06/16] powerpc: Fix objtool unannotated intra-function call warnings on PPC32
` [PATCH v2 07/16] powerpc: Skip objtool from running on VDSO files
` [PATCH v2 08/16] objtool: Fix SEGFAULT
` [PATCH v2 09/16] objtool: Use target file endianness instead of a compiled constant
` [PATCH v2 10/16] objtool: Use target file class size "
` [PATCH v2 11/16] objtool: Add --mnop as an option to --mcount
` [PATCH v2 12/16] objtool: Read special sections with alts only when specific options are selected
` [PATCH v2 13/16] objtool: Use macros to define arch specific reloc types
` [PATCH v2 14/16] objtool: Add arch specific function arch_ftrace_match()
` [PATCH v2 15/16] objtool/powerpc: Enable objtool to be built on ppc
` [PATCH v2 16/16] objtool/powerpc: Add --mcount specific implementation

[PATCH v2 00/10] crypto: Kconfig - simplify menus and help text
 2022-08-29 13:59 UTC  (4+ messages)

[PATCH v4 00/14] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-08-29 12:47 UTC  (15+ messages)
` [PATCH v4 01/14] perf/hw_breakpoint: Add KUnit test for constraints accounting
` [PATCH v4 02/14] perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in test
` [PATCH v4 03/14] perf/hw_breakpoint: Clean up headers
` [PATCH v4 04/14] perf/hw_breakpoint: Optimize list of per-task breakpoints
` [PATCH v4 05/14] perf/hw_breakpoint: Mark data __ro_after_init
` [PATCH v4 06/14] perf/hw_breakpoint: Optimize constant number of breakpoint slots
` [PATCH v4 07/14] perf/hw_breakpoint: Make hw_breakpoint_weight() inlinable
` [PATCH v4 08/14] perf/hw_breakpoint: Remove useless code related to flexible breakpoints
` [PATCH v4 09/14] powerpc/hw_breakpoint: Avoid relying on caller synchronization
` [PATCH v4 10/14] locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()
` [PATCH v4 11/14] perf/hw_breakpoint: Reduce contention with large number of tasks
` [PATCH v4 12/14] perf/hw_breakpoint: Introduce bp_slots_histogram
` [PATCH v4 13/14] perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task targets
` [PATCH v4 14/14] perf/hw_breakpoint: Optimize toggle_bp_slot() "

[PATCH] powerpc/pseries/mce: Avoid instrumentation in realmode
 2022-08-29 12:44 UTC  (3+ messages)

[PATCH 0/5] Create a new sound card to access MICFIL based on rpmsg channel
 2022-08-29  7:51 UTC  (6+ messages)
` [PATCH 1/5] ASoC: dt-bindings: fsl_rpmsg: Add a property to assign platform driver name
` [PATCH 2/5] ASoC: imx-audio-rpmsg: Create rpmsg channel for MICFIL
` [PATCH 3/5] ASoC: imx-pcm-rpmsg: Register different platform drivers
` [PATCH 4/5] ASoC: fsl_rpmsg: Register different CPU DAI drivers
` [PATCH 5/5] ASoC: imx-rpmsg: Assign platform driver used by machine driver to link with

[PATCH v3 00/14] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-08-29  9:38 UTC  (9+ messages)
` [PATCH v3 10/14] locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()
` [PATCH v3 11/14] perf/hw_breakpoint: Reduce contention with large number of tasks

[PATCH] powerpc/boot: Fix compilation of uImage for e500 platforms
 2022-08-29  8:54 UTC  (17+ messages)
` [PATCH v2] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage
` [PATCH v3] "

[PATCH 00/16] objtool: Enable and implement --mcount option on powerpc
 2022-08-29  5:46 UTC  (4+ messages)
` [PATCH 01/16] powerpc: Replace unreachable() with it's builtin variant in WARN_ON()

[Bug 215622] New: WARNING: possible irq lock inversion dependency detected
 2022-08-28 22:29 UTC  (2+ messages)
` [Bug 215622] "

[PATCH] powerpc/boot: Explicitly disable usage of SPE instructions
 2022-08-27 13:44 UTC 

[PATCH] powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes
 2022-08-27 13:15 UTC 

[PATCH] powerpc/pasemi: Use strscpy instead of strlcpy
 2022-08-27  6:39 UTC 

[powerpc:fixes-test] BUILD SUCCESS 91926d8b7e71aaf5f84f0cf208fc5a8b7a761050
 2022-08-27  1:33 UTC 

[powerpc:merge] BUILD SUCCESS b3dc1b6cf64e35e4c1670e95069c0597aa071fa3
 2022-08-27  1:26 UTC 

[powerpc:next] BUILD SUCCESS fd20b60aea6a37788f2f761af405b41c6c34473b
 2022-08-27  1:26 UTC 

[PATCH v3 1/3] mm/migrate_device.c: Flush TLB while holding PTL
 2022-08-26 22:19 UTC  (20+ messages)
` [PATCH v3 2/3] mm/migrate_device.c: Copy pte dirty bit to page
` [PATCH v3 3/3] selftests/hmm-tests: Add test for dirty bits

[Bug 215443] New: [radeon] BUG: Unable to handle kernel data access on read at 0xc007ffffffff9130, Oops: Kernel access of bad area, sig: 11 [#1]
 2022-08-26 14:36 UTC  (2+ messages)
` [Bug 215443] "

[PATCH v6 1/2] mm: migration: fix the FOLL_GET failure on following huge page
 2022-08-26 13:07 UTC  (3+ messages)

[PATCH] compiler-gcc.h: Remove ancient workaround for gcc PR 58670
 2022-08-26 10:12 UTC  (7+ messages)

[PATCH] MAINTAINERS: Remove myself as EEH maintainer
 2022-08-26  6:45 UTC  (3+ messages)

[PATCH v2] include/linux: declare cpuinfo_op in processor.h
 2022-08-25 20:59 UTC 

[PATCH v2 1/2] mm/migrate_device.c: Copy pte dirty bit to page
 2022-08-25 23:36 UTC  (21+ messages)

[PATCH] powerpc: align syscall table for ppc32
 2022-08-25 22:51 UTC  (4+ messages)

[PATCH 1/2] ASoC: fsl_aud2htx: register platform component before registering cpu dai
 2022-08-25 15:28 UTC  (3+ messages)
` [PATCH 2/2] ASoC: fsl_aud2htx: Add error handler for pm_runtime_enable

[PATCH] i2c: pasemi: Add IRQ support for Apple Silicon
 2022-08-25 14:45 UTC  (4+ messages)

[PATCH] fsl/dpio: fix repeated words in comments
 2022-08-25 12:24 UTC 

[Bug 216368] New: do_IRQ: stack overflow at boot on a PowerMac G5 11,2
 2022-08-25 11:57 UTC  (3+ messages)
` [Bug 216368] do_IRQ: stack overflow at boot during btrfs handling "

[PATCH 1/5] serial: ucc_uart: Remove custom frame size calculation
 2022-08-25  8:58 UTC 

[PATCH] powerpc/pci: Enable PCI domains in /proc when PCI bus numbers are not unique
 2022-08-25  8:37 UTC  (3+ messages)

[PATCH 1/2] Revert "powerpc: Remove unused FW_FEATURE_NATIVE references"
 2022-08-25  8:03 UTC  (6+ messages)
` [PATCH 2/2] powerpc/rtas: Fix RTAS MSR[HV] handling for Cell

[PATCH linux-next] powerpc/pseries/vas: Remove the unneeded result variable
 2022-08-25  7:26 UTC 

[PATCH v4 00/20] powerpc: Syscall wrapper and register clearing
 2022-08-25  7:04 UTC  (6+ messages)
` [PATCH v4 01/20] powerpc: Remove asmlinkage from syscall handler definitions
` [PATCH v4 14/20] powerpc/64s: Clear/restore caller gprs in syscall interrupt/return
` [PATCH v4 19/20] powerpc/64s: Clear gprs on interrupt routine entry in Book3S
` [PATCH v4 20/20] powerpc/64e: Clear gprs on interrupt routine entry

[Bug 216156] New: kmemleak: Not scanning unknown object at 0xc00000007f000000
 2022-08-25  0:40 UTC  (3+ messages)
` [Bug 216156] "

[Bug 216410] New: WARNING: inconsistent lock state, "inconsistent {IN-SOFTIRQ-W} -> {SOFTIRQ-ON-W} usage" at boot
 2022-08-24 22:51 UTC  (4+ messages)
` [Bug 216410] "

[Bug 216407] New: OF: unittest fails some tests on ppc and ppc64 (### dt-test ### end of unittest - 266 passed, 6 failed)
 2022-08-24 18:01 UTC  (4+ messages)
` [Bug 216407] "

[PATCH 0/2] spi: remove "spidev" nodes from DTs
 2022-08-24 12:47 UTC  (3+ messages)
` [PATCH 2/2] powerpc/82xx: remove spidev node from mgcoge

[PATCH] ASoC: fsl_sai: Update slots number according to bclk_ratio
 2022-08-24 11:12 UTC  (2+ messages)

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-08-24  9:46 UTC  (7+ messages)
` [PATCH v3 2/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v3 3/4] mm: rmap: Extend tlbbatch APIs to fit new platforms
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH] misc: ocxl: fix possible refcount leak in afu_ioctl()
 2022-08-24  9:42 UTC  (2+ messages)

[PATCH -next v7 0/4]arm64: add machine check safe support
 2022-08-24  6:44 UTC  (2+ messages)

[PATCH v2 0/2] Fix console probe delay when stdout-path isn't set
 2022-08-24  1:33 UTC  (3+ messages)

[PATCH] objtool: replace _ASM_PTR with quad in macros
 2022-08-24  2:48 UTC  (4+ 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).