linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-25 07:37:01 to 2014-10-13 07:48:19 UTC [more...]

[PATCH v4 00/25] virtio: fix spec compliance issues
 2014-10-13  7:48 UTC  (3+ messages)
` [PATCH v4 01/25] virtio_pci: fix virtio spec compliance on restore
` [PATCH v4 02/25] virtio: unify config_changed handling

[PATCH v3 00/25] virtio: fix spec compliance issues
 2014-10-13  7:35 UTC  (28+ messages)
` [PATCH v3 01/25] virtio_pci: fix virtio spec compliance on restore
` [PATCH v3 02/25] virtio: unify config_changed handling
` [PATCH v3 03/25] virtio-pci: move freeze/restore to virtio core
` [PATCH v3 04/25] virtio: defer config changed notifications
` [PATCH v3 05/25] virtio_blk: drop config_enable
` [PATCH v3 06/25] virtio-blk: drop config_mutex
` [PATCH v3 07/25] virtio_net: drop config_enable
` [PATCH v3 08/25] virtio-net: drop config_mutex
` [PATCH v3 09/25] virtio_net: minor cleanup
` [PATCH v3 10/25] virtio: add API to enable VQs early
` [PATCH v3 11/25] virtio_net: "
` [PATCH v3 12/25] virtio_blk: "
` [PATCH v3 13/25] virtio_console: "
` [PATCH v3 14/25] 9p/trans_virtio: "
` [PATCH v3 15/25] virtio_net: fix use after free on allocation failure
` [PATCH v3 16/25] virtio_scsi: move kick event out from virtscsi_init
` [PATCH v3 17/25] virtio_blk: enable VQs early on restore
` [PATCH v3 18/25] virtio_scsi: "
` [PATCH v3 19/25] virtio_console: "
` [PATCH v3 20/25] virtio_net: "
` [PATCH v3 21/25] virito_scsi: use freezable WQ for events
` [PATCH v3 22/25] virtio_scsi: fix race on device removal
` [PATCH v3 23/25] virtio_balloon: enable VQs early on restore
` [PATCH v3 24/25] virtio_scsi: drop scan callback
` [PATCH v3 25/25] virtio-rng: refactor probe error handling

[PATCH 00/44] kernel: Add support for poweroff handler call chain
 2014-10-10 16:53 UTC  (68+ messages)
` [PATCH 01/44] "
` [PATCH 02/44] memory: emif: Use API function to determine poweroff capability
` [PATCH 03/44] hibernate: Call have_kernel_poweroff instead of checking pm_power_off
` [PATCH 04/44] m68k: Replace mach_power_off with pm_power_off
` [PATCH 06/44] gpio-poweroff: Drop reference to pm_power_off from devicetree bindings
` [PATCH 07/44] qnap-poweroff: "
` [PATCH 08/44] kernel: Move pm_power_off to common code
  ` 回复: "
` [PATCH 09/44] mfd: palmas: Register with kernel poweroff handler
` [PATCH 11/44] mfd: retu: "
` [PATCH 12/44] mfd: ab8500-sysctrl: "
` [PATCH 14/44] mfd: tps80031: "
` [PATCH 16/44] mfd: tps6586x: "
` [PATCH 17/44] mfd: tps65910: "
` [PATCH 18/44] mfd: twl4030-power: "
` [PATCH 19/44] ipmi: "
` [PATCH 20/44] power/reset: restart-poweroff: "
` [PATCH 21/44] power/reset: gpio-poweroff: "
` [PATCH 22/44] power/reset: as3722-poweroff: "
` [PATCH 23/44] power/reset: qnap-poweroff: "
` [PATCH 27/44] x86: apm: "
` [PATCH 28/44] x86: olpc: Register xo1 poweroff handler "
` [PATCH 29/44] staging: nvec: Register "
` [PATCH 30/44] acpi: Register poweroff handler "
` [PATCH 34/44] ia64: Register "
` [PATCH 37/44] sh: "
` [PATCH 38/44] x86: lguest: "
` [PATCH 39/44] x86: ce4100: "
` [PATCH 40/44] x86: intel-mid: Drop registration of dummy poweroff handlers
` [PATCH 43/44] hwmon: (ab8500) Call kernel_power_off instead of pm_power_off
` [PATCH 44/44] kernel: Remove pm_power_off
  ` [PATCH 31/44] arm: Register with kernel poweroff handler
  ` [PATCH 35/44] m68k: "
  ` [PATCH 05/44] mfd: as3722: Drop reference to pm_power_off from devicetree bindings

[PATCH 3/3] libmlx4: add support for the s390x platform
 2014-10-10  9:40 UTC 

[PATCH 2/3] libibverbs: add support for the s390x platform
 2014-10-10  9:40 UTC 

[PATCH 0/3] DAPL support on s390x platform
 2014-10-10  9:40 UTC 

[PATCH v2 02/15] virtio: unify config_changed handling
 2014-10-06 15:16 UTC  (2+ messages)

[PATCH v5 0/9] asm-generic/io.h overhaul
 2014-10-06 13:52 UTC  (10+ messages)
` [PATCH 1/9] ARC: Remove redundant PCI_IOBASE declaration
  ` [PATCH 2/9] ARM: ebsa110: Properly override I/O accessors
` [PATCH 3/9] ARM: ixp4xx: "
  ` [PATCH 4/9] [IA64] Change xlate_dev_{kmem,mem}_ptr() prototypes
` [PATCH 5/9] /dev/mem: Use more consistent data types
` [PATCH 6/9] asm-generic/io.h: Reconcile I/O accessor overrides
` [PATCH 7/9] asm-generic/io.h: Implement generic {read,write}s*()
` [PATCH 8/9] ARM: Use include/asm-generic/io.h
` [PATCH 9/9] arm64: "

[PATCH v5 0/3] virtio: Use the DMA API when appropriate
 2014-10-06 10:48 UTC  (20+ messages)
` [PATCH v5 2/3] virtio_pci: Use the DMA API for virtqueues when possible

[PATCH 02/16] virtio: unify config_changed handling
 2014-10-06  9:20 UTC  (2+ messages)

[GIT PULL 0/2] KVM: s390: Small enhancements for 3.18 (next)
 2014-10-02 11:45 UTC  (8+ messages)
` [GIT PULL 1/2] KVM: s390/facilities: allow TOD-CLOCK steering facility bit
` [GIT PULL 2/2] KVM: s390: count vcpu wakeups in stat.halt_wakeup

[RFC patch 0/6] vfio based pci pass-through for qemu/KVM on s390
 2014-10-02  7:21 UTC  (9+ messages)
  ` [Qemu-devel] "

[PATCH v4 00/11] drivers: cacheinfo support
 2014-09-30 13:53 UTC  (6+ messages)
` [PATCH v4 04/11] drivers: base: support cpu cache information interface to userspace via sysfs

[PATCH v5 04/11] drivers: base: support cpu cache information interface to userspace via sysfs
 2014-09-30 13:48 UTC  (2+ messages)
` [PATCH v5 06/11] s390: move cacheinfo sysfs to generic cacheinfo infrastructure

[PATCH v4 0/8] asm-generic/io.h overhaul
 2014-09-30 10:51 UTC  (11+ messages)
` [PATCH v4 6/8] asm-generic/io.h: Implement generic {read,write}s*()
          ` [PATCH v4 6/8] asm-generic/io.h: Implement generic {read, write}s*()

[PATCH] s390: remove unused Kconfig params
 2014-09-30  5:28 UTC  (3+ messages)

[PATCH v2 00/22] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-09-29 10:13 UTC  (57+ messages)
` [PATCH v2 01/22] PCI/MSI: Clean up struct msi_chip argument
` [PATCH v2 02/22] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v2 03/22] MSI: Remove the redundant irq_set_chip_data()
` [PATCH v2 04/22] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
` [PATCH v2 06/22] PCI/MSI: Introduce weak arch_find_msi_chip() to find MSI chip
` [PATCH v2 12/22] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v2 14/22] MIPS/Xlp/MSI: "
` [PATCH v2 15/22] MIPS/Xlr/MSI: "
` [PATCH v2 17/22] s390/MSI: "

用了一次你就会觉得是最好的短信发送平台 pma5q
 2014-09-26  5:56 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).