linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-20 21:25:02 to 2016-05-27 10:35:32 UTC [more...]

[PATCH v3 0/6] powerpc use pv-qpsinlock as the default spinlock implemention
 2016-05-27 10:34 UTC  (12+ messages)
` [PATCH v3 1/6] qspinlock: powerpc support qspinlock
` [PATCH v3 2/6] powerpc: pseries/Kconfig: Add qspinlock build config
` [PATCH v3 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
` [PATCH v3 4/6] pv-qspinlock: powerpc support pv-qspinlock
` [PATCH v3 5/6] pv-qspinlock: use cmpxchg_release in __pv_queued_spin_unlock
` [PATCH v3 6/6] powerpc: pseries: Add pv-qspinlock build config/make

[PATCH 0/6] crypto: talitos - implementation of AEAD for SEC1
 2016-05-27  9:32 UTC  (7+ messages)
` [PATCH 1/6] crypto: talitos - using helpers for all talitos_ptr operations
` [PATCH 2/6] crypto: talitos - making mapping helpers more generic
` [PATCH 3/6] crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU
` [PATCH 4/6] crypto: talitos - sg_to_link_tbl() not used anymore, remove it
` [PATCH 5/6] crypto: talitos - implement cra_priority
` [PATCH 6/6] crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU

[PATCH V10 00/28] Add new powerpc specific ELF core notes
 2016-05-27  8:07 UTC  (7+ messages)

[RFC PATCH] mm/init: fix zone boundary creation
 2016-05-27  8:03 UTC  (3+ messages)

u-boot.lds file
 2016-05-27  6:41 UTC 

[PATCH] powerpc/mm/hash: Fix the reference bit update when handling hash fault
 2016-05-27  6:26 UTC 

[PATCH 1/2] powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmp
 2016-05-27  6:26 UTC  (6+ messages)
` [PATCH 2/2] powerpc: Align hot loops of some string functions

[v3 PATCH 1/2] powerpc/mm: Dump linux pagetables
 2016-05-27  5:49 UTC  (2+ messages)
` [v3 PATCH 2/2] powerpc/mm: Dump hash table

PR KVM and TM issues
 2016-05-27  4:52 UTC  (7+ messages)
    ` [PATCH] spapr: Don't set the TM ibm,pa-features bit in PR KVM mode
      ` [PATCH] spapr: Don't set the TM ibm, pa-features "
        ` [PATCH v2] spapr: Don't set the TM ibm,pa-features "
          ` [PATCH v2] spapr: Don't set the TM ibm, pa-features "

how to change bss section address in u-boot.lds file
 2016-05-26 20:28 UTC  (2+ messages)

WARNING at kernel/sched/core.c:1166 while booting 4.6.0 mainline on ppc64le bare metal
 2016-05-26 15:11 UTC  (2+ messages)

powerpc cross compiler issue
 2016-05-26 11:29 UTC  (3+ messages)

[v10, 0/7] Fix eSDHC host version register bug
 2016-05-26  7:44 UTC  (7+ messages)
` [v10, 7/7] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0

[PATCH 0/5] vfio-pci: Add support for mmapping MSI-X table
 2016-05-26  3:48 UTC  (11+ messages)
` [PATCH 1/5] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
` [PATCH 2/5] iommu: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of IRQ remapping
` [PATCH 3/5] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller supports "

how can i see the *actual* bus and brg frequencies on running system?
 2016-05-26  1:08 UTC  (2+ messages)

[v4] powerpc/pci: Assign fixed PHB number based on device-tree properties
 2016-05-26  1:00 UTC  (5+ messages)

[FIX PATCH v2 0/2] Fix powerpc,numa: Fix memory_hotplug_max()
 2016-05-26  0:50 UTC  (5+ messages)
` [FIX PATCH v2 1/2] powerpc, numa: Fix whitespace in hot_add_drconf_memory_max()
  ` [FIX PATCH v2 1/2] powerpc,numa: "
` [FIX PATCH v2 2/2] powerpc,numa: Fix memory_hotplug_max()

[PATCH] powerpc/pseries: Fix PCI config address for DDW
 2016-05-26  0:46 UTC  (2+ messages)

[PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0
 2016-05-25 20:34 UTC  (9+ messages)

[PATCH v6] powerpc/pci: Assign fixed PHB number based on device-tree properties
 2016-05-25 12:21 UTC  (3+ messages)
` [v6] "

PAGE_GUARDED
 2016-05-25 11:44 UTC  (8+ messages)

[PATCH][v2] powerpc/85xx: Don't report SRAM to L2 cache fallback as error
 2016-05-25  7:58 UTC 

[v5, 1/2] cxl: Add mechanism for delivering AFU driver specific events
 2016-05-25  7:22 UTC  (5+ messages)
` [v4,2/2] cxl: Add set and get private data to context struct

[PATCH v4 00/10] powerpc/powernv/cpuidle: Add support for POWER ISA v3 idle states
 2016-05-25  5:05 UTC  (12+ messages)
` [PATCH v4 01/10] powerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkle
` [PATCH v4 02/10] powerpc/kvm: make hypervisor state restore a function
` [PATCH v4 03/10] powerpc/powernv: Rename idle_power7.S to idle_power_common.S
` [PATCH v4 04/10] powerpc/powernv: Rename reusable idle functions to hardware agnostic names
` [PATCH v4 05/10] powerpc/powernv: Make pnv_powersave_common more generic
` [PATCH v4 06/10] powerpc/powernv: abstraction for saving SPRs before entering deep idle states
` [PATCH v4 07/10] powerpc/powernv: set power_save func after the idle states are initialized
` [PATCH v4 08/10] powerpc/powernv: Add platform support for stop instruction
` [PATCH v4 09/10] cpuidle/powernv: Add support for POWER ISA v3 idle states
` [PATCH v4 10/10] powerpc/powernv: Use deepest stop state when cpu is offlined

[PATCH v3 0/9] powerpc/powernv/cpuidle: Add support for POWER ISA v3 idle states
 2016-05-25  2:16 UTC  (19+ messages)
` [PATCH v3 1/9] powerpc/kvm: make hypervisor state restore a function
` [PATCH v3 2/9] powerpc/powernv: Rename idle_power7.S to idle_power_common.S
` [PATCH v3 3/9] powerpc/powernv: Rename reusable idle functions to hardware agnostic names
` [PATCH v3 4/9] powerpc/powernv: Make power7_powersave_common more generic
` [PATCH v3 5/9] powerpc/powernv: abstraction for saving SPRs before entering deep idle states
` [PATCH v3 6/9] powerpc/powernv: set power_save func after the idle states are initialized
` [PATCH v3 7/9] powerpc/powernv: Add platform support for stop instruction
` [PATCH v3 8/9] cpuidle/powernv: Add support for POWER ISA v3 idle states
` [PATCH v3 9/9] powerpc/powernv: Use deepest stop state when cpu is offlined

[PATCH] powerpc: inline current_stack_pointer()
 2016-05-24 22:21 UTC  (6+ messages)

[RFC PATCH v2 00/18] livepatch: hybrid consistency model
 2016-05-24 22:45 UTC  (10+ messages)
` [RFC PATCH v2 17/18] livepatch: change to a per-task "
  `  "

[PATCH 0215/1529] Fix typo
 2016-05-24 19:10 UTC  (2+ messages)

[PATCH] powerpc/85xx: Don't report SRAM to L2 cache fallback as error
 2016-05-24 16:31 UTC  (2+ messages)

[PATCH] gpio: dt-bindings: add ibm,ppc4xx-gpio binding
 2016-05-24 11:43 UTC  (4+ messages)

[PATCH] cxl: Update process element after allocating interrupts
 2016-05-24 11:25 UTC  (2+ messages)

[RFC PATCH v2 0/3] OPTPROBES for powerpc
 2016-05-24 11:14 UTC  (7+ messages)
` [RFC PATCH v2 1/3] arch/powerpc : Add detour buffer support for optprobes
` [RFC PATCH v2 2/3] arch/powerpc : optprobes for powerpc core

[PATCH] powerpc32: use stmw/lmw for non volatile registers save/restore
 2016-05-23 20:17 UTC  (3+ messages)

[RFC PATCH v2 05/18] sched: add task flag for preempt IRQ tracking
 2016-05-24  3:52 UTC  (21+ messages)

[PATCH 0213/1529] Fix typo
 2016-05-24  3:11 UTC  (5+ messages)

[PATCH 0/4] rcutorture: Several fixes to run selftest scripts on PPC
 2016-05-23 21:21 UTC  (9+ messages)
` [PATCH 3/4] rcutorture: Make -soundhw a x86 specific option

[PATCH] powerpc/pseries: start rtasd before PCI probing
 2016-05-23 18:39 UTC  (3+ messages)
`  "

[PATCH] cxl: Abstract the differences between the PSL and XSL
 2016-05-23 17:39 UTC 

[RESEND v5,2/2] cxl: Add set and get private data to context struct
 2016-05-23 12:55 UTC 

[RFC PATCH] Increase in idle power with schedutil
 2016-05-23  9:24 UTC  (8+ messages)

[PATCH] powerpc32: get rid of sub_reloc_offset()
 2016-05-23  8:45 UTC 

[PATCH] powerpc: Improve comment explaining why we modify VRSAVE
 2016-05-23  7:54 UTC  (2+ messages)

[PATCH 0223/1529] Fix typo
 2016-05-23  1:28 UTC  (2+ messages)

[PATCH 0244/1529] Fix typo
 2016-05-23  1:28 UTC  (2+ messages)

[PATCH 0228/1529] Fix typo
 2016-05-23  1:27 UTC  (3+ messages)
  ` [PATCH] Clarify that adde is an instruction and we mean plural

[PATCH 0030/1529] Fix typo
 2016-05-23  1:17 UTC  (2+ messages)

[PATCH 0218/1529] Fix typo
 2016-05-22 21:57 UTC  (3+ messages)

[PATCH 0226/1529] Fix typo
 2016-05-22 21:52 UTC  (2+ messages)

[PATCH 0230/1529] Fix typo
 2016-05-22 21:53 UTC  (2+ messages)

[PATCH 25/54] MAINTAINERS: Add file patterns for powerpc device tree bindings
 2016-05-22  9:06 UTC 

[PATCH 0246/1529] Fix typo
 2016-05-21 12:08 UTC 

[PATCH 0245/1529] Fix typo
 2016-05-21 12:08 UTC 

[PATCH 0243/1529] Fix typo
 2016-05-21 12:08 UTC 

[PATCH 0242/1529] Fix typo
 2016-05-21 12:08 UTC 

[PATCH 0241/1529] Fix typo
 2016-05-21 12:07 UTC 

[PATCH 0240/1529] Fix typo
 2016-05-21 12:07 UTC 

[PATCH 0239/1529] Fix typo
 2016-05-21 12:07 UTC 

[PATCH 0238/1529] Fix typo
 2016-05-21 12:07 UTC 

[PATCH 0237/1529] Fix typo
 2016-05-21 12:07 UTC 

[PATCH 0236/1529] Fix typo
 2016-05-21 12:07 UTC 

[PATCH 0235/1529] Fix typo
 2016-05-21 12:07 UTC 

[PATCH 0234/1529] Fix typo
 2016-05-21 12:07 UTC 

[PATCH 0233/1529] Fix typo
 2016-05-21 12:07 UTC 

[PATCH 0232/1529] Fix typo
 2016-05-21 12:06 UTC 

[PATCH 0231/1529] Fix typo
 2016-05-21 12:06 UTC 

[PATCH 0229/1529] Fix typo
 2016-05-21 12:06 UTC 

[PATCH 0227/1529] Fix typo
 2016-05-21 12:06 UTC 

[PATCH 0225/1529] Fix typo
 2016-05-21 12:05 UTC 

[PATCH 0224/1529] Fix typo
 2016-05-21 12:05 UTC 

[PATCH 0222/1529] Fix typo
 2016-05-21 12:05 UTC 

[PATCH 0221/1529] Fix typo
 2016-05-21 12:05 UTC 

[PATCH 0220/1529] Fix typo
 2016-05-21 12:05 UTC 

[PATCH 0219/1529] Fix typo
 2016-05-21 12:04 UTC 

[PATCH 0217/1529] Fix typo
 2016-05-21 12:04 UTC 

[PATCH 0216/1529] Fix typo
 2016-05-21 12:04 UTC 

[PATCH 0214/1529] Fix typo
 2016-05-21 12:04 UTC 

[PATCH 0212/1529] Fix typo
 2016-05-21 12:03 UTC 

[PATCH 0211/1529] Fix typo
 2016-05-21 12:03 UTC 

[PATCH 0039/1529] Fix typo
 2016-05-21 11:40 UTC 

[PATCH] ps3_gelic: use kmemdup
 2016-05-20 23:50 UTC  (2+ messages)

[PATCH v2 2/4] powerpc: add explicit #include <asm/asm-compat.h> for jump label
 2016-05-20 21:16 UTC 


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