All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-25 04:27:27 to 2015-06-25 06:32:44 UTC [more...]

[GIT PULL] f2fs updates for v4.2
 2015-06-25  6:32 UTC  (7+ messages)

[PATCH bluetooth-next] mac802154: rename seq to sequence_number
 2015-06-25  6:31 UTC 

[PATCH] md/raid6: delta syndrome for ARM NEON
 2015-06-25  6:32 UTC  (2+ messages)
` AW: "

[PATCH v6 00/12] KVM Guest Debug support for arm64
 2015-06-25  6:38 UTC  (11+ messages)
` [PATCH v6 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v6 09/12] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v6 10/12] KVM: arm64: guest debug, HW assisted debug support

kdbus: to merge or not to merge?
 2015-06-25  6:31 UTC  (11+ messages)

[PATCH] drm/i915: Also perform gpu reset under execlist mode
 2015-06-25 14:40 UTC 

[PATCH v7 COLO 00/18] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2015-06-25  6:31 UTC  (19+ messages)
` [PATCH v7 COLO 01/18] docs: add colo readme
` [PATCH v7 COLO 02/18] tools/libxl: handle colo_context records in a libxl migration v2 stream
` [PATCH v7 COLO 03/18] tools/libxl: write colo_context records into the stream
` [PATCH v7 COLO 04/18] secondary vm suspend/resume/checkpoint code
` [PATCH v7 COLO 05/18] primary "
` [PATCH v7 COLO 06/18] libxc/restore: support COLO restore
` [PATCH v7 COLO 07/18] libxc/restore: send dirty bitmap to primary when checkpoint under colo
` [PATCH v7 COLO 08/18] send store mfn and console mfn to xl before resuming secondary vm
` [PATCH v7 COLO 09/18] libxc/save: support COLO save
` [PATCH v7 COLO 10/18] implement the cmdline for COLO
` [PATCH v7 COLO 11/18] Support colo mode for qemu disk
` [PATCH v7 COLO 12/18] COLO: use qemu block replication
` [PATCH v7 COLO 13/18] COLO proxy: implement setup/teardown of COLO proxy module
` [PATCH v7 COLO 14/18] COLO proxy: preresume, postresume and checkpoint
` [PATCH v7 COLO 15/18] COLO nic: implement COLO nic subkind
` [PATCH v7 COLO 16/18] setup and control colo proxy on primary side
` [PATCH v7 COLO 17/18] setup and control colo proxy on secondary side
` [PATCH v7 COLO 18/18] cmdline switches and config vars to control colo-proxy

cryptsetup in initramfs causes ~4 MB image size increase
 2015-06-25  6:30 UTC  (2+ messages)

[Qemu-devel] [PATCH] block/iscsi: add support for request timeouts
 2015-06-25  6:30 UTC  (3+ messages)

counting fragments takes more time than defragmenting
 2015-06-25  6:30 UTC  (7+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2015-06-24
 2015-06-25  6:30 UTC 

[PATCH] dts: ls1021a: Add dts nodes for eTSEC0, eTSEC1 and eTSEC2
 2015-06-25  6:24 UTC  (3+ messages)

[Qemu-devel] [PATCH V2] Re-attach usb device to kernel while usb_host_open fails
 2015-06-25  6:29 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH] target-arm/psci.c: wake up sleeping CPUs (MTTCG)
 2015-06-25  6:27 UTC  (3+ messages)

[PATCH v3 COLOPre 00/26] Prerequisite patches for COLO
 2015-06-25  6:25 UTC  (27+ messages)
` [PATCH v3 COLOPre 01/26] tools/libxl: rename libxl__domain_suspend to libxl__domain_save
` [PATCH v3 COLOPre 02/26] tools/libxl: move domain suspend code into libxl_dom_suspend.c
` [PATCH v3 COLOPre 03/26] tools/libxl: move domain resume "
` [PATCH v3 COLOPre 04/26] tools/libxl: move remus code into libxl_remus.c
` [PATCH v3 COLOPre 05/26] tools/libxl: move save/restore code into libxl_dom_save.c
` [PATCH v3 COLOPre 06/26] libxl/save: Refactor libxl__domain_suspend_state
` [PATCH v3 COLOPre 07/26] libxc/restore: fix error handle of process_record
` [PATCH v3 COLOPre 08/26] tools/libxc: support to resume uncooperative HVM guests
` [PATCH v3 COLOPre 09/26] tools/libxl: introduce enum type libxl_checkpointed_stream
` [PATCH v3 COLOPre 10/26] migration/save: pass checkpointed_stream from libxl to libxc
` [PATCH v3 COLOPre 11/26] tools/libxl: introduce a new API libxl__domain_restore() to load qemu state
` [PATCH v3 COLOPre 12/26] tools/libxl: Update libxl_domain_unpause() to support qemu-xen
` [PATCH v3 COLOPre 13/26] tools/libxl: introduce libxl__domain_common_switch_qemu_logdirty()
` [PATCH v3 COLOPre 14/26] tools/libxl: export logdirty_init
` [PATCH v3 COLOPre 15/26] tools/libxl: Add back channel to allow migration target send data back
` [PATCH v3 COLOPre 16/26] tools/libx{l, c}: add back channel to libxc
` [PATCH v3 COLOPre 17/26] tools/libx{l, c}: introduce should_checkpoint callback
` [PATCH v3 COLOPre 18/26] tools/libx{l, c}: add postcopy/suspend callback to restore side
` [PATCH v3 COLOPre 19/26] libxc/migration: Specification update for DIRTY_BITMAP records
` [PATCH v3 COLOPre 20/26] libxc/migration: export read_record for common use
` [PATCH v3 COLOPre 21/26] tools/libxl: refactor write stream to support back channel
` [PATCH v3 COLOPre 22/26] tools/libxl: refactor read "
` [PATCH v3 COLOPre 23/26] docs/libxl: Introduce COLO_CONTEXT to support migration v2 colo streams
` [PATCH v3 COLOPre 24/26] tools/libxl: rename remus device to checkpoint device
` [PATCH v3 COLOPre 25/26] tools/libxl: adjust the indentation
` [PATCH v3 COLOPre 26/26] tools/libxl: don't touch remus in checkpoint_device

[Qemu-devel] [PATCH] rocker: fix memory leak
 2015-06-25  6:24 UTC 

[Bug 70354] New: Failed to initialise context object: 2D_NVC0 (0) (for my GeForce GT 750M)
 2015-06-25  6:24 UTC  (2+ messages)
  ` [Bug 70354] [NVE6, NVE7] HUB_INIT timeout on graph init, blob fw doesn't help

SH sigcontext ABI is broken
 2015-06-25  6:24 UTC  (2+ messages)
` [musl] "

[Qemu-devel] [PATCH 0/2] Remove CP15 timer from the device tree if KVM is used without in-kernel irqchip
 2015-06-25  6:22 UTC  (2+ messages)

[PATCH 0/2] Add Mediatek MT8173 cpufreq driver
 2015-06-25  6:20 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: mediatek: Add MT8173 cpufreq driver binding

[LTP] Cedric
 2015-06-25  6:18 UTC  (2+ messages)

[PATCH V9 00/13] powerpc, perf: Enable SW branch filters
 2015-06-25  6:18 UTC  (10+ messages)
` [PATCH V9 02/13] powerpc, perf: Change type of the bhrb_users variable
` [PATCH V9 04/13] powerpc, perf: Restore privilege level filter support for BHRB
` [PATCH V9 05/13] powerpc, perf: Change name & type of 'pred' in power_pmu_bhrb_read
` [PATCH V9 06/13] powerpc, perf: Re organize BHRB processing

[nightly] Core TISDK 2015.06 build 2015-06-24_22-00-51
 2015-06-25  6:17 UTC 

[Qemu-devel] [RFC PATCH v4 0/5] Memory hotplug for PowerPC sPAPR guests
 2015-06-25  6:17 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH v4 3/5] spapr: Support ibm, dynamic-reconfiguration-memory

About guiding hello world module submission
 2015-06-25  6:17 UTC  (6+ messages)

[PATCH] powerpc/powernv: Fix vma page prot flags in opal-prd driver
 2015-06-25  6:15 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] qapi flattening + some miscellaneous patches
 2015-06-25  6:16 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/6] Memory hotplug for PowerPC sPAPR guests
 2015-06-25  6:14 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 1/6] spapr: Initialize hotplug memory address space
` [Qemu-devel] [PATCH v5 2/6] spapr: Add LMB DR connectors
` [Qemu-devel] [PATCH v5 3/6] spapr: Support ibm, dynamic-reconfiguration-memory
` [Qemu-devel] [PATCH v5 4/6] spapr: Make hash table size a factor of maxram_size
` [Qemu-devel] [PATCH v5 5/6] spapr: Memory hotplug support
` [Qemu-devel] [RFC PATCH v5 6/6] spapr: Don't allow memory hotplug to memory less nodes

[PATCH] drm/i915: Per-DDI I_boost override
 2015-06-25  6:14 UTC  (2+ messages)

Reason for discontinuing support for Glamor
 2015-06-25  6:13 UTC 

[Cocci] Various minor parsing bugs
 2015-06-25  6:11 UTC  (6+ messages)

Stop SSD from waiting for "Spinning up disk..."
 2015-06-25  6:08 UTC  (4+ messages)

[Qemu-devel] Implement Xfer:auxv:read in gdb stub
 2015-06-25  6:07 UTC  (3+ messages)

deleting objects from a pool
 2015-06-25  6:06 UTC  (4+ messages)

[PATCH-v3 0/3] mfd: 88pm800: Add Device tree support
 2015-06-25  6:05 UTC  (25+ messages)
` [PATCH-v3 1/3] mfd: 88pm800: Add device "
` [PATCH-v3 2/3] mfd: 88pm800: Allow configuration of interrupt clear method

[PATCH] sysfs.txt: update show method notes about sprintf/snprintf/scnprintf usage
 2015-06-25  6:03 UTC  (3+ messages)

[RFC 0/7] Introduce framework for forwarding generic non-OA performance
 2015-06-25  6:02 UTC  (5+ messages)
` [RFC 5/7] drm/i915: Wait for GPU to finish before event stop in Gen Perf PMU

[meta-networking][PATCH] postfix: update daemon_directory in main.cf_2.0
 2015-06-25  5:53 UTC 

Regarding usage of vmxnet3 PMD with DPDK2.0
 2015-06-25  6:00 UTC  (2+ messages)

[PATCH 1/2] drm/msm/dsi: Update generated headers with DSI_DLN0_PHY_ERR bitfields
 2015-06-25  5:59 UTC  (2+ messages)
` [PATCH 2/2] drm/msm/dsi: Report PHY errors only when they really occur

LTTng c++ loglevel not being set
 2015-06-25  5:55 UTC 

Intel SST on a Bay Trail tablet
 2015-06-25  5:50 UTC  (9+ messages)

[PATCH] rnndb/dsi: Add error related bitfields for DSI_DLN0_PHY_ERR
 2015-06-25  5:48 UTC 

[PATCH v2 0/2] vhost: numa aware allocation of vhost device and queues
 2015-06-25  5:47 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] vhost: use rte_malloc to allocate "
  ` [PATCH v3 2/2] vhost: realloc vhost device and queues to the same numa node of vring desc table

What is omap
 2015-06-25  5:47 UTC 

[PATCH v2] ipc: Modify message queue accounting to reflect both total user data and auxiliary kernel data
 2015-06-25  5:47 UTC  (3+ messages)

Use of pinctrl-single for external device over I2C
 2015-06-25  5:46 UTC  (8+ messages)

post-receive: pub/scm/linux/kernel/git/vkoul/firmware
 2015-06-25  5:46 UTC 

xattrs vs. omap with radosgw
 2015-06-25  5:46 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/wfg/lkp-tests
 2015-06-25  5:46 UTC 

post-receive: pub/scm/linux/kernel/git/vkoul/firmware
 2015-06-25  5:40 UTC 

Does anybody actually read this list?
 2015-06-25  5:40 UTC  (2+ messages)

[linux-3.14 test] 58861: tolerable FAIL - PUSHED
 2015-06-25  5:36 UTC 

[meta-oe][PATCH 0/2] upgrade networkmanager and add new depends
 2015-06-25  5:32 UTC  (3+ messages)
` [meta-oe][PATCH 1/2] networkmanager: upgrade from 0.9.8.10 to 1.0.2

[U-Boot] Pull request: u-boot-spi/master
 2015-06-25  5:31 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/ralf/linux
 2015-06-25  5:30 UTC 

lzo: check for length overrun in variable length encoding backport
 2015-06-25  5:30 UTC  (2+ messages)

mismatch_cnt constantly goes up on ssd+hdd raid1
 2015-06-25  5:30 UTC  (4+ messages)

query on verify_dump option
 2015-06-25  5:29 UTC  (5+ messages)

[PATCH 0/3] [dizzy] Enable Marvell 8897 Wifi feature
 2015-06-25  5:27 UTC  (4+ messages)

[meta-xfce][PATCH] xfce4-session: ensure ip for machine is found by adding to hosts
 2015-06-25  5:25 UTC  (3+ messages)

[PATCH v6 COLO 00/15] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2015-06-25  5:22 UTC  (5+ messages)
` [PATCH v6 COLO 10/15] COLO proxy: implement setup/teardown of COLO proxy module

[meta-oe][PATCH] zabbix: add new recipe
 2015-06-25  5:12 UTC 

post-receive: pub/scm/linux/kernel/git/groeck/linux-staging
 2015-06-25  5:19 UTC 

post-receive: pub/scm/linux/kernel/git/groeck/linux-staging
 2015-06-25  5:18 UTC 

[PATCH V2 1/1] usb:serial:f81534 Add F81532/534 Driver
 2015-06-25  5:16 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/mturquette/linux
 2015-06-25  5:15 UTC 

[Buildroot] [Bug 8181] New: Bibb
 2015-06-25  5:14 UTC  (2+ messages)
` [Buildroot] [Bug 8181] Bibb

ONLY
 2015-06-25  5:13 UTC 

[RESEND] [PATCH v2 0/2] ARM: /proc/cpuinfo: DT: Add support for Revision
 2015-06-25  5:12 UTC  (17+ messages)
` [RESEND] [PATCH v2 1/2] arm: devtree: Set system_rev from DT revision
` [PATCH 0/2] ARM: /proc/atags: Export also for DT
  ` [PATCH 1/2] arm: devtree: Save atags if are in DT atags field
` [PATCH 2/2] arm: boot: store ATAG structure into "

post-receive: pub/scm/linux/kernel/git/mturquette/linux
 2015-06-25  5:12 UTC 

[Qemu-devel] [PATCH for-2.4 v2 0/9] KVM: Do I/O outside BQL whenever possible
 2015-06-25  5:11 UTC  (5+ messages)
` [Qemu-devel] [PATCH 4/9] exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*
` [Qemu-devel] [PATCH 5/9] memory: let address_space_rw/ld*/st* run outside the BQL

[xen-4.2-testing test] 58855: regressions - trouble: blocked/broken/fail/pass
 2015-06-25  5:09 UTC 

post-receive: pub/scm/linux/kernel/git/wfg/lkp-tests
 2015-06-25  5:09 UTC 

[PATCH v2 0/5] Btrfs: RAID 5/6 missing device scrub+replace
 2015-06-25  5:03 UTC  (5+ messages)

[PATCH v2 COLOPre 00/13] Prerequisite patches for COLO
 2015-06-25  5:00 UTC  (9+ messages)
` [PATCH v2 COLOPre 11/13] tools/libxl: rename remus device to checkpoint device

[PATCH] bnx2x: Update to FW version 7.12.30
 2015-06-25  4:55 UTC 

[PATCH iproute2] ss: do not bindly dump two families
 2015-06-25  4:56 UTC  (3+ messages)

[GIT PULL] ext4 changes for 4.2-rc1
 2015-06-25  4:54 UTC  (2+ messages)

Help
 2015-06-25  4:51 UTC 

[RESUBMIT PATCH 1/1] arm64/hw_breakpoint.c: remove unnecessary header
 2015-06-25  4:49 UTC 

[RESUBMIT PATCH 1/1] arm/hw_breakpoint.c: remove unnecessary header
 2015-06-25  4:47 UTC  (2+ messages)

[PATCH 2/2] staging : Comedi : comedi_fops : Fixed the return error code
 2015-06-25  4:40 UTC 

[PATCH v2] staging: rtl8192u: bool tests don't need comparisons
 2015-06-25  4:34 UTC  (4+ messages)

[GIT PULL] tracing: Have filter check for balanced ops
 2015-06-25  4:35 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2015-06-25  4:33 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2015-06-25  4:33 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2015-06-25  4:33 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2015-06-25  4:33 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2015-06-25  4:33 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2015-06-25  4:33 UTC 

[Buildroot] [PATCH] nginx: fix nginx.old clean-up
 2015-06-25  4:32 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/wfg/lkp-tests
 2015-06-25  4:31 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2015-06-25  4:27 UTC 

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2015-06-25  4:27 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.