linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-30 03:42:44 to 2016-06-02 12:39:35 UTC [more...]

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

[PATCH 3/8] cpufreq: powerenv: Fix memory leak
 2016-06-02 12:08 UTC  (8+ messages)
` [PATCH 6/8] cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
` [PATCH 8/8] cpufreq: Return index from cpufreq_frequency_table_target()

[PATCH] selftests/powerpc: Import Anton's mmap & futex micro benchmarks
 2016-06-02 12:05 UTC  (2+ messages)

[PATCH v2] powerpc: export cpu_to_core_id()
 2016-06-02 11:45 UTC 

[v10, 0/7] Fix eSDHC host version register bug
 2016-06-02  9:01 UTC  (15+ messages)
` [v10, 7/7] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
    ` [PATCH 1/4] base: soc: introduce soc_device_match() interface
    ` [PATCH 2/4] soc: fsl: add GUTS driver for QorIQ platforms
    ` [PATCH 3/4] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
    ` [PATCH 4/4] Revert "powerpc/fsl: Move fsl_guts.h out of arch/powerpc"

[PATCH 1/3] powerpc: export cpu_to_core_id()
 2016-06-02 11:22 UTC  (7+ messages)

[PATCH v5 0/6] powerPC/pSeries use pv-qpsinlock as the default spinlock implemention
 2016-06-02 11:08 UTC  (11+ messages)
` [PATCH v5 1/6] qspinlock: powerpc support qspinlock
` [PATCH v5 2/6] powerpc: pseries/Kconfig: Add qspinlock build config
` [PATCH v5 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
` [PATCH v5 4/6] pv-qspinlock: powerpc support pv-qspinlock
` [PATCH v5 5/6] pv-qspinlock: use cmpxchg_release in __pv_queued_spin_unlock
` [PATCH v5 6/6] powerpc: pseries: Add pv-qspinlock build config/make

[PATCH 1/3] Fix .long's in mm/tlb-radix.c to more meaningful
 2016-06-02  9:46 UTC  (3+ messages)
` [PATCH 2/3] powerpc/mm/radix: Update to tlb functions ric argument
` [PATCH 3/3] powerpc/mm/radix: Flush page walk cache when freeing page table

[PATCH] powerpc/mm/radix: Make the pid unsigned long
 2016-06-02  9:44 UTC 

[PATCH] powerpc/mm/radix: Update LPCR HR bit as per ISA
 2016-06-02  9:40 UTC 

[PATCH v2 1/5] fsl/qe: add rx_sync and tx_sync for TDM mode
 2016-06-02  7:37 UTC  (6+ messages)
` [PATCH v2 2/5] fsl/qe: setup clock source "
` [PATCH v2 3/5] fsl/qe: Make regs resouce_size_t
` [PATCH v2 4/5] fsl/qe: Add QE TDM lib
` [Patch v2 5/5] drivers/net: support hdlc function for QE-UCC

[PATCH] powerpc/mm: use _raw variant of page table accessors
 2016-06-02  7:44 UTC  (3+ messages)

[PATCH] powerpc32: get rid of sub_reloc_offset()
 2016-06-02  7:29 UTC  (2+ messages)
`  "

[RESEND PATCH v2 0/6] vfio-pci: Add support for mmapping MSI-X table
 2016-06-02  6:10 UTC  (7+ messages)
` [RESEND PATCH v2 1/6] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
` [RESEND PATCH v2 2/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller enables IRQ remapping
` [RESEND PATCH v2 3/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of "
` [RESEND PATCH v2 4/6] iommu: Set PCI_BUS_FLAGS_MSI_REMAP on iommu driver initialization
` [RESEND PATCH v2 5/6] pci-ioda: Set PCI_BUS_FLAGS_MSI_REMAP for IODA host bridge
` [RESEND PATCH v2 6/6] vfio-pci: Allow to expose MSI-X table to userspace if interrupt remapping is enabled

[RESEND PATCH v2 0/4] PCI: Add support for enforcing all MMIO BARs not to share PAGE_SIZE
 2016-06-02  5:46 UTC  (5+ messages)
` [RESEND PATCH v2 1/4] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
` [RESEND PATCH v2 2/4] PCI: Do not Use IORESOURCE_STARTALIGN to identify bridge resources
` [RESEND PATCH v2 3/4] PCI: Add a new option for resource_alignment to reassign alignment
` [RESEND PATCH v2 4/4] PCI: Add support for enforcing all MMIO BARs to be page aligned

[PATCH 1/3] powerpc/asm: Use OFFSET macro in asm-offsets.c
 2016-06-02  4:29 UTC  (3+ messages)
` [PATCH 2/3] powerpc/asm: Define STACK_OFFSET "
` [PATCH 3/3] powerpc/asm: Add STACK_INT_OFFSET "

[PATCH] powerpc/asm: Remove unused symbols in asm-offsets.c
 2016-06-01 22:56 UTC 

Build regressions/improvements in v4.7-rc1
 2016-06-01 22:18 UTC  (2+ messages)

[PATCH v4 00/16] genrtc removal
 2016-06-01 21:58 UTC  (20+ messages)
` [PATCH v4 01/16] rtc: cmos: remove empty asm/mc146818rtc.h files
` [PATCH v4 02/16] rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h
` [PATCH v4 03/16] char/genrtc: x86: remove remnants of asm/rtc.h
` [PATCH v4 04/16] rtc: sh: provide rtc_class_ops directly
` [PATCH v4 05/16] char/genrtc: remove alpha support
` [PATCH v4 06/16] char/genrtc: remove mn10300 support
` [PATCH v4 07/16] rtc: parisc: provide rtc_class_ops directly
` [PATCH v4 08/16] char/genrtc: remove parisc support
` [PATCH v4 09/16] rtc: m68k: provide rtc_class_ops directly
` [PATCH v4 10/16] rtc: m68k: provide ioctl for q40
` [PATCH v4 11/16] char/genrtc: remove m68k support
` [PATCH v4 12/16] rtc: powerpc: provide rtc_class_ops directly
` [PATCH v4 13/16] char/genrtc: remove powerpc support
` [PATCH v4 14/16] rtc: generic: remove get_rtc_time/set_rtc_time wrappers
` [PATCH v4 15/16] char/genrtc: remove asm-generic/rtc.h from mips
` [PATCH v4 16/16] char/genrtc: remove the rest of the driver

[PATCH] powerpc/512x: clk: Remove CLK_IS_ROOT
 2016-06-01 21:51 UTC  (2+ messages)

[PATCH V10 00/28] Add new powerpc specific ELF core notes
 2016-06-01  8:26 UTC  (9+ messages)

[PATCH v3 1/2] powerpc/timer - large decrementer support
 2016-06-01  6:23 UTC  (7+ messages)
  ` [PATCH "
    ` [PATCH 2/2] KVM: PPC: hypervisor "

[PATCH 1/3] powerpc: Avoid load hit store in __giveup_fpu() and __giveup_altivec()
 2016-06-01  5:35 UTC  (12+ messages)
` [PATCH 3/3] powerpc: Avoid load hit store when using find_linux_pte_or_hugepte()
  ` [3/3] "

[PATCH v4 00/10] powerpc/powernv/cpuidle: Add support for POWER ISA v3 idle states
 2016-06-01  3:12 UTC  (8+ messages)
` [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 v10 00/18] powerpc/powernv: PCI hotplug support
 2016-06-01  2:35 UTC  (3+ messages)
` [PATCH v10 03/18] powerpc/powernv: Remove PCI_RESET_DELAY_US

[PATCH] powerpc/mm/hash: Fix the reference bit update when handling hash fault
 2016-05-31 16:28 UTC  (3+ messages)

[RFC PATCH v3 1/3] arch/powerpc : Add detour buffer support for optprobes
 2016-05-31 14:55 UTC  (4+ messages)
` [RFC PATCH v3 2/3] arch/powerpc : optprobes for powerpc core
` [RFC PATCH v4 3/3] arch/powerpc : Enable optprobes support in powerpc

[RFT PATCH 1/2] serial: Fix console setup section mismatch
 2016-05-31 14:34 UTC  (4+ messages)
` [RFT PATCH 2/2] serial: pnx8xxx: Fix coding style

[RFC PATCH v3 0/3] OPTPROBES for powerpc
 2016-05-31 10:56 UTC 

[PATCH] powerpc/pseries: Add POWER8NVL support to ibm, client-architecture-support call
 2016-05-31 10:32 UTC  (4+ messages)
` [PATCH] powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call

[PATCH] powerpc: Use privileged SPR number for MMCR2
 2016-05-31 10:17 UTC  (2+ messages)
`  "

[PATCH] powerpc: Fix definition of SIAR and SDAR registers
 2016-05-31 10:17 UTC  (5+ messages)
`  "

[PATCH V3 2/2] pseries/eeh: Refactor the configure_bridge RTAS tokens
 2016-05-31 10:17 UTC  (2+ messages)
` [V3,2/2] "

[PATCH V3 1/2] pseries/eeh: Handle RTAS delay requests in configure_bridge
 2016-05-31 10:17 UTC  (2+ messages)
` [V3, "

[PATCH 0211/1529] Fix typo
 2016-05-31 10:16 UTC  (2+ messages)

[PATCH 0/6] crypto: talitos - implementation of AEAD for SEC1
 2016-05-31  9:46 UTC  (3+ messages)
` [PATCH 2/6] crypto: talitos - making mapping helpers more generic

[PATCH] powerpc: inline current_stack_pointer()
 2016-05-31 10:05 UTC  (2+ messages)

[PATCH 1/3] powerpc/mm/radix: Update LPCR only if it is powernv
 2016-05-31  6:26 UTC  (3+ messages)
` [PATCH 2/3] powerpc/mm/hash: Fix the reference bit update when handling hash fault
` [PATCH 3/3] powerpc/mm/radix: Add missing tlb flush

[PATCH 1/5] powerpc/pseries: Drop support for MPIC in pseries
 2016-05-31  5:30 UTC  (12+ messages)
` [PATCH 2/5] powerpc/pseries: Remove MPIC from pseries smp
` [PATCH 3/5] powerpc/pseries: Remove MPIC from pseries kexec
` [PATCH 4/5] powerpc/pseries: Remove MPIC from pseries cpu hotplug
` [PATCH 5/5] powerpc/pseries: Remove MPIC from pseries event sources

powerpc cross compiler issue
 2016-05-31  4:20 UTC  (6+ messages)

[PATCH] cxl: Abstract the differences between the PSL and XSL
 2016-05-30 23:28 UTC  (4+ messages)

[PATCH V2 00/68] PowerISA 3.0 Radix page table support
 2016-05-30 14:59 UTC  (11+ messages)
` [PATCH V2 04/68] powerpc/mm: Use big endian page table for book3s 64

[PATCH v2 1/6] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
 2016-05-30 13:32 UTC  (6+ messages)
` [PATCH v2 2/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller enables IRQ remapping
` [PATCH v2 3/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of "
` [PATCH v2 4/6] iommu: Set PCI_BUS_FLAGS_MSI_REMAP on iommu driver initialization
` [PATCH v2 5/6] pci-ioda: Set PCI_BUS_FLAGS_MSI_REMAP for IODA host bridge
` [PATCH v2 6/6] vfio-pci: Allow to expose MSI-X table to userspace if interrupt remapping is enabled

[PATCH v2 0/6] vfio-pci: Add support for mmapping MSI-X table
 2016-05-30 13:32 UTC 

[RFC PATCH] mm/init: fix zone boundary creation
 2016-05-30 13:18 UTC  (4+ messages)

[PATCH v2 1/4] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
 2016-05-30 13:00 UTC  (4+ messages)
` [PATCH v2 2/4] PCI: Do not Use IORESOURCE_STARTALIGN to identify bridge resources
` [PATCH v2 3/4] PCI: Add a new option for resource_alignment to reassign alignment
` [PATCH v2 4/4] PCI: Add support for enforcing all MMIO BARs to be page aligned

[PATCH v2 0/4] PCI: Add support for enforcing all MMIO BARs not to share PAGE_SIZE
 2016-05-30 13:00 UTC 

[PATCH v4 1/1] powerpc/86xx: Add support for Emerson/Artesyn MVME7100
 2016-05-30  9:47 UTC  (4+ messages)
` [v4,1/1] "
  ` [PATCH v5 1/1] "

running qemu for powerpc (32bits) architecture
 2016-05-30  9:04 UTC 

[RFC PATCH v2 0/3] OPTPROBES for powerpc
 2016-05-30  8:51 UTC  (4+ messages)
` [RFC PATCH v2 1/3] arch/powerpc : Add detour buffer support for optprobes

[PATCH] powerpc/pseries: start rtasd before PCI probing
 2016-05-30  7:37 UTC  (2+ messages)
` [Qemu-ppc] "


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