linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-25 11:53:30 to 2014-09-10 13:53:50 UTC [more...]

[GIT PULL 0/7] KVM: s390: Fixes and features for next (3.18)
 2014-09-10 13:53 UTC  (4+ 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

[PATCH v1 00/21] Use MSI chip to configure MSI/MSI-X in all platforms
 2014-09-10 12:38 UTC  (31+ 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 net-next 0/5] net: Convert pr_warning to pr_warn
 2014-09-10  4:17 UTC  (2+ 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 

[PATCH v4 0/4] virtio: Clean up scatterlists and use the DMA API
 2014-09-05  7:33 UTC  (41+ messages)
` [PATCH v4 1/4] virtio_ring: Support DMA APIs if requested
` [PATCH v4 2/4] virtio_pci: Use the DMA API for virtqueues
` [PATCH v4 3/4] virtio_net: Don't set the end flag on reusable sg entries
` [PATCH v4 4/4] virtio_net: Stop doing DMA from the stack

[PATCH v4 00/11] drivers: cacheinfo support
 2014-09-03 17:00 UTC  (3+ 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 net] qeth: don't query for info if hardware not ready
 2014-09-02 20:54 UTC  (2+ messages)

[GIT PULL 0/2] KVM: s390/mm: Two fixes for master (3.17)
 2014-09-02  8:58 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390/mm: Fix storage key corruption during swapping
` [GIT PULL 2/2] KVM: s390/mm: Fix guest storage key corruption in ptep_set_access_flags

[PATCH 0/2] KVM: minor cleanup and optimizations
 2014-09-01 22:46 UTC  (6+ messages)
` [PATCH 1/2] KVM: static inline empty kvm_arch functions
` [PATCH 2/2] KVM: remove garbage arg to *hardware_{en,dis}able

[PATCH 0/3] virtio: Clean up scatterlists and use the DMA API
 2014-09-01 17:15 UTC  (28+ messages)
` [PATCH 1/3] virtio_ring: Remove sg_next indirection
` [PATCH 2/3] virtio_ring: Use DMA APIs
` [PATCH 3/3] virtio_pci: Use the DMA API for virtqueues

WARNING: at kernel/workqueue.c:845
 2014-08-29 12:37 UTC  (3+ messages)

[PATCH v3 0/5] virtio: Clean up scatterlists and use the DMA API
 2014-08-29  7:43 UTC  (7+ messages)
` [PATCH v3 1/5] virtio_ring: Support DMA APIs if requested
` [PATCH v3 2/5] virtio_pci: Use the DMA API for virtqueues
` [PATCH v3 3/5] virtio_net: Stop doing DMA from the stack
` [PATCH v3 4/5] virtio_net: Don't set the end flag on reusable sg entries
` [PATCH v3 5/5] virtio_ring: Remove sg_next indirection

[PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API
 2014-08-28 21:16 UTC  (14+ messages)
` [PATCH v2 1/4] virtio_ring: Remove sg_next indirection
` [PATCH v2 2/4] virtio_ring: Support DMA APIs if requested
` [PATCH v2 3/4] virtio_pci: Use the DMA API for virtqueues
` [PATCH v2 4/4] virtio_net: Stop doing DMA from the stack
      ` [virtio-dev] Re: [PATCH v2 0/4] virtio: Clean up scatterlists and use the DMA API

[PATCH] KVM: s390/mm: fix up indentation of set_guest_storage_key
 2014-08-27 14:35 UTC  (2+ messages)

[GIT PULL 0/2] KVM: s390: Fixes for 3.17
 2014-08-27 10:07 UTC  (8+ messages)
` [GIT PULL 1/2] KVM: s390: Fix user triggerable bug in dead code
` [GIT PULL 2/2] KVM: s390/mm: try a cow on read only pages for key ops

[GIT PULL 00/15] KVM: s390: Features and fixes for next (3.18)
 2014-08-26 12:26 UTC  (19+ messages)
` [GIT PULL 01/15] KVM: s390: add defines for pfault init delivery code
` [GIT PULL 02/15] KVM: s390: factor out get_ilc() function
` [GIT PULL 03/15] KVM: clarify the idea of kvm_dirty_regs
` [GIT PULL 04/15] KVM: s390: clear kvm_dirty_regs when dropping to user space
` [GIT PULL 05/15] KVM: s390: no special machine check delivery
` [GIT PULL 06/15] KVM: s390: synchronize more registers with kvm_run
` [GIT PULL 07/15] KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of it
` [GIT PULL 08/15] KVM: s390: return -EFAULT if lowcore is not mapped during irq delivery
` [GIT PULL 09/15] KVM: s390: don't use kvm lock in interrupt injection code
` [GIT PULL 10/15] KVM: s390/mm: readd address parameter to pgste_ipte_notify
` [GIT PULL 11/15] KVM: s390/mm: readd address parameter to gmap_do_ipte_notify
` [GIT PULL 12/15] KVM: s390/mm: cleanup gmap function arguments, variable names
` [GIT PULL 13/15] KVM: s390/mm: use radix trees for guest to host mappings
` [GIT PULL 14/15] KVM: s390/mm: support gmap page tables with less than 5 levels
` [GIT PULL 15/15] KVM: s390/mm: remove outdated gmap data structures

[GIT PULL] s390 patches for the 3.17-rc3
 2014-08-26  7:47 UTC 

[PATCH v4 0/8] asm-generic/io.h overhaul
 2014-08-25 13:37 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).