public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
 messages from 2022-10-17 20:28:52 to 2022-10-26 00:41:26 UTC [more...]

[linux-next:master] BUILD REGRESSION 89bf6e28373beef9577fa71f996a5f73a569617c
 2022-10-25 23:17 UTC  (4+ messages)

[PATCH v4 0/6] Out-of-line static calls for powerpc64 ELF V2
 2022-10-25 23:41 UTC  (4+ messages)
` [PATCH v4 2/6] powerpc/module: Handle caller-saved TOC in module linker

[PATCH v2 0/4] PCI: Remove unnecessary <linux/of_irq.h> includes
 2022-10-25 21:05 UTC  (7+ messages)
` [PATCH v2 1/4] PCI: altera-msi: Include <linux/irqdomain.h> explicitly
` [PATCH v2 2/4] PCI: microchip: "
` [PATCH v2 3/4] PCI: mvebu: "
` [PATCH v2 4/4] PCI: Remove unnecessary <linux/of_irq.h> includes

[PATCH net-next] eth: fealnx: delete the driver for Myson MTD-800
 2022-10-25 18:42 UTC 

Linux 6.1-rc2
 2022-10-25 17:22 UTC  (3+ messages)

[PATCH v2] mm, hwpoison: Try to recover from copy-on write faults
 2022-10-25  5:46 UTC  (20+ messages)
  ` [PATCH v3 0/2] Copy-on-write poison recovery
    ` [PATCH v3 1/2] mm, hwpoison: Try to recover from copy-on write faults
    ` [PATCH v3 2/2] mm, hwpoison: When copy-on-write hits poison, take page offline

[PATCH v9 0/7] Use per-CPU temporary mappings for patching on Radix MMU
 2022-10-25  4:44 UTC  (8+ messages)
` [PATCH v9 1/7] powerpc: Allow clearing and restoring registers independent of saved breakpoint state
` [PATCH v9 2/7] powerpc/code-patching: Handle RWX patching initialisation error
` [PATCH v9 3/7] powerpc/code-patching: Use WARN_ON and fix check in poking_init
` [PATCH v9 4/7] powerpc/code-patching: Verify instruction patch succeeded
` [PATCH v9 5/7] powerpc/tlb: Add local flush for page given mm_struct and psize
` [PATCH v9 6/7] powerpc/code-patching: Use temporary mm for Radix MMU
` [PATCH v9 7/7] powerpc/code-patching: Consolidate and cache per-cpu patching context

[PATCH] powerpc: Interrupt handler stack randomisation
 2022-10-25  3:38 UTC 

[PATCH v8 0/6] Use per-CPU temporary mappings for patching
 2022-10-25  3:30 UTC  (18+ messages)
` [PATCH v8 1/6] powerpc: Allow clearing and restoring registers independent of saved breakpoint state
` [PATCH v8 2/6] powerpc/code-patching: Use WARN_ON and fix check in poking_init
` [PATCH v8 3/6] powerpc/code-patching: Verify instruction patch succeeded
` [PATCH v8 4/6] powerpc/tlb: Add local flush for page given mm_struct and psize
` [PATCH v8 5/6] powerpc/code-patching: Use temporary mm for Radix MMU
` [PATCH v8 6/6] powerpc/code-patching: Use CPU local patch address directly

[PATCH v1 0/2] cleanup stackprotector canary generation
 2022-10-24  5:25 UTC  (6+ messages)
` [PATCH v1 1/2] stackprotector: move CANARY_MASK and get_random_canary() into stackprotector.h
` [PATCH v1 2/2] stackprotector: actually use get_random_canary()

[PATCH v1 0/5] convert tree to get_random_u32_{below,above,between}()
 2022-10-24 16:43 UTC  (17+ messages)
` [PATCH v1 1/5] treewide: use get_random_u32_below() instead of deprecated function
` [PATCH v1 2/5] prandom: remove prandom_u32_max()
` [PATCH v1 3/5] random: add helpers for random numbers with given floor or range
` [PATCH v1 4/5] treewide: use get_random_u32_{above,below}() instead of manual loop
` [PATCH v1 5/5] treewide: use get_random_u32_between() when possible

[PATCH] soc: fsl: qe: Avoid using gpio_to_desc()
 2022-10-24 12:22 UTC 

[PATCH] powerpc: replace ternary operator with min()
 2022-10-24  4:33 UTC  (2+ messages)

[PATCH] powerpc/8xx: Fix warning in hw_breakpoint_handler()
 2022-10-24  4:13 UTC 

[PATCH] powerpc/64s/hash: add stress_hpt kernel boot option to increase hash faults
 2022-10-24  3:01 UTC 

[PATCH v3 1/3] powerpc: Add common pud_pfn stub for all platforms
 2022-10-24  0:35 UTC  (3+ messages)
` [PATCH v3 2/3] powerpc: mm: add p{te,md,ud}_user_accessible_page helpers
` [PATCH v3 3/3] powerpc: mm: support page table check

[PATCH] powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft-masked context
 2022-10-22 15:52 UTC  (2+ messages)

[PATCH] macintosh: fix possible memory leak in macio_add_one_device()
 2022-10-22  8:36 UTC 

[PATCH] powerpc/kernel: fix repeated words in comments
 2022-10-22  5:12 UTC 

[PATCH v3 4/5] vfio: Remove CONFIG_VFIO_SPAPR_EEH
 2022-10-21 19:46 UTC  (2+ messages)

[PATCH v2 0/2] gpiolib: more cleanups to get rid of of_node
 2022-10-21 19:01 UTC  (2+ messages)

[PATCH printk v2 00/38] reduce console_lock scope
 2022-10-21 13:22 UTC  (4+ messages)
` [PATCH printk v2 10/38] tty: hvc: use console_is_enabled()

[PATCH] selftests/powerpc: Fix spelling mistake "mmaping" -> "mmapping"
 2022-10-21  8:45 UTC 

[PATCH] PCI: Remove unnecessary of_irq.h includes
 2022-10-21  0:52 UTC  (15+ messages)
    ` [kbuild-all] "

[PATCH 0/5] powerpc/kprobes: preempt related changes and cleanups
 2022-10-20 17:29 UTC  (6+ messages)
` [PATCH 1/5] powerpc/kprobes: Remove preempt disable around call to get_kprobe() in arch_prepare_kprobe()
` [PATCH 2/5] powerpc/kprobes: Have optimized_callback() use preempt_enable()
` [PATCH 3/5] powerpc/kprobes: Use preempt_enable() rather than the no_resched variant
` [PATCH 4/5] powerpc/kprobes: Setup consistent pt_regs across kprobes, optprobes and KPROBES_ON_FTRACE
` [PATCH 5/5] powerpc/kprobes: Remove unnecessary headers from kprobes

[PATCH v7 0/8] phy: Add support for Lynx 10G SerDes
 2022-10-20 17:04 UTC  (13+ messages)
` [PATCH v7 1/8] dt-bindings: phy: Add 2500BASE-X and 10GBASE-R
` [PATCH v7 2/8] dt-bindings: phy: Add Lynx 10G phy binding
` [PATCH v7 3/8] dt-bindings: clock: Add ids for Lynx 10g PLLs
` [PATCH v7 4/8] phy: fsl: Add Lynx 10G SerDes driver
` [PATCH v7 5/8] arm64: dts: ls1046a: Add serdes bindings
` [PATCH v7 6/8] arm64: dts: ls1088a: "
` [PATCH v7 7/8] arm64: dts: ls1046ardb: "
` [PATCH v7 8/8] [WIP] arm64: dts: ls1088ardb: "

[PATCH] [perf/core: Update sample_flags for raw_data in perf_output_sample
 2022-10-20 14:40 UTC  (3+ messages)

[PATCH] powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPU
 2022-10-20 10:01 UTC  (2+ messages)

[PATCH v3] powerpc/pseries/vas: Add VAS IRQ primary handler
 2022-10-20 10:01 UTC  (2+ messages)

warning from change_protection in 6.1 rc1
 2022-10-20  8:41 UTC  (3+ messages)

[6.1-rc1] Warning arch/powerpc/kernel/irq_64.c:285
 2022-10-20  7:13 UTC  (2+ messages)

[PATCH] powerpc/hv-gpci: Fix hv_gpci event list
 2022-10-20  6:31 UTC  (4+ messages)

[PATCH -next] tty: hvc: make hvc_rtas_dev static
 2022-10-20  5:29 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 7dc2a00fdd44a4d0c3bac9fd10558b3933586a0c
 2022-10-20  2:15 UTC 

[linux-next:master] BUILD REGRESSION a72b55bc981b62f7186600d06d1824f1d0612b27
 2022-10-19 14:40 UTC 

[PATCH net-next v7 00/10] net: dpaa: Convert to phylink
 2022-10-19 13:00 UTC  (8+ messages)
` [PATCH net-next v7 05/10] net: fman: memac: Add serdes support
` [PATCH net-next v7 06/10] net: fman: memac: Use lynx pcs driver
` [PATCH net-next v7 07/10] net: dpaa: Convert to phylink
` [PATCH net-next v7 08/10] powerpc: dts: t208x: Mark MAC1 and MAC2 as 10G
` [PATCH net-next v7 09/10] powerpc: dts: qoriq: Add nodes for QSGMII PCSs
` [PATCH net-next v7 10/10] arm64: dts: layerscape: "

[RFC PATCH v5 1/8] mm: Make a place for a common balloon code
 2022-10-19  9:56 UTC 

[PATCH 26/44] serial: pmac_zilog: Use uart_xmit_advance()
 2022-10-19  9:11 UTC  (2+ messages)
` [PATCH 42/44] serial: ucc_uart: "

[PATCH -next v2] powerpc/mpic_msgr: fix cast removes address space of expression warnings
 2022-10-19  6:34 UTC 

[PATCH] mm: remove kern_addr_valid() completely
 2022-10-19  1:31 UTC  (8+ messages)

[powerpc:fixes-test] BUILD SUCCESS dc398a084d459f065658855454e09f2778f8c5cc
 2022-10-19  1:51 UTC 

[powerpc:fixes] BUILD SUCCESS 2147783d6bf0b7ca14c72a25527dc5135bd17f65
 2022-10-19  1:51 UTC 

[PATCH] powerpc/perf: Fix hv-24x7 metric events for power10
 2022-10-18 19:22 UTC  (4+ messages)

[PATCH] ASoC: fsl_micfil: Add Hardware Voice Activity Detector support
 2022-10-18 11:28 UTC  (2+ messages)

[PATCH v3 0/7] Create a new sound card to access MICFIL based on rpmsg channel
 2022-10-18 11:28 UTC  (2+ messages)

sched/debug: CPU hotplug operation suffers in a large cpu systems
 2022-10-18 11:04 UTC 

[PATCH AUTOSEL 5.10 04/16] powerpc/hw_breakpoint: Avoid relying on caller synchronization
 2022-10-18  9:35 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 09/16] powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined

[PATCH 1/2] tools/perf: Fix printing os->prefix in CSV metrics output
 2022-10-18  8:56 UTC  (2+ messages)
` [PATCH 2/2] tools/perf: Fix printing field separator "

[PATCH] soc: move from strlcpy with unused retval to strscpy
 2022-10-18  3:15 UTC  (2+ messages)

[PATCH AUTOSEL 5.19 05/29] powerpc/hw_breakpoint: Avoid relying on caller synchronization
 2022-10-18  1:04 UTC  (3+ messages)
` [PATCH AUTOSEL 5.19 12/29] powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined

[PATCH AUTOSEL 4.19 05/10] powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined
 2022-10-18  0:11 UTC 

[PATCH AUTOSEL 5.4 07/13] powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined
 2022-10-18  0:10 UTC 

[PATCH AUTOSEL 5.15 04/21] powerpc/hw_breakpoint: Avoid relying on caller synchronization
 2022-10-18  0:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 10/21] powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined

[PATCH AUTOSEL 6.0 05/32] powerpc/hw_breakpoint: Avoid relying on caller synchronization
 2022-10-18  0:07 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 14/32] powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-17 11:59 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