linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-02 16:59:00 to 2013-10-07 16:48:52 UTC [more...]

[PATCH -V2 00/14] Allow PR and HV KVM to coexist in one kernel
 2013-10-07 16:47 UTC  (9+ messages)
` [PATCH -V2 01/14] kvm: powerpc: book3s: remove kvmppc_handler_highmem label
` [PATCH -V2 02/14] kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary
` [PATCH -V2 03/14] kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
` [PATCH -V2 04/14] kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
` [PATCH -V2 05/14] kvm: powerpc: book3s: Add kvmppc_ops callback
` [PATCH -V2 06/14] kvm: powerpc: booke: Convert BOOKE to use kvmppc_ops callbacks
` [PATCH -V2 07/14] kvm: powerpc: book3s: Cleanup interrupt handling code
` [PATCH -V2 10/14] kvm: powerpc: booke: Move booke related tracepoints to separate header

[PATCH 1/2] hwrng: Use KBUILD_MODNAME in pseries-rng.c
 2013-10-07  7:10 UTC  (2+ messages)

[PATCH 0/7] vfio-pci: add support for Freescale IOMMU (PAMU)
 2013-10-07  5:46 UTC  (14+ messages)
` [PATCH 1/7] powerpc: Add interface to get msi region information
` [PATCH 2/7] iommu: add api to get iommu_domain of a device

[PATCH] powerpc, perf: Configure BHRB filter before enabling PMU interrupts
 2013-10-07  4:30 UTC 

[PATCH v4 net-next] fix unsafe set_memory_rw from softirq
 2013-10-06 16:56 UTC  (2+ messages)

[PATCH RFC v4 2/5] dma: mpc512x: add support for peripheral transfers
 2013-10-06 11:10 UTC  (2+ messages)

[PATCH RFC 0/8] MPC512x DMA slave s/g support, OF DMA lookup
 2013-10-06 10:01 UTC  (10+ messages)
` [PATCH RFC v2 0/5] "
  ` [PATCH RFC v2 3/5] dma: of: Add common xlate function for matching by channel id
  ` [PATCH RFC v2 4/5] dma: mpc512x: register for device tree channel lookup
  ` [PATCH RFC v2 5/5] HACK mmc: mxcmmc: enable clocks for the MPC512x

[PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern
 2013-10-06  7:10 UTC  (98+ messages)
` [PATCH RFC 01/77] PCI/MSI: Fix return value when populate_msi_sysfs() failed
` [PATCH RFC 02/77] PCI/MSI/PPC: Fix wrong RTAS error code reporting
` [PATCH RFC 03/77] PCI/MSI/s390: Fix single MSI only check
` [PATCH RFC 04/77] PCI/MSI/s390: Remove superfluous check of MSI type
` [PATCH RFC 05/77] PCI/MSI: Convert pci_msix_table_size() to a public interface
` [PATCH RFC 06/77] PCI/MSI: Factor out pci_get_msi_cap() interface
` [PATCH RFC 07/77] PCI/MSI: Re-design MSI/MSI-X interrupts enablement pattern
` [PATCH RFC 08/77] PCI/MSI: Get rid of pci_enable_msi_block_auto() interface
` [PATCH RFC 09/77] ahci: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 11/77] benet: Return -ENOSPC when not enough MSI-Xs available
` [PATCH RFC 12/77] benet: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 13/77] bna: "
` [PATCH RFC 14/77] bnx2x: "
` [PATCH RFC 17/77] cciss: Update a misleading comment on interrupt usage
` [PATCH RFC 18/77] cciss: Fallback to single MSI mode in case MSI-X failed
` [PATCH RFC 19/77] csiostor: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 20/77] csiostor: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 22/77] cxgb3: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 23/77] cxgb3: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 25/77] cxgb4: "
` [PATCH RFC 26/77] cxgb4: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 27/77] cxgb4vf: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 28/77] cxgb4vf: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 29/77] cxgb4vf: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 30/77] hpsa: Update a misleading comment on interrupt usage
` [PATCH RFC 31/77] hpsa: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 32/77] hpsa: Fallback to single MSI mode in case MSI-X failed
` [PATCH RFC 33/77] ioat: Disable MSI-X in case request of IRQ failed
` [PATCH RFC 34/77] ioat: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 35/77] ipr: Do not call pci_disable_msi/msix() if pci_enable_msi/msix() failed
` [PATCH RFC 36/77] ipr: Enable MSI-X when IPR_USE_MSIX type is set, not IPR_USE_MSI
` [PATCH RFC 37/77] ipr: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 38/77] ixgbe: "
` [PATCH RFC 39/77] ixgbevf: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 40/77] ixgbevf: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 41/77] lpfc: Do not call pci_disable_msix() if pci_enable_msix() failed
` [PATCH RFC 43/77] lpfc: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 44/77] lpfc: Make MSI-X initialization routine more readable
` [PATCH RFC 46/77] mlx4: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 47/77] mlx5: Fix memory leak in case not enough MSI-X vectors available
` [PATCH RFC 48/77] mlx5: Return -ENOSPC when "
` [PATCH RFC 49/77] mlx5: Fix minimum number of MSI-Xs
` [PATCH RFC 50/77] mlx5: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 51/77] mthca: "
` [PATCH RFC 53/77] ntb: Fix missed call to pci_enable_msix()
` [PATCH RFC 54/77] ntb: Ensure number of MSIs on SNB is enough for the link interrupt
` [PATCH RFC 55/77] ntb: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 56/77] nvme: "
` [PATCH RFC 58/77] qib: "
` [PATCH RFC 60/77] qlcnic: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 61/77] qlogic: Return -EINVAL in case MSI-X is not supported
` [PATCH RFC 62/77] qlcnic: Remove redundant return operator
` [PATCH RFC 63/77] qlcnic: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 64/77] qlcnic: Make MSI-X initialization routine bit more readable
` [PATCH RFC 65/77] qlge: Remove a redundant assignment
` [PATCH RFC 66/77] qlge: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 67/77] rapidio: "
` [PATCH RFC 68/77] sfc: "
` [PATCH RFC 69/77] tg3: "
` [PATCH RFC 71/77] vmxnet3: Return -EINVAL if number of requested MSI-Xs is not enough
` [PATCH RFC 72/77] vmxnet3: Fixup a weird loop exit
` [PATCH RFC 73/77] vmxnet3: Return -ENOSPC when not enough MSI-X vectors available
` [PATCH RFC 74/77] vmxnet3: Limit number of rx queues to 1 if per-queue MSI-Xs failed
` [PATCH RFC 75/77] vmxnet3: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 76/77] vxge: Sanitize MSI-X allocation routine error codes
` [PATCH RFC 77/77] vxge: Update MSI/MSI-X interrupts enablement code

(no subject)
 2013-10-05  3:53 UTC  (15+ messages)
` [PATCH 1/9][v5] powerpc/perf: Rename Power8 macros to start with PME
` [PATCH 2/9][v5] powerpc/perf: Export Power8 generic events in sysfs
` [PATCH 5/9][v5] powerpc: implement is_instr_load_store()
` [PATCH 6/9][v5] powerpc/perf: Define big-endian version of perf_mem_data_src

[RFC PATCH] PPC: KVM: vfio kvm device: support spapr tce
 2013-10-05  3:36 UTC  (4+ messages)

[PATCH] kvm: powerpc: book3s: Fix build break for BOOK3S_32
 2013-10-04 23:59 UTC  (9+ messages)

[PATCH] powerpc: fix exception clearing in e500 SPE float emulation
 2013-10-04 22:50 UTC 

[PATCH] powerpc: fix e500 SPE float rounding inexactness detection
 2013-10-04 22:51 UTC 

[PATCH v3 net-next] fix unsafe set_memory_rw from softirq
 2013-10-04 18:00 UTC  (7+ messages)

[PATCH] Kind of revert "powerpc: 52xx: provide a default in mpc52xx_irqhost_map()"
 2013-10-04 15:38 UTC  (2+ messages)

[PATCH -V2] kvm: powerpc: book3s: Fix build break for BOOK3S_32
 2013-10-04 14:43 UTC  (2+ messages)

[PATCH 0/2] powerpc: allow kvm to use kerel debug framework
 2013-10-04 14:40 UTC  (6+ messages)

[PATCH 0/6 v5] kvm: powerpc: use cache attributes from linux pte
 2013-10-04 14:03 UTC  (5+ messages)
` [PATCH 4/6 v5] kvm: powerpc: keep only pte search logic in lookup_linux_pte

[PATCH 0/4 v6] KVM :PPC: Userspace Debug support
 2013-10-04 14:02 UTC  (2+ messages)

Gianfar driver crashes in Kernel v3.10
 2013-10-04 13:45 UTC  (2+ messages)

Gianfar driver crashes in Kernel v3.10
 2013-10-04 12:28 UTC 

[PATCH 0/2] move of_find_next_cache_node to DT core
 2013-10-04 10:42 UTC  (4+ messages)

[PATCH v3 net-next] fix unsafe set_memory_rw from softirq
 2013-10-04  6:30 UTC  (3+ messages)

[PATCH v3] powerpc/kernel/sysfs: cleanup set up macros for PMC/non-PMC SPRs
 2013-10-04  4:19 UTC  (2+ messages)

[PATCH 1/2][v7] powerpc/mpc85xx:Add initial device tree support of T104x
 2013-10-04  3:16 UTC  (7+ messages)

[PATCH RFC 59/77] qla2xxx: Update MSI/MSI-X interrupts enablement code
 2013-10-03 17:42 UTC  (2+ messages)

[PATCH] ASoC: fsl_ssi: Fix irq_of_parse_and_map() return value check
 2013-10-03 15:58 UTC  (2+ messages)

[PATCH -V2 1/2] powerpc: Use HPTE constants when updating hpte bits
 2013-10-03 14:22 UTC  (2+ messages)
` [PATCH -V2 2/2] powerpc: Free up _PAGE_COHERENCE for numa fault use later

Perf not resolving all symbols, showing 0x7ffffxxx
 2013-10-03 14:21 UTC 

[PATCH RFC v4 1/5] dma: mpc512x: reorder mpc8308 specific instructions
 2013-10-03 14:05 UTC 

[PATCH 1/3] powerpc: Implement arch_get_random_long/int() for powernv
 2013-10-03 12:08 UTC  (33+ messages)
` [PATCH 3/3] KVM: PPC: Book3S: Add support for hwrng found on some powernv systems

[PATCH] powerpc/legacy_serial: fix incorrect placement of __initdata tag
 2013-10-03 11:51 UTC  (3+ messages)

[PATCH 2/2][v8] powerpc/fsl-booke: Add initial T104x_QDS board support
 2013-10-03  3:44 UTC 

[PATCH 1/2][v8] powerpc/mpc85xx:Add initial device tree support of T104x
 2013-10-03  3:44 UTC 

[PATCH net-next] net:drivers/net: Miscellaneous conversions to ETH_ALEN
 2013-10-02 21:05 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).