messages from 2012-12-14 16:02:17 to 2013-01-17 16:55:49 UTC [more...]
[PATCH v5 00/12] s390: channel I/O support in qemu
2013-01-17 16:55 UTC (16+ messages)
` [PATCH 01/12] s390: Add a hypercall registration interface
` [PATCH 02/12] s390: Lowcore mapping helper
` [PATCH 03/12] s390: Add mapping helper functions
` [PATCH 04/12] Update linux headers
` [Qemu-devel] "
` [PATCH 05/12] s390: Channel I/O basic defintions
` [PATCH 06/12] s390: I/O interrupt and machine check injection
` [PATCH 07/12] s390: Add channel I/O instructions
` [PATCH 08/12] s390: Virtual channel subsystem support
` [PATCH 09/12] s390: Wire up channel I/O in kvm
` [PATCH 10/12] s390: Add new channel I/O based virtio transport
` [PATCH 11/12] s390-virtio: Factor out some initialization code
` [PATCH 12/12] s390: Add s390-ccw-virtio machine
[GIT PULL] more s390 patches for 3.8-rc4
2013-01-17 15:36 UTC
[PATCH v3 0/2] memory-hotplug: introduce CONFIG_HAVE_BOOTMEM_INFO_NODE and revert register_page_bootmem_info_node() when platform not support
2013-01-17 13:05 UTC (7+ messages)
` [PATCH v3 1/2] "
` [PATCH 2/2] memory-hotplug: cleanup: removing the arch specific functions without any implementation
[PATCH] Bugfix for kvm/s390
2013-01-17 6:42 UTC (3+ messages)
` [PATCH] KVM: s390: kvm/sigp.c: fix memory leakage
[RFC PATCH v2 00/12] System device hot-plug framework
2013-01-17 0:50 UTC (26+ messages)
` [RFC PATCH v2 01/12] Add sys_hotplug.h for system device hotplug framework
` [RFC PATCH v2 02/12] ACPI: "
` [RFC PATCH v2 03/12] drivers/base: Add "
` [RFC PATCH v2 04/12] cpu: Add cpu hotplug handlers
` [RFC PATCH v2 05/12] mm: Add memory "
` [RFC PATCH v2 06/12] ACPI: Add ACPI bus "
` [RFC PATCH v2 07/12] ACPI: Add ACPI resource hotplug handler
` [RFC PATCH v2 08/12] ACPI: Update processor driver for hotplug framework
` [RFC PATCH v2 09/12] ACPI: Update memory "
` [RFC PATCH v2 10/12] ACPI: Update container "
` [RFC PATCH v2 11/12] cpu: Update sysfs cpu/online "
` [RFC PATCH v2 12/12] ACPI: Update sysfs eject "
[RFC PATCH v4 0/8] s390: channel I/O support in qemu
2013-01-16 17:05 UTC (7+ messages)
` [PATCH 8/8] s390: Add new channel I/O based virtio transport
` [Qemu-devel] "
[BUG Fix Patch 0/6] Bug fix for physical memory hot-remove
2013-01-16 2:12 UTC (9+ messages)
` [BUG Fix Patch 1/6] Bug fix: Hold spinlock across find|remove /sys/firmware/memmap/X operation
` [BUG Fix Patch 2/6] Bug fix: Do not calculate direct mapping pages when freeing vmemmap pagetables
` [BUG Fix Patch 3/6] Bug fix: Do not free direct mapping pages twice
` [BUG Fix Patch 4/6] Bug fix: Do not free page split from hugepage one by one
` [BUG Fix Patch 5/6] Bug fix: Fix the wrong comments of map_entries
` [BUG Fix Patch 6/6] Bug fix: Reuse the storage of /sys/firmware/memmap/X/ allocated by bootmem
[PATCH] s390: kvm/sigp.c: fix memory leakage
2013-01-15 10:08 UTC (2+ messages)
[GIT PULL] s390 patches for the 3.8-rc4
2013-01-10 10:23 UTC
[PATCH v6 00/15] memory-hotplug: hot-remove physical memory
2013-01-10 8:39 UTC (34+ messages)
` [PATCH v6 01/15] memory-hotplug: try to offline the memory twice to avoid dependence
` [PATCH v6 02/15] memory-hotplug: check whether all memory blocks are offlined or not when removing memory
` [PATCH v6 03/15] memory-hotplug: remove redundant codes
` [PATCH v6 04/15] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [PATCH v6 05/15] memory-hotplug: introduce new function arch_remove_memory() for removing page table depends on architecture
` [PATCH v6 06/15] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [PATCH v6 07/15] memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()
` [PATCH v6 08/15] memory-hotplug: Common APIs to support page tables hot-remove
` [PATCH v6 09/15] memory-hotplug: remove page table of x86_64 architecture
` [PATCH v6 10/15] memory-hotplug: remove memmap of sparse-vmemmap
` [PATCH v6 11/15] memory-hotplug: Integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP
` [PATCH v6 12/15] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [PATCH v6 13/15] memory-hotplug: remove sysfs file of node
` [PATCH v6 14/15] memory-hotplug: free node_data when a node is offlined
` [PATCH v6 15/15] memory-hotplug: Do not allocate pdgat if it was not freed when offline
[PATCH v5 00/14] memory-hotplug: hot-remove physical memory
2013-01-10 1:38 UTC (42+ 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 0/2] KVM: s390: Bugfixes for virtio-ccw
2013-01-09 20:40 UTC (4+ messages)
` [PATCH 1/2] KVM: s390: Dynamic allocation of virtio-ccw I/O data
` [PATCH 2/2] KVM: s390: Gracefully handle busy conditions on ccw_device_start
[PATCH v5 0/7] s390: Host support for channel I/O
2013-01-07 21:54 UTC (10+ 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 net-next V6 00/15] net: introduce upper device lists and remove dev->master
2013-01-04 8:49 UTC (12+ messages)
` [patch net-next V6 01/15] net: introduce upper device lists
` [patch net-next V6 02/15] macvlan: add link to upper device
` [patch net-next V6 03/15] vlan: "
` [patch net-next V6 04/15] rtnetlink: remove usage of dev->master
` [patch net-next V6 05/15] team: remove usage of netdev_set_master()
` [patch net-next V6 06/15] bridge: "
` [patch net-next V6 07/15] netpoll: remove usage of dev->master
` [patch net-next V6 08/15] cxgb3: "
` [patch net-next V6 09/15] qlcnic: guard __vlan_find_dev_deep() by rcu_read_lock
` [patch net-next V6 10/15] qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lock
` [patch net-next V6 12/15] nes: remove usage of dev->master
[patch net-next V5 00/15] net: introduce upper device lists and remove dev->master
2013-01-02 12:28 UTC (14+ messages)
` [patch net-next V5 01/15] net: introduce upper device lists
` [patch net-next V5 02/15] macvlan: add link to upper device
` [patch net-next V5 04/15] rtnetlink: remove usage of dev->master
` [patch net-next V5 05/15] team: remove usage of netdev_set_master()
` [patch net-next V5 06/15] bridge: "
` [patch net-next V5 07/15] netpoll: remove usage of dev->master
` [patch net-next V5 09/15] qlcnic: guard __vlan_find_dev_deep() by rcu_read_lock
` [patch net-next V5 10/15] qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lock
` [patch net-next V5 11/15] vlan: remove usage of dev->master in __vlan_find_dev_deep()
` [patch net-next V5 12/15] nes: remove usage of dev->master
` [patch net-next V5 13/15] bonding: "
` [patch net-next V5 14/15] net: remove no longer used netdev_set_bond_master() and netdev_set_master()
` [patch net-next V5 15/15] net: kill dev->master
[PATCH v4 0/5] s390: Host support for channel I/O
2012-12-19 13:07 UTC (5+ messages)
` [PATCH 2/5] KVM: s390: Add support for machine checks
[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 (6+ messages)
` [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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).