linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-11 15:40:51 to 2015-05-14 12:16:01 UTC [more...]

[PATCH V3 0/9] VF EEH on Power8
 2015-05-14 12:15 UTC  (26+ messages)
` [PATCH V3 2/9] powerpc/pci_dn: cache vf_index in pci_dn
` [PATCH V3 5/9] powerpc/eeh: create EEH_PE_VF for VF PE
` [PATCH V3 6/9] powerpc/powernv: create/release eeh_dev for VF
` [PATCH V3 8/9] powerpc/powernv: Support PCI config restore for VFs
` [PATCH V3 9/9] powerpc/eeh: handle VF PE properly

G5 Xserve rackmeter broken?
 2015-05-14 11:48 UTC  (7+ messages)

[PATCH v4 00/21] PowerPC/PowerNV: PCI Slot Management
 2015-05-14 11:02 UTC  (33+ messages)
` [PATCH v4 07/21] powerpc/powernv: Release PEs dynamically
` [PATCH v4 10/21] powerpc/powernv: Fundamental reset for PCI bus reset
` [PATCH v4 19/21] drivers/of: Support adding sub-tree

[PATCH v3] powerpc/powernv: Poweroff (EPOW, DPO) events support for PowerNV platform
 2015-05-14 10:46 UTC  (2+ messages)
` [PATCH v3] powerpc/powernv: Add poweroff "

mm: BUG_ON with NUMA_BALANCING (kernel BUG at include/linux/swapops.h:131!)
 2015-05-14  9:33 UTC  (2+ messages)

[PATCH 0/4] powerpc32: use cacheable alternatives of memcpy and memset
 2015-05-14  8:50 UTC  (8+ messages)
` [PATCH 1/4] Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions"
` [PATCH 2/4] powerpc32: swap r4 and r5 in cacheable_memzero
` [PATCH 3/4] powerpc32: memset(0): use cacheable_memzero
` [PATCH 4/4] powerpc32: memcpy: use cacheable_memcpy

[PATCH 0/3] Allow user to request memory to be locked on page fault
 2015-05-14  8:08 UTC  (12+ messages)

mpt2sas DMA mask
 2015-05-14  7:43 UTC  (12+ messages)
  ` [PATCH] mpt2sas: Fall back to 64 bit coherent mask if 64 bit DMA / 32 bit coherent mask not supported
                  ` [RFC/PATCH] powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_mask

[PATCH v2, 2/2] mmc: sdhci-pltfm: enable interrupt mode to detect card
 2015-05-14  6:40 UTC 

[PATCH 2/2] mmc: sdhci-pltfm: enable interrupt mode to detect card
 2015-05-14  6:29 UTC  (3+ messages)

[PATCH v2, 1/2] powerpc/dts: add eSDHC compatible list
 2015-05-14  6:40 UTC 

[PATCH kernel v10 00/34] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-05-14  6:29 UTC  (79+ messages)
` [PATCH kernel v10 01/34] powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU group
` [PATCH kernel v10 02/34] powerpc/iommu/powernv: Get rid of set_iommu_table_base_and_group
` [PATCH kernel v10 03/34] powerpc/powernv/ioda: Clean up IOMMU group registration
` [PATCH kernel v10 04/34] powerpc/iommu: Put IOMMU group explicitly
` [PATCH kernel v10 05/34] powerpc/iommu: Always release iommu_table in iommu_free_table()
` [PATCH kernel v10 06/34] vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver
` [PATCH kernel v10 07/34] vfio: powerpc/spapr: Check that IOMMU page is fully contained by system page
` [PATCH kernel v10 08/34] vfio: powerpc/spapr: Use it_page_size
` [PATCH kernel v10 09/34] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH kernel v10 10/34] vfio: powerpc/spapr: Disable DMA mappings on disabled container
` [PATCH kernel v10 11/34] vfio: powerpc/spapr: Moving pinning/unpinning to helpers
` [PATCH kernel v10 12/34] vfio: powerpc/spapr: Rework groups attaching
` [PATCH kernel v10 13/34] powerpc/powernv: Do not set "read" flag if direction==DMA_NONE
` [PATCH kernel v10 14/34] powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
` [PATCH kernel v10 15/34] powerpc/powernv/ioda/ioda2: Rework TCE invalidation in tce_build()/tce_free()
` [PATCH kernel v10 16/34] powerpc/spapr: vfio: Replace iommu_table with iommu_table_group
` [PATCH kernel v10 17/34] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
` [PATCH kernel v10 18/34] vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control
` [PATCH kernel v10 19/34] powerpc/iommu: Fix IOMMU ownership control functions
` [PATCH kernel v10 20/34] powerpc/powernv/ioda2: Move TCE kill register address to PE
` [PATCH kernel v10 21/34] powerpc/powernv/ioda2: Add TCE invalidation for all attached groups
` [PATCH kernel v10 22/34] powerpc/powernv: Implement accessor to TCE entry
` [PATCH kernel v10 23/34] powerpc/iommu/powernv: Release replaced TCE
` [PATCH kernel v10 24/34] powerpc/powernv/ioda2: Rework iommu_table creation
` [PATCH kernel v10 25/34] powerpc/powernv/ioda2: Introduce helpers to allocate TCE pages
` [PATCH kernel v10 26/34] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH kernel v10 27/34] powerpc/powernv: Implement multilevel TCE tables
` [PATCH kernel v10 28/34] vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API
` [PATCH kernel v10 30/34] powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future table
` [PATCH kernel v10 32/34] powerpc/mmu: Add userspace-to-physical addresses translation cache
` [PATCH kernel v10 33/34] vfio: powerpc/spapr: Register memory and define IOMMU v2
` [PATCH kernel v10 34/34] vfio: powerpc/spapr: Support Dynamic DMA windows

Specifying the MTD partitions in a device tree
 2015-05-14  5:48 UTC 

[PATCH] powerpc: Align TOC to 256 bytes
 2015-05-14  4:45 UTC 

[PATCH V3] cpuidle: Handle tick_broadcast_enter() failure gracefully
 2015-05-14  3:59 UTC  (19+ messages)
    ` [PATCH 0/3] cpuidle: updates related to tick_broadcast_enter() failures

[PATCH] tick-broadcast: Fix the printing of broadcast masks
 2015-05-13 23:40 UTC  (3+ messages)

[PATCH v3] powerpc/defconfig: new way of writing defconfig
 2015-05-13 22:18 UTC  (2+ messages)

[PATCH v2 0/2] Poweroff (EPOW, DPO) events support for PowerNV platform
 2015-05-13 20:17 UTC  (7+ messages)
` [PATCH v2 1/2] powerpc/powernv: Add poweroff "

[PATCH] powerpc/mpic: Remove WHOAMI readback after EOI
 2015-05-13 16:33 UTC  (3+ messages)

[PATCH] ppc64 ftrace: mark data_access callees "notrace" (pt.1)
 2015-05-13 16:11 UTC 

[alsa-devel][PATCH v2 1/3] ASoC: fsl_sai: add sai master mode support
 2015-05-13 11:43 UTC  (4+ messages)
` [alsa-devel][PATCH v2 2/3] ASoC: fsl_sai: add tdm slots operation support
` [alsa-devel][PATCH v2 3/3] ASoC: fsl_sai: add 12kHz, 24kHz, 176.4kHz and 192kHz sample rate support

[PATCH v7 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-05-13 11:51 UTC  (3+ messages)
` [PATCH v7 1/2] arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi
` [PATCH v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0

[PATCH 1/2] powerpc/dts: add eSDHC compatible list
 2015-05-13  8:20 UTC 

[PATCH] powerpc/config: Enable bnx2x on ppc64 and pseries defconfigs
 2015-05-13  5:13 UTC 

[PATCH v3 1/2] perf/kvm: Port perf kvm to powerpc
 2015-05-13  3:22 UTC  (4+ messages)

[PATCH v3 1/3] kvm/powerpc: Export kvm exit reasons
 2015-05-13  3:21 UTC  (5+ messages)
` [PATCH v3 3/3] kvm/powerpc: Export HCALL reason codes

[PATCH] QorIQ/TMU: add thermal management support based on TMU
 2015-05-13  3:07 UTC  (5+ messages)

[PATCH 1/2] powerpc/qman: Change fsl,qman-channel-id to cell-index
 2015-05-12 22:46 UTC  (5+ messages)

[PATCH tip/core/rcu 09/15] powerpc: Fix smp_mb__before_spinlock()
 2015-05-12 21:38 UTC 

[PATCH 0/3] Add sai master mode, tdm slot operation and add some sample rate support
 2015-05-12 18:44 UTC  (7+ messages)
` [PATCH 1/3] ASoC: fsl_sai: add sai master mode support
` [PATCH 2/3] ASoC: fsl_sai: Add tdm slots operation for SAI master mode
` [PATCH 3/3] ASoC: fsl_sai: add 12kHz, 24kHz, 176.4kHz and 192kHz sample rate support

[PATCH v3 00/22] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-05-12 14:16 UTC  (3+ messages)

[PATCH RESEND v6 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-05-12 12:30 UTC  (5+ messages)
` [PATCH RESEND v6 1/2] arm64: dts: Add the arasan sdhci nodes in apm-storm.dtsi

[PATCH v2] powerpc/mce: fix off by one errors in mce event handling
 2015-05-12  9:41 UTC  (2+ messages)

[PATCH V4 1/3] mm/thp: Split out pmd collpase flush into a separate functions
 2015-05-12  9:19 UTC  (4+ messages)
` [PATCH V4 2/3] powerpc/mm: Use generic version of pmdp_clear_flush
` [PATCH V4 3/3] mm: Clarify that the function operateds on hugepage pte

[PATCH] powerpc/eeh: Fix wrong printed PE number
 2015-05-12  7:05 UTC 

[PATCH] powerpc/eeh: Dump PHB diag-data for non-existing PE
 2015-05-12  7:05 UTC 

[alsa-devel][PATCH 1/3] ASoC: fsl_sai: add sai master mode support
 2015-05-12  7:07 UTC  (3+ messages)
` [alsa-devel][PATCH 2/3] ASoC: fsl_sai: Add tdm slots operation for SAI master mode
` [alsa-devel][PATCH 3/3] ASoC: fsl_sai: add 12kHz, 24kHz, 176.4kHz and 192kHz sample rate support

[PATCH V3 00/13] POWER DSCR fixes, improvements, docs and tests
 2015-05-12  6:01 UTC  (2+ messages)

[PATCH] powerpc/defconfig: new way of writing defconfig
 2015-05-12  4:32 UTC 

[PATCH] i2c: powermac: don't workaround for keywest
 2015-05-11 23:26 UTC  (5+ messages)

[PATCH V3] mm/thp: Split out pmd collpase flush into a separate functions
 2015-05-11 22:40 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).