linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-14 15:05:45 to 2012-09-27 10:35:58 UTC [more...]

[RFC v9 PATCH 00/21] memory-hotplug: hot-remove physical memory
 2012-09-27 10:35 UTC  (35+ messages)
` [RFC v9 PATCH 01/21] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC v9 PATCH 02/21] memory-hotplug: implement offline_memory()
` [RFC v9 PATCH 03/21] memory-hotplug: store the node id in acpi_memory_device
` [RFC v9 PATCH 04/21] memory-hotplug: offline and remove memory when removing the memory device
` [RFC v9 PATCH 05/21] memory-hotplug: check whether memory is present or not
` [RFC v9 PATCH 06/21] memory-hotplug: export the function acpi_bus_remove()
` [RFC v9 PATCH 07/21] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC v9 PATCH 08/21] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC v9 PATCH 09/21] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC v9 PATCH 10/21] memory-hotplug: add memory_block_release
` [RFC v9 PATCH 11/21] memory-hotplug: remove_memory calls __remove_pages
` [RFC v9 PATCH 12/21] memory-hotplug: introduce new function arch_remove_memory()
` [RFC v9 PATCH 13/21] memory-hotplug: check page type in get_page_bootmem
` [RFC v9 PATCH 14/21] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for sparse-vmemmap
` [RFC v9 PATCH 15/21] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC v9 PATCH 16/21] memory-hotplug: free memmap "
` [RFC v9 PATCH 17/21] memory_hotplug: clear zone when the memory is removed
` [RFC v9 PATCH 18/21] memory-hotplug: add node_device_release
` [RFC v9 PATCH 19/21] memory-hotplug: remove sysfs file of node
` [RFC v9 PATCH 20/21] memory-hotplug: clear hwpoisoned flag when onlining pages
` [RFC v9 PATCH 21/21] memory-hotplug: auto offline page_cgroup when onlining memory block failed

[PATCH v3 06/26] block: Add bio_end_sector()
 2012-09-24 22:34 UTC 

[patch 0/5] s390: network patches for net-next
 2012-09-24 19:47 UTC  (7+ messages)
` [patch 1/5] [PATCH] qeth: cleanup channel path descriptor function
` [patch 2/5] [PATCH] lcs: ensure proper ccw setup
` [patch 3/5] [PATCH] qeth: fix possible memory leak in qeth_l3_add_[vipa|rxip]()
` [patch 4/5] [PATCH] drivers/s390/net: removes unnecessary semicolon
` [patch 5/5] [PATCH] ctcm: fix error return code

[RFC PATCH v2 0/5] qemu: s390: virtual css and virtio-ccw
 2012-09-20 14:50 UTC  (13+ messages)
` [PATCH v2 1/5] Update headers for upcoming s390 changes
` [PATCH v2 2/5] s390: Virtual channel subsystem support
` [PATCH v2 3/5] s390: Add new channel I/O based virtio transport
` [PATCH v2 4/5] s390: Virtual channel subsystem support for !KVM
` [PATCH v2 5/5] [HACK] Handle multiple virtio aliases

[PATCH 1/2] drivers/s390/char/monreader.c: fix error return code
 2012-09-20 14:40 UTC  (3+ messages)
` [PATCH 2/2] drivers/s390/net/ctcm_main.c: "

[GIT PULL] s390 patches for the 3.6-rc7
 2012-09-20 10:27 UTC 

[RFC PATCH v2 0/7] s390: virtual css host support
 2012-09-20  7:26 UTC  (16+ messages)
` [PATCH v2 1/7] s390/kvm: Support for I/O interrupts
` [PATCH v2 2/7] s390/kvm: Add support for machine checks
` [PATCH v2 3/7] s390/kvm: In-kernel handling of I/O instructions
` [PATCH v2 4/7] s390: Move css limits from drivers/s390/cio/ to include/asm/
` [PATCH v2 5/7] s390: Make some css-related structures usable by non-cio code
` [PATCH v2 6/7] s390/kvm: Base infrastructure for enabling capabilities
` [PATCH v2 7/7] s390/kvm: In-kernel channel subsystem support

[RFC v8 PATCH 00/20] memory-hotplug: hot-remove physical memory
 2012-09-19 17:02 UTC  (45+ messages)
` [RFC v8 PATCH 01/20] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC v8 PATCH 02/20] memory-hotplug: implement offline_memory()
` [RFC v8 PATCH 03/20] memory-hotplug: store the node id in acpi_memory_device
` [RFC v8 PATCH 04/20] memory-hotplug: offline and remove memory when removing the memory device
` [RFC v8 PATCH 05/20] memory-hotplug: check whether memory is present or not
` [RFC v8 PATCH 06/20] memory-hotplug: export the function acpi_bus_remove()
` [RFC v8 PATCH 07/20] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC v8 PATCH 08/20] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC v8 PATCH 09/20] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC v8 PATCH 10/20] memory-hotplug: add memory_block_release
` [RFC v8 PATCH 11/20] memory-hotplug: remove_memory calls __remove_pages
` [RFC v8 PATCH 12/20] memory-hotplug: introduce new function arch_remove_memory()
` [RFC v8 PATCH 13/20] memory-hotplug: check page type in get_page_bootmem
` [RFC v8 PATCH 14/20] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for sparse-vmemmap
` [RFC v8 PATCH 15/20] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC v8 PATCH 16/20] memory-hotplug: free memmap "
` [RFC v8 PATCH 17/20] memory_hotplug: clear zone when the memory is removed
` [RFC v8 PATCH 18/20] memory-hotplug: add node_device_release
` [RFC v8 PATCH 19/20] memory-hotplug: remove sysfs file of node
` [RFC v8 PATCH 20/20] memory-hotplug: clear hwpoisoned flag when onlining pages

[RFC PATCH v2 0/4] s390: virtio-ccw guest kernel support
 2012-09-19 16:38 UTC  (6+ messages)
` [PATCH v2 1/4] s390/kvm: Handle hosts not supporting s390-virtio
` [PATCH v2 2/4] s390: Add a mechanism to get the subchannel id
` [PATCH v2 3/4] s390/kvm: Add a channel I/O based virtio transport driver
` [PATCH v2 4/4] s390/kvm: Split out early console code

[Re: [PATCH 2/2] drivers/s390/net/ctcm_main.c: fix error return code]
 2012-09-18 10:52 UTC 

[-next]: s390 *_irq() link errors
 2012-09-16 19:07 UTC 

[PATCH] [S390] topology: using for_each_set_bit to simplify the code
 2012-09-14  6:24 UTC 

[PATCH 7/15] drivers/s390/net: removes unnecessary semicolon
 2012-09-13  8:19 UTC 

arch/s390/kernel/ptrace.c:63:4: warning: left shift count >= width of type
 2012-09-12 11:03 UTC 

[Qemu-devel] [PATCH] virtio spec amendment for virtio-ccw
 2012-09-12  6:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH] virtio-ccw: Add secondary indicators

[RFC PATCH v2] Update virtio spec for virtio-ccw
 2012-09-06 23:57 UTC  (6+ messages)
` [PATCH v2] virtio-spec: Add virtio-ccw spec

[PATCH] [S390] 3270 console: Drop unused spinlock
 2012-09-06  8:26 UTC 

[RFC PATCH V6 00/19] memory-hotplug: hot-remove physical memory
 2012-09-06  7:06 UTC  (3+ messages)
` [RFC PATCH V6 10/19] memory-hotplug: add memory_block_release

[PATCH] virtio: support reserved vqs
 2012-09-05 18:47 UTC 

[RFC v2] s390: virtual channel subsystem and new virtio transport
 2012-09-04 15:13 UTC 

[PATCH 0/8] zfcp: patches for 3.6-rc
 2012-09-04 13:23 UTC  (9+ messages)
` [PATCH 1/8] zfcp: Adapt to new FC_PORTSPEED semantics
` [PATCH 2/8] zfcp: Make trace record tags unique
` [PATCH 3/8] zfcp: Bounds checking for deferred error trace
` [PATCH 4/8] zfcp: Do not wakeup while suspended
` [PATCH 5/8] zfcp: remove invalid reference to list iterator variable
` [PATCH 6/8] zfcp: restore refcount check on port_remove
` [PATCH 7/8] zfcp: No automatic port_rescan on events
` [PATCH 8/8] zfcp: only access zfcp_scsi_dev for valid scsi_device

[PATCH] qeth: fix possible memory leak in qeth_l3_add_[vipa|rxip]()
 2012-09-04  8:13 UTC 

[GIT PULL] s390 patches for the 3.6-rc4
 2012-08-31  8:13 UTC 

personality does not preserve across execve on s390 (31bit) systems
 2012-08-29 20:19 UTC 

[PATCH 5/5] s390:block:fix up ENOIOCTLCMD error handling
 2012-08-27 10:25 UTC  (3+ messages)

[RFC PATCH 0/4] s390: virtio-ccw guest kernel support
 2012-08-21  5:35 UTC  (11+ messages)
` [PATCH 3/4] s390/kvm: Add a channel I/O based virtio transport driver

[PATCH 7/7] drivers/s390/scsi/zfcp_cfdc.c: remove invalid reference to list iterator variable
 2012-08-20 18:30 UTC  (2+ messages)

[RFC V7 PATCH 00/19] memory-hotplug: hot-remove physical memory
 2012-08-20 14:09 UTC  (21+ messages)
` [RFC V7 PATCH 01/19] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC V7 PATCH 02/19] memory-hotplug: implement offline_memory()
` [RFC V7 PATCH 03/19] memory-hotplug: store the node id in acpi_memory_device
` [RFC V7 PATCH 04/19] memory-hotplug: offline and remove memory when removing the memory device
` [RFC V7 PATCH 05/19] memory-hotplug: check whether memory is present or not
` [RFC V7 PATCH 06/19] memory-hotplug: export the function acpi_bus_remove()
` [RFC V7 PATCH 07/19] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC V7 PATCH 08/19] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC V7 PATCH 09/19] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC V7 PATCH 10/19] memory-hotplug: add memory_block_release
` [RFC V7 PATCH 11/19] memory-hotplug: remove_memory calls __remove_pages
` [RFC V7 PATCH 12/19] memory-hotplug: introduce new function arch_remove_memory()
` [RFC V7 PATCH 13/19] memory-hotplug: check page type in get_page_bootmem
` [RFC V7 PATCH 14/19] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for sparse-vmemmap
` [RFC V7 PATCH 15/19] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC V7 PATCH 16/19] memory-hotplug: free memmap "
` [RFC V7 PATCH 17/19] memory_hotplug: clear zone when the memory is removed
` [RFC V7 PATCH 18/19] memory-hotplug: add node_device_release
` [RFC V7 PATCH 19/19] memory-hotplug: remove sysfs file of node

[patch net-next v2 01/15] net: introduce upper device lists
 2012-08-15 22:15 UTC  (12+ messages)
` [patch net-next v2 12/15] nes: remove usage of dev->master
` [patch net-next v2 13/15] bonding: "
` [patch net-next v2 14/15] net: remove no longer used netdev_set_bond_master() and netdev_set_master()
` [patch net-next v2 15/15] net: kill dev->master
  ` [patch net-next v2 00/15] net: introduce upper device lists and remove dev->master

[patch net-next 00/16] net: introduce upper device lists and remove dev->master
 2012-08-15 20:33 UTC  (3+ messages)
    ` [patch net-next 01/16] net: introduce upper device lists

[PATCH 2/2] s390: Always use "long" for ssize_t to match size_t
 2012-08-15  8:07 UTC  (2+ 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).