LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-09 00:12:59 to 2023-05-15 05:47:24 UTC [more...]

[PATCH v2 00/11] powerpc: KCSAN fix warnings and mark accesses
 2023-05-15  5:46 UTC  (14+ messages)
` [PATCH v2 01/11] powerpc: qspinlock: Mark accesses to qnode lock checks
` [PATCH v2 02/11] powerpc: qspinlock: Enforce qnode writes prior to publishing to queue
` [PATCH v2 03/11] asm-generic/mmiowb: Mark accesses to fix KCSAN warnings
` [PATCH v2 04/11] powerpc: Mark [h]ssr_valid accesses in check_return_regs_valid
` [PATCH v2 05/11] powerpc: Mark accesses to power_save callback in arch_cpu_idle
` [PATCH v2 06/11] powerpc: powernv: Fix KCSAN datarace warnings on idle_state contention
` [PATCH v2 07/11] powerpc: Annotate accesses to ipi message flags
` [PATCH v2 08/11] powerpc: Mark writes registering ipi to host cpu through kvm and polling
` [PATCH v2 09/11] powerpc: powernv: Annotate data races in opal events
` [PATCH v2 10/11] powerpc: powernv: Annotate asynchronous access to opal tokens
` [PATCH v2 11/11] powerpc: Mark asynchronous accesses to irq_data

[PATCH v2 0/6] powerpc: merge _switch in 32/64
 2023-05-15  4:45 UTC  (7+ messages)
` [PATCH v2 1/6] powerpc/64s: move stack SLB pinning out of line from _switch
` [PATCH v2 2/6] powerpc/64: Rearrange 64-bit _switch to prepare for 32/64 merge
` [PATCH v2 3/6] powerpc/32: Remove sync from _switch
` [PATCH v2 4/6] powerpc/32: Rearrange _switch to prepare for 32/64 merge
` [PATCH v2 5/6] powerpc: merge 32-bit and 64-bit _switch implementation
` [PATCH v2 6/6] powerpc/64: Rename entry_64.S to prom_entry_64.S

[PATCH v5 5/6] mm/gup: remove vmas parameter from pin_user_pages()
 2023-05-14 21:26 UTC 

[PATCH v8 7/7] PCI: Work around PCIe link training failures
 2023-05-14 20:54 UTC  (3+ messages)

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-14 18:20 UTC  (41+ messages)
` [PATCH 01/23] arm: "
` [PATCH 02/23] arm64: allow pte_offset_map() "
` [PATCH 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 04/23] ia64/hugetlb: "
` [PATCH 05/23] m68k: allow pte_offset_map[_lock]() to fail
` [PATCH 06/23] microblaze: allow pte_offset_map() "
` [PATCH 07/23] mips: update_mmu_cache() can replace __update_tlb()
` [PATCH 08/23] parisc: add pte_unmap() to balance get_ptep()
` [PATCH 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()
` [PATCH 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
` [PATCH 12/23] powerpc: allow pte_offset_map[_lock]() to fail
` [PATCH 13/23] powerpc/hugetlb: pte_alloc_huge()
` [PATCH 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 15/23] s390: allow pte_offset_map_lock() to fail
` [PATCH 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
` [PATCH 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 18/23] sparc/hugetlb: "
` [PATCH 19/23] sparc: allow pte_offset_map() to fail
` [PATCH 20/23] sparc: iounit and iommu use pte_offset_kernel()
` [PATCH 21/23] x86: Allow get_locked_pte() to fail
` [PATCH 22/23] x86: sme_populate_pgd() use pte_offset_kernel()
` [PATCH 23/23] xtensa: add pte_unmap() to balance pte_offset_map()

[PATCH v3 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-05-14 13:46 UTC  (2+ messages)

[RFC PATCH] powerpc: udbg: export udbg_putc
 2023-05-13 23:08 UTC  (5+ messages)

[PATCH] powerpc: fix debugfs_create_dir error checking
 2023-05-13 15:11 UTC 

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

[PATCH v2] powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is set
 2023-05-13  4:31 UTC 

[PATCH v2] soc/fsl/qe: fix usb.c build errors
 2023-05-13  2:36 UTC  (2+ messages)

[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
 2023-05-12 19:48 UTC  (4+ messages)

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-05-12 18:41 UTC  (6+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE

[PATCH 0/3] Extend KCSAN to all powerpc
 2023-05-12 18:39 UTC  (8+ messages)
` [PATCH 1/3] kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures
` [PATCH 2/3] powerpc/{32,book3e}: kcsan: Extend KCSAN Support
` [PATCH 3/3] xtensa: Remove 64 bits atomic builtins stubs

[Bug 217427] New: Linux 6.3.1 + AMD RX 570 on ppc64le 4K: Kernel attempted to read user page (1128) - exploit attempt? (uid: 0)
 2023-05-12 18:26 UTC  (5+ messages)
` [Bug 217427] "

[PATCH v4 00/17] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-12 11:55 UTC  (27+ messages)
` [PATCH v4 01/17] watchdog/perf: Define dummy watchdog_update_hrtimer_threshold() on correct config
` [PATCH v4 05/17] watchdog/hardlockup: Rename touch_nmi_watchdog() to touch_hardlockup_watchdog()
` [PATCH v4 06/17] watchdog/perf: Rename watchdog_hld.c to watchdog_perf.c
` [PATCH v4 07/17] watchdog/hardlockup: Move perf hardlockup checking/panic to common watchdog.c
` [PATCH v4 08/17] watchdog/hardlockup: Style changes to watchdog_hardlockup_check() / ..._is_lockedup()
` [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 11/17] watchdog/hardlockup: Rename some "NMI watchdog" constants/function
` [PATCH v4 12/17] watchdog/hardlockup: Have the perf hardlockup use __weak functions more cleanly

[PATCH] powerpc/embedded6xx: select MPC10X_BRIDGE only if PCI is set
 2023-05-12  4:37 UTC  (2+ messages)

[PATCH] powerpc/iommu: limit number of TCEs to 512 for H_STUFF_TCE hcall
 2023-05-12  3:20 UTC  (3+ messages)

[PATCH] powerpc/mpc52xx_lpbfifo: Drop unused functions
 2023-05-12  2:42 UTC  (6+ messages)
    ` [PATCH] powerpc: Drop MPC5200 LocalPlus bus FIFO driver

[powerpc:fixes-test] BUILD SUCCESS 66b2ca086210732954a7790d63d35542936fc664
 2023-05-12  1:09 UTC 

[RFC PATCH v2] fs/xattr: add *at family syscalls
 2023-05-11 15:17 UTC  (2+ messages)

[PATCH v6 1/3] PCI/AER: Factor out interrupt toggling into helpers
 2023-05-12  0:00 UTC  (3+ messages)
` [PATCH v6 2/3] PCI/AER: Disable AER interrupt on suspend
` [PATCH v6 3/3] PCI/DPC: Disable DPC interrupt during suspend

[PATCH v5 1/3] PCI/AER: Factor out interrupt toggling into helpers
 2023-05-11 23:35 UTC  (5+ messages)
` [PATCH v5 2/3] PCI/AER: Disable AER interrupt on suspend
` [PATCH v5 3/3] PCI/DPC: Disable DPC interrupt during suspend

[PATCH] cachestat: wire up cachestat for other architectures
 2023-05-11 19:34 UTC  (8+ messages)

[PATCH v13 3/3] selftests: Add selftests for cachestat
 2023-05-11 19:33 UTC  (2+ messages)

[PATCH v4 1/3] PCI/AER: Factor out interrupt toggling into helpers
 2023-05-11 13:34 UTC  (8+ messages)
` [PATCH v4 2/3] PCI/AER: Disable AER interrupt on suspend

a possible issue with radix MMU on P9
 2023-05-11 12:16 UTC  (2+ messages)

[PATCH] powerpc/64s/radix: Fix soft dirty tracking
 2023-05-11 11:42 UTC 

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-05-11  9:18 UTC  (8+ messages)
` [PATCH v14 03/15] dt-bindings: Convert gpio-mmio to yaml
` [PATCH v14 06/15] clk: Add Lynx 10G SerDes PLL driver

linux-next: build warnings in powercp build
 2023-05-11  4:45 UTC  (2+ messages)

[PATCH v5 0/4] generic and PowerPC SED Opal keystore
 2023-05-10 22:50 UTC  (3+ messages)
` [PATCH 1/4] block:sed-opal: "

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-05-10 16:42 UTC  (4+ messages)

[Bug 217350] New: kdump kernel hangs in powerkvm guest
 2023-05-10 17:53 UTC  (3+ messages)
` [Bug 217350] "

linux-next: boot warning
 2023-05-10  3:05 UTC  (4+ messages)

[PATCH 00/12] powerpc: KCSAN fix warnings and mark accesses
 2023-05-10  2:00 UTC  (26+ messages)
` [PATCH 01/12] powerpc: qspinlock: Fix qnode->locked value interpretation
` [PATCH 02/12] powerpc: qspinlock: Mark accesses to qnode lock checks
` [PATCH 03/12] powerpc: qspinlock: Enforce qnode writes prior to publishing to queue
` [PATCH 04/12] asm-generic/mmiowb: Mark accesses to fix KCSAN warnings
  ` [PATCH 4/12] "
` [PATCH 05/12] powerpc: Mark [h]ssr_valid accesses in check_return_regs_valid
` [PATCH 06/12] powerpc: Mark accesses to power_save callback in arch_cpu_idle
` [PATCH 07/12] powerpc: powernv: Fix KCSAN datarace warnings on idle_state contention
` [PATCH 08/12] powerpc: Annotate accesses to ipi message flags
` [PATCH 09/12] powerpc: Mark writes registering ipi to host cpu through kvm
` [PATCH 10/12] powerpc: powernv: Annotate data races in opal events

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-05-09 20:51 UTC  (2+ messages)

[EXT] Re: [PATCH v2 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-05-09 19:44 UTC  (2+ messages)

[PATCH] powerpc/64: Use -mprofile-kernel for big endian ELFv2 kernels
 2023-05-09 14:04 UTC  (2+ messages)

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-05-09  9:37 UTC  (2+ messages)

[PATCH 1/2] powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=n
 2023-05-09  9:16 UTC  (2+ messages)
` [PATCH 2/2] powerpc/pseries: Remove unused hcall tracing instruction

[PATCH 0/4] powerpc/64: ELFv2 conversion
 2023-05-09  8:25 UTC  (4+ messages)
` [RFC PATCH 4/4] powerpc/64: Remove support for kernel's built with ELFv1 ABI

[PATCH 0/6] bus: fsl-mc: Make remove function return void
 2023-05-09  7:20 UTC  (7+ messages)

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

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-05-09  7:06 UTC  (2+ messages)

[PATCH] ASoC: fsl_sai: MCLK bind with TX/RX enable bit
 2023-05-09  6:38 UTC  (2+ messages)

[powerpc:next] BUILD SUCCESS 3af77224c09d79e03e34e7412f88692483054fed
 2023-05-09  5:49 UTC 

[powerpc:merge] BUILD SUCCESS 547124f858ea52b2f7e58e8c0d39170a9fa66b4b
 2023-05-09  5:48 UTC 

[PATCH] ASoC: fsl_micfil: Fix error handler with pm_runtime_enable
 2023-05-09  5:41 UTC  (2+ messages)

[powerpc:fixes-test] BUILD SUCCESS 536d948a8dee21166d9c5b5a4189af56beba16e3
 2023-05-09  5:36 UTC 

[PATCH AUTOSEL 5.4 2/3] powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 support
 2023-05-09  3:56 UTC 

[PATCH AUTOSEL 5.10 2/3] powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 support
 2023-05-09  3:55 UTC 

[PATCH AUTOSEL 5.15 3/4] powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 support
 2023-05-09  3:55 UTC 

[PATCH AUTOSEL 6.1 4/5] powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 support
 2023-05-09  3:55 UTC 

[PATCH AUTOSEL 6.2 5/6] powerpc/fsl_uli1575: Allow to disable FSL_ULI1575 support
 2023-05-09  3:55 UTC 

[PATCH 00/89] i2c: Convert to platform remove callback returning void
 2023-05-08 20:51 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox