LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-14 16:39:27 to 2022-08-19 10:19:52 UTC [more...]

[Bug 215381] New: BUG: Unable to handle kernel data access on read at 0x6600cc00000004
 2022-08-19 10:19 UTC  (2+ messages)
` [Bug 215381] "

[Bug 216190] New: 5.19-rc4 kernel + KASAN fails to boot at very early stage when CONFIG_SMP=y is selected (PowerMac G4 3,6)
 2022-08-19 10:17 UTC  (2+ messages)
` [Bug 216190] "

[PATCH] powerpc/85xx: DTS: Add CPLD definitions for P1021RDB Combo Board CPL Design
 2022-08-19  8:44 UTC 

[PATCH -next] powerpc/powermac: Fix symbol not declared warnings
 2022-08-19  8:12 UTC  (2+ messages)

[PATCH v3 00/18] powerpc: Syscall wrapper and register clearing
 2022-08-19  7:41 UTC  (25+ messages)
` [PATCH v3 01/18] powerpc: Remove asmlinkage from syscall handler definitions
` [PATCH v3 02/18] powerpc: Use generic fallocate compatibility syscall
` [PATCH v3 03/18] powerpc/32: Remove powerpc select specialisation
` [PATCH v3 04/18] powerpc: Provide do_ppc64_personality helper
` [PATCH v3 05/18] powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
` [PATCH v3 06/18] powerpc: Remove direct call to personality syscall handler
` [PATCH v3 07/18] powerpc: Remove direct call to mmap2 syscall handlers
` [PATCH v3 08/18] powerpc: Include all arch-specific syscall prototypes
` [PATCH v3 09/18] powerpc: Enable compile-time check for syscall handlers
` [PATCH v3 10/18] powerpc: Use common syscall handler type
` [PATCH v3 11/18] powerpc: Add ZEROIZE_GPRS macros for register clears
` [PATCH v3 12/18] Revert "powerpc/syscall: Save r3 in regs->orig_r3"
` [PATCH v3 13/18] powerpc: Provide syscall wrapper
` [PATCH v3 14/18] powerpc/64s: Clear/restore caller gprs in syscall interrupt/return
` [PATCH v3 15/18] powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlers
` [PATCH v3 16/18] powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.S
` [PATCH v3 17/18] powerpc/64s: Fix comment on interrupt handler prologue
` [PATCH v3 18/18] powerpc/64s: Clear gprs on interrupt routine entry

[PATCH v2 11/14] powerpc/64s: Clear/restore caller gprs in syscall interrupt/return
 2022-08-19  6:22 UTC  (8+ messages)

[6.0-rc1] Kernel crash while running MCE tests
 2022-08-19  4:42 UTC  (3+ messages)

[PATCH] powerpc/microwatt: Add LiteX MMC driver
 2022-08-19  4:08 UTC  (2+ messages)

[PATCH v2 1/2] mm/migrate_device.c: Copy pte dirty bit to page
 2022-08-19  2:51 UTC  (16+ messages)
` [PATCH v2 2/2] selftests/hmm-tests: Add test for dirty bits

[PATCH] kernel: exit: cleanup release_thread()
 2022-08-19  1:47 UTC  (2+ messages)

[PATCH] net: move from strlcpy with unused retval to strscpy
 2022-08-18 21:00 UTC 

[PATCH] macintosh: move from strlcpy with unused retval to strscpy
 2022-08-18 21:00 UTC 

[PATCH] cpuidle: move from strlcpy with unused retval to strscpy
 2022-08-18 21:00 UTC 

[PATCH] block: move from strlcpy with unused retval to strscpy
 2022-08-18 20:59 UTC 

[PATCH] powerpc: move from strlcpy with unused retval to strscpy
 2022-08-18 20:59 UTC 

[PATCH] tty: move from strlcpy with unused retval to strscpy
 2022-08-18 21:01 UTC 

[PATCH] soc: move from strlcpy with unused retval to strscpy
 2022-08-18 21:01 UTC 

[PATCH] scsi: move from strlcpy with unused retval to strscpy
 2022-08-18 21:01 UTC 

[RESEND PATCH net-next v4 00/25] net: dpaa: Cleanups in preparation for phylink conversion
 2022-08-18 19:28 UTC  (31+ messages)
` [RESEND PATCH net-next v4 01/25] dt-bindings: net: Convert FMan MAC bindings to yaml
` [RESEND PATCH net-next v4 02/25] net: fman: Convert to SPDX identifiers
` [RESEND PATCH net-next v4 03/25] net: fman: Don't pass comm_mode to enable/disable
` [RESEND PATCH net-next v4 04/25] net: fman: Store en/disable in mac_device instead of mac_priv_s
` [RESEND PATCH net-next v4 05/25] net: fman: dtsec: Always gracefully stop/start
` [RESEND PATCH net-next v4 06/25] net: fman: Get PCS node in per-mac init
` [RESEND PATCH net-next v4 07/25] net: fman: Store initialization function in match data
` [RESEND PATCH net-next v4 08/25] net: fman: Move struct dev to mac_device
` [RESEND PATCH net-next v4 09/25] net: fman: Configure fixed link in memac_initialization
` [RESEND PATCH net-next v4 10/25] net: fman: Export/rename some common functions
` [RESEND PATCH net-next v4 11/25] net: fman: memac: Use params instead of priv for max_speed
` [RESEND PATCH net-next v4 12/25] net: fman: Move initialization to mac-specific files
` [RESEND PATCH net-next v4 13/25] net: fman: Mark mac methods static
` [RESEND PATCH net-next v4 14/25] net: fman: Inline several functions into initialization
` [RESEND PATCH net-next v4 15/25] net: fman: Remove internal_phy_node from params
` [RESEND PATCH net-next v4 16/25] net: fman: Map the base address once
` [RESEND PATCH net-next v4 17/25] net: fman: Pass params directly to mac init
` [RESEND PATCH net-next v4 18/25] net: fman: Use mac_dev for some params
` [RESEND PATCH net-next v4 19/25] net: fman: Specify type of mac_dev for exception_cb
` [RESEND PATCH net-next v4 20/25] net: fman: Clean up error handling
` [RESEND PATCH net-next v4 21/25] net: fman: Change return type of disable to void
` [RESEND PATCH net-next v4 22/25] net: dpaa: Use mac_dev variable in dpaa_netdev_init
` [RESEND PATCH net-next v4 23/25] soc: fsl: qbman: Add helper for sanity checking cgr ops
` [RESEND PATCH net-next v4 24/25] soc: fsl: qbman: Add CGR update function
` [RESEND PATCH net-next v4 25/25] net: dpaa: Adjust queue depth on rate change

[PATCH v1 1/5] powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32
 2022-08-18 17:46 UTC  (3+ messages)
` [PATCH v1 2/5] powerpc/32: Don't always pass -mcpu=powerpc to the compiler

[PATCH] powerpc/vdso: Don't map VDSO at a fixed address on PPC32
 2022-08-18 17:31 UTC 

[PATCH v2 0/3 RESEND] sed-opal: keyrings, discovery, revert, key store
 2022-08-18 14:30 UTC  (4+ messages)
` [PATCH v2 1/3 RESEND] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH v2 2/3 RESEND] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH v2 3/3 RESEND] block: sed-opal: keyring support for SED keys

[RFC PATCH v1] spi: fsl_spi: Convert to transfer_one
 2022-08-18 13:38 UTC 

[PATCH 00/16] objtool: Enable and implement --mcount option on powerpc
 2022-08-18 12:25 UTC  (15+ 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 05/16] powerpc: Skip objtool from running on drivers/crypto/vmx/aesp8-ppc.o

[PATCH net-next] Remove DECnet support from kernel
 2022-08-18  7:09 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/mm: Support execute-only memory on the Radix MMU
 2022-08-18  7:04 UTC  (5+ messages)
` [PATCH v4 2/2] selftests/powerpc: Add a test for execute-only memory

[PATCH v2 1/4] Make place for common balloon code
 2022-08-18  6:43 UTC  (7+ messages)

[PATCH] powerpc: Move patch sites out of asm-prototypes.h
 2022-08-18  5:06 UTC 

[powerpc:fixes] BUILD SUCCESS f889a2e89ea5b4db5cf09765ee5e310be43c7b6f
 2022-08-18  4:33 UTC 

[PATCH v8 00/31] Rust support
 2022-08-17 23:13 UTC  (8+ messages)
` [PATCH v8 27/31] Kbuild: add "

[PATCH] ASoC: fsl_sai: Remove unnecessary FIFO reset in ISR
 2022-08-17 17:58 UTC  (5+ messages)

[PATCH 0/5] powerpc/pci: Cleanup unused code and enable 256 PCI buses
 2022-08-17 16:42 UTC  (6+ messages)
` [PATCH 5/5] powerpc/pci: Add config option for using all "

[PATCH 1/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map
 2022-08-17 16:39 UTC  (2+ messages)
` [PATCH 2/2] powerpc/pci: Enable PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT by default

[PATCH] powerpc/pci: Fix get_phb_number() locking
 2022-08-17 16:37 UTC  (3+ messages)

[PATCH v3 00/14] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-08-17 13:14 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

[RFC 0/3] Asynchronous EEH recovery
 2022-08-17  7:16 UTC  (5+ messages)
` [RFC 1/3] powerpc/eeh: Synchronization for safety
` [RFC 2/3] powerpc/eeh: Provide a unique ID for each EEH recovery
` [RFC 3/3] powerpc/eeh: Asynchronous recovery

[PATCH] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER
 2022-08-17  6:36 UTC  (7+ messages)

[PATCH] MAINTAINERS: Remove myself as EEH maintainer
 2022-08-17  6:27 UTC  (4+ messages)

[PATCH] gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a file
 2022-08-17  3:09 UTC  (5+ messages)

[Bug 216367] New: Kernel 6.0-rc1 fails to build with GCC_PLUGIN_LATENT_ENTROPY=y (PowerMac G5 11,2)
 2022-08-17  0:47 UTC  (4+ messages)
` [Bug 216367] "

[PATCH] KVM: PPC: Book3S HV: Fix decrementer migration
 2022-08-16 22:25 UTC 

[PATCH 6/8] serial: Make ->set_termios() old ktermios const
 2022-08-16 11:57 UTC 

[PATCH 0/2] ftrace/recordmcount: Handle object files without section symbols
 2022-08-16 17:05 UTC  (3+ messages)

[PATCH] powerpc/ftrace: Ignore weak functions
 2022-08-16 14:22 UTC  (2+ messages)

[PATCH v2] ASoC: fsl_sai: fix incorrect mclk number in error message
 2022-08-16 13:26 UTC  (3+ messages)

[PATCH] [backport for 4.14] powerpc/ptdump: Fix display of RW pages on FSL_BOOK3E
 2022-08-16  8:45 UTC 

[Bug 216368] New: do_IRQ: stack overflow at boot on a PowerMac G5 11,2
 2022-08-16  7:30 UTC  (4+ messages)
` [Bug 216368] "

[PATCH] treewide: Complete variable type
 2022-08-16  6:42 UTC  (2+ messages)

[Bug 216095] New: sysfs: cannot create duplicate filename '/devices/platform/of-display'
 2022-08-16  0:11 UTC  (4+ messages)
` [Bug 216095] "

[PATCH 04/11] powerpc: Convert to printbuf
 2022-08-15 17:26 UTC 

Build regressions/improvements in v6.0-rc1
 2022-08-15 18:10 UTC 

[PATCH v2] ASoC: imx-rpmsg: Support configure sysclk for codec dai
 2022-08-15 16:23 UTC  (2+ messages)

[PATCH] ASoC: imx-rpmsg: Support configure sysclk for codec dai
 2022-08-15 16:22 UTC  (2+ messages)

[PATCH v7 0/6] tpm: Preserve TPM measurement log across kexec (ppc64)
 2022-08-15 13:32 UTC  (7+ messages)
` [PATCH v7 4/6] tpm: of: Make of-tree specific function commonly available

[PATCH v3] powerpc/code-patching: Speed up page mapping/unmapping
 2022-08-15 11:48 UTC 

[PATCH] ASoC: fsl_sai: Add support multi fifo sdma script
 2022-08-15  9:25 UTC 

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

[PATCH 00/17] powerpc: alternate queued spinlock implementation
 2022-08-15  1:11 UTC  (3+ messages)
` [PATCH 17/17] powerpc/qspinlock: provide accounting and options for sleepy locks

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

[PATCH AUTOSEL 4.9 1/8] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-08-14 16:30 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 6/8] powerpc/64: Init jump labels before parse_early_param()

[PATCH AUTOSEL 4.14 1/9] tty: serial: Fix refcount leak bug in ucc_uart.c
 2022-08-14 16:29 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 7/9] powerpc/64: Init jump labels before parse_early_param()


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 read-only IMAP folder(s) and NNTP newsgroup(s).