linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-30 16:36:40 to 2013-10-02 22:02:47 UTC [more...]

[PATCH 1/3] powerpc: Implement arch_get_random_long/int() for powernv
 2013-10-02 22:02 UTC  (33+ messages)
` [PATCH 2/3] hwrng: Add a driver for the hwrng found in power7+ systems
` [PATCH 3/3] KVM: PPC: Book3S: Add support for hwrng found on some powernv systems

[PATCH net-next] net:drivers/net: Miscellaneous conversions to ETH_ALEN
 2013-10-02 21:05 UTC  (3+ messages)

[PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern
 2013-10-02 20:50 UTC  (81+ 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 10/77] ahci: Check MRSM bit when multiple MSIs enabled
` [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 15/77] bnx2: "
` [PATCH RFC 16/77] cciss: "
` [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 21/77] csiostor: Update MSI/MSI-X interrupts enablement code
` [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 24/77] cxgb3: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 25/77] cxgb4: Return -ENOSPC when not enough MSI-X vectors available
` [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 42/77] lpfc: Update MSI/MSI-X interrupts enablement code
` [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 45/77] megaraid: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 46/77] mlx4: "
` [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 52/77] niu: "
` [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 57/77] pmcraid: "
` [PATCH RFC 58/77] qib: "
` [PATCH RFC 59/77] qla2xxx: "
` [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 70/77] vmci: "
` [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

Avoiding the dentry d_lock on final dput(), part deux: transactional memory
 2013-10-02 14:56 UTC  (12+ messages)

[PATCH] kvm: powerpc: book3s: Fix build break for BOOK3S_32
 2013-10-02 14:38 UTC 

[PATCH 1/2][v7] powerpc/mpc85xx:Add initial device tree support of T104x
 2013-10-02 12:31 UTC  (6+ messages)

[PATCH] powerpc/iommu: use GFP_KERNEL instead of GFP_ATOMIC in iommu_init_table()
 2013-10-02 12:32 UTC  (2+ messages)

linux-next: build failure after merge of the akpm tree
 2013-10-02  8:53 UTC  (5+ messages)

[PATCH] powerpc/perf: Fix handling of FAB events
 2013-10-02  8:04 UTC 

[PATCH v2 2/6] PCI/MSI: Factor out pci_get_msi_cap() interface
 2013-10-02  7:26 UTC  (28+ messages)

[PATCH 1/2] powerpc/tm: Remove interrupt disable in __switch_to()
 2013-10-02  7:15 UTC  (2+ messages)
` [PATCH 2/2] powerpc/tm: Turn interrupts hard off in tm_reclaim()

[PATCH] Revert "powerpc: 52xx: provide a default in mpc52xx_irqhost_map()"
 2013-10-02  7:12 UTC  (6+ messages)

[PATCH v2] powerpc/kernel/sysfs: cleanup set up macros for PMC/non-PMC sprs
 2013-10-02  2:18 UTC  (2+ messages)

(no subject)
 2013-10-02  0:15 UTC  (10+ 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 3/9][v5] powerpc/perf: Add Power8 event PM_MRK_GRP_CMPL to sysfs
` [PATCH 4/9][v5] powerpc: Rename branch_opcode() to instr_opcode()
` [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
` [PATCH 7/9][v5] powerpc/perf: Export Power8 memory hierarchy info to user space
` [PATCH 8/9][v5] powerpc/perf: Export Power7 "
` [PATCH 9/9][v5] powerpc/perf: Update perf-mem man page for Power

[PATCH] powerpc/85xx: DTS - re-organize the SPI partitions property
 2013-10-01 19:37 UTC  (10+ messages)

[PATCH v3] powerpc/kernel/sysfs: Disable writing to PURR in guest mode
 2013-10-01 19:04 UTC 

[RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel
 2013-10-01 11:43 UTC  (17+ messages)
` [RFC PATCH 06/11] kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops

[PATCH V2] powerpc/kernel/sysfs: disable writing to purr in non-powernv
 2013-10-01  8:43 UTC  (5+ messages)

[PATCH] powerpc/powernv: Reduce panic timeout from 180s to 10s
 2013-10-01  8:39 UTC  (2+ messages)

[PATCH 0/2] iommu: Support pages size other than 4K
 2013-10-01  7:13 UTC  (5+ messages)
` [PATCH 1/2] iommu: Add support for iommu page sizes "
` [PATCH 2/2] iommu: Update platform initialisation of iommu to use it_page_shift

[PATCH] Restore registers on error exit from csum_partial_copy_generic()
 2013-10-01  7:11 UTC 

[PATCH] powerpc: Fix parameter clobber in csum_partial_copy_generic()
 2013-10-01  6:54 UTC 

[PATCH] powerpc/kernel/sysfs: cleanup set up macros for pmc/non pmc sprs
 2013-10-01  6:44 UTC  (3+ messages)

[PATCH] powerpc: fix section mismatch warning in free_lppacas
 2013-10-01  6:18 UTC  (2+ messages)

[PATCH] powerpc/legacy_serial: fix incorrect placement of __initdata tag
 2013-10-01  6:13 UTC  (2+ messages)

[PATCH v2 RESEND 0/3] cpufreq/ondemand support for Xserve G5 & iMac G5 iSight
 2013-10-01  5:00 UTC  (5+ messages)
` [PATCH v2 RESEND 1/3] cpufreq: pmac64: speed up frequency switch
` [PATCH v2 RESEND 2/3] cpufreq: pmac64: provide cpufreq transition latency for older G5 models
` [PATCH v2 RESEND 3/3] cpufreq: pmac64: enable cpufreq on iMac G5 (iSight) model

Does iommu_init_table need to use GFP_ATOMIC allocations?
 2013-10-01  4:09 UTC  (2+ messages)

[PATCH 1/2] pci: fsl: derive the common PCI driver to drivers/pci/host
 2013-10-01  1:19 UTC  (9+ messages)
` [PATCH 2/2] pci: fsl: rework PCI driver compatible with Layerscape

[PATCH v4 2/4] powerpc/85xx: add hardware automatically enter altivec idle state
 2013-09-30 23:06 UTC  (13+ messages)
` [PATCH v4 4/4] powerpc/85xx: add sysfs for pw20 state and altivec idle

[PATCH v2] powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file
 2013-09-30 18:50 UTC  (2+ messages)

[PATCH 00/39] Second round of 64bit PowerPC little endian patches
 2013-09-30 18:40 UTC  (3+ messages)
` [PATCH 36/39] powerpc/kvm/book3s_hv: Add little endian guest support


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