linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-21 03:07:11 to 2013-05-24 14:03:14 UTC [more...]

[PATCH 0/5 v2] VFIO PPC64: add VFIO support on POWERPC64
 2013-05-24 14:03 UTC  (8+ messages)
` [PATCH 1/3] powerpc/vfio: Enable on POWERNV platform
` [PATCH 2/3] powerpc/vfio: Implement IOMMU driver for VFIO
` [PATCH 3/3] powerpc/vfio: Enable on pSeries platform

[PATCH v2 00/10] uaccess: better might_sleep/might_fault behavior
 2013-05-24 13:30 UTC  (29+ messages)
` [PATCH v2 07/10] powerpc: uaccess s/might_sleep/might_fault/
` [PATCH v2 10/10] kernel: might_fault does not imply might_sleep

[PATCH v4 00/12] net: mv643xx_eth DT support and fixes
 2013-05-24 11:03 UTC  (48+ messages)
  ` [PATCH v4 01/12] net: mv643xx_eth: use phy_disconnect instead of phy_detach
  ` [PATCH v4 02/12] net: mv643xx_eth: use managed devm_ioremap for port registers
  ` [PATCH v4 03/12] net: mv643xx_eth: add phy_node to platform_data struct
  ` [PATCH v4 04/12] net: mv643xx_eth: use of_phy_connect if phy_node present
  ` [PATCH v4 05/12] net: mv643xx_eth: add DT parsing support
  ` [PATCH v4 06/12] ARM: dove: add gigabit ethernet and mvmdio device tree nodes
  ` [PATCH v4 07/12] ARM: kirkwood: "
  ` [PATCH v4 08/12] ARM: orion5x: "
  ` [PATCH v4 09/12] ARM: dove: remove legacy mv643xx_eth setup
  ` [PATCH v4 10/12] ARM: kirkwood: remove legacy clk alias for mv643xx_eth
  ` [PATCH v4 11/12] ARM: kirkwood: remove redundant DT board files
  ` [PATCH v4 12/12] ARM: orion5x: remove legacy mv643xx_eth board setup
  ` [PATCH 1/2] ARM: kirkwood: proper retain MAC address workaround on DT ethernet
    ` [PATCH 2/2] net: mv643xx_eth: proper initialization for Kirkwood SoCs

[git pull] Please pull powerpc.git merge branch
 2013-05-24  9:41 UTC 

[PATCH] arch: configuration, deleting 'CONFIG_BUG' since always need it
 2013-05-24  5:59 UTC  (20+ messages)

[PATCH] powerpc/mpc85xx: fix non-bootcpu cannot up after hibernation resume
 2013-05-24  5:21 UTC  (4+ messages)

3.9.2/3.9.3: stack overrun on s390x and ppc64 (WAS Re: 3.9.2: xfstests triggered panic)
 2013-05-24  3:33 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Add support for H_IPOLL and H_XIRR_X in XICS emulation
 2013-05-24  1:42 UTC 

SATA hang on 8315E triggered by heavy flash write?
 2013-05-23 15:49 UTC  (8+ messages)

[PATCH 0/5] perf: Introducing new conditional branch filter
 2013-05-23 13:39 UTC  (11+ messages)
` [PATCH 1/5] perf: New conditional branch filter criteria in branch stack sampling
` [PATCH 2/5] powerpc, perf: Enable conditional branch filter for POWER8
` [PATCH 3/5] perf, tool: Conditional branch filter 'cond' added to perf record
` [PATCH 4/5] x86, perf: Add conditional branch filtering support
` [PATCH 5/5] perf, documentation: Description for conditional branch filter

[PATCH] ASoC: fsl: expand the size of the name in fsl_ssi_private struct
 2013-05-23 11:19 UTC  (3+ messages)

[PATCH] ASoC: fsl: expand the size of the name in fsl_ssi_private struct
 2013-05-23  6:26 UTC 

[PATCH] perf: Power7: Make CPI stack events available in sysfs
 2013-05-22 22:23 UTC  (2+ messages)

[PATCHv2 1/1] powerpc: Force 32 bit MSIs on systems lacking firmware support
 2013-05-22 21:07 UTC 

[PATCH 0/4 v2] KVM: PPC: IOMMU in-kernel handling
 2013-05-22 21:06 UTC  (6+ messages)
` [PATCH 1/4] KVM: PPC: Add support for multiple-TCE hcalls
` [PATCH 2/4] powerpc: Prepare to support kernel handling of IOMMU map/unmap
` [PATCH 3/4] KVM: PPC: Add support for IOMMU in-kernel handling
` [PATCH 4/4] KVM: PPC: Add hugepage "

Build regressions/improvements in v3.10-rc2
 2013-05-22 18:36 UTC 

[PATCH -V9 00/20] THP support for PPC64
 2013-05-22 16:57 UTC  (21+ messages)
` [PATCH -V9 01/20] mm/THP: Use pmd_populate to update the pmd with pgtable_t pointer
` [PATCH -V9 02/20] mm/THP: Use the right function when updating access flags
` [PATCH -V9 03/20] mm/THP: Add pmd args to pgtable deposit and withdraw APIs
` [PATCH -V9 04/20] mm/THP: withdraw the pgtable after pmdp related operations
` [PATCH -V9 05/20] mm/THP: Don't use HPAGE_SHIFT in transparent hugepage code
` [PATCH -V9 06/20] mm/THP: deposit the transpare huge pgtable before set_pmd
` [PATCH -V9 07/20] powerpc/THP: Double the PMD table size for THP
` [PATCH -V9 08/20] powerpc/THP: Implement transparent hugepages for ppc64
` [PATCH -V9 09/20] powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common code
` [PATCH -V9 10/20] powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages
` [PATCH -V9 11/20] powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
` [PATCH -V9 12/20] powerpc: Update gup_pmd_range to handle transparent hugepages
` [PATCH -V9 13/20] powerpc/THP: Add code to handle HPTE faults for hugepages
` [PATCH -V9 14/20] powerpc: Make linux pagetable walk safe with THP enabled
` [PATCH -V9 15/20] powerpc: Prevent gcc to re-read the pagetables
` [PATCH -V9 16/20] powerpc/THP: Enable THP on PPC64
` [PATCH -V9 17/20] powerpc: Optimize hugepage invalidate
` [PATCH -V9 18/20] powerpc: disable assert_pte_locked for collapse_huge_page
` [PATCH -V9 19/20] powerpc: use smp_rmb when looking at deposisted pgtable to store hash index
` [PATCH -V9 20/20] powerpc: split hugepage when using subpage protection

[PATCH 3/3] perf, x86, lbr: Demand proper privileges for PERF_SAMPLE_BRANCH_KERNEL
 2013-05-22 14:51 UTC  (11+ messages)

[PATCH 0/5] of_platform_driver and OF_DEVICE removal
 2013-05-22 12:32 UTC  (9+ messages)
` [PATCH 1/5] ibmebus: convert of_platform_driver to platform_driver

[PATCH] powerpc/powernv: Build a zImage.epapr
 2013-05-22  9:00 UTC 

[PATCH 0/2] Improvement and fixes for BHRB
 2013-05-22  8:59 UTC  (5+ messages)
` [PATCH 1/2] powerpc, perf: Ignore separate BHRB privilege state filter request
` [PATCH 2/2] powerpc, perf: BHRB filter configuration should follow the task

[PATCH] powerpc: Make radeon 32-bit MSI quirk work on powernv
 2013-05-22  8:58 UTC 

[PATCH] clk/mpc85xx: Update the compatible string
 2013-05-22  8:22 UTC 

[PATCH 1/1] powerpc: Force 32 bit MSIs on systems lacking firmware support
 2013-05-22  6:28 UTC  (4+ messages)

[PATCH 0/3] Enable multiple MSI feature in pSeries
 2013-05-22  6:16 UTC  (5+ messages)

[PATCH] powerpc/cell: Only iterate over online nodes in cbe_init_pm_irq()
 2013-05-22  4:39 UTC  (3+ messages)

[PATCH 0/2 v3] powerpc: Make ptrace work reliably
 2013-05-22  4:20 UTC  (3+ messages)
` [PATCH 1/2 v3] powerpc: debug control and status registers are 32bit
` [PATCH 2/2 v3] powerpc: restore dbcr0 on user space exit

PROBLEM: Only 2 of 4 cores used on IBM Cell blades and no threads shown in spufs
 2013-05-22  3:37 UTC  (4+ messages)

[PATCH] powerpc: Context switch more PMU related SPRs
 2013-05-22  2:31 UTC 

Build failure with 3.9.3 (Regression 3.9.2->3.9.3)
 2013-05-21 19:32 UTC  (2+ messages)

[PATCH 1/2] drivers/macintosh: Remove obsolete cleanup for clientdata
 2013-05-21 18:45 UTC 

[PATCH] powerpc/pci: fix PCI-e check link issue
 2013-05-21 12:07 UTC  (2+ messages)

[PATCH 0/3] several cleanup patches for fsl pci
 2013-05-21 12:05 UTC  (4+ messages)
` [PATCH 1/3] powerpc/mpc85xx: remove the unneeded pci init functions for corenet ds board
` [PATCH 2/3] powerpc/fsl-pci: fix the unreachable warning message
` [PATCH 3/3] powerpc/fsl-pci: enable SWIOTLB in function setup_pci_atmu

[PATCH] PowerPC: kernel: need return the related error code when failure occurs
 2013-05-21  9:20 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v1 0/2] powerpc/mpc512x: improve common platform code
 2013-05-21  9:14 UTC  (2+ messages)

[PATCH] powerpc/powernv: Add an option to wipe PCI bridges on shutdown
 2013-05-21  4:58 UTC 

[PATCH] powerpc/powernv: Fix condition for when to invalidate the TCE cache
 2013-05-21  3:25 UTC 

[PATCH] powerpc/pci: Fix bogus message at boot about empty memory resources
 2013-05-21  3:24 UTC 

[PATCH] powerpc: Fix TLB cleanup at boot on POWER8
 2013-05-21  3:23 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).