linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-10 07:45:00 to 2012-09-11 05:18:24 UTC [more...]

[RFC v8 PATCH 00/20] memory-hotplug: hot-remove physical memory
 2012-09-11  5:18 UTC  (39+ 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 v9 PATCH 00/21] memory-hotplug: hot-remove physical memory
 2012-09-11  2:46 UTC  (27+ 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

[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 PATCH v2 0/7] s390: virtual css host support
 2012-09-05  8:39 UTC  (13+ 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 PATCH v2 0/5] qemu: s390: virtual css and virtio-ccw
 2012-09-04 15:13 UTC  (6+ 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

[RFC PATCH v2 0/4] s390: virtio-ccw guest kernel support
 2012-09-04 15:13 UTC  (5+ 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

[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  (23+ messages)
` [PATCH 1/4] s390/kvm: Handle hosts not supporting s390-virtio
` [PATCH 2/4] s390: Add a mechanism to get the subchannel id
` [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  (21+ messages)
` [patch net-next v2 02/15] macvlan: add link to upper device
` [patch net-next v2 03/15] vlan: "
` [patch net-next v2 04/15] rtnetlink: remove usage of dev->master
` [patch net-next v2 05/15] team: remove usage of netdev_set_master()
` [patch net-next v2 06/15] bridge: "
` [patch net-next v2 07/15] netpoll: remove usage of dev->master
` [patch net-next v2 08/15] cxgb3: "
` [patch net-next v2 09/15] qlcnic: guard __vlan_find_dev_deep() by rcu_read_lock
` [patch net-next v2 10/15] qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lock
` [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  (24+ messages)
` [patch net-next 02/16] macvlan: add link to upper device
` [patch net-next 03/16] vlan: "
` [patch net-next 04/16] rtnetlink: remove usage of dev->master
` [patch net-next 05/16] team: remove usage of netdev_set_master()
` [patch net-next 06/16] bridge: "
` [patch net-next 07/16] netpoll: remove usage of dev->master
` [patch net-next 08/16] cxgb3: "
` [patch net-next 09/16] qlcnic: guard __vlan_find_dev_deep() by rcu_read_lock
` [patch net-next 10/16] qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lock
` [patch net-next 11/16] vlan: remove usage of dev->master in __vlan_find_dev_deep()
` [patch net-next 12/16] nes: remove usage of dev->master
` [patch net-next 13/16] bonding: "
` [patch net-next 14/16] net: remove no longer used netdev_set_bond_master() and netdev_set_master()
` [patch net-next 15/16] net: remove usage of dev->master
` [patch net-next 16/16] net: kill dev->master
    ` [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)

[GIT PULL] s390 patches for the 3.6-rc1
 2012-08-13 11:20 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).