public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-19 18:23:47 to 2012-12-25 08:17:26 UTC [more...]

[PATCH v5 00/14] memory-hotplug: hot-remove physical memory
 2012-12-25  8:17 UTC  (17+ messages)
` [PATCH v5 01/14] memory-hotplug: try to offline the memory twice to avoid dependence
` [PATCH v5 02/14] memory-hotplug: check whether all memory blocks are offlined or not when removing memory
` [PATCH v5 03/14] memory-hotplug: remove redundant codes
` [PATCH v5 04/14] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [PATCH v5 05/14] memory-hotplug: introduce new function arch_remove_memory() for removing page table depends on architecture
` [PATCH v5 06/14] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [PATCH v5 07/14] memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()
` [PATCH v5 08/14] memory-hotplug: Common APIs to support page tables hot-remove
` [PATCH v5 09/14] memory-hotplug: remove page table of x86_64 architecture
` [PATCH v5 10/14] memory-hotplug: remove memmap of sparse-vmemmap
` [PATCH v5 11/14] memory-hotplug: Integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP
` [PATCH v5 12/14] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [PATCH v5 13/14] memory-hotplug: remove sysfs file of node
` [PATCH v5 14/14] memory-hotplug: free node_data when a node is offlined

[PATCH v5 0/7] s390: Host support for channel I/O
 2012-12-20 14:32 UTC  (8+ messages)
` [PATCH 1/7] KVM: s390: Constify intercept handler tables
` [PATCH 2/7] KVM: s390: Decoding helper functions
` [PATCH 3/7] KVM: s390: Support for I/O interrupts
` [PATCH 4/7] KVM: s390: Add support for machine checks
` [PATCH 5/7] KVM: s390: In-kernel handling of I/O instructions
` [PATCH 6/7] KVM: s390: Base infrastructure for enabling capabilities
` [PATCH 7/7] KVM: s390: Add support for channel I/O instructions

[PATCH v4 0/5] s390: Host support for channel I/O
 2012-12-19 13:07 UTC  (22+ 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

[RFC PATCH v2 0/5] qemu: s390: virtual css and virtio-ccw
 2012-12-18 15:01 UTC  (5+ messages)
` [PATCH v2 3/5] s390: Add new channel I/O based virtio transport

[PATCH v5 0/3] s390: Guest support for virtio-ccw
 2012-12-18 12:37 UTC  (7+ messages)
` [PATCH 1/3] KVM: s390: Handle hosts not supporting s390-virtio
` [PATCH 2/3] s390/ccwdev: Include asm/schid.h
` [PATCH 3/3] KVM: s390: Add a channel I/O based virtio transport driver

[GIT PULL] s390 patches for the 3.8 merge window #2
 2012-12-18  8:08 UTC 

[PATCH] mm: Fix XFS oops due to dirty pages without buffers on s390
 2012-12-18  7:30 UTC  (8+ messages)

[RFC PATCH 00/11] Hot-plug and Online/Offline framework
 2012-12-14  1:51 UTC 

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

[TRIVIAL PATCH 00/26] treewide: Add and use vsprintf extension %pSR
 2012-12-13  1:43 UTC  (4+ messages)
` [TRIVIAL PATCH 12/26] s390: Convert print_symbol to %pSR
` [TRIVIAL PATCH V2 "

[PATCH, RESEND] asm-generic, mm: pgtable: consolidate zero page helpers
 2012-12-12 22:54 UTC  (4+ messages)

[PATCH v3 0/5] s390: Guest support for virtio-ccw
 2012-12-12 16:36 UTC  (16+ 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-12  0:39 UTC  (34+ 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 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  (25+ messages)
` [PATCH v3 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP
` [PATCH v3 08/12] memory-hotplug: remove memmap of sparse-vmemmap
` [PATCH v3 11/12] memory-hotplug: remove sysfs file of node

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  (4+ messages)
` [PATCH 2/3] s390: Virtual channel subsystem support

[patch 0/6] s390: network patches for net-next
 2012-11-19 19:19 UTC  (2+ messages)

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


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