linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-14 21:38:45 to 2022-10-24 05:23:17 UTC [more...]

[PATCH v8 0/6] Use per-CPU temporary mappings for patching
 2022-10-24  5:22 UTC  (15+ 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:03 UTC  (5+ 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] 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 v1 0/5] convert tree to get_random_u32_{below,above,between}()
 2022-10-23 21:07 UTC  (15+ 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 v2] mm, hwpoison: Try to recover from copy-on write faults
 2022-10-23 15:52 UTC  (19+ 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] 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  (12+ messages)
` [PATCH net-next v7 01/10] dt-bindings: net: Expand pcs-handle to an array
` [PATCH net-next v7 02/10] dt-bindings: net: Add Lynx PCS binding
` [PATCH net-next v7 03/10] dt-bindings: net: fman: Add additional interface properties
` [PATCH net-next v7 04/10] net: phylink: provide phylink_validate_mask_caps() helper
` [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)

[PATCH net-next v5 00/14] net: dpaa: Cleanups in preparation for phylink conversion (part 2)
 2022-10-17 15:49 UTC  (5+ messages)
` [PATCH net-next v5 05/14] net: fman: Map the base address once

[PATCH 1/2] tools/perf/tests/shell: Update stat+csv_output.sh to include sanity check for topology
 2022-10-17 15:39 UTC  (2+ messages)

[PATCH v2] perf: Rewrite core context handling
 2022-10-17  9:33 UTC  (12+ messages)

[PATCH] powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data()
 2022-10-17  9:18 UTC  (2+ messages)

Issues with the first PowerPC updates for the kernel 6.1
 2022-10-17  7:53 UTC  (11+ messages)

[PATCH v4 5/5] drm/ofdrm: Support big-endian scanout buffers
 2022-10-17  6:44 UTC  (13+ messages)

[PATCH v2 0/2] Remove unused macros from asm-offset
 2022-10-17  5:56 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 7e89a53013dab868aa99d69749745be3b626e4f8
 2022-10-17  4:57 UTC 

[powerpc:fixes-test] BUILD SUCCESS af544511aa1b39150d7526acdd8b7076bceda538
 2022-10-17  2:21 UTC 

[PATCH 0/7] powerpc/85xx: p2020: Create one unified machine description
 2022-10-16 16:59 UTC  (6+ messages)
` [PATCH 2/7] powerpc/85xx: Mark mpc85xx_ds_pic_init() as static

[RFC PATCH 7/8] mm/ioremap: Consider IOREMAP space in generic ioremap
 2022-10-16 16:56 UTC 

[PATCH v3 0/2] Fix /proc/cpuinfo cpumask warning
 2022-10-15 18:08 UTC  (2+ messages)

[PATCH] powerpc/pseries: Fix CONFIG_DTL=n build
 2022-10-14 23:21 UTC  (2+ messages)

[PATCH] powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked context
 2022-10-14 23:21 UTC  (2+ messages)

[PATCH 1/2] powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-pairs
 2022-10-14 23:21 UTC  (2+ messages)
` (subset) "

[PATCH 00/13] Make user_regset_copyin_ignore() *void*
 2022-10-14 21:22 UTC  (2+ messages)
` [PATCH 10/13] powerpc: ptrace: user_regset_copyin_ignore() always returns 0


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).