All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-12-10 10:05:49 to 2014-12-10 10:42:06 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 00/21] thermal: exynos: Thermal code rework to use device tree
 2014-12-10 12:09 UTC  (3+ messages)
` [PATCH v2 00/17] "

[Qemu-devel] [PATCH RESEND for 2.3 0/6] xbzrle: optimize the xbzrle
 2014-12-10 10:41 UTC  (13+ 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

[RFC PATCH 0/8] Fix perf probe issues on powerpc
 2014-12-10 10:41 UTC  (14+ messages)
` [RFC PATCH 1/8] kprobes: Fix kallsyms lookup across powerpc ABIv1 and ABIv2
` [RFC PATCH 2/8] perf probe powerpc: Fix symbol fixup issues due to ELF type
` [RFC PATCH 6/8] perf tools powerpc: Fix PPC64 ELF ABIv2 symbol decoding
` [RFC PATCH 7/8] perf probe powerpc: Use DWARF info only if necessary

[PATCH 00/10] Prep work patches for GPU scheduler
 2014-12-10 10:42 UTC  (7+ 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 0/4] Add support for PCI mapped devices and rmmod
 2014-12-10 10:41 UTC  (3+ messages)
` [PATCH 1/4] gpio/xilinx: remove offset property

[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 

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

[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  (6+ messages)

One question about the hypercall to translate gfn to mfn
 2014-12-10 10:36 UTC  (20+ 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

[PATCH] brcmsmac: don't leak kernel memory via printk()
 2014-12-10 10:30 UTC  (2+ messages)

UAS crash with Apricorn USB3 SATA bridge
 2014-12-10 10:29 UTC  (5+ messages)

[PATCH 0/6] livepatch v5: more clean up for the v5 of the patchset
 2014-12-10 10:30 UTC  (7+ messages)
` [PATCH 1/6] livepatch v5: avoid race when checking for state of the patch
` [PATCH 5/6] livepatch v5: split init and free code that is done only for loaded modules

[PATCH 0/5] Fix vgic initialization problems
 2014-12-10 10:27 UTC  (7+ messages)
` [PATCH 1/5] arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps()
` [PATCH 3/5] arm/arm64: KVM: Add (new) vgic_initialized macro

[PATCH net-next 0/3] net: fec: driver code clean and bug fix
 2014-12-10  9:54 UTC  (4+ messages)
` [PATCH net-next 1/3] net: fec: reset fep link status in suspend function
` [PATCH net-next 2/3] net: fec: clear all interrupt events to support i.MX6SX
` [PATCH net-next 3/3] net: fec: only enable mdio interrupt before phy device link up

[PATCH] doc: add license header to link bonding diagrams
 2014-12-10 10:27 UTC  (2+ messages)

[PATCH] ext4: move_extent explicitly invalidate page buffers
 2014-12-10 10:25 UTC  (4+ messages)

[PATCH 1/2] usb: chipidea: usbmisc: skip clocks on i.MX6
 2014-12-10 10:26 UTC  (3+ messages)

[U-Boot] ti, am3517: errata 430973 workaround
 2014-12-10 10:25 UTC  (3+ messages)

[patch 00/16] genirq: Hierarchical irq domains and generic MSI interrupt code
 2014-12-10 10:25 UTC  (14+ messages)
` [patch 08/16] genirq: Introduce callback irq_chip.irq_write_msi_msg

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

[PATCH resend] ovl: cleanup redundant blank lines
 2014-12-10 10:24 UTC 

[PATCH] drm/i915/bdw: Add WaForceEnableNonCoherent label
 2014-12-10 10:24 UTC  (2+ messages)

[PATCH] drm/i915: Quietly reject attempts to create non-pagealigned stolen objects
 2014-12-10 10:23 UTC  (2+ messages)

[PATCH v2] tools: hv: kvp_daemon: make IPv6-only-injection work
 2014-12-10 11:33 UTC 

[Buildroot] [PATCH 0/3] slang: fix static builds
 2014-12-10 10:22 UTC  (3+ messages)

[PATCH] staging: writeboost: Add dm-writeboost
 2014-12-10 10:21 UTC  (6+ messages)
    ` [dm-devel] "
      `  "

[U-Boot] [PATCH] memmove_wd: copy chunk down from big address if parameter to is larger than from
 2014-12-10 10:20 UTC 

[Qemu-devel] [PATCH] scsi-disk: provide maximum transfer length
 2014-12-10 10:20 UTC 

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

[PATCH i-g-t 1/9] tests/kms_psr_sink_crc: Make blt visible to human eyes
 2014-12-10 10:20 UTC  (5+ messages)
` [PATCH i-g-t 6/9] lib: s/IGT_DEBUG_INTERACTIVE/--interactive-debug=var
` [PATCH i-g-t 8/9] lib/igt_aux: Extend igt_debug_wait_for_keypres

[U-Boot] [PATCH 0/4] sf: SST changes, Byte program
 2014-12-10 10:18 UTC  (5+ messages)
` [U-Boot] [PATCH 3/4] spi: sf: Support byte program for sst spi flash

How to send patches
 2014-12-10 10:16 UTC  (2+ messages)

[PATCH 0/3] Multiple GGTT views
 2014-12-10 10:17 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH 1/2] drm/i915: Infrastructure for supporting different GGTT views per object

[PATCH 0/5] ARM: mvebu: Add Armada 385 AP support
 2014-12-10 10:17 UTC  (4+ messages)
` [PATCH 5/5] ARM: mvebu: Add Armada 385 Access Point Development Board support

esp_scsi: make number of tags configurable
 2014-12-10 10:16 UTC 

[PATCH] arm: imx: correct the hardware clock gate setting for shared nodes
 2014-12-10 10:16 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 00/10] vnc: add support for multiple vnc displays
 2014-12-10  9:37 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 02/10] vnc: remove unused DisplayState parameter, add id instead

[PATCH ] mlx4_core: Verify that port types are the same only if DPDP supported
 2014-12-10 10:13 UTC  (2+ messages)

[PATCH] ARM: shmobile: lager: Fix QSPI mode of SPI-Flash into mode3
 2014-12-10 10:11 UTC  (3+ messages)

[PATCH 5/5] drm/i915: Make i915_pipe_crc_read() oops proof
 2014-12-10 10:06 UTC  (2+ messages)

linux-next: build failure after merge of the net-next tree
 2014-12-10 10:14 UTC  (3+ messages)

[PATCH] ARM: shmobile: r8a7794: Add SYS-DMAC clocks to device tree
 2014-12-10 10:10 UTC  (3+ messages)

[PATCH ] mlx4_core: Enhance device capabilities flags debug printouts
 2014-12-10 10:10 UTC  (2+ messages)

[PATCH 0/5] tools/hotplug: systemd changes for 4.5
 2014-12-10 10:08 UTC  (10+ messages)
` [PATCH 5/5] tools/hotplug: support XENSTORED_TRACE in systemd

[PATCH] pip_stress: increase usleep for ARM devices
 2014-12-10 10:00 UTC  (2+ messages)

[RFC PATCHv2 0/7] devfreq: Add devfreq-event class to provide raw data for devfreq device
 2014-12-10 10:07 UTC  (3+ messages)

[GIT PULL] SiLabs improvements
 2014-12-10 10:06 UTC 

[Buildroot] [PATCH] dhcpcd; bump to version 6.6.5
 2014-12-10 10:06 UTC 

[PATCH 0/4] ARM: shmobile: koelsch: Add DA9063 watchdog restart support
 2014-12-10 10:06 UTC  (4+ messages)

[Buildroot] [PATCH] squid: bump to version 3.4.10
 2014-12-10 10:06 UTC 

[PATCH 1/2] ARM: at91/dt: sam9263: Fix typo: ac91_clk -> ac97_clk
 2014-12-10 10:05 UTC  (4+ messages)
` [PATCH 2/2] ARM: at91/dt: sam9263: Add missing clocks to ac97 node


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.