messages from 2014-01-24 16:43:48 to 2014-01-24 17:25:38 UTC [more...]
[Qemu-devel] [PULL v2 00/93] Block patches
2014-01-24 17:21 UTC (72+ messages)
` [Qemu-devel] [PULL 01/93] rbd: switch from pipe to QEMUBH completion notification
` [Qemu-devel] [PULL 02/93] qemu-iotests: Introduce _unsupported_imgopts
` [Qemu-devel] [PULL 03/93] qemu-iotests: Add _unsupported_imgopts for vmdk subformats
` [Qemu-devel] [PULL 04/93] qemu-iotests: Clean up all extents for vmdk
` [Qemu-devel] [PULL 05/93] block/iscsi: return -ENOMEM if an async call fails immediately
` [Qemu-devel] [PULL 06/93] gluster: Convert aio routines into coroutines
` [Qemu-devel] [PULL 07/93] gluster: Implement .bdrv_co_write_zeroes for gluster
` [Qemu-devel] [PULL 08/93] gluster: Add support for creating zero-filled image
` [Qemu-devel] [PULL 09/93] sheepdog: fix clone operation by 'qemu-img create -b'
` [Qemu-devel] [PULL 10/93] qtest: Fix the bug about disable vnc causes "make check" fail
` [Qemu-devel] [PULL 11/93] docs: qcow2 compat=1.1 is now the default
` [Qemu-devel] [PULL 12/93] vmdk: Fix big flat extent IO
` [Qemu-devel] [PULL 13/93] readline: decouple readline from the monitor
` [Qemu-devel] [PULL 14/93] readline: move readline to a generic location
` [Qemu-devel] [PULL 15/93] osdep: add qemu_set_tty_echo()
` [Qemu-devel] [PULL 16/93] qemu-io: use readline.c
` [Qemu-devel] [PULL 17/93] qemu-io: add command completion
` [Qemu-devel] [PULL 18/93] blkdebug: Use errp for read_config()
` [Qemu-devel] [PULL 19/93] blkdebug: Don't require sophisticated filename
` [Qemu-devel] [PULL 20/93] qdict: Add qdict_array_split()
` [Qemu-devel] [PULL 21/93] qapi: extend qdict_flatten() for QLists
` [Qemu-devel] [PULL 22/93] qemu-option: Add qemu_config_parse_qdict()
` [Qemu-devel] [PULL 23/93] blkdebug: Always call read_config()
` [Qemu-devel] [PULL 24/93] blkdebug: Use command-line in read_config()
` [Qemu-devel] [PULL 25/93] block: Allow reference for bdrv_file_open()
` [Qemu-devel] [PULL 26/93] block: Pass reference to bdrv_file_open()
` [Qemu-devel] [PULL 27/93] block: Allow block devices without files
` [Qemu-devel] [PULL 28/93] block: Add bdrv_open_image()
` [Qemu-devel] [PULL 29/93] block: Use bdrv_open_image() in bdrv_open()
` [Qemu-devel] [PULL 30/93] block: Allow recursive "file"s
` [Qemu-devel] [PULL 31/93] blockdev: Move "file" to legacy_opts
` [Qemu-devel] [PULL 32/93] blkdebug: Allow command-line file configuration
` [Qemu-devel] [PULL 33/93] blkverify: Allow command-line configuration
` [Qemu-devel] [PULL 34/93] blkverify: Don't require protocol filename
` [Qemu-devel] [PULL 35/93] qapi: Add "errno" to the list of polluted words
` [Qemu-devel] [PULL 36/93] qapi: QMP interface for blkdebug and blkverify
` [Qemu-devel] [PULL 37/93] qemu-io: Make filename optional
` [Qemu-devel] [PULL 38/93] tests: Add test for qdict_array_split()
` [Qemu-devel] [PULL 39/93] tests: Add test for qdict_flatten()
` [Qemu-devel] [PULL 40/93] iotests: Test new blkdebug/blkverify interface
` [Qemu-devel] [PULL 41/93] iotests: Test file format nesting
` [Qemu-devel] [PULL 42/93] block: fix backing file segfault
` [Qemu-devel] [PULL 43/93] dataplane: fix shadowed return value
` [Qemu-devel] [PULL 44/93] qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASK
` [Qemu-devel] [PULL 45/93] vmdk: Check for overhead when opening
` [Qemu-devel] [PULL 46/93] qemu-progress: Drop unused include
` [Qemu-devel] [PULL 47/93] qemu-progress: Fix progress printing on SIGUSR1
` [Qemu-devel] [PULL 48/93] Documentation: qemu-img: Mention SIGUSR1 progress report
` [Qemu-devel] [PULL 49/93] sheepdog: fix 'qemu-img map'
` [Qemu-devel] [PULL 50/93] drive mirror:fix memory leak
` [Qemu-devel] [PULL 51/93] vmdk: Fix format specific information (create type) for streamOptimized
` [Qemu-devel] [PULL 52/93] qapi: Add "backing" to BlockStats
` [Qemu-devel] [PULL 53/93] block: Add bs->node_name to hold the name of a bs node of the bs graph
` [Qemu-devel] [PULL 54/93] block: Allow the user to define "node-name" option both on command line and QMP
` [Qemu-devel] [PULL 55/93] qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes
` [Qemu-devel] [PULL 56/93] qmp: Allow to change password on named block driver states
` [Qemu-devel] [PULL 57/93] block: Create authorizations mechanism for external snapshot and resize
` [Qemu-devel] [PULL 58/93] qmp: Allow block_resize to manipulate bs graph nodes
` [Qemu-devel] [PULL 59/93] qmp: Allow to take external snapshots on bs graphs node
` [Qemu-devel] [PULL 60/93] block/curl: Implement the libcurl timer callback interface
` [Qemu-devel] [PULL 61/93] block: resize backing file image during offline commit, if necessary
` [Qemu-devel] [PULL 62/93] block: resize backing image during active layer commit, if needed
` [Qemu-devel] [PULL 63/93] block: update block commit documentation regarding image truncation
` [Qemu-devel] [PULL 64/93] block: Fix bdrv_commit return value
` [Qemu-devel] [PULL 65/93] block: Move initialisation of BlockLimits to bdrv_refresh_limits()
` [Qemu-devel] [PULL 66/93] block: Inherit opt_transfer_length
` [Qemu-devel] [PULL 67/93] block: Update BlockLimits when they might have changed
` [Qemu-devel] [PULL 68/93] qemu_memalign: Allow small alignments
` [Qemu-devel] [PULL 69/93] block: Detect unaligned length in bdrv_qiov_is_aligned()
` [Qemu-devel] [PULL 70/93] block: Don't use guest sector size for qemu_blockalign()
` [Qemu-devel] [PULL 71/93] block: rename buffer_alignment to guest_block_size
[PATCH] ASoC: arizona: Check clocking during hw_params rather than startup
2014-01-24 17:25 UTC (2+ messages)
[PATCH v5] coverity: Store the modelling file in the source tree
2014-01-24 17:24 UTC (14+ messages)
[RFC 0/6] enabling runtime on BYT
2014-01-24 17:23 UTC (6+ messages)
` [RFC 1/6] drm/i915: cover ioctls with runtime_get/put
nftables: how to parse optional packet header fields?
2014-01-24 17:24 UTC
[U-Boot] [PATCH V2] ARM: tegra: amend pmc.h for Tegra114+
2014-01-24 17:23 UTC
[PATCH] Fix overflow when HZ is smaller than 60
2014-01-24 17:21 UTC
Preserving Sysfs file permissions on suspend/resume
2014-01-24 17:20 UTC
[PATCH V2 0/6] ARM CoreSight: Enhance ETM tracing control
2014-01-24 17:17 UTC (7+ messages)
` [PATCH V2 4/6] ARM: Make PID_IN_CONTEXTIDR incompatible with PID_NS
[PATCH v6] xen/grant-table: Avoid m2p_override during mapping
2014-01-24 17:20 UTC (4+ messages)
[U-Boot] [PATCH] pxe: implement fdtdir extlinux.conf tag
2014-01-24 17:20 UTC (3+ messages)
[PATCH] nfs: handle servers that support either ALLOW or DENY ACE types
2014-01-24 17:19 UTC (6+ messages)
` [PATCH] nfs: handle servers that support only ALLOW ACE type
[meta-fsl-arm][PATCH v3 00/11] Freescale 3.10.17-1.0.0-beta - part 1
2014-01-24 17:18 UTC (2+ messages)
[U-Boot] [PATCH V2 1/6] ARM: tegra: deduplicate MASK_BITS_xxx clock mux enum
2014-01-24 17:16 UTC (6+ messages)
` [U-Boot] [PATCH V2 2/6] ARM: tegra: rename MASK_BITS_29_28 to MASK_BITS_31_28
` [U-Boot] [PATCH V2 3/6] ARM: tegra: rename OUT_CLK_SOURCE_*
` [U-Boot] [PATCH V2 4/6] ARM: tegra: use MASK_BITS_* macros everywhere
` [U-Boot] [PATCH V2 5/6] ARM: tegra: MASK_BITS_ no longer needs specific values
` [U-Boot] [PATCH V2 6/6] ARM: tegra: implement MASK_BITS_31_29
[PATCH][v4] xen: Pass the location of the ACPI RSDP to DOM0
2014-01-24 17:15 UTC
[U-Boot] [PATCH 1/6] ARM: tegra: deduplicate MASK_BITS_xxx clock mux enum
2014-01-24 17:15 UTC (12+ messages)
` [U-Boot] [PATCH 2/6] ARM: tegra: rename MASK_BITS_29_28 to MASK_BITS_31_28
` [U-Boot] [PATCH 3/6] ARM: tegra: rename OUT_CLK_SOURCE_*
` [U-Boot] [PATCH 5/6] ARM: tegra: MASK_BITS_ no longer needs specific values
[meta-fsl-arm] QT5 on SabreLite
2014-01-24 17:13 UTC
[PATCH v4 00/17] x86/PMU: Xen PMU PV support
2014-01-24 17:13 UTC (8+ messages)
` [PATCH v4 07/17] x86/VPMU: Add public xenpmu.h
` [PATCH v4 09/17] x86/VPMU: Interface for setting PMU mode and flags
Renesas i2c patches, R8A7790 support and Lager i2c enablemenet
2014-01-24 17:12 UTC (7+ messages)
` [PATCH 3/4] i2c: rcar: do not print error if device nacks transfer
` [PATCH 4/4] i2c: rcar: use devm_clk_get to ensure clock is properly ref-counted
[PATCH] staging/usbip: Add missing speeds to userspace speed_strings array
2014-01-24 17:12 UTC (3+ messages)
creation of the puppet-ceph repository
2014-01-24 17:11 UTC (3+ messages)
[PATCH] create multiple banks for dom0 in 1:1 mapping if necessary
2014-01-24 17:11 UTC (5+ messages)
[PATCH 0/7] direct I/O fixes
2014-01-24 17:11 UTC (12+ messages)
` [PATCH 7/7] nfs: page cache invalidation for dio
Anyone done long term testing?
2014-01-24 17:10 UTC (2+ messages)
[PATCH] serial: omap-serial: Move info message to probe function
2014-01-24 17:09 UTC
[PATCH RFC 00/73] tree-wide: clean up some no longer required #include <linux/init.h>
2014-01-24 17:09 UTC (5+ messages)
` [PATCH 51/73] drivers/i2c: delete non-required instances of include <linux/init.h>
Globbing for ignored branches?
2014-01-24 17:09 UTC (4+ messages)
Delays on usleep calls
2014-01-24 17:08 UTC (8+ messages)
[PATCH v9 6/6] MCS Lock: Allow architecture specific asm files to be used for contended case
2014-01-24 17:07 UTC (8+ messages)
[PATCH v4 0/8] Update Kona drivers to use clocks
2014-01-24 17:07 UTC (6+ messages)
` [PATCH v4 5/8] mmc: sdhci-bcm-kona: Add basic use of clocks
[PATCH v5] ACPI: Fix acpi_evaluate_object() return value check
2014-01-24 17:19 UTC (4+ messages)
[PATCH] sg: fix integer overflow
2014-01-24 17:04 UTC (3+ messages)
Questions about bitrot and RAID 5/6
2014-01-24 17:03 UTC (10+ messages)
[PATCH] ts-calibrate-init: Fix QA warning
2014-01-24 18:27 UTC
[PATCH v2] nfs: don't attempt auth methods that require upcall unless we know that gssd is running
2014-01-24 17:02 UTC (2+ messages)
[PATCH 0/5] drivers: net: Adding support for APM X-Gene SoC Ethernet base driver
2014-01-24 17:01 UTC (5+ messages)
` [PATCH 2/5] arm64: dts: APM X-Gene SoC Ethernet device tree nodes
[PATCH 1/2] bt-firmware: Add back recipe
2014-01-24 18:26 UTC (2+ messages)
` [PATCH 2/2] packagegroup-arago-tisdk-connectivity*: Adding back some Bluetooth packages
[PATCH] i2c-i801: Standardize log messages
2014-01-24 17:01 UTC (3+ messages)
Fwd: NFS4: new accounts username = nobody, old accounts fine, reboot fine
2014-01-24 17:01 UTC (3+ messages)
` "
[Qemu-devel] [PATCH RFC 0/5] Xen: introduce Xen PV target
2014-01-24 17:00 UTC (5+ messages)
` [Qemu-devel] [PATCH RFC 5/5] xen: introduce xenpv-softmmu.mak
` "
[PATCH 0/1] rpcbind: fix crash at start
2014-01-24 17:01 UTC (2+ messages)
` [PATCH 1/1] rpcbind: fixes crash during start
[PATCH] drm/doc: Clarify the dumb object interfaces
2014-01-24 16:58 UTC (5+ messages)
[PATCH 00/12] libxl: fork: SIGCHLD flexibility
2014-01-24 16:57 UTC (13+ messages)
[PATCH 1/4] dual-camera-demo: Dual Camera Demo App
2014-01-24 18:21 UTC (4+ messages)
` [PATCH 2/4] ti-tisdk-makefile: Add dual camera demo to Makefile
` [PATCH 3/4] arago-source-ipk.conf: Generate sourceipk for the dual-camera-demo
` [PATCH 4/4] packagegroup-arago-tisdk-*: Add dual camera demo to AM437x SDK
[meta-fsl-arm][PATCH] Add gstreamer-imx GStreamer 1.0 plugins
2014-01-24 16:58 UTC
3.10.17-1.0.0_beta meta-fsl-bsp-release layer
2014-01-24 16:55 UTC (10+ messages)
[PATCH] mmc: omap_hsmmc: Restrict compilation to ARM
2014-01-24 16:54 UTC (9+ messages)
` [PATCH/RFC] dmaengine: omap-dma: split header file
[PATCH RFC v2 REPOST 0/8] Beaglebone-Black HDMI audio
2014-01-24 16:54 UTC (11+ messages)
` [PATCH RFC v2 REPOST 3/8] ASoC: davinci-evm: HDMI audio support for TDA998x trough McASP I2S bus
` [alsa-devel] "
Keyboard dead for a bunch of LG laptops
2014-01-24 16:52 UTC (2+ messages)
[PATCH/RFC 0/3] merge-recursive: Avoid diagnostic on empty work tree
2014-01-24 16:51 UTC (3+ messages)
` [PATCH/RFC 1/3] t3030-merge-recursive: Test known breakage with "
Why are reads not balanced across my RAID-1?
2014-01-24 16:50 UTC (4+ messages)
[PATCH 00/19] DRM developer's guide polish, part 1
2014-01-24 16:49 UTC (5+ messages)
` [PATCH 01/19] drm/doc: Clarify the dumb object interfaces
[PATCH 2/2] i2c-piix4: Use different message for AMD Auxiliary SMBus Controller
2014-01-24 16:48 UTC (2+ messages)
[meta-fsl-arm][PATCH] image_types_fsl.bbclass: Add U-Boot SPL support
2014-01-24 16:49 UTC
[PATCH 1/2] i2c-piix4: Add support for AMD ML and CZ SMBus changes
2014-01-24 16:47 UTC (2+ messages)
[Qemu-devel] [PATCH v2] cpu: implementing victim TLB for QEMU system emulated TLB
2014-01-24 16:46 UTC (4+ messages)
` [Qemu-devel] [PATCH v2] cpu: implementing victim TLB for QEMUsystem emulated TLBB
[Qemu-devel] RFC: ACPI, HPET._CRS, MacOSX vs. WinXP
2014-01-24 16:46 UTC (8+ messages)
` [Qemu-devel] [PATCH] ACPI: Add IRQ resource to HPET._CRS on Mac OS X
[PATCH 00/20] Make ACPI core running on ARM64
2014-01-24 16:44 UTC (8+ messages)
` [PATCH 04/20] ARM64 / ACPI: Introduce arm_core.c and its related head file
` [Linaro-acpi] "
[PATCH for-4.5 0/8] Interrupt management reworking
2014-01-24 16:43 UTC (9+ messages)
` [PATCH for-4.5 1/8] xen/arm: irq: move gic {, un}lock in gic_set_irq_properties
` [PATCH for-4.5 2/8] xen/arm: setup_dt_irq: don't enable the IRQ if the creation has failed
` [PATCH for-4.5 3/8] xen/arm: IRQ: Protect IRQ to be shared between domains and XEN
` [PATCH for-4.5 4/8] xen/arm: irq: Don't need to have a specific function to route IRQ to Xen
` [PATCH for-4.5 5/8] xen/arm: IRQ: rename release_irq in release_dt_irq
` [PATCH for-4.5 6/8] xen/arm: IRQ: Add lock contrainst for gic_irq_{startup, shutdown}
` [PATCH for-4.5 7/8] xen/irq: Handle multiple action per IRQ
` [PATCH for-4.5 8/8] xen/serial: remove serial_dt_irq
[PATCH 00/28] drm/i915: Lots of workaround changes (resurrected)
2014-01-24 16:43 UTC (3+ messages)
` [PATCH 26/28] drm/i915: WaDisableDopClockGating isn't applicable to IVB
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.