linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-23 00:30:16 to 2015-04-28 12:06:16 UTC [more...]

[PATCH v3 0/7] Fixes for perf probe issues on ppc
 2015-04-28 12:05 UTC  (5+ messages)
` [PATCH v3 3/7] perf probe/ppc: Use the right prefix when ignoring SyS symbols "
` [PATCH v3 4/7] perf probe/ppc: Enable matching against dot symbols automatically
` [PATCH v3 5/7] perf probe/ppc64le: Fix ppc64 ABIv2 symbol decoding
` [PATCH v3 6/7] perf probe/ppc64le: Prefer symbol table lookup over DWARF

[PATCH v2 2/2] leds/powernv: Add driver for PowerNV platform
 2015-04-28 11:06 UTC  (17+ messages)

[PATCH kernel] commit 4fbdf9cb ("lpfc: Fix for lun discovery issue with saturn adapter.")
 2015-04-28 10:36 UTC  (3+ messages)

[PATCH v4 0/3] LED interface for PowerNV platform
 2015-04-28 10:18 UTC  (5+ messages)
` [PATCH v4 1/3] powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED states
` [PATCH v4 2/3] powerpc/powernv: Create LED platform device
` [PATCH v4 3/3] leds/powernv: Add driver for PowerNV platform

[PATCH v2 0/2] powernv: cpufreq: Report frequency throttle by OCC
 2015-04-28  9:07 UTC  (7+ messages)
` [PATCH v2 1/2] powerpc/powernv: Add definition of OPAL_MSG_OCC message type
` [PATCH v2 2/2] cpufreq: powernv: Register for OCC related opal_message notification

[PATCH] tick-broadcast: Fix the printing of broadcast masks
 2015-04-28  8:45 UTC 

[PATCH] powerpc/kvm: Fix SMP=n build error in book3s_xics.c
 2015-04-28  7:51 UTC  (3+ messages)

[PATCH] QorIQ/TMU: add thermal management support based on TMU
 2015-04-28  7:34 UTC  (2+ messages)

Build regressions/improvements in v4.1-rc1
 2015-04-28  7:12 UTC  (5+ messages)

[PATCH 1/2] powerpc/powernv: Add definition of OPAL_MSG_OCC message type
 2015-04-28  5:40 UTC  (7+ messages)
` [PATCH 2/2] cpufreq: powernv: Register for OCC related opal_message notification

[PATCH 0/3] Add dma_set_mask to pci_controller_ops
 2015-04-28  5:12 UTC  (4+ messages)
` [PATCH 1/3] powerpc/powernv: Specialise pci_controller_ops for each controller type
` [PATCH 2/3] powerpc/pci: add dma_set_mask to pci_controller_ops
` [PATCH 3/3] powerpc/powernv: Move dma_set_mask from pnv_phb "

Problems with Kernels 3.17-rc1 and onwards on Acube Sam460 AMCC 460ex board
 2015-04-28  3:49 UTC  (5+ messages)
  ` Kernel 4.1-rc1 build fails on Sam460ex amcc 460ex powerpc Canyonlands

[PATCH net-next v2 1/4] ibmveth: change rx buffer default allocation for CMO
 2015-04-28  0:10 UTC  (5+ messages)
` [PATCH net-next v2 2/4] ibmveth: Add support for TSO
` [PATCH net-next v2 3/4] ibmveth: Add GRO support
` [PATCH net-next v2 4/4] ibmveth: Add support for Large Receive Offload

[PATCH kernel v9 00/32] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-04-27 22:18 UTC  (36+ messages)
` [PATCH kernel v9 01/32] powerpc/iommu: Split iommu_free_table into 2 helpers
` [PATCH kernel v9 02/32] Revert "powerpc/powernv: Allocate struct pnv_ioda_pe iommu_table dynamically"
` [PATCH kernel v9 03/32] vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver
` [PATCH kernel v9 04/32] vfio: powerpc/spapr: Check that IOMMU page is fully contained by system page
` [PATCH kernel v9 05/32] vfio: powerpc/spapr: Use it_page_size
` [PATCH kernel v9 06/32] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH kernel v9 07/32] vfio: powerpc/spapr: Disable DMA mappings on disabled container
` [PATCH kernel v9 08/32] vfio: powerpc/spapr: Moving pinning/unpinning to helpers
` [PATCH kernel v9 09/32] vfio: powerpc/spapr: Rework groups attaching
` [PATCH kernel v9 10/32] powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
` [PATCH kernel v9 11/32] powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
` [PATCH kernel v9 12/32] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
` [PATCH kernel v9 13/32] vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control
` [PATCH kernel v9 14/32] powerpc/iommu: Fix IOMMU ownership control functions
` [PATCH kernel v9 15/32] powerpc/powernv/ioda/ioda2: Rework TCE invalidation in tce_build()/tce_free()
` [PATCH kernel v9 16/32] powerpc/powernv/ioda: Move TCE kill register address to PE
` [PATCH kernel v9 17/32] powerpc/powernv: Implement accessor to TCE entry
` [PATCH kernel v9 18/32] powerpc/iommu/powernv: Release replaced TCE
` [PATCH kernel v9 19/32] powerpc/powernv/ioda2: Rework iommu_table creation
` [PATCH kernel v9 20/32] powerpc/powernv/ioda2: Introduce pnv_pci_create_table/pnv_pci_free_table
` [PATCH kernel v9 21/32] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH kernel v9 22/32] powerpc/powernv: Implement multilevel TCE tables
` [PATCH kernel v9 23/32] powerpc/powernv/ioda: Define and implement DMA table/window management callbacks
` [PATCH kernel v9 24/32] powerpc/powernv/ioda2: Use new helpers to do proper cleanup on PE release
` [PATCH kernel v9 25/32] vfio: powerpc/spapr: powerpc/powernv/ioda2: Rework ownership
` [PATCH kernel v9 26/32] powerpc/iommu: Add userspace view of TCE table
` [PATCH kernel v9 27/32] powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future table
` [PATCH kernel v9 28/32] powerpc/mmu: Add userspace-to-physical addresses translation cache
` [PATCH kernel v9 29/32] vfio: powerpc/spapr: Register memory and define IOMMU v2
` [PATCH kernel v9 30/32] vfio: powerpc/spapr: Use 32bit DMA window properties from table_group
` [PATCH kernel v9 31/32] vfio: powerpc/spapr: Support multiple groups in one container if possible
` [PATCH kernel v9 32/32] vfio: powerpc/spapr: Support Dynamic DMA windows

[PATCH v2 RESEND 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-04-27 19:49 UTC  (7+ messages)
` [PATCH v2 RESEND 2/2] mmc: host: Add some quirks to be read from fdt in sdhci-pltm.c

[PATCH] powerpc: Constify irq_domain_ops
 2015-04-27 12:48 UTC 

[PATCH v2 0/4] PCI: Generic fixes and moving enumeration back to QEMU
 2015-04-27 10:14 UTC  (13+ messages)
` [PATCH v2 1/4] pci: program correct bridge limit registers during probe
` [PATCH v2 2/4] pci: Support 64-bit address translation
` [PATCH v2 3/4] usb: support 64-bit pci bars
` [PATCH v2 4/4] pci: Use QEMU created PCI device nodes

[PATCH 0/2] powerpc/kvm: Enable running guests on RT Linux
 2015-04-27  6:45 UTC  (21+ messages)

[PATCH v3 00/21] PowerPC/PowerNV: PCI Slot Management
 2015-04-27  6:37 UTC  (22+ messages)
` [PATCH v3 01/21] pci: Add pcibios_setup_bridge()
` [PATCH v3 02/21] powerpc/powernv: Enable M64 on P7IOC
` [PATCH v3 03/21] powerpc/powernv: M64 support improvement
` [PATCH v3 04/21] powerpc/powernv: Improve IO and M32 mapping
` [PATCH v3 05/21] powerpc/powernv: Improve DMA32 segment assignment
` [PATCH v3 06/21] powerpc/powernv: Create PEs dynamically
` [PATCH v3 07/21] powerpc/powernv: Release "
` [PATCH v3 08/21] powerpc/powernv: Drop pnv_ioda_setup_dev_PE()
` [PATCH v3 09/21] powerpc/eeh: Delay probing EEH device during hotplug
` [PATCH v3 10/21] powerpc/powernv: Use PCI slot reset infrastructure
` [PATCH v3 11/21] powerpc/powernv: Fundamental reset for PCI bus reset
` [PATCH v3 12/21] powerpc/pci: Don't scan empty slot
` [PATCH v3 13/21] powerpc/pci: Move pcibios_find_pci_bus() around
` [PATCH v3 14/21] powerpc/powernv: Introduce pnv_pci_poll()
` [PATCH v3 15/21] powerpc/powernv: Functions to get/reset PCI slot status
` [PATCH v3 16/21] powerpc/pci: Delay creating pci_dn
` [PATCH v3 17/21] powerpc/pci: Create eeh_dev while "
` [PATCH v3 18/21] powerpc/pci: Export traverse_pci_device_nodes()
` [PATCH v3 19/21] powerpc/pci: Update bridge windows on PCI plugging
` [PATCH v3 20/21] powerpc/powernv: Select OF_DYNAMIC
` [PATCH v3 21/21] pci/hotplug: PowerPC PowerNV PCI hotplug driver

[PATCH 1/2] pci-phb: check for the 32-bit overflow
 2015-04-27  5:41 UTC  (8+ messages)

[PATCHv2 0/8] Fix perf probe issues on powerpc
 2015-04-27  5:09 UTC  (12+ messages)
` [PATCHv2 2/8] perf probe: Improve detection of file/function name in the probe pattern
    `  "
` [PATCHv2 3/8] perf probe powerpc: Fix symbol fixup issues due to ELF type
` [PATCHv2 5/8] perf probe powerpc: Allow matching against dot symbols

[PATCH 2/2] pci: Use Qemu created PCI device nodes
 2015-04-27  4:47 UTC  (5+ messages)

[PATCH V2 1/8] powerpc/powernv: Add a virtual irqchip for opal events
 2015-04-27  3:30 UTC  (3+ messages)
` [PATCH V2 2/8] ipmi/powernv: Convert to irq event interface

[PATCH] powerpc/powernv: Fix early pci_controller_ops loading
 2015-04-27  2:35 UTC  (3+ messages)

[PATCH v2] powerpc/powernv: Fix early pci_controller_ops loading
 2015-04-27  2:33 UTC 

[PATCH V2 0/4] EEH Cleanup
 2015-04-27  1:25 UTC  (5+ messages)
` [PATCH V2 1/4] powerpc/eeh: fix start/end/flags type in struct pci_io_addr_range{}
` [PATCH V2 2/4] powerpc/eeh: fix comment for wait_state()
` [PATCH V2 3/4] powerpc/eeh: fix powernv_eeh_wait_state delay logic
` [PATCH V2 4/4] powerpc/eeh: remove unused macro IS_BRIDGE

[PATCH] ehea: Fix memory hook reference counting crashes
 2015-04-27  0:30 UTC  (3+ messages)

[added to the 3.18 stable tree] timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loop
 2015-04-26  3:49 UTC 

[git pull] Please pull mpe/linux.git powerpc-4.1-2 tag
 2015-04-24 22:56 UTC 

[PATCH v2 0/2] powerpc/kvm: Enable running guests on RT Linux
 2015-04-24 15:53 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/kvm: Convert openpic lock to raw_spinlock
` [PATCH v2 2/2] powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT_FULL

[PATCH v2] powerpc/ftrace: add powerpc timebase as a trace clock source
 2015-04-24 14:32 UTC  (2+ messages)

[PATCH] spi: fsl-spi: fix devm_ioremap_resource() error case
 2015-04-24 12:38 UTC  (2+ messages)

[PATCH] powerpc/ftrace: add powerpc timebase as a trace clock source
 2015-04-24  8:07 UTC  (3+ messages)

[RFC] powerpc, tm: Drop tm_orig_msr from thread_struct
 2015-04-24  5:01 UTC  (2+ messages)

[PATCH] cxl: Export AFU error buffer via sysfs
 2015-04-24  3:17 UTC  (2+ messages)

linux-next: manual merge of the kvm tree with the powerpc-merge-mpe tree
 2015-04-24  2:10 UTC 

[PATCHv2] ibmveth: Fix off-by-one error in ibmveth_change_mtu()
 2015-04-23 23:12 UTC  (3+ messages)

[added to the 3.18 stable tree] timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loop
 2015-04-23 19:01 UTC 

[opensuse-ppc] HELP: test kernel patches on the real thing
 2015-04-23 15:46 UTC  (3+ messages)

[PATCHv2] ibmveth: Fix off-by-one error in ibmveth_change_mtu()
 2015-04-23 15:42 UTC  (2+ messages)

[PATCH] powerpc: Reject binutils 2.24 when building little endian
 2015-04-23  7:27 UTC 

[PATCH] kvm: powerpc: Fix ppc64_defconfig + PPC_POWERNV=n build error
 2015-04-23  7:24 UTC  (3+ messages)

[PATCH RFC] powerpc/ftrace: add powerpc timebase as a trace clock source
 2015-04-23  5:17 UTC  (5+ messages)

[PATCH v3 3/3] leds/powernv: Add driver for PowerNV platform
 2015-04-23  4:57 UTC  (2+ messages)

[PATCH 1/3] powerpc/vdso: Remove unused debug code
 2015-04-23  4:37 UTC  (4+ messages)
` [PATCH 3/3] powerpc/vdso: Disable building the 32-bit VDSO on little endian

[PATCH 3/3] powerpc/8xx: Implementation of PAGE_EXEC
 2015-04-23  1:46 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;
as well as URLs for NNTP newsgroup(s).