All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-12-10 10:30:27 to 2014-12-10 10:56:18 UTC [more...]

[Qemu-devel] [PULL 00/73] Merging block-next for 2.3
 2014-12-10 10:34 UTC  (64+ messages)
` [Qemu-devel] [PULL 01/73] block: Add bdrv_next_node
` [Qemu-devel] [PULL 02/73] block: Add bdrv_get_node_name
` [Qemu-devel] [PULL 03/73] block: Include "node-name" if present in query-blockstats
` [Qemu-devel] [PULL 06/73] chardev: Add -qmp-pretty
` [Qemu-devel] [PULL 07/73] iotests: _filter_qmp for pretty JSON output
` [Qemu-devel] [PULL 09/73] blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync
` [Qemu-devel] [PULL 10/73] blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOT_DELETE
` [Qemu-devel] [PULL 11/73] blockdev: acquire AioContext in eject, change, and block_passwd
` [Qemu-devel] [PULL 13/73] block/qapi: Add cache information to query-block
` [Qemu-devel] [PULL 14/73] block/hmp: Factor out print_block_info()
` [Qemu-devel] [PULL 15/73] block/hmp: Allow info = NULL in print_block_info()
` [Qemu-devel] [PULL 16/73] block/hmp: Allow node-name in 'info block'
` [Qemu-devel] [PULL 17/73] monitor: Fix HMP tab completion
` [Qemu-devel] [PULL 19/73] iotests: Plain blkdebug filename generation
` [Qemu-devel] [PULL 20/73] ahci: avoid #ifdef DEBUG_AHCI bitrot
` [Qemu-devel] [PULL 21/73] ahci: replace SATA FIS type magic numbers with constants
` [Qemu-devel] [PULL 22/73] block: Lift more functions into BlockBackend
` [Qemu-devel] [PULL 23/73] block: Add AioContextNotifier functions to BB
` [Qemu-devel] [PULL 24/73] block: Add blk_add_close_notifier() for BB
` [Qemu-devel] [PULL 25/73] nbd: Change external interface to BlockBackend
` [Qemu-devel] [PULL 26/73] nbd: Use BlockBackend internally
` [Qemu-devel] [PULL 27/73] qemu-nbd: Use BlockBackend where reasonable
` [Qemu-devel] [PULL 28/73] tests: Use "command -v" instead of which(1) in shell scripts
` [Qemu-devel] [PULL 29/73] qemu-io: Allow explicitly specifying format
` [Qemu-devel] [PULL 30/73] qemu-iotests: Use qemu-io -f $IMGFMT
` [Qemu-devel] [PULL 31/73] qemu-iotests: Add qemu-io format option in Python tests
` [Qemu-devel] [PULL 32/73] qtests: Specify image format explicitly
` [Qemu-devel] [PULL 34/73] block: Read only one sector for format probing
` [Qemu-devel] [PULL 35/73] raw: Prohibit dangerous writes for probed images
` [Qemu-devel] [PULL 36/73] qemu-iotests: Fix stderr handling in common.qemu
` [Qemu-devel] [PULL 37/73] qemu-iotests: Test writing non-raw image headers to raw image
` [Qemu-devel] [PULL 38/73] blockdev: update outdated qmp_transaction() comments
` [Qemu-devel] [PULL 39/73] blockdev: drop unnecessary DriveBackupState field assignment
` [Qemu-devel] [PULL 40/73] blockdev: acquire AioContext in QMP 'transaction' actions
` [Qemu-devel] [PULL 41/73] blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOT
` [Qemu-devel] [PULL 42/73] qcow2: Fix header extension size check
` [Qemu-devel] [PULL 44/73] block: Don't probe for unknown backing file format
` [Qemu-devel] [PULL 45/73] block: do not use get_clock()
` [Qemu-devel] [PULL 46/73] qemu-iotests: 060: Filter the real disk size
` [Qemu-devel] [PULL 47/73] qemu-iotests: 082: "
` [Qemu-devel] [PULL 48/73] nvme: 64kB page size fixes
` [Qemu-devel] [PULL 49/73] ide: Check validity of logical block size
` [Qemu-devel] [PULL 50/73] iotests: Specify qcow2 format for qemu-io in 059
` [Qemu-devel] [PULL 51/73] block: Make essential BlockDriver objects public
` [Qemu-devel] [PULL 52/73] block: Omit bdrv_find_format for essential drivers
` [Qemu-devel] [PULL 53/73] block/vvfat: qcow driver may not be found
` [Qemu-devel] [PULL 54/73] block/nfs: Add create_opts
` [Qemu-devel] [PULL 55/73] block: Check create_opts before image creation
` [Qemu-devel] [PULL 56/73] qemu-img: "
` [Qemu-devel] [PULL 57/73] qemu-img: Check create_opts before image amendment
` [Qemu-devel] [PULL 58/73] iotests: Only kill NBD server if it runs
` [Qemu-devel] [PULL 60/73] qcow2: Prevent numerical overflow
` [Qemu-devel] [PULL 61/73] qcow2: Flushing the caches in qcow2_close may fail
` [Qemu-devel] [PULL 62/73] qcow2: Respect bdrv_truncate() error
` [Qemu-devel] [PULL 63/73] block/raw-posix: Fix ret in raw_open_common()
` [Qemu-devel] [PULL 65/73] block: remove BLOCK_OPT_NOCOW from vdi_create_opts
` [Qemu-devel] [PULL 66/73] block: remove BLOCK_OPT_NOCOW from vpc_create_opts
` [Qemu-devel] [PULL 67/73] block: Use g_new0() for a bit of extra type checking
` [Qemu-devel] [PULL 68/73] vmdk: Use g_random_int to generate CID
` [Qemu-devel] [PULL 69/73] vmdk: Fix comment to match code of extent lines
` [Qemu-devel] [PULL 70/73] vmdk: Clean up descriptor file reading
` [Qemu-devel] [PULL 71/73] vmdk: Check descriptor file length when reading it
` [Qemu-devel] [PULL 73/73] vmdk: Set errp on failures in vmdk_open_vmdk4

[PATCH v3 0/2] dma: pl330: improve status checking
 2014-12-10 10:55 UTC  (3+ messages)
` [PATCH v3 1/2] dma: pl330: improve pl330_tx_status() function
` [PATCH v3 2/2] dma: pl330: add DMA_PAUSE feature

[PATCH 00/15 v5] ALSA: Enhancement for existed FireWire drivers
 2014-12-10 10:55 UTC  (2+ messages)

[PATCH 00/10] Prep work patches for GPU scheduler
 2014-12-10 10:55 UTC  (9+ messages)
` [PATCH 03/10] drm/i915: Updating assorted register and status page definitions
` [PATCH 04/10] drm/i915: FIFO space query code refactor
` [PATCH 05/10] drm/i915: Disable 'get seqno' workaround for VLV
` [PATCH 06/10] drm/i915: Add extra add_request calls

One question about the hypercall to translate gfn to mfn
 2014-12-10 10:55 UTC  (5+ messages)

[Xenomai] /asm/ipipe.h not found
 2014-12-10 10:54 UTC  (3+ messages)

[PATCH v2 00/19] Virtual NUMA for PV and HVM
 2014-12-10 10:54 UTC  (6+ messages)
` [PATCH v2 13/19] hvmloader: construct SRAT

[PATCH] ASoC: intel: Remove superfluous backslash in Kconfig
 2014-12-10 10:53 UTC 

[PATCH] Added Spinlock to l3fwd-vf example to prevent race conditioning
 2014-12-10 10:53 UTC  (3+ messages)
`  "

[bug] df reports wrong Size and Avail on raid1, 3.18rc2
 2014-12-10 10:53 UTC  (5+ messages)
` [PATCH] Btrfs: get more accurate output in fd command

git fetch --quiet inconsistently reports to STDERR
 2014-12-10 10:46 UTC 

[nightly] Core TISDK 2014.12 build 2014-12-10_04-29-08
 2014-12-10 10:32 UTC 

[GIT PULL] ipmi driver updates
 2014-12-10 10:53 UTC  (2+ messages)

[PATCH] ARM: config: sama5: Remove DEBUG_LL
 2014-12-10 10:53 UTC 

[Buildroot] [PATCH] bwm-ng: add a hash file
 2014-12-10 10:52 UTC 

[RFC PATCH v6 0/9] The power allocator thermal governor
 2014-12-10 10:52 UTC  (5+ messages)
` [RFC PATCH v6 1/9] tracing: Add array printing helpers

[PATCH/RFC v9 00/19] LED / flash API integration
 2014-12-10 10:50 UTC  (6+ messages)
` [PATCH/RFC v9 06/19] DT: Add documentation for the mfd Maxim max77693

[PATCH 1/3] MIPS: BCM47XX: Fix coding style to match kernel standards
 2014-12-10 10:49 UTC  (3+ messages)
` [PATCH 2/3] MIPS: BCM47XX: Use helpers for reading NVRAM content
` [PATCH 3/3] MIPS: BCM47XX: Use strnchr to avoid reading out of the buffer

[PATCH v5 0/5] Patches to add support for Rockchip usb PHYs
 2014-12-10 10:46 UTC  (11+ messages)
` [PATCH v5 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY
  ` [PATCH v5 2/5] Documentation: bindings: add dt documentation for Rockchip usb PHY
` [PATCH v5 3/5] usb: dwc2: add generic PHY framework support for dwc2 usb controler platform driver
` [PATCH v5 4/5] ARM: dts: rockchip: add rk3288 usb PHY

[RFC/PATCH 0/7] arm: omap: move more HWMOD data to DT
 2014-12-10 10:50 UTC  (7+ messages)
` [RFC/PATCH 4/7] arm: omap: device: add support for generating sysconfig data from DT
` [RFC/PATCH 5/7] arm: omap: hwmod: allow for registration of class-less hwmods

[PATCH 0/4] Add basic support for Mediatek MT8173 SoC
 2014-12-10 10:50 UTC  (10+ messages)
` [PATCH 1/4] Document: DT: Add bindings for mediatek MT8173 Soc Platform
` [PATCH 2/4] irqchip: mediatek: Add support for mt8173
` [PATCH 3/4] arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile
` [PATCH 4/4] arm64: mediatek: Add MT8173 SoC Kconfig and defconfig

[PATCH 0/4] [daisy] kernel: consolidated pull
 2014-12-10 10:49 UTC  (5+ messages)
` [PATCH 1/4][daisy] linux-yocto/3.14: update to v3.14.2
` [PATCH 2/4][daisy] linux-yocto/3.14: update to v3.14.4
` [PATCH 3/4][daisy] linux-yocto-rt/3.14: update to 3.14-rt5
` [PATCH 4/4][daisy] beaglebone: enable the nowayout option for the watchdog

[PATCH] tools: hv: kvp_daemon: make IPv6-only-injection work
 2014-12-10  9:06 UTC  (4+ messages)

[BUG] uml panics with "Segfault with no mm" in v3.19-rc
 2014-12-10 10:49 UTC  (2+ messages)

[PATCH 0/4] Add support for PCI mapped devices and rmmod
 2014-12-10 10:49 UTC  (5+ messages)
` [PATCH 1/4] gpio/xilinx: remove offset property
` [PATCH 2/4] gpio/xilinx: Convert the driver to platform device interface

nfs-boot problem
 2014-12-10 10:48 UTC  (5+ messages)

Toaster weekly call
 2014-12-10 10:48 UTC 

[GIT PULL] Quota improvements and minor cleanups
 2014-12-10 10:47 UTC 

[PATCH] stmmac: platform: adjust messages and move to dev level
 2014-12-10 10:47 UTC  (3+ messages)

[PATCH v3] Fix two compile issues with i686 platform
 2014-12-10 10:46 UTC  (4+ messages)
  ` [PATCH 0/2 v4] "
      ` [PATCH 1/2 v4] Fix compile issue with hugepage_sz in 32-bit system
      ` [PATCH 2/2] Fix compile issue of eal with icc compile

Shorten efi regions output
 2014-12-10 10:46 UTC  (4+ messages)

[PATCH] domctl: fix IRQ permission granting/revocation
 2014-12-10 10:46 UTC  (3+ messages)

[Qemu-devel] [PATCH RESEND for 2.3 0/6] xbzrle: optimize the xbzrle
 2014-12-10 10:41 UTC  (11+ messages)
` [Qemu-devel] [PATCH RESEND for 2.3 4/6] xbzrle: check 8 bytes at a time after an concurrency scene
` [Qemu-devel] [PATCH RESEND for 2.3 5/6] migration: optimize xbzrle by reducing data copy

[PATCH for-4.5 0/6] libxl: events: Tear down fd interests when idle
 2014-12-10 10:45 UTC  (3+ messages)
` [PATCH for-4.5 v2 "

[PATCH v8 1/4] fat: add fat_fallocate operation
 2014-12-10 10:45 UTC  (4+ messages)

[RFC PATCH] Add esrt support
 2014-12-10 10:42 UTC  (3+ messages)

[RFC PATCH 0/8] Fix perf probe issues on powerpc
 2014-12-10 10:41 UTC  (5+ messages)
` [RFC PATCH 2/8] perf probe powerpc: Fix symbol fixup issues due to ELF type

[PATCH] Avoid possible memory cpoy when sort hugepages
 2014-12-10 10:41 UTC  (2+ messages)

[PATCH v4 0/5] Patches to add support for Rockchip usb PHYs
 2014-12-10 10:40 UTC  (6+ messages)
` [PATCH v4 1/5] phy: add a driver for the Rockchip SoC internal USB2.0 PHY

[RFC/PATCH] pkt-line: allow writing of LARGE_PACKET_MAX buffers
 2014-12-10 10:40 UTC  (12+ messages)
    ` [PATCH v3] "
              ` [PATCH 0/3] convert read_packed_refs to use strbuf
                ` [PATCH 1/3] read_packed_refs: use a strbuf for reading lines
                ` [PATCH 2/3] read_packed_refs: pass strbuf to parse_ref_line
                ` [PATCH 3/3] read_packed_refs: use skip_prefix instead of static array

UBI errors when "ls -l"
 2014-12-10 10:40 UTC  (2+ messages)

[lm-sensors] [PATCH v5 0/3] hwmon: ina2xx: new attributes
 2014-12-10 10:38 UTC  (8+ messages)
`  "
` [lm-sensors] [PATCH v5 1/3] hwmon: ina2xx: make shunt resistance configurable at run-time
  `  "
` [lm-sensors] [PATCH v5 2/3] hwmon: ina2xx: allow to change the averaging rate "
  `  "
` [lm-sensors] [PATCH v5 3/3] hwmon: ina2xx: documentation update for new sysfs attributes
  `  "

[PATCH 0/9] kernel: version updates
 2014-12-10 10:38 UTC  (10+ messages)
` [PATCH 1/9] linux-yocto/3.17: update to v3.17.1
` [PATCH 2/9] linux-libc-headers: update to 3.17
` [PATCH 3/9] linux-yocto/3.17: update to v3.17.2
` [PATCH 4/9] linux-yocto/3.10: update to v3.10.59
` [PATCH 5/9] linux-yocto/3.14: update to v3.14.24
` [PATCH 6/9] lttng-modules: fix mm_compaction_isolate_template build
` [PATCH 7/9] linux-yocto/3.17: update to v3.17.6
` [PATCH 8/9] linux-yocto/3.10: update to v3.10.62
` [PATCH 9/9] linux-yocto/3.14: update to 3.14.26, integrate ltsi and -rt updates

[PATCH] drm: Zero out DRM object memory upon cleanup
 2014-12-10 10:38 UTC 

[Qemu-devel] [PATCH Part1 0/5] Common unplug and unplug request cb for memory and CPU hot-unplug
 2014-12-10 10:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH Part1 1/5] acpi, pc: Add hotunplug request cb for pc machine

[PATCH v8 0/4] mfd: rt5033: Add Richtek RT5033 drivers
 2014-12-10 10:37 UTC  (4+ messages)
` [PATCH v8 1/4] mfd: rt5033: Add Richtek RT5033 driver core

[Qemu-devel] [PULL 0/9] tricore patches
 2014-12-10 11:36 UTC  (10+ messages)
` [Qemu-devel] [PULL 1/9] target-tricore: Add instructions of BOL opcode format
` [Qemu-devel] [PULL 2/9] target-tricore: Add instructions of BRC "
` [Qemu-devel] [PULL 3/9] target-tricore: Add instructions of BRN "
` [Qemu-devel] [PULL 4/9] target-tricore: Add instructions of BRR "
` [Qemu-devel] [PULL 5/9] target-tricore: Add instructions of RC "
` [Qemu-devel] [PULL 6/9] target-tricore: Make TRICORE_FEATURES implying others
` [Qemu-devel] [PULL 7/9] target-tricore: Add instructions of RCPW, RCRR and RCRW opcode format
` [Qemu-devel] [PULL 8/9] target-tricore: Add instructions of RLC "
` [Qemu-devel] [PULL 9/9] target-tricore: Add instructions of RCR "

[PATCH RFC] ovl: discard independent cursor in readdir()
 2014-12-10 10:36 UTC 

[PATCH] x86/hvm: Extend HVM cpuid leaf with vcpu id
 2014-12-10 10:36 UTC  (5+ messages)

[PATCH v4 0/5] Add gpio support to Broadcom Cygnus SoC
 2014-12-10 10:34 UTC  (4+ messages)
  ` [PATCH v4 2/5] gpio: Cygnus: add GPIO driver

[PATCH 0/7] kernel: consolidated pull for developer experience
 2014-12-10 10:34 UTC  (8+ messages)
` [PATCH 1/7] kernel: Rearrange for 1.8
` [PATCH 2/7] kernel: fix out of tree module builds
` [PATCH 3/7] kerneldev: create kernel-devsrc packaging
` [PATCH 4/7] images: introduce core-image-kernel-dev
` [PATCH 5/7] lttng/perf: depend on virtual/kernel:do_install
` [PATCH 6/7] kernel-yocto: fix non-git builds
` [PATCH 7/7] kernel-yocto: make sure git tags get dereferenced properly in do_patch()

A question about hugepage initialization time
 2014-12-10 10:32 UTC  (4+ messages)

[PATCH 0/4] Add PCIe support to Broadcom iProc
 2014-12-10 10:30 UTC  (4+ messages)
  ` [PATCH 1/4] pci: iProc: define Broadcom iProc PCIe binding


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.