All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-22 01:40:43 to 2016-02-22 02:52:27 UTC [more...]

[PATCH v10 00/31] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2016-02-22  2:52 UTC  (24+ messages)
` [PATCH v10 01/31] tools/libxl: introduce libxl__domain_restore_device_model to load qemu state
` [PATCH v10 02/31] tools/libxl: introduce libxl__domain_common_switch_qemu_logdirty()
` [PATCH v10 03/31] tools/libxl: Add back channel to allow migration target send data back
` [PATCH v10 04/31] tools/libxl: Introduce new helper function dup_fd_helper()
` [PATCH v10 05/31] tools/libx{l, c}: add back channel to libxc
` [PATCH v10 06/31] docs: add colo readme
` [PATCH v10 07/31] docs/libxl: Introduce CHECKPOINT_CONTEXT to support migration v2 colo streams
` [PATCH v10 08/31] libxc/migration: Specification update for DIRTY_PFN_LIST records
` [PATCH v10 09/31] libxc/migration: export read_record for common use
` [PATCH v10 10/31] tools/libxl: add back channel support to write stream
` [PATCH v10 11/31] tools/libxl: write checkpoint_state records into the stream
` [PATCH v10 12/31] tools/libxl: add back channel support to read stream
` [PATCH v10 13/31] tools/libxl: handle checkpoint_state records in a libxl migration v2 "
` [PATCH v10 14/31] tools/libx{l, c}: introduce wait_checkpoint callback
` [PATCH v10 15/31] tools/libx{l, c}: add postcopy/suspend callback to restore side
` [PATCH v10 16/31] secondary vm suspend/resume/checkpoint code
` [PATCH v10 17/31] primary "
` [PATCH v10 18/31] libxc/restore: support COLO restore
` [PATCH v10 19/31] libxc/restore: send dirty pfn list to primary when checkpoint under colo
` [PATCH v10 20/31] send store gfn and console gfn to xl before resuming secondary vm
` [PATCH v10 21/31] libxc/save: support COLO save
` [PATCH v10 22/31] implement the cmdline for COLO
` [PATCH v10 23/31] COLO: introduce new API to prepare/start/do/get_error/stop replication

[PATCH] dmaengine: edma: Fetch echan->edesc while holding lock in edma_comletion_handler
 2016-02-22  2:51 UTC  (3+ messages)

[PATCH v2] dmaengine: edma: Implement device_synchronize callback
 2016-02-22  2:51 UTC  (3+ messages)

[PATCH v2] dmaengine: omap-dma: Implement device_synchronize callback
 2016-02-22  2:50 UTC  (3+ messages)

[Bug 94242] [radeonsi] Crash while running Fedora mock tool for prompting root (gtksu)
 2016-02-22  2:50 UTC  (2+ messages)

[PATCH 1/6] dma: enable mxs-dma for imx6ul
 2016-02-22  2:54 UTC  (3+ messages)
` [PATCHv2 1/1] dmaengine: "

[Qemu-devel] [PATCH 0/3] memory: an optimization
 2016-02-22  2:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/3] exec: store RAMBlock pointer into memory region

[PATCH 1/2] reset: hisilicon: Add hi6220 media part of reset
 2016-02-22  2:45 UTC  (2+ messages)
` [PATCH 2/2] dts: arm64: Add hi6220 media reset dts

KNI - issues
 2016-02-22  2:44 UTC  (2+ messages)

[PATCH v9 4/5] iommu/mediatek: Add mt8173 IOMMU driver
 2016-02-21 18:43 UTC  (3+ messages)
` [v9,4/5] "

[Qemu-devel] [PATCH COLO-Frame v15 00/38] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2016-02-22  2:40 UTC  (39+ messages)
` [Qemu-devel] [PATCH COLO-Frame v15 01/38] configure: Add parameter for configure to enable/disable COLO support
` [Qemu-devel] [PATCH COLO-Frame v15 02/38] migration: Introduce capability 'x-colo' to migration
` [Qemu-devel] [PATCH COLO-Frame v15 03/38] COLO: migrate colo related info to secondary node
` [Qemu-devel] [PATCH COLO-Frame v15 04/38] migration: Integrate COLO checkpoint process into migration
` [Qemu-devel] [PATCH COLO-Frame v15 05/38] migration: Integrate COLO checkpoint process into loadvm
` [Qemu-devel] [PATCH COLO-Frame v15 06/38] COLO/migration: Create a new communication path from destination to source
` [Qemu-devel] [PATCH COLO-Frame v15 07/38] COLO: Implement colo checkpoint protocol
` [Qemu-devel] [PATCH COLO-Frame v15 08/38] COLO: Add a new RunState RUN_STATE_COLO
` [Qemu-devel] [PATCH COLO-Frame v15 09/38] QEMUSizedBuffer: Introduce two help functions for qsb
` [Qemu-devel] [PATCH COLO-Frame v15 10/38] COLO: Save PVM state to secondary side when do checkpoint
` [Qemu-devel] [PATCH COLO-Frame v15 11/38] COLO: Load PVM's dirty pages into SVM's RAM cache temporarily
` [Qemu-devel] [PATCH COLO-Frame v15 12/38] ram/COLO: Record the dirty pages that SVM received
` [Qemu-devel] [PATCH COLO-Frame v15 13/38] COLO: Load VMState into qsb before restore it
` [Qemu-devel] [PATCH COLO-Frame v15 14/38] COLO: Flush PVM's cached RAM into SVM's memory
` [Qemu-devel] [PATCH COLO-Frame v15 15/38] COLO: Add checkpoint-delay parameter for migrate-set-parameters
` [Qemu-devel] [PATCH COLO-Frame v15 16/38] COLO: synchronize PVM's state to SVM periodically
` [Qemu-devel] [PATCH COLO-Frame v15 17/38] COLO failover: Introduce a new command to trigger a failover
` [Qemu-devel] [PATCH COLO-Frame v15 18/38] COLO failover: Introduce state to record failover process
` [Qemu-devel] [PATCH COLO-Frame v15 19/38] COLO: Implement failover work for Primary VM
` [Qemu-devel] [PATCH COLO-Frame v15 20/38] COLO: Implement failover work for Secondary VM
` [Qemu-devel] [PATCH COLO-Frame v15 21/38] qmp event: Add COLO_EXIT event to notify users while exited from COLO
` [Qemu-devel] [PATCH COLO-Frame v15 22/38] COLO failover: Shutdown related socket fd when do failover
` [Qemu-devel] [PATCH COLO-Frame v15 23/38] COLO failover: Don't do failover during loading VM's state
` [Qemu-devel] [PATCH COLO-Frame v15 24/38] COLO: Process shutdown command for VM in COLO state
` [Qemu-devel] [PATCH COLO-Frame v15 25/38] COLO: Update the global runstate after going into colo state
` [Qemu-devel] [PATCH COLO-Frame v15 26/38] savevm: Introduce two helper functions for save/find loadvm_handlers entry
` [Qemu-devel] [PATCH COLO-Frame v15 27/38] migration/savevm: Add new helpers to process the different stages of loadvm
` [Qemu-devel] [PATCH COLO-Frame v15 28/38] migration/savevm: Export two helper functions for savevm process
` [Qemu-devel] [PATCH COLO-Frame v15 29/38] COLO: Separate the process of saving/loading ram and device state
` [Qemu-devel] [PATCH COLO-Frame v15 30/38] COLO: Split qemu_savevm_state_begin out of checkpoint process
` [Qemu-devel] [PATCH COLO-Frame v15 31/38] net/filter: Add a 'status' property for filter object
` [Qemu-devel] [PATCH COLO-Frame v15 32/38] filter-buffer: Accept zero interval
` [Qemu-devel] [PATCH COLO-Frame v15 33/38] net: Add notifier/callback for netdev init
` [Qemu-devel] [PATCH COLO-Frame v15 34/38] COLO/filter: add each netdev a buffer filter
` [Qemu-devel] [PATCH COLO-Frame v15 35/38] COLO: manage the status of buffer filters for PVM
` [Qemu-devel] [PATCH COLO-Frame v15 36/38] filter-buffer: make filter_buffer_flush() public
` [Qemu-devel] [PATCH COLO-Frame v15 37/38] COLO: flush buffered packets in checkpoint process or exit COLO
` [Qemu-devel] [PATCH COLO-Frame v15 38/38] COLO: Add block replication into colo process

[U-Boot] [PATCH] MAINTAINERS: Remove no longer valid maintainers' email addresses
 2016-02-22  2:42 UTC  (2+ messages)

[PATCH v2 0/6] replacing strbuf_getline_lf() by strbuf_getline() on trimmed input
 2016-02-22  2:41 UTC  (5+ messages)
` [PATCH v2 4/6] notes: read copied notes with strbuf_getline()
` [PATCH v2 3/6] clean: read user input "

[PATCH 0/9] powerpc/mm: Restructure Linux PTE on Book3S/64 to radix format
 2016-02-22  2:41 UTC  (10+ messages)
` [PATCH 1/9] powerpc/mm/book3s-64: Clean up some obsolete or misleading comments
` [PATCH 2/9] powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTE
` [PATCH 3/9] powerpc/mm/book3s-64: Use physical addresses in upper page table tree levels
` [PATCH 4/9] powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit
` [PATCH 5/9] powerpc/mm/book3s-64: Move _PAGE_PTE to 2nd "
` [PATCH 6/9] powerpc/mm/book3s-64: Move HPTE-related bits in PTE to upper end
` [PATCH 7/9] powerpc/mm/book3s-64: Shuffle read, write, execute and user bits in PTE
` [PATCH 8/9] powerpc/mm/book3s-64: Move software-used "
` [PATCH 9/9] powerpc/mm/book3s-64: Expand the real page number field of the Linux PTE

[PATCH 1/2] Improve the figure of QSBR
 2016-02-21  5:30 UTC  (3+ messages)
` [PATCH 2/2] Let a writer thread go back to the original CPU in the toy RCU pseudocode

[PATCH RESEND 0/3] arm64: salvator-x: enable SD card slots
 2016-02-22  2:39 UTC  (4+ messages)
` [PATCH RESEND 3/3] arm64: dts: r8a7795: salvator-x: enable SDHI0 & 3

[PATCH 3/3] scsi:stex.c Add S3/S4 support
 2016-02-22  2:38 UTC  (6+ messages)
    ` [Resend PATCH "

recovering corrupt filesystem after raid failure
 2016-02-22  2:24 UTC  (2+ messages)

[PATCH] Documentation/memory-barriers: fix wrong comment in example
 2016-02-21  5:25 UTC  (4+ messages)

[RFC][PATCH v2 0/3] mm/zsmalloc: increase objects density and reduce memory wastage
 2016-02-22  2:34 UTC  (19+ messages)
` [RFC][PATCH v2 2/3] zram: use zs_get_huge_class_size_watermark()
` [RFC][PATCH v2 3/3] mm/zsmalloc: increase ZS_MAX_PAGES_PER_ZSPAGE

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2016-02-22  2:33 UTC 

[PATCH 1/2] intel_gpu_top: Skip head/tail reads on HSW
 2016-02-22  2:23 UTC  (2+ messages)
` [PATCH 2/2] intel_gpu_top: Add param to force ring reads for busyness

can't read this
 2016-02-22  2:30 UTC  (2+ messages)

[PATCH v2 00/16] clk: a collection of various clean-ups and improvements
 2016-02-22  2:29 UTC  (4+ messages)
` [PATCH v2 12/16] clk: avoid circular clock topology

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2016-02-22  2:28 UTC 

USB oops regression caused by -stable patch
 2016-02-22  2:27 UTC  (3+ messages)

[lkp] [locking/mutex] 5267438002: +38.9% fileio.time.involuntary_context_switches
 2016-02-22  2:26 UTC  (2+ messages)
`  "

[rcutorture] a9ca13df09: !!! IP-Config: Auto-configuration of network failed !!!
 2016-02-22  2:24 UTC 

[PATCH v3 0/5] ACPI: parse the SPCR table
 2016-02-22  2:24 UTC  (11+ messages)
` [PATCH v3 1/5] ACPI: change __init to __ref for early_acpi_os_unmap_memory()

[U-Boot] Maintainers' email address not valid
 2016-02-22  2:24 UTC  (3+ messages)

[seabios test] 83298: tolerable FAIL - PUSHED
 2016-02-22  2:23 UTC 

[PATCH v9 1/2] ASoC: hdac_hdmi: Fix to wait for D3 before powering off codec
 2016-02-22  2:20 UTC  (2+ messages)
` [PATCH v9 2/2] ASoC: hdac_hdmi: Add PM support

[Buildroot] [PATCH] harfbuzz: bump to version 1.2.0
 2016-02-22  2:19 UTC 

[lkp] [quota] ba5da72c22: WARNING: CPU: 0 PID: 29133 at fs/ext4/ext4_jbd2.c:48 ext4_journal_check_start+0x67/0xa0()
 2016-02-22  2:15 UTC  (2+ messages)
`  "

[PATCH can-next 0/2] CAN: rcar: add fallback and r8a779[234] bindings
 2016-02-22  2:15 UTC  (3+ messages)
` [PATCH can-next 1/2] CAN: rcar: add gen[12] fallback compatibility strings
` [PATCH can-next 2/2] CAN: rcar: add device tree support for r8a779[234]

[PATCH] nati_x86_64_defconfig: Enable some net QoS modules
 2016-02-22  2:13 UTC 

[PATCH 1/2] dt-bindings: Add LG lp120up1 panel bindings
 2016-02-22  2:13 UTC  (10+ messages)
` [PATCH 2/2] drm/panel: Add support for LG lp120up1 panel

[PATCH] conf/distro/include: Add no-static-libs.inc
 2016-02-22  2:10 UTC  (4+ messages)

[PATCH v8 1/2] ASoC: hdac_hdmi: Fix to wait for D3 before powering off codec
 2016-02-22  2:10 UTC  (4+ messages)
` [PATCH v8 2/2] ASoC: hdac_hdmi: Add PM support

Error building core-image-sato
 2016-02-22  2:08 UTC  (2+ messages)

[PATCH RFC 0/4] Thread safe rte_vhost_enqueue_burst()
 2016-02-22  2:07 UTC  (6+ messages)
` [PATCH RFC 4/4] doc: add note about rte_vhost_enqueue_burst thread safety

suspend resume query
 2016-02-22  2:04 UTC  (9+ messages)

[PATCH v2] enic: receive path performance improvements
 2016-02-22  2:04 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v7 0/4] Add virtio support for arm/arm64
 2016-02-22  2:03 UTC  (8+ messages)
` [PATCH v7 2/4] virtio: Introduce config RTE_VIRTIO_INC_VECTOR

Warning from AMD IOMMU performance counters
 2016-02-22  1:52 UTC  (3+ messages)

[PATCH u-boot v2] Move UART setup outside DRAM init
 2016-02-22  2:01 UTC  (2+ messages)

[PATCH linux v2] Remove GPIO and LPC from WDT reset list
 2016-02-22  2:00 UTC  (2+ messages)

[PATCH] fbdev: sh_mobile_lcdc: Use ARCH_RENESAS
 2016-02-22  1:59 UTC 

[U-Boot] [PATCH 0/9] arm64: Unify MMU code
 2016-02-22  1:57 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] thunderx: Calculate TCR dynamically
` [U-Boot] [PATCH 2/9] arm64: Make full va map code more dynamic
` [U-Boot] [PATCH 3/9] zymqmp: Replace home grown mmu code with generic table approach
` [U-Boot] [PATCH 4/9] tegra: "
` [U-Boot] [PATCH 5/9] vexpress64: Add MMU tables
` [U-Boot] [PATCH 6/9] dwmmc: Increase retry timeout
` [U-Boot] [PATCH 7/9] hikey: Add MMU tables
` [U-Boot] [PATCH 8/9] arm64: Remove non-full-va map code
` [U-Boot] [PATCH 9/9] arm64: Only allow dcache disabled in SPL builds

[GIT PULL] remaining tpmdd fixes for Linux 4.5
 2016-02-22  1:56 UTC  (3+ messages)

[PATCH v5] serial: rewrite pxa2xx-uart to use 8250_core
 2016-02-22  1:56 UTC  (4+ messages)
` [PATCH v6] "

[PATCH 0/7] PMAG-AA frame buffer driver rework
 2016-02-22  1:55 UTC  (16+ messages)
` [PATCH 1/7] video: fbdev: pmag-aa-fb: Adapt to current APIs
` [PATCH 2/7] video: fbdev: pmag-aa-fb: Enable building as a module
` [PATCH 3/7] video: fbdev: pmag-aa-fb: Report video timings
` [PATCH 4/7] video: fbdev: bt455: Remove unneeded colormap helpers for cursor support
` [PATCH 5/7] video: fbdev: pmag-ba-fb: Fix and rework Bt455 colormap handling
` [PATCH 6/7] video: fbdev: pmag-ba-fb: Optimize Bt455 colormap addressing
` [PATCH 7/7] video: fbdev: bt431: Correct cursor format control macro

[PATCH] video: fbdev: pmag-ba-fb: Fix the lower margin size
 2016-02-22  1:54 UTC  (2+ messages)

Linux 4.3.x gone?
 2016-02-22  1:53 UTC  (2+ messages)

[PATCH] media: Add type field to struct media_entity
 2016-02-22  1:53 UTC 

How to rotate display by 180 degree in am335x ?
 2016-02-22  1:49 UTC 

[PATCH 1/3] [media] rc: sunxi-cir: support module autoloading
 2016-02-22  1:26 UTC  (3+ messages)
` [PATCH 2/3] dmaengine: sun4i: "
` [PATCH 3/3] usb: musb: sunxi: "

[Qemu-devel] [PATCHv8 0/9] slirp: Adding IPv6 support to Qemu -net user mode
 2016-02-22  1:48 UTC  (4+ messages)
` [Qemu-devel] [PATCHv7 4/9] slirp: Factorizing tcpiphdr structure with an union

[PATCH v1] spi: master driver to enable RTC on ICPDAS LP-8841
 2016-02-22  1:47 UTC  (2+ messages)

[GIT PULL FOR v4.6] Renesas R-Car DU DRM changes
 2016-02-22  1:46 UTC 

[PATCH] enic: fix last packet being not sent bug
 2016-02-22  1:45 UTC  (2+ messages)
` [PATCH v3] "

[xen-unstable test] 83289: regressions - FAIL
 2016-02-22  1:44 UTC 

[U-Boot] ls1021aqds_nor_lpuart_ boards
 2016-02-22  1:44 UTC  (3+ messages)

[Cocci] Red Hat Women in open source award
 2016-02-22  1:41 UTC  (2+ messages)

[PATCH v6] rtc: rewrite DS1302 using SPI
 2016-02-22  1:41 UTC  (3+ messages)
  ` [rtc-linux] "

[PATCH] iommu: ipmmu-vmsa: Use ARCH_RENESAS
 2016-02-22  1:41 UTC 

ath10k and QCA3977 - random transfer rate losses
 2016-02-22  1:40 UTC  (12+ messages)

[PATCH] clk: sunxi: allow PLL6 clock to be reused
 2016-02-22  1:39 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.