linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-04 22:12:51 to 2022-08-14 15:30:14 UTC [more...]

[PATCH AUTOSEL 5.19 40/64] cxl: Fix a memory leak in an error handling path
 2022-08-14 15:24 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-6.0-2 tag
 2022-08-14  6:58 UTC  (3+ messages)

[PATCH] checkpatch: Add kmap and kmap_atomic to the deprecated list
 2022-08-14  5:25 UTC  (2+ messages)

[PATCH v2] powerpc/kexec: Fix build failure from uninitialised variable
 2022-08-13 22:38 UTC  (3+ messages)

[PATCH v1 1/3] powerpc: Fix eh field when calling lwarx on PPC32
 2022-08-13 22:38 UTC  (2+ messages)

[PATCH] powerpc64/ftrace: Fix ftrace for clang builds
 2022-08-13 22:38 UTC  (4+ messages)

[PATCH] powerpc/ppc-opcode: Fix PPC_RAW_TW()
 2022-08-13 22:38 UTC  (2+ messages)

[PATCH v4] PCI/ERR: Use pcie_aer_is_native() to judge whether OS owns AER
 2022-08-13 18:16 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/pci: Add config option for using OF 'reg' for PCI domain
 2022-08-13 13:57 UTC  (3+ messages)
` [PATCH v2 2/2] powerpc/pci: Prefer PCI domain assignment via DT 'linux,pci-domain' and alias

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

[PATCH] powerpc/powermac/pfunc_base: Fix refcount leak bug in macio_gpio_init_one()
 2022-08-13  7:36 UTC  (3+ messages)
  `  "

[PATCH v2] ASoC: fsl_sai: fix incorrect mclk number in error message
 2022-08-13  8:33 UTC 

[PATCH] powerpc/pseries: add lparctl driver for platform-specific functions
 2022-08-12 19:14 UTC  (3+ messages)

[PATCH v7 0/6] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-08-12 18:28 UTC  (10+ messages)
` [PATCH v7 1/6] of: check previous kernel's ima-kexec-buffer against memory bounds
` [PATCH v7 2/6] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v7 3/6] x86/kexec: Carry forward IMA measurement log on kexec
` [PATCH v7 4/6] tpm: of: Make of-tree specific function commonly available
` [PATCH v7 5/6] of: kexec: Refactor IMA buffer related functions to make them reusable
` [PATCH v7 6/6] tpm/kexec: Duplicate TPM measurement log in of-tree for kexec

[PATCH v4] random: remove CONFIG_ARCH_RANDOM
 2022-08-12 13:50 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v3] PCI/ERR: Use pcie_aer_is_native() to judge whether OS owns AER
 2022-08-12  9:27 UTC  (6+ messages)
        ` [External] "

[PATCH v2 14/14] powerpc/64s: Clear gprs on interrupt routine entry
 2022-08-12  8:26 UTC  (2+ messages)

[PATCH] docs: powerpc: add POWER9 and POWER10 to CPU families
 2022-08-12  8:19 UTC  (2+ messages)

[PATCH -next v7 0/4]arm64: add machine check safe support
 2022-08-12  7:05 UTC  (5+ messages)
` [PATCH -next v7 1/4] uaccess: add generic fallback version of copy_mc_to_user()
` [PATCH -next v7 2/4] arm64: add support for machine check error safe
` [PATCH -next v7 3/4] arm64: add uaccess to machine check safe
` [PATCH -next v7 4/4] arm64: add cow "

[PATCH] selftests/powerpc: Add missing PMU selftests to .gitignores
 2022-08-12  7:16 UTC 

[PATCH] lib: remove lib/nodemask.c
 2022-08-12  5:55 UTC 

[PATCH 0/2] lib/nodemask: inline wrappers around bitmap
 2022-08-12  5:40 UTC  (4+ messages)
` [RESEND PATCH 2/2] lib/nodemask: inline next_node_in() and node_random()

[PATCH 00/17] powerpc: alternate queued spinlock implementation
 2022-08-12  4:49 UTC  (34+ messages)
` [PATCH 01/17] powerpc/qspinlock: powerpc qspinlock implementation
` [PATCH 02/17] powerpc/qspinlock: add mcs queueing for contended waiters
` [PATCH 03/17] powerpc/qspinlock: use a half-word store to unlock to avoid larx/stcx
` [PATCH 04/17] powerpc/qspinlock: convert atomic operations to assembly
` [PATCH 05/17] powerpc/qspinlock: allow new waiters to steal the lock before queueing
` [PATCH 06/17] powerpc/qspinlock: theft prevention to control latency
` [PATCH 07/17] powerpc/qspinlock: store owner CPU in lock word
` [PATCH 08/17] powerpc/qspinlock: paravirt yield to lock owner
` [PATCH 09/17] powerpc/qspinlock: implement option to yield to previous node
` [PATCH 10/17] powerpc/qspinlock: allow stealing when head of queue yields
` [PATCH 11/17] powerpc/qspinlock: allow propagation of yield CPU down the queue
` [PATCH 12/17] powerpc/qspinlock: add ability to prod new queue head CPU
` [PATCH 13/17] powerpc/qspinlock: trylock and initial lock attempt may steal
` [PATCH 14/17] powerpc/qspinlock: use spin_begin/end API
` [PATCH 15/17] powerpc/qspinlock: reduce remote node steal spins
` [PATCH 16/17] powerpc/qspinlock: allow indefinite spinning on a preempted owner

[PATCH v2 00/10] drm: Add driver for PowerPC OF displays
 2022-08-11 18:27 UTC  (17+ messages)
` [PATCH v2 04/10] drm/simpledrm: Compute framebuffer stride if not set
` [PATCH v2 09/10] drm/ofdrm: Add per-model device function
` [PATCH v2 10/10] drm/ofdrm: Support color management

[PATCH AUTOSEL 4.9 07/12] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 16:11 UTC 

[PATCH AUTOSEL 4.14 08/14] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 16:10 UTC 

[PATCH AUTOSEL 4.19 08/14] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 16:09 UTC 

[PATCH AUTOSEL 5.4 15/25] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 16:08 UTC 

[PATCH AUTOSEL 5.10 30/46] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 16:03 UTC 

[PATCH AUTOSEL 5.15 48/69] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 15:55 UTC 

[PATCH v2 11/14] powerpc/64s: Clear/restore caller gprs in syscall interrupt/return
 2022-08-11 15:47 UTC  (5+ messages)

[PATCH AUTOSEL 5.18 58/93] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 15:41 UTC 

[PATCH AUTOSEL 5.19 065/105] crypto: vmx - Fix warning on p8_ghash_alg
 2022-08-11 15:27 UTC 

[5.19.0-next-20220811] Build failure drivers/vdpa
 2022-08-11 11:44 UTC  (3+ messages)

[PATCHv3, resend] powerpc: mm: radix_tlb: rearrange the if-else block
 2022-08-11 12:35 UTC  (4+ messages)

[PATCH] MAINTAINERS: Remove myself as EEH maintainer
 2022-08-11  7:19 UTC  (3+ messages)

[powerpc:fixes-test] BUILD SUCCESS 83ee9f23763a432a4077bf20624ee35de87bce99
 2022-08-11  2:49 UTC 

[PATCH v2 13/14] powerpc/64s: Fix comment on interrupt handler prologue
 2022-08-11  1:42 UTC  (4+ messages)

[PATCH v2 10/14] powerpc: Provide syscall wrapper
 2022-08-10 10:32 UTC  (4+ messages)

[PATCH v2 06/14] powerpc: Include all arch-specific syscall prototypes
 2022-08-10  5:57 UTC  (4+ messages)

[PATCH v4 0/8] phy: Add support for Lynx 10G SerDes
 2022-08-09 14:42 UTC  (12+ messages)
` [PATCH v4 2/8] dt-bindings: phy: Add Lynx 10G phy binding
` [PATCH v4 3/8] dt-bindings: clock: Add ids for Lynx 10g PLLs
` [PATCH v4 8/8] [WIP] arm64: dts: ls1088ardb: Add serdes bindings

[PATCH] powerpc/ftrace: Ignore weak functions
 2022-08-09 10:54 UTC 

[PATCH] powerpc/kexec: Fix build failure from uninitialised variable
 2022-08-09 10:52 UTC  (2+ messages)

[PATCH v3] powerpc/mm: Support execute-only memory on the Radix MMU
 2022-08-09  6:28 UTC  (4+ messages)

[PATCH v3 00/25] powerpc: ftrace optimisation and cleanup and more [v3]
 2022-08-09  6:25 UTC  (5+ messages)
` [PATCH v3 11/25] powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64

[PATCH v2 1/2] powerpc/mm: Move vm_get_page_prot() out of book3s64 code
 2022-08-09  5:35 UTC  (7+ messages)
` [PATCH v2 2/2] powerpc/mm: Support execute-only memory on the Radix MMU

[PATCH] powerpc/mm: Support execute-only memory on the Radix MMU
 2022-08-09  0:55 UTC  (3+ messages)

[PATCH v2 01/14] powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
 2022-08-09  0:15 UTC  (5+ messages)

[PATCH 00/12] powerpc: Nintendo Wii U support
 2022-08-08 18:40 UTC  (9+ messages)
` [PATCH 11/12] powerpc: wiiu: don't enforce flat memory

[PATCH kernel v2] pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-window
 2022-08-08 16:48 UTC  (2+ messages)

[PATCH v3a 0/2] generic and PowerPC accessor functions for arch keystore
 2022-08-08 16:42 UTC  (6+ messages)
` [PATCH v3a 1/2] lib: generic "
` [PATCH v3a 2/2] powerpc/pseries: Override lib/arch_vars.c functions

[PATCH v3 0/4] Dump command line of faulting process to syslog
 2022-08-08 13:09 UTC  (5+ messages)
` [PATCH v3 1/4] proc: Add get_task_cmdline_kernel() function
` [PATCH v3 2/4] lib/dump_stack: Add dump_stack_print_cmdline() and wire up in dump_stack_print_info()
` [PATCH v3 3/4] x86/fault: Dump command line of faulting process to syslog
` [PATCH v3 4/4] arc: Use generic dump_stack_print_cmdline() implementation

[PATCH v2 12/14] powerpc/64s: Use {NULLIFY,SAVE,REST}_GPRS macros in sc, scv 0 handlers
 2022-08-08 10:59 UTC  (3+ messages)

[PATCH v2 09/14] powerpc: Add NULLIFY_GPRS macros for register clears
 2022-08-08 10:55 UTC  (3+ messages)

[PATCH v2 04/14] powerpc/32: Remove powerpc select specialisation
 2022-08-08 10:13 UTC  (4+ messages)

[PATCH v2 03/14] powerpc: Remove direct call to mmap2 syscall handlers
 2022-08-08  9:43 UTC  (3+ messages)

[PATCH v2 08/14] powerpc: Use common syscall handler type
 2022-08-08  7:35 UTC  (2+ messages)

[PATCH v2 05/14] powerpc: Use generic fallocate compatibility syscall
 2022-08-08  6:41 UTC  (3+ messages)

[PATCH v2 07/14] powerpc: Enable compile-time check for syscall handlers
 2022-08-08  5:43 UTC  (2+ messages)

[PATCH v5 25/32] powerpc: Convert to printbuf
 2022-08-08  2:41 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-6.0-1 tag
 2022-08-07  0:50 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS ff1ed171e05c971652a0ede3d716997de8ee41c9
 2022-08-06 19:54 UTC 

[PATCH v2 0/3] Dump command line of faulting process to syslog
 2022-08-06 12:23 UTC  (4+ messages)
` [PATCH v2 1/3] proc: Add get_task_cmdline_kernel() function
` [PATCH v2 2/3] lib/dump_stack: Add dump_stack_print_cmdline() and wire up in dump_stack_print_info()
` [PATCH v2 3/3] x86/fault: Dump command line of faulting process to syslog

[PATCH] powerpc/64e: Fix kexec build error
 2022-08-06  6:45 UTC  (2+ messages)

[PATCH linux-next v2] powerpc: init jump label early in ppc 64
 2022-08-06  6:45 UTC  (2+ messages)

[PATCH] powerpc/pci: Fix PHB numbering when using opal-phbid
 2022-08-06  6:45 UTC  (2+ messages)

[PATCH] EDAC/ppc_4xx: Include required of_irq header directly
 2022-08-06  6:45 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update ibmveth maintainer
 2022-08-06  2:00 UTC  (2+ messages)

[PATCH] ASoC: fsl_sai: Update slots number according to bclk_ratio
 2022-08-05  6:45 UTC 

[PATCH] ASoC: fsl_sai: fix incorrect mclk number in error message
 2022-08-05  6:39 UTC 

[PATCH] ASoC: fsl_sai: fix incorrect mclk number in error message
 2022-08-05  3:07 UTC  (2+ messages)

[PATCH] selftests/powerpc: Don't run spectre_v2 test by default
 2022-08-05  1:48 UTC 

[PATCH v3] powerpc/papr_scm: Fix nvdimm event mappings
 2022-08-05  1:48 UTC  (2+ 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).