All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-03 11:56:18 to 2015-11-03 12:59:17 UTC [more...]

[Qemu-devel] [PATCH COLO-Frame v10 00/38] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2015-11-03 12:58 UTC  (41+ messages)
` [Qemu-devel] [PATCH COLO-Frame v10 01/38] configure: Add parameter for configure to enable/disable COLO support
` [Qemu-devel] [PATCH COLO-Frame v10 02/38] migration: Introduce capability 'x-colo' to migration
` [Qemu-devel] [PATCH COLO-Frame v10 03/38] COLO: migrate colo related info to secondary node
` [Qemu-devel] [PATCH COLO-Frame v10 04/38] migration: Add state records for migration incoming
` [Qemu-devel] [PATCH COLO-Frame v10 05/38] migration: Integrate COLO checkpoint process into migration
` [Qemu-devel] [PATCH COLO-Frame v10 06/38] migration: Integrate COLO checkpoint process into loadvm
` [Qemu-devel] [PATCH COLO-Frame v10 07/38] migration: Rename the'file' member of MigrationState and MigrationIncomingState
` [Qemu-devel] [PATCH COLO-Frame v10 08/38] COLO/migration: establish a new communication path from destination to source
` [Qemu-devel] [PATCH COLO-Frame v10 09/38] COLO: Implement colo checkpoint protocol
` [Qemu-devel] [PATCH COLO-Frame v10 10/38] COLO: Add a new RunState RUN_STATE_COLO
` [Qemu-devel] [PATCH COLO-Frame v10 11/38] QEMUSizedBuffer: Introduce two help functions for qsb
` [Qemu-devel] [PATCH COLO-Frame v10 12/38] COLO: Save PVM state to secondary side when do checkpoint
` [Qemu-devel] [PATCH COLO-Frame v10 13/38] COLO: Load PVM's dirty pages into SVM's RAM cache temporarily
` [Qemu-devel] [PATCH COLO-Frame v10 14/38] COLO: Load VMState into qsb before restore it
` [Qemu-devel] [PATCH COLO-Frame v10 15/38] ram/COLO: Record pages received from PVM by re-using migration dirty bitmap
` [Qemu-devel] [PATCH COLO-Frame v10 16/38] COLO: Flush PVM's cached RAM into SVM's memory
` [Qemu-devel] [PATCH COLO-Frame v10 17/38] COLO: synchronize PVM's state to SVM periodically
` [Qemu-devel] [PATCH COLO-Frame v10 18/38] COLO failover: Introduce a new command to trigger a failover
` [Qemu-devel] [PATCH COLO-Frame v10 19/38] COLO failover: Introduce state to record failover process
` [Qemu-devel] [PATCH COLO-Frame v10 20/38] COLO: Implement failover work for Primary VM
` [Qemu-devel] [PATCH COLO-Frame v10 21/38] COLO: Implement failover work for Secondary VM
` [Qemu-devel] [PATCH COLO-Frame v10 22/38] COLO: implement default failover treatment
` [Qemu-devel] [PATCH COLO-Frame v10 23/38] qmp event: Add event notification for COLO error
` [Qemu-devel] [PATCH COLO-Frame v10 24/38] COLO failover: Shutdown related socket fd when do failover
` [Qemu-devel] [PATCH COLO-Frame v10 25/38] COLO failover: Don't do failover during loading VM's state
` [Qemu-devel] [PATCH COLO-Frame v10 26/38] COLO: Control the checkpoint delay time by migrate-set-parameters command
` [Qemu-devel] [PATCH COLO-Frame v10 27/38] COLO: Process shutdown command for VM in COLO state
` [Qemu-devel] [PATCH COLO-Frame v10 28/38] COLO: Update the global runstate after going into colo state
` [Qemu-devel] [PATCH COLO-Frame v10 29/38] savevm: Split load vm state function qemu_loadvm_state
` [Qemu-devel] [PATCH COLO-Frame v10 30/38] COLO: Separate the process of saving/loading ram and device state
` [Qemu-devel] [PATCH COLO-Frame v10 31/38] COLO: Split qemu_savevm_state_begin out of checkpoint process
` [Qemu-devel] [PATCH COLO-Frame v10 32/38] netfilter: Add a public API to release all the buffered packets
` [Qemu-devel] [PATCH COLO-Frame v10 33/38] netfilter: Introduce an API to delete the timer of all buffer-filters
` [Qemu-devel] [PATCH COLO-Frame v10 34/38] filter-buffer: Accept zero interval
` [Qemu-devel] [PATCH COLO-Frame v10 35/38] netfilter: Introduce a API to automatically add filter-buffer for each netdev
` [Qemu-devel] [PATCH COLO-Frame v10 36/38] netfilter: Introduce an API to delete all the automatically added netfilters
` [Qemu-devel] [PATCH COLO-Frame v10 37/38] colo: Use the netfilter to buffer and release packets
` [Qemu-devel] [PATCH COLO-Frame v10 38/38] COLO: Add block replication into colo process

[RFC] iommu: arm-smmu: correct reference count
 2015-11-03 12:59 UTC  (2+ messages)

[PATCH] powerpc: tracing: don't trace hcalls on offline CPUs
 2015-11-03 12:58 UTC  (3+ messages)

[Qemu-devel] [PATCH] Fixed KVM problems with old DOS programs. Compatibility can be forced by module parameter
 2015-11-03 12:57 UTC 

[PATCH 00/23] usb: gadget: composite: introduce new function API
 2015-11-03 12:54 UTC  (16+ messages)
` [PATCH 01/23] usb: gadget: f_sourcesink: make ISO altset user-selectable
` [PATCH 03/23] usb: gadget: f_sourcesink: free requests in sourcesink_disable()
` [PATCH 04/23] usb: gadget: f_loopback: free requests in loopback_disable()
` [PATCH 08/23] usb: gadget: composite: introduce new USB function ops
` [PATCH 12/23] usb: gadget: composite: disable eps before calling disable() callback
` [PATCH 14/23] usb: gadget: composite: introduce clear_alt() operation
` [PATCH 15/23] usb: gadget: composite: handle get_alt() automatically
` [PATCH 16/23] usb: gadget: composite: add usb_function_get_ep() function
` [PATCH 17/23] usb: gadget: composite: add usb_get_interface_id() function
` [PATCH 18/23] usb: gadget: composite: enable adding USB functions using new API
` [PATCH 19/23] usb: gadget: configfs: add new composite API support
` [PATCH 20/23] usb: gadget: f_loopback: convert to new API
` [PATCH 21/23] usb: gadget: f_sourcesink: "
` [PATCH 22/23] usb: gadget: f_ecm: conversion "
` [PATCH 23/23] usb: gadget: f_rndis: "

[PATCH v2 net-next 0/4] gro: Fixes for tunnels and GRO
 2015-11-03 12:57 UTC  (4+ messages)
` [PATCH v2 net-next 3/4] ipv6: Add gro functions to sit_offloads
  ` [PATCH net-next] ipv6: gro: support sit protocol

[Qemu-devel] safety of migration_bitmap_extend
 2015-11-03 12:55 UTC  (2+ messages)

[GIT] Networking
 2015-11-03 12:53 UTC  (11+ messages)

[PATCH] perf report: Support caller callchain order when using DWARF unwinder
 2015-11-03 12:54 UTC  (8+ messages)

[PATCH v2] gpio: Add IRQ support to ACCES 104-IDIO-16 driver
 2015-11-03 12:54 UTC 

[PATCH] Update japanese translation
 2015-11-03 12:47 UTC 

[PATCHSET 0/4] perf report: Support folded callchain output (v4)
 2015-11-03 12:52 UTC  (5+ messages)
` [PATCH v4 1/4] perf report: Support folded callchain mode on --stdio
` [PATCH v4 2/4] perf callchain: Abstract callchain print function
` [PATCH v4 3/4] perf callchain: Add count fields to struct callchain_node
` [PATCH v4 4/4] perf report: Add callchain value option

[Bug 103351] New: Machine check exception on Broadwell quad-core with SpeedStep enabled
 2015-11-03 12:51 UTC  (2+ messages)
` [Bug 103351] "

[PATCH v2 0/5] disambiguate symbol names (part 2)
 2015-11-03 12:50 UTC  (6+ messages)
` [PATCH v2 2/5] compat: enforce distinguishable file names in symbol table

[PATCH] RFC drm/i915: Slaughter the thundering i915_wait_request herd
 2015-11-03 12:49 UTC  (11+ messages)

btrfs driver hangs again
 2015-11-03 12:48 UTC 

Resource leak in unshare
 2015-11-03 12:48 UTC  (4+ messages)

[dm-crypt] [ANNOUNCE] cryptsetup 1.7.0
 2015-11-03 12:46 UTC 

Advice requested
 2015-11-03 12:45 UTC  (14+ messages)

[PATCH] livepatch: old_name.number scheme in livepatch sysfs directory
 2015-11-03 12:44 UTC  (5+ messages)
` [PATCH v2] "

[B.A.T.M.A.N.] Compiling for Beaglebone
 2015-11-03 12:44 UTC  (2+ messages)

Proposals from project governance meeting at DPDK Userspace (was Notes from ...)
 2015-11-03 12:43 UTC  (10+ messages)

[PATCH 1/2] dma: add Qualcomm Technologies HIDMA management driver
 2015-11-03 12:42 UTC  (4+ messages)

NFC: Add Intel Fields Peak NFC solution driver
 2015-11-03 12:41 UTC 

[PATCH v7 00/32] Introduce HVM without dm and new boot ABI
 2015-11-03 12:41 UTC  (9+ messages)
` [PATCH v7 16/32] xen/x86: allow disabling the pmtimer

[Xenomai] [RELEASE] Xenomai 3.0.1
 2015-11-03 12:40 UTC  (2+ messages)

[Qemu-trivial] [PATCH] set_memory_options: remove code that make no sense
 2015-11-03 12:40 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH RFC] vmalloc/vzalloc: Add memflags parameter
 2015-11-03 12:39 UTC  (2+ messages)

[Intel-wired-lan] [next PATCH 00/11] ixgbe: Add support for mixed PF/VF virtualization
 2015-11-03 12:38 UTC  (3+ messages)
`  "

[PATCH] sched_credit: Remove cpu argument to __runq_insert()
 2015-11-03 12:38 UTC  (6+ messages)

[PATCH] crypto: dma_map_sg can handle chained SG
 2015-11-03 12:36 UTC  (4+ messages)
` [PATCH] crypto: qce: "

[Qemu-devel] [v2 RESEND 0/4] Fix long vm downtime during live migration
 2015-11-03 12:36 UTC  (12+ messages)
` [Qemu-devel] [v2 RESEND 1/4] migration: defer migration_end & blk_mig_cleanup
` [Qemu-devel] [v2 RESEND 2/4] migration: rename qemu_savevm_state_cancel
` [Qemu-devel] [v2 RESEND 3/4] migration: rename cancel to cleanup in SaveVMHandles
` [Qemu-devel] [v2 RESEND 4/4] migration: code clean up

[PATCH 0/4] xen/public: arm: rework set_xen_guest_handle_raw
 2015-11-03 12:35 UTC  (4+ messages)
` [PATCH 4/4] xen/public: arm: rework the macro set_xen_guest_handle_raw

[PATCH v7 00/35] implement vNVDIMM
 2015-11-03 12:34 UTC  (7+ messages)
` [PATCH v7 06/35] acpi: add aml_method_serialized
  ` [Qemu-devel] "
` [PATCH v7 09/35] exec: allow file_ram_alloc to work on file
  ` [Qemu-devel] "

[Qemu-trivial] [PATCH] exec: avoid unnecessary cacheline bounce on ram_list.mru_block
 2015-11-03 12:34 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH v2 00/32] HiSilicon SAS driver
 2015-11-03 12:27 UTC  (5+ messages)
` [PATCH v2 27/32] scsi: hisi_sas: add smp protocol support

[PATCH v6 00/15] Support ARMv7 architecture
 2015-11-03 12:32 UTC  (4+ messages)

[PATCH 0/8] Skylake DMC/DC-state fixes and redesign
 2015-11-03 12:31 UTC  (9+ messages)
` [PATCH 1/8] drm/i915: Clean up AUX power domain handling
` [PATCH 2/8] drm/i915: Introduce a gmbus power domain
` [PATCH 3/8] drm/i915: Remove DDI power domain exclusion SKL_DISPLAY_ALWAYS_ON_POWER_DOMAINS
` [PATCH 4/8] drm/i915: Add a modeset power domain
` [PATCH 5/8] drm/i915: Do not warn on PG2 enabled in gen9_disable_dc5()
` [PATCH 6/8] drm/i915/skl: Turn DC handling into a power well
` [PATCH 7/8] drm/i915/skl: Add boot parameter for disabling DC6
` [PATCH 8/8] drm/i915: Force loading of csr program at boot

[meta-java][PATCH] openjdk-8: add recipes for openjdk-8 and openjre-8
 2015-11-03 12:23 UTC  (2+ messages)

[ath9k-devel] ath9k-devel Digest, Vol 87, Issue 2
 2015-11-03 12:30 UTC  (3+ messages)

[PATCH v9 0/9] perf tools: Add 'perf-config' command
 2015-11-03 12:29 UTC  (7+ messages)
` [PATCH v9 3/9] perf config: Collect configs to handle config variables
` [PATCH v9 4/9] perf config: Add comparing name treating '_' and '-' as being the same thing
` [PATCH v9 5/9] perf config: Add a option 'list-all' to perf-config

[PATCHv3 0/3] dma ops and virtio
 2015-11-03 12:26 UTC  (3+ messages)
` [PATCH 3/3] s390/dma: Allow per device dma ops

[U-Boot] [PATCH v3 1/2] fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()
 2015-11-03 12:24 UTC  (2+ messages)
` [U-Boot] [PATCH v3 2/2] fdt: Rewrite the logic "

[PATCH 1/3] ASoC: Intel: Skylake: fix missing machine device creation
 2015-11-03 12:29 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/5] ARM: omap-common: Add board detection support for TI EVMs
 2015-11-03 12:22 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] ARM: OMAP4/5: Centralize early clock initialization
` [U-Boot] [PATCH v2 2/5] ARM: OMAP4/5: Centralize gpi2c_init
` [U-Boot] [PATCH v2 3/5] ARM: omap-common: Add standard access for board description EEPROM
` [U-Boot] [PATCH v2 4/5] ARM: OMAP4/5: Add generic board detection hook
` [U-Boot] [PATCH v2 5/5] board: ti: AM57xx: Add detection logic for AM57xx-evm

[U-Boot] [PATCH V2 00/13] SPL mmc refactor and alternate boot device feature
 2015-11-03 12:20 UTC  (5+ messages)
` [U-Boot] [PATCH V2 11/13] spl: announce boot devices
  ` [U-Boot] [PATCH V3 "

[PATCH] cxl: Fix struct pid leak when attaching a process through kernel API
 2015-11-03 12:20 UTC 

[Qemu-devel] [PATCH 0/2] vnc buffer enhancements for 2.5
 2015-11-03 12:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] io/buffer: avoid memmove at each qio_buffer_advance

[PATCH] cxl: Fix struct pid leak when attaching a process through user API
 2015-11-03 12:13 UTC 

[U-Boot] [PATCH V2 08/13] spl: change return values of spl_*_load_image()
 2015-11-03 12:19 UTC  (2+ messages)
` [U-Boot] [PATCH V3 "

[Qemu-devel] [PATCH v2 0/9] block: Fixes for bdrv_drain
 2015-11-03 12:19 UTC  (2+ messages)

Is it possible to change sunit of log section post-mkfs
 2015-11-03 12:18 UTC 

[PATCH 1/2] btrfs-progs: mkfs: Round device size down to sectorsize
 2015-11-03 12:17 UTC  (3+ messages)
` [PATCH 2/2] btrfs-progs: Rename variables in btrfs_add_to_fsid

9.3.164.147 is running Candidate 4 and so can you
 2015-11-03 12:18 UTC 

[Qemu-trivial] [PATCH v2] taget-ppc: Fix read access to IBAT registers higher than IBAT3
 2015-11-03 12:16 UTC  (4+ messages)
    ` [Qemu-devel] "

[Qemu-trivial] [PATCH] ivshmem-server: fix possible OVERRUN
 2015-11-03 12:14 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] btrfs-progs: print-tree: Output stripe dev uuid
 2015-11-03 12:12 UTC  (2+ messages)

[Qemu-devel] Safety of killing qemu when it is doing an fstrim
 2015-11-03 12:12 UTC 

[Qemu-trivial] [PATCH] pci-assign: do not test path with access() before opening
 2015-11-03 12:12 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] libxlu: avoid linker warnings
 2015-11-03 12:12 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] Fix the reopening of images in 'block-commit'
 2015-11-03 12:11 UTC  (2+ messages)

[Qemu-trivial] [PATCH] configure: remove help string for 'vnc-tls' option
 2015-11-03 12:10 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] trivial: cpufreq-dt: correct dead link in documentation
 2015-11-03 12:09 UTC  (2+ messages)
` [PATCH] trivial: dt-bindings: correct path "

[Qemu-trivial] [PATCH v2 0/4] ui audio qxl usb: Use g_new() & friends where that makes obvious sense
 2015-11-03 12:09 UTC  (6+ messages)
` [Qemu-trivial] [PATCH v2 1/4] ui: "
    ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH v2 0/4] ui audio qxl usb: "

nftables segv while trying to use nat redirection with map
 2015-11-03 12:08 UTC  (4+ messages)

[PATCH 09/14] genirq: Implement irq_send_ipi() to be used by drivers
 2015-11-03 12:09 UTC  (3+ messages)

[PATCH 07/14] genirq: Add a new generic IPI reservation code to irq core
 2015-11-03 12:06 UTC  (3+ messages)

[Qemu-trivial] [PATCH] target-alpha: fix uninitialized variable
 2015-11-03 12:06 UTC  (6+ messages)
` [Qemu-trivial] [Qemu-devel] "
    `  "

[PATCH 0/6] GPIO character device skeleton
 2015-11-03 12:06 UTC  (5+ messages)

[PATCH] arm64: Increase the max granular size
 2015-11-03 12:05 UTC  (6+ messages)

ext4: make the bitmap read routines return real error codes
 2015-11-03 12:04 UTC 

[PATCH 01/22] clocksource/drivers/pistachio: Add the COMPILE_TEST option
 2015-11-03 12:04 UTC  (8+ messages)
` [PATCH 20/22] clocksource/drivers/exynos_mct: Fix Kconfig and add "

[PATCH v2 0/2] sh_eth: fix bugs in sh_eth_ring_init()
 2015-11-03 12:02 UTC  (6+ messages)

[PATCH 1/2] btrfs-progs: mkfs: output device list in sorted order
 2015-11-03 12:00 UTC  (2+ messages)

[PATCH] Remove duplicated -Werror in dtc Makefile
 2015-11-03 12:02 UTC 

[PATCH v2 0/4] ethdev: minor cleanup
 2015-11-03 12:00 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] ethdev: rename macros to have RTE_ETH prefix
  ` [PATCH v3 2/4] ethdev: move error checking macros to header
  ` [PATCH v3 3/4] ethdev: remove duplicated debug functions
  ` [PATCH v3 4/4] ethdev: check driver support for functions

[PATCH v2 00/14] Kill off intel_crtc->atomic, rework
 2015-11-03 12:00 UTC  (6+ messages)
` [PATCH v2 14/14] drm/i915/skl: Do not allow scaling when crtc is disabled

[RESEND PATCH 0/1] Fix the "hard LOCKUP" when running a heavy loading
 2015-11-03 12:00 UTC  (4+ messages)

[Qemu-devel] [PATCH] configure: add missing --disable-modules option
 2015-11-03 11:56 UTC  (4+ messages)

[PATCH 1/1] Fix AARCH64_TLSDESC relocation conflict
 2015-11-03 11:44 UTC 


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.