linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-13 03:08:06 to 2015-05-15 15:42:49 UTC [more...]

[PATCH V5 0/3] THP related cleanups
 2015-05-15 15:42 UTC  (4+ messages)
` [PATCH V5 1/3] mm/thp: Split out pmd collpase flush into a separate functions
` [PATCH V5 2/3] powerpc/mm: Use generic version of pmdp_clear_flush
` [PATCH V5 3/3] mm: Clarify that the function operates on hugepage pte

[PATCH 0/3] Allow user to request memory to be locked on page fault
 2015-05-15 15:35 UTC  (10+ messages)

[PATCH v4 02/12] KVM: define common KVM_GUESTDBG_USE_SW/HW_BP bits
 2015-05-15 14:27 UTC 

[PATCH V5 00/10] VF EEH on Power8
 2015-05-15 13:37 UTC  (11+ messages)
` [PATCH V5 01/10] pci/iov: rename and export virtfn_add/virtfn_remove
` [PATCH V5 02/10] powerpc/pci_dn: cache vf_index in pci_dn
` [PATCH V5 03/10] powerpc/pci: remove PCI devices in reverse order
` [PATCH V5 04/10] powerpc/eeh: cache address range just for normal device
` [PATCH V5 05/10] powerpc/powernv: create/release eeh_dev for VF
` [PATCH V5 06/10] powerpc/eeh: create EEH_PE_VF for VF PE
` [PATCH V5 07/10] powerpc/powernv: Support EEH reset for VFs
` [PATCH V5 08/10] powerpc/powernv: Support PCI config restore "
` [PATCH V5 09/10] powerpc/eeh: handle VF PE properly
` [PATCH V5 10/10] powerpc/powernv: compound PE for VFs

[PATCH v4] powerpc/powernv: Poweroff (EPOW, DPO) events support for PowerNV platform
 2015-05-15 11:47 UTC  (3+ messages)
` [PATCH v4] powerpc/powernv: Add poweroff "

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

[PATCH] powerpc: support sizes greater than an unsigned long
 2015-05-15  9:44 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V4 00/11] VF EEH on Power8
 2015-05-15  9:18 UTC  (22+ messages)
` [PATCH V4 01/11] pci/iov: rename and export virtfn_add/virtfn_remove
` [PATCH V4 02/11] powerpc/pci_dn: cache vf_index in pci_dn
` [PATCH V4 03/11] powerpc/pci: remove PCI devices in reverse order
` [PATCH V4 04/11] powerpc/eeh: cache address range just for normal device
` [PATCH V4 05/11] powerpc/powernv: create/release eeh_dev for VF
` [PATCH V4 06/11] powerpc/eeh: create EEH_PE_VF for VF PE
` [PATCH V4 07/11] powerpc/powernv: Support EEH reset for VFs
` [PATCH V4 08/11] powerpc/powernv: Support PCI config restore "
` [PATCH V4 09/11] powerpc/eeh: handle VF PE properly
` [PATCH V4 10/11] powerpc/powernv: use "compound" as the child's list_head for compound PE
` [PATCH V4 11/11] powerpc/powernv: compound PE for VFs

[PATCH] ppc64 ftrace: mark data_access callees "notrace" (pt.1)
 2015-05-15  8:45 UTC  (3+ messages)

[RFC PATCH 1/3] powerpc/kernel: Get pt_regs from r9 before calling do_syscall_trace_enter()
 2015-05-15  8:29 UTC  (3+ messages)
` [RFC PATCH 2/3] powerpc/kernel: Prepare for seccomp-filter in the 64-bit syscall path
` [RFC PATCH 3/3] powerpc: Enable seccomp-filter for 64-bit

[PATCH kernel v10 00/34] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-05-15  8:09 UTC  (74+ messages)
` [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 28/34] vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API
` [PATCH kernel v10 33/34] vfio: powerpc/spapr: Register memory and define IOMMU v2

[PATCH 1/2] powerpc/configs: merge pseries_defconfig and pseries_le_defconfig
 2015-05-15  5:47 UTC  (2+ messages)
` [PATCH 2/2] powerpc: replace pseries_le_defconfig with a Makefile target using merge_config

[RFC PATCH 0/1] perf/script: Ganged exits and VM topology
 2015-05-15  4:14 UTC  (2+ messages)
` [RFC PATCH 1/1] perf/script: Script to display the ganged exits count on powerpc

[PATCH v4 0/9] Convert OPAL notifier events to an irqchip
 2015-05-15  4:06 UTC  (10+ messages)
` [PATCH v4 1/9] powerpc/powernv: Reorder OPAL subsystem initialisation
` [PATCH v4 2/9] powerpc/powernv: Add a virtual irqchip for opal events
` [PATCH v4 3/9] ipmi/powernv: Convert to irq event interface
` [PATCH v4 4/9] hvc: Convert to using interrupts instead of opal events
` [PATCH v4 5/9] powernv/eeh: Update the EEH code to use the opal irq domain
` [PATCH v4 6/9] powernv/opal: Convert opal message events to "
` [PATCH v4 7/9] powernv/elog: Convert elog "
` [PATCH v4 8/9] powernv/opal-dump: Convert to "
` [PATCH v4 9/9] opal: Remove events notifier

[PATCH 2/2] mmc: sdhci-pltfm: enable interrupt mode to detect card
 2015-05-15  2:31 UTC  (5+ messages)

[PATCH v4 00/21] PowerPC/PowerNV: PCI Slot Management
 2015-05-15  1:27 UTC  (23+ messages)
` [PATCH v4 19/21] drivers/of: Support adding sub-tree

mpt2sas DMA mask
 2015-05-14 22:03 UTC  (15+ 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
                  ` [RFC/PATCH v2] "
                  ` [RFC/PATCH v3] "

[PATCH 0/4] powerpc32: use cacheable alternatives of memcpy and memset
 2015-05-14 20:18 UTC  (7+ messages)
` [PATCH 1/4] Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions"
` [PATCH 3/4] powerpc32: memset(0): use cacheable_memzero

Specifying the MTD partitions in a device tree
 2015-05-14 20:09 UTC  (2+ messages)

[PATCH v2 0/2] powerpc/kvm: Enable running guests on RT Linux
 2015-05-14 19:36 UTC  (5+ messages)
` [PATCH v2 2/2] powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT_FULL

[PATCH] iommu/fsl: Fix the dependency check for PAMU driver
 2015-05-14 18:17 UTC  (3+ messages)

[RFC 14/23] tty/hvc: xen: Use xen page definition
 2015-05-14 17:00 UTC 

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

[PATCH V3 0/9] VF EEH on Power8
 2015-05-14 12:30 UTC  (7+ messages)
` [PATCH V3 9/9] powerpc/eeh: handle VF PE properly

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

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

[PATCH v2, 1/2] powerpc/dts: add eSDHC compatible list
 2015-05-14  6:40 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  (10+ 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  (4+ 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)

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


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