linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-03 12:11:01 to 2014-09-25 07:37:01 UTC [more...]

[PATCH v2 00/22] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-09-25  7:37 UTC  (30+ messages)
  ` [PATCH v2 01/22] PCI/MSI: Clean up struct msi_chip argument
  ` [PATCH v2 02/22] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v2 03/22] MSI: Remove the redundant irq_set_chip_data()
  ` [PATCH v2 04/22] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
  ` [PATCH v2 05/22] s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
  ` [PATCH v2 06/22] PCI/MSI: Introduce weak arch_find_msi_chip() to find MSI chip
  ` [PATCH v2 07/22] PCI/MSI: Refactor struct msi_chip to make it become more common
` [PATCH v2 08/22] x86/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v2 09/22] x86/xen/MSI: "
` [PATCH v2 10/22] Irq_remapping/MSI: "
  ` [PATCH v2 11/22] x86/MSI: Remove unused MSI weak arch functions
` [PATCH v2 12/22] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
  ` [PATCH v2 13/22] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
  ` [PATCH v2 14/22] MIPS/Xlp/MSI: Use MSI chip framework to configure MSI/MSI-X irq
  ` [PATCH v2 15/22] MIPS/Xlr/MSI: "
` [PATCH v2 16/22] Powerpc/MSI: "
  ` [PATCH v2 17/22] s390/MSI: "
  ` [PATCH v2 18/22] arm/iop13xx/MSI: "
  ` [PATCH v2 19/22] IA64/MSI: "
  ` [PATCH v2 20/22] Sparc/MSI: "
  ` [PATCH v2 21/22] tile/MSI: "
  ` [PATCH v2 22/22] PCI/MSI: Clean up unused MSI arch functions

[PATCH v5 0/3] virtio: Use the DMA API when appropriate
 2014-09-24 22:49 UTC  (26+ messages)
` [PATCH v5 1/3] virtio_ring: Support DMA APIs if requested
` [PATCH v5 2/3] virtio_pci: Use the DMA API for virtqueues when possible
` [PATCH v5 3/3] virtio_net: Stop doing DMA from the stack

[RFC patch 0/6] vfio based pci pass-through for qemu/KVM on s390
 2014-09-24 16:05 UTC  (15+ messages)
` [RFC patch 1/6] KVM: s390: Enable PCI instructions
` [RFC patch 2/6] iommu: add iommu for s390 platform
` [RFC patch 3/6] vfio: make vfio build on s390
` [RFC patch 4/6] s390: Add PCI bus support
` [RFC patch 5/6] s390: implement pci instruction
    ` [Qemu-devel] "
` [RFC patch 6/6] vfio: make vfio run on s390 platform
  ` [Qemu-devel] [RFC patch 0/6] vfio based pci pass-through for qemu/KVM on s390

[PATCH v4 00/11] drivers: cacheinfo support
 2014-09-24  6:35 UTC  (8+ messages)
` [PATCH v4 04/11] drivers: base: support cpu cache information interface to userspace via sysfs
` [PATCH v4 06/11] s390: move cacheinfo sysfs to generic cacheinfo infrastructure

[PATCH v4 0/8] asm-generic/io.h overhaul
 2014-09-24  6:04 UTC  (3+ messages)

[PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms
 2014-09-24  3:52 UTC  (52+ messages)
  ` [PATCH v1 01/21] PCI/MSI: Clean up struct msi_chip argument
  ` [PATCH v1 02/21] PCI/MSI: Remove useless bus->msi assignment
    ` [PATCH v1 03/21] MSI: Remove the redundant irq_set_chip_data()
    ` [PATCH v1 04/21] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
      ` [Xen-devel] "
    ` [PATCH v1 05/21] PCI/MSI: Introduce weak arch_find_msi_chip() to find MSI chip
    ` [PATCH v1 06/21] PCI/MSI: Refactor struct msi_chip to make it become more common
  ` [PATCH v1 07/21] x86/MSI: Use MSI chip framework to configure MSI/MSI-X irq
  ` [PATCH v1 08/21] x86/xen/MSI: "
    ` [Xen-devel] "
    ` [PATCH v1 09/21] Irq_remapping/MSI: "
  ` [PATCH v1 10/21] x86/MSI: Remove unused MSI weak arch functions
    ` [PATCH v1 11/21] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
  ` [PATCH v1 12/21] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
  ` [PATCH v1 13/21] MIPS/Xlp/MSI: Use MSI chip framework to configure MSI/MSI-X irq
  ` [PATCH v1 14/21] MIPS/Xlr/MSI: "
  ` [PATCH v1 15/21] Powerpc/MSI: "
  ` [PATCH v1 16/21] s390/MSI: "
  ` [PATCH v1 17/21] arm/iop13xx/MSI: "
  ` [PATCH v1 18/21] IA64/MSI: "
  ` [PATCH v1 19/21] Sparc/MSI: "
  ` [PATCH v1 20/21] tile/MSI: "
  ` [PATCH v1 21/21] PCI/MSI: Clean up unused MSI arch functions

[PATCH] virtio: unify config_changed handling
 2014-09-22 11:45 UTC  (2+ messages)

[PATCH] virtio: refactor to use drv_to_virtio
 2014-09-22  8:03 UTC 

[PATCH 19/22] s390/cio: Replace strnicmp with strncasecmp
 2014-09-16 20:51 UTC 

[RFC PATCH v2 0/5] mm, shmem: Enhance per-process accounting of shared memory
 2014-09-15 17:29 UTC  (9+ messages)
` [RFC PATCH v2 1/5] mm, shmem: Add shmem resident memory accounting
` [RFC PATCH v2 2/5] mm, procfs: Display VmAnon, VmFile and VmShm in /proc/pid/status
` [RFC PATCH v2 3/5] mm, shmem: Add shmem_locate function
` [RFC PATCH v2 4/5] mm, shmem: Add shmem_vma() helper
` [RFC PATCH v2 5/5] mm, shmem: Show location of non-resident shmem pages in smaps

[PATCH] mm: export symbol dependencies of is_zero_pfn()
 2014-09-14 14:23 UTC  (4+ messages)

[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
 2014-09-14  8:58 UTC  (33+ messages)

[GIT PULL 0/7] KVM: s390: Fixes and features for next (3.18)
 2014-09-11  9:09 UTC  (9+ messages)
` [GIT PULL 1/7] KVM: CPACF: Enable MSA4 instructions for kvm guest
` [GIT PULL 2/7] KVM: s390: add __must_check to interrupt deliver functions
` [GIT PULL 3/7] KVM: s390: Limit guest size to 16TB
` [GIT PULL 4/7] KVM: s390: unintended fallthrough for external call
` [GIT PULL 5/7] KVM: s390: get rid of constant condition in ipte_unlock_simple
` [GIT PULL 6/7] KVM: s390/cmm: Fix prefix handling for diag 10 balloon
` [GIT PULL 7/7] KVM: s390/interrupt: remove double assignment

[PATCH net-next 0/5] net: Convert pr_warning to pr_warn
 2014-09-10 19:43 UTC  (3+ messages)
` [PATCH net-next 4/5] iucv: "

[RFC][patch 0/6] pci pass-through support for qemu/KVM on s390
 2014-09-08 14:19 UTC  (21+ messages)
` [RFC][patch 1/6] s390: cio: chsc function to register GIB
` [RFC][patch 2/6] s390: pci: export pci functions for pass-through usage
` [RFC][patch 3/6] KVM: s390: Add GISA support
` [RFC][patch 4/6] KVM: s390: Add PCI pass-through support
` [RFC][patch 5/6] s390: Add PCI bus support
` [RFC][patch 6/6] s390: Add PCI pass-through device support

[GIT PULL] s390 patches for the 3.17-rc5
 2014-09-08  7: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).