public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-10-29 18:15:04 to 2012-12-11 12:46:25 UTC [more...]

[PATCH v4 0/5] s390: Host support for channel I/O
 2012-12-11 12:46 UTC  (18+ messages)
` [PATCH 1/5] KVM: s390: Support for I/O interrupts
` [PATCH 2/5] KVM: s390: Add support for machine checks
` [PATCH 3/5] KVM: s390: In-kernel handling of I/O instructions
` [PATCH 4/5] KVM: s390: Base infrastructure for enabling capabilities
` [PATCH 5/5] KVM: s390: Add support for channel I/O instructions

[PATCH v3 0/5] s390: Guest support for virtio-ccw
 2012-12-11 12:36 UTC  (14+ messages)
` [PATCH 1/5] KVM: s390: Handle hosts not supporting s390-virtio
` [PATCH 2/5] s390: Move css limits from drivers/s390/cio/ to include/asm/
` [PATCH 3/5] s390: Add a mechanism to get the subchannel id
` [PATCH 4/5] KVM: s390: Add a channel I/O based virtio transport driver
` [PATCH 5/5] KVM: s390: Split out early console code

[RFC PATCH v4 0/8] s390: channel I/O support in qemu
 2012-12-11 12:17 UTC  (28+ messages)
` [PATCH 1/8] Update linux headers
  ` [Qemu-devel] "
` [PATCH 2/8] s390: Channel I/O basic defintions
` [PATCH 3/8] s390: I/O interrupt and machine check injection
        ` [Qemu-devel] "
` [PATCH 4/8] s390: Add channel I/O instructions
` [PATCH 5/8] s390: Virtual channel subsystem support
` [PATCH 6/8] s390: Wire up channel I/O in kvm
` [PATCH 7/8] s390-virtio: Factor out some initialization code
` [PATCH 8/8] s390: Add new channel I/O based virtio transport

qethconf does not work correctly over bonding devices
 2012-12-07 14:39 UTC 

[PATCH, RESEND] asm-generic, mm: pgtable: consolidate zero page helpers
 2012-12-07 11:53 UTC 

[Patch v4 00/12] memory-hotplug: hot-remove physical memory
 2012-12-07  7:06 UTC  (40+ messages)
` [Patch v4 01/12] memory-hotplug: try to offline the memory twice to avoid dependence
` [Patch v4 02/12] memory-hotplug: check whether all memory blocks are offlined or not when removing memory
` [Patch v4 03/12] memory-hotplug: remove redundant codes
` [Patch v4 04/12] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [Patch v4 05/12] memory-hotplug: introduce new function arch_remove_memory() for removing page table depends on architecture
` [Patch v4 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP
` [Patch v4 07/12] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [Patch v4 08/12] memory-hotplug: remove memmap "
` [Patch v4 09/12] memory-hotplug: remove page table of x86_64 architecture
` [Patch v4 10/12] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [Patch v4 11/12] memory-hotplug: remove sysfs file of node
` [Patch v4 12/12] memory-hotplug: free node_data when a node is offlined

[PATCH -next] s390/pci: fix potential NULL pointer dereference in dma_free_seg_table()
 2012-12-03 16:02 UTC 

[PATCH -next] s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
 2012-12-03 16:02 UTC 

[B.A.T.M.A.N.] [PATCH] net: fix possible deadlocks in rtnl_trylock/unlock
 2012-12-01 18:07 UTC 

[PATCH v3 00/12] memory-hotplug: hot-remove physical memory
 2012-11-27  7:14 UTC  (35+ messages)
` [PATCH v3 01/12] memory-hotplug: try to offline the memory twice to avoid dependence
` [PATCH v3 02/12] memory-hotplug: check whether all memory blocks are offlined or not when removing memory
` [PATCH v3 03/12] memory-hotplug: remove redundant codes
` [PATCH v3 04/12] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [PATCH v3 05/12] memory-hotplug: introduce new function arch_remove_memory() for removing page table depends on architecture
` [PATCH v3 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP
` [PATCH v3 07/12] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [PATCH v3 08/12] memory-hotplug: remove memmap "
` [PATCH v3 09/12] memory-hotplug: remove page table of x86_64 architecture
` [PATCH v3 10/12] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [PATCH v3 11/12] memory-hotplug: remove sysfs file of node
` [PATCH v3 12/12] memory-hotplug: free node_data when a node is offlined

performance regression on HiperSockets depending on MTU size
 2012-11-26 16:12 UTC  (2+ messages)

[RFC PATCH v3 0/3] s390: channel I/O support in qemu
 2012-11-20  9:27 UTC  (8+ messages)
` [PATCH 1/3] Update linux headers
` [PATCH 2/3] s390: Virtual channel subsystem support
` [PATCH 3/3] s390: Add new channel I/O based virtio transport

[patch 0/6] s390: network patches for net-next
 2012-11-19 19:19 UTC  (8+ messages)
` [patch 1/6] [PATCH] qeth: Remove unused variable
` [patch 2/6] [PATCH] ctcm: remove BUG_ONs
` [patch 3/6] [PATCH] claw: "
` [patch 4/6] [PATCH] qeth: Clarify card type naming for virtual NICs
` [patch 5/6] [PATCH] qeth: Consolidate tracing of card features
` [patch 6/6] [PATCH] qeth: Remove BUG_ONs

[PATCH 278/493] s390: remove use of __devinit
 2012-11-19 18:23 UTC 

[GIT PULL] s390 patches for 3.7-rc6
 2012-11-16 14:03 UTC 

[RFC PATCH v3 0/5] s390: Host support for channel I/O
 2012-11-13 22:25 UTC  (7+ messages)
` [PATCH 1/5] KVM: s390: Support for I/O interrupts
` [PATCH 2/5] KVM: s390: Add support for machine checks
` [PATCH 3/5] KVM: s390: In-kernel handling of I/O instructions
` [PATCH 4/5] KVM: s390: Base infrastructure for enabling capabilities
` [PATCH 5/5] KVM: s390: Add support for channel I/O instructions

[PATCH v2 0/5] s390: Guest support for virtio-ccw
 2012-11-13 22:25 UTC  (7+ messages)
` [PATCH v2 1/5] KVM: s390: Handle hosts not supporting s390-virtio
` [PATCH v2 2/5] s390: Move css limits from drivers/s390/cio/ to include/asm/
` [PATCH v2 3/5] s390: Add a mechanism to get the subchannel id
` [PATCH v2 4/5] KVM: s390: Add a channel I/O based virtio transport driver
` [PATCH v2 5/5] KVM: s390: Split out early console code

[patch 0/2] s390: network bug fixes for net
 2012-11-13 19:31 UTC  (4+ messages)
` [patch 1/2] [PATCH] qeth: Fix IPA_CMD_QIPASSIST return code handling
` [patch 2/2] [PATCH] qeth: set new mac even if old mac is gone

[PATCH RFC 1/1] kvm: Add dynamic ple window feature
 2012-11-11  7:59 UTC 

[GIT PULL] s390 patches for the 3.7-rc5
 2012-11-08 10:10 UTC 

[PATCH v2 00/12] memory-hotplug: hot-remove physical memory
 2012-11-07  7:40 UTC  (5+ messages)
` [PATCH v2 10/12] memory-hotplug: memory_hotplug: clear zone when removing the memory
  ` [PATCH] Update start_pfn in zone and pg_data when spanned_pages == 0

[PATCH 0/5] s390: Guest support for virtio-ccw
 2012-10-30 15:42 UTC  (24+ messages)
` [PATCH 4/5] KVM: s390: Add a channel I/O based virtio transport driver
` [PATCH 5/5] KVM: s390: Split out early console code


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox