All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-10-30 07:04:17 to 2012-10-30 08:33:50 UTC [more...]

[Qemu-devel] [PATCH v3 00/35] postcopy live migration
 2012-10-30  8:33 UTC  (72+ messages)
`  "
` [Qemu-devel] [PATCH v3 01/35] migration.c: remove redundant line in migrate_init()
  `  "
` [Qemu-devel] [PATCH v3 02/35] arch_init: DPRINTF format error and typo
  `  "
` [Qemu-devel] [PATCH v3 03/35] split MRU ram list
  `  "
` [Qemu-devel] [PATCH v3 04/35] add a version number to ram_list
  `  "
` [Qemu-devel] [PATCH v3 05/35] protect the ramlist with a separate mutex
  `  "
` [Qemu-devel] [PATCH v3 06/35] osdep: add qemu_read_full() to read interrupt-safely
  `  "
` [Qemu-devel] [PATCH v3 07/35] savevm: export qemu_peek_buffer, qemu_peek_byte, qemu_file_skip, qemu_fflush
  `  "
` [Qemu-devel] [PATCH v3 08/35] savevm/QEMUFile: consolidate QEMUFile functions a bit
  `  "
` [Qemu-devel] [PATCH v3 09/35] savevm/QEMUFile: introduce qemu_fopen_fd
  `  "
` [Qemu-devel] [PATCH v3 10/35] savevm/QEMUFile: add read/write QEMUFile on memory buffer
  `  "
` [Qemu-devel] [PATCH v3 11/35] savevm, buffered_file: introduce method to drain buffer of buffered file
  `  "
` [Qemu-devel] [PATCH v3 12/35] arch_init: export RAM_SAVE_xxx flags for postcopy
  `  "
` [Qemu-devel] [PATCH v3 13/35] arch_init/ram_save: introduce constant for ram save version = 4
  `  "
` [Qemu-devel] [PATCH v3 14/35] arch_init: refactor ram_save_block() and export ram_save_block()
  `  "
` [Qemu-devel] [PATCH v3 15/35] arch_init/ram_save_setup: factor out bitmap alloc/free
  `  "
` [Qemu-devel] [PATCH v3 16/35] arch_init/ram_load: refactor ram_load
  `  "
` [Qemu-devel] [PATCH v3 17/35] arch_init: factor out logic to find ram block with id string
  `  "
` [Qemu-devel] [PATCH v3 18/35] migration: export migrate_fd_completed() and migrate_fd_cleanup()
  `  "
` [Qemu-devel] [PATCH v3 19/35] uvmem.h: import Linux uvmem.h and teach update-linux-headers.sh
  `  "
` [Qemu-devel] [PATCH v3 20/35] osdep: add QEMU_MADV_REMOVE and tirivial fix
  `  "
` [Qemu-devel] [PATCH v3 21/35] postcopy: introduce helper functions for postcopy
  `  "
` [Qemu-devel] [PATCH v3 22/35] savevm: add new section that is used by postcopy
  `  "
` [Qemu-devel] [PATCH v3 23/35] postcopy: implement incoming part of postcopy live migration
  `  "
` [Qemu-devel] [PATCH v3 24/35] postcopy outgoing: add -p option to migrate command
  `  "
` [Qemu-devel] [PATCH v3 25/35] postcopy: implement outgoing part of postcopy live migration
  `  "
` [Qemu-devel] [PATCH v3 26/35] postcopy/outgoing: add -n options to disable background transfer
  `  "
` [Qemu-devel] [PATCH v3 27/35] postcopy/outgoing: implement forward/backword prefault
  `  "
` [Qemu-devel] [PATCH v3 28/35] arch_init: factor out setting last_block, last_offset
  `  "
` [Qemu-devel] [PATCH v3 29/35] postcopy/outgoing: add movebg mode(-m) to migration command
  `  "
` [Qemu-devel] [PATCH v3 30/35] arch_init: factor out ram_load
  `  "
` [Qemu-devel] [PATCH v3 31/35] arch_init: export ram_save_iterate()
  `  "
` [Qemu-devel] [PATCH v3 32/35] postcopy: pre+post optimization incoming side
  `  "
` [Qemu-devel] [PATCH v3 33/35] arch_init: export migration_bitmap_sync and helper method to get bitmap
  `  "
` [Qemu-devel] [PATCH v3 34/35] postcopy/outgoing: introduce precopy_count parameter
  `  "
` [Qemu-devel] [PATCH v3 35/35] postcopy: pre+post optimization outgoing side
  `  "

[PATCH] mac80211: use a counter for remain-on-channel cookie
 2012-10-30  8:33 UTC  (2+ messages)

Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
 2012-10-30  8:32 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH v2 0/4] multi-channel/interface TX power handling
 2012-10-30  8:32 UTC  (2+ messages)

[PATCH 00/32] [RFC] nohz/cpuset: Start discussions on nohz CPUs
 2012-10-30  8:32 UTC  (3+ messages)
` [PATCH 01/32] nohz: Move nohz load balancer selection into idle logic

[Qemu-devel] [PATCH 0/3] remove unused functions
 2012-10-30  8:31 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/3] slirp: remove unused function u_sleep

[PATCH] mac80211_hwsim: allow using channel contexts
 2012-10-30  8:31 UTC  (2+ messages)

Proposed new "memory capacity claim" hypercall/feature
 2012-10-30  8:29 UTC  (5+ messages)

Ceph performance
 2012-10-30  8:27 UTC  (3+ messages)

hfsplus BUG(), kmap and journalling
 2012-10-30  8:24 UTC  (3+ messages)

[PATCH] autotools: Attempt to clean build directory when rerunning configure
 2012-10-30  8:10 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/8] Sysbus EHCI + Zynq USB
 2012-10-30  8:24 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/18] Migration thread lite (20121029)
 2012-10-30  8:23 UTC  (6+ messages)
` [Qemu-devel] [PATCH 07/18] migration: make writes blocking

[PATCH] ARM: Exynos: move interrupt combiner controller driver to drivers/irqchip
 2012-10-30  8:22 UTC  (2+ messages)

[GIT PULL 0/9] perf/core improvements and fixes
 2012-10-30  8:21 UTC  (6+ messages)

devshell spawning twice
 2012-10-30  8:07 UTC  (2+ messages)

[PATCH 1/2] arm: bcm2835: move to the multiplatform support
 2012-10-30  8:20 UTC  (3+ messages)

[RFC/PATCHSET 00/15] perf report: Add support to accumulate hist periods
 2012-10-30  8:17 UTC  (5+ messages)

[Qemu-devel] x86_64-softmmu broken on Windows (TCG?)
 2012-10-30  8:15 UTC  (3+ messages)
  ` [Qemu-devel] 64-on-32 TCG broken [was Re: x86_64-softmmu broken on Windows (TCG?)]

[PATCH V2 RFC 0/3] kvm: Improving undercommit,overcommit scenarios
 2012-10-30  8:14 UTC  (7+ messages)
` [PATCH V2 RFC 3/3] kvm: Check system load and handle different commit cases accordingly

Re: [linux-next PATCH] PM / devfreq: documentation cleanups for devfreq header
 2012-10-30  8:09 UTC  (2+ messages)

linux 3.6.3 mips64 mtd jffs2 unmount issue
 2012-10-30  8:09 UTC  (2+ messages)

[PATCH 0/4] iwlwifi: some 3.8 updates
 2012-10-30  8:09 UTC  (6+ messages)
` [PATCH 1/4] iwlwifi: don't leak Tx skb when a queue is disabled
` [PATCH 2/4] iwlwifi: remove MFP Kconfig option
` [PATCH 3/4] iwlwifi: support host command with copied data
` [PATCH 4/4] iwlwifi: clarify NOCOPY/DUP documentation

Links broken in ref docs
 2012-10-30  8:07 UTC  (5+ messages)

posixcputmr and ksoftirqd priorities
 2012-10-30  8:05 UTC 

[PATCH, v2] fix build with XEN and EARLY_PRINTK_DBGP enabled but USB_SUPPORT disabled
 2012-10-30  8:04 UTC  (2+ messages)

SDK install path and versioning
 2012-10-30  7:50 UTC 

[Qemu-devel] buildbot failure in qemu on default_mingw32
 2012-10-30  8:03 UTC  (2+ messages)

Nouveau regression between 3.6 and 3.7-rc3: driver stuck at "running init tables"
 2012-10-30  8:03 UTC  (5+ messages)

[PATCH V2 4/6] Thermal: Remove the cooling_cpufreq_list
 2012-10-30  8:03 UTC  (3+ messages)

[PATCH 1/2] PCI: add workaround for PLX PCI 9050 bug
 2012-10-30  8:01 UTC  (3+ messages)

[PATCH 1/2] Xen acpi pad implement
 2012-10-30  7:58 UTC  (11+ messages)
` [Xen-devel] "

[patch 00/18] pvclock vsyscall support + KVM hypervisor support (v2)
 2012-10-30  7:55 UTC  (19+ messages)
` [patch 09/18] KVM: x86: introduce facility to support vsyscall pvclock, via MSR
` [patch 11/18] x86: vsyscall: pass mode to gettime backend
` [patch 12/18] x86: vdso: pvclock gettime support
` [patch 13/18] KVM: x86: pass host_tsc to read_l1_tsc

[PATCH] net: dsa/slave: Fix compilation warnings
 2012-10-30  7:55 UTC  (6+ messages)

WARNING: at net/core/skbuff.c:573
 2012-10-30  7:47 UTC 

[PATCH] MFD: DA9055 - fix broken UTF-8 encoding in sources
 2012-10-30  7:46 UTC 

[PATCH v1] mmc: fix async request mechanism for sequential read scenarios
 2012-10-30  7:45 UTC  (8+ messages)

[PATCH 2/3] tools:libxl: Add qxl vga interface support v2
 2012-10-30  7:45 UTC  (13+ messages)

[PATCH v3 2/2] [media]: mx2_camera: Fix regression caused by clock conversion
 2012-10-30  7:44 UTC  (3+ messages)

[GIT PULL] Renesas ARM-based SoC defconfig for v3.8
 2012-10-30  7:45 UTC  (7+ messages)

[REGRESSION] i915: failure to interoperate with HP ZR30w using an X230
 2012-10-30  7:44 UTC  (2+ messages)

[BUG] perf report: different reports when run on terminal as opposed to script
 2012-10-30  7:42 UTC  (3+ messages)

Kernal build errors
 2012-10-30  7:29 UTC  (3+ messages)

[PATCH 00 of 16 RFC] add libxl support for blktap3 and introduce the blktap3 build system
 2012-10-30  7:41 UTC  (9+ messages)
` [PATCH 04 of 16 RFC] blktap3: change libxl__blktap_devpath prototype to return an error code
` [PATCH 05 of 16 RFC] blktap3: Don't check if blktap is available

[PATCHv2 00/12] ARM: OMAP: core/hwmod: first set of fixes for 3.5-rc
 2012-10-30  7:41 UTC  (6+ messages)
` [PATCHv2 12/12] ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel init

[PATCH] CLK: clk-twl6040: Initial clock driver for OMAP4+ McPDM fclk clock
 2012-10-30  7:39 UTC  (5+ messages)

[meta-fsl-ppc master] perf_3.4.bbappend: task oe_runmake: failed
 2012-10-30  7:38 UTC 

[GIT PULL 00/14] perf/core improvements, fixes and code move
 2012-10-30  7:37 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2012-10-29
 2012-10-30  7:34 UTC 

[PATCH] MAINTAINERS: Add git repository for Exynos DRM
 2012-10-30  7:32 UTC 

[PATCH 0/8 v2:wqa] pm9g45/pm9253/pm9261: add 1-wire support
 2012-10-30  7:32 UTC  (3+ messages)
` [PATCH 1/8] arm: at91: add gpio_is_valid support

[PATCH 0/7] ACPI / PM: ACPI power management callback routines for subsystems
 2012-10-30  7:28 UTC  (3+ messages)
` [PATCH 5/7] ACPI / PM: Provide device PM functions operating on struct acpi_device

[U-Boot] [PATCH v5 0/7] SPL: Port SPL framework to powerpc
 2012-10-30  7:28 UTC  (4+ messages)
` [U-Boot] [PATCH v5 1/7] powerpc: Extract EPAPR_MAGIC constants into processor.h

[PATCH 0/9 v2] perf: consolidate all the open counters loops
 2012-10-30  7:27 UTC  (5+ messages)
` [PATCH 1/9] perf python: add ui stubs file
` [PATCH 2/9] perf top: make use of perf_record_opts

linux-next: build failure after merge of the final tree (tip/s390 trees related)
 2012-10-30  7:25 UTC  (5+ messages)
  ` [PATCH] s390: Add pmd_mknotpresent()

IPMI: Some minor fixes
 2012-10-30  7:24 UTC  (10+ messages)
` [PATCH 4/5] IPMI: Fix some uninitialized warning
        ` [PATCH] Remove uninitialized_var()
            ` [PATCH v2] "

[PATCH 0/2] Adding SATA support for Armada 370/XP
 2012-10-30  7:19 UTC  (5+ messages)
` [PATCH 1/2] arm: mvebu: increase atomic coherent pool size for armada 370/XP

[PATCH 1/1] net: fix compile warning in af_unix.c
 2012-10-30  7:16 UTC 

[PATCH 1/4] ARM: shmobile: Remove G3EVM machine support
 2012-10-30  7:16 UTC  (12+ messages)
` [PATCH 2/4] ARM: shmobile: Remove SH7367 support
` [PATCH 3/4] ARM: shmobile: Remove G4EVM machine support
` [PATCH 4/4] ARM: shmobile: Remove SH7377 support

[PATCH] gpio: omap-gpio: add support for pm_runtime autosuspend
 2012-10-30  7:09 UTC  (8+ messages)

[net-next 00/13][pull request] Intel Wired LAN Driver Updates
 2012-10-30  7:04 UTC  (14+ messages)
` [net-next 01/13] ixgbe: Add support for pipeline reset
` [net-next 02/13] ixgbe: Fix return value from macvlan filter function
` [net-next 03/13] net, ixgbe: handle link local multicast addresses in SR-IOV mode
` [net-next 04/13] ixgbe: clean up the condition for turning on/off the laser
` [net-next 05/13] ixgbe: Return success or failure on VF MAC filter set
` [net-next 06/13] ixgbe: Do not decrement budget in ixgbe_clean_rx_irq
` [net-next 07/13] ixgbe: add/update descriptor maps in comments
` [net-next 08/13] ixgbe: reduce PTP rx path overhead
` [net-next 09/13] ixgbevf: Do not forward LLDP type frames
` [net-next 10/13] igbvf: Check for error on dma_map_single call
` [net-next 11/13] igb: Enable auto-crossover during forced operation on 82580 and above
` [net-next 12/13] igb: Update firmware version info for ethtool output
` [net-next 13/13] igb: Fix sparse warning in igb_ptp_rx_pktstamp

mainlining tps80031
 2012-10-30  7:13 UTC  (2+ messages)

[PATCH V3 0/4] ARM: tegra: Enable SLINK controller driver
 2012-10-30  7:05 UTC  (15+ messages)
` [PATCH V3 1/4] ARM: tegra: dts: add slink controller dt entry
` [PATCH V3 2/4] ARM: tegra: Add OF_DEV_AUXDATA for SLINK driver in board dt
` [PATCH V3 3/4] ARM: tegra: dts: cardhu: enable SLINK4
` [PATCH V3 4/4] ARM: tegra: config: enable spi driver for Tegra SLINK controller

[Qemu-devel] [patch v5 0/8] push mmio dispatch out of big lock
 2012-10-30  7:06 UTC  (4+ messages)
` [Qemu-devel] [patch v5 6/8] memory: make mmio dispatch able to be out of biglock

[PATCH V3] spi: tegra: add spi driver for SLINK controller
 2012-10-30  7:04 UTC 

[PATCH v8 00/11] ZPODD Patches
 2012-10-30  7:04 UTC  (4+ messages)
` [PATCH v8 09/11] block: add a new interface to block events


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.