All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-18 15:56:19 to 2014-06-18 16:19:46 UTC [more...]

[Qemu-devel] [PULL v2 000/106] pc, pci, virtio, hotplug fixes, enhancements
 2014-06-18 16:19 UTC  (66+ messages)
` [Qemu-devel] [PULL v2 001/106] pc: create custom generic PC machine type
` [Qemu-devel] [PULL v2 002/106] pc: ACPI BIOS: use enum for defining memory affinity flags
` [Qemu-devel] [PULL v2 003/106] object_add: allow completion handler to get canonical path
` [Qemu-devel] [PULL v2 004/106] vl.c: daemonize before guest memory allocation
` [Qemu-devel] [PULL v2 005/106] add memdev backend infrastructure
` [Qemu-devel] [PULL v2 007/106] qdev: hotplug for bus-less devices
` [Qemu-devel] [PULL v2 008/106] qdev: expose DeviceState.hotplugged field as a property
` [Qemu-devel] [PULL v2 009/106] pc: implement pc-dimm device abstraction
` [Qemu-devel] [PULL v2 010/106] memory: add memory_region_is_mapped() API
` [Qemu-devel] [PULL v2 011/106] pc-dimm: do not allow setting an in-use memdev
` [Qemu-devel] [PULL v2 012/106] pc: initialize memory hotplug address space
` [Qemu-devel] [PULL v2 013/106] pc: exit QEMU if number of slots more than supported 256
` [Qemu-devel] [PULL v2 014/106] pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
` [Qemu-devel] [PULL v2 015/106] pc: exit QEMU if compat machine doesn't support memory hotlpug
` [Qemu-devel] [PULL v2 016/106] pc: add memory hotplug handler to PC_MACHINE
` [Qemu-devel] [PULL v2 017/106] pc-dimm: add busy address check and address auto-allocation
` [Qemu-devel] [PULL v2 018/106] pc-dimm: add busy slot check and slot auto-allocation
` [Qemu-devel] [PULL v2 020/106] acpi: memory hotplug ACPI hardware implementation
` [Qemu-devel] [PULL v2 021/106] trace: add acpi memory hotplug IO region events
` [Qemu-devel] [PULL v2 022/106] trace: pc: add PC_DIMM slot & address allocation
` [Qemu-devel] [PULL v2 023/106] acpi:piix4: allow plug/unlug callbacks handle not only PCI devices
` [Qemu-devel] [PULL v2 024/106] acpi:piix4: add memory hotplug handling
` [Qemu-devel] [PULL v2 025/106] pc: ich9 lpc: make it work with global/compat properties
` [Qemu-devel] [PULL v2 026/106] acpi:ich9: add memory hotplug handling
` [Qemu-devel] [PULL v2 027/106] pc: migrate piix4 & ich9 MemHotplugState
` [Qemu-devel] [PULL v2 028/106] pc: add acpi-device link to PCMachineState
` [Qemu-devel] [PULL v2 029/106] pc: propagate memory hotplug event to ACPI device
` [Qemu-devel] [PULL v2 030/106] pc: ACPI BIOS: implement memory hotplug interface
` [Qemu-devel] [PULL v2 031/106] pc: add "hotplug-memory-region-size" property to PC_MACHINE
` [Qemu-devel] [PULL v2 032/106] pc: ACPI BIOS: reserve SRAT entry for hotplug mem hole
` [Qemu-devel] [PULL v2 033/106] pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machines
` [Qemu-devel] [PULL v2 034/106] acpi: update generated files
` [Qemu-devel] [PULL v2 035/106] acpi-test: update expected tables
` [Qemu-devel] [PULL v2 036/106] virtio: Drop superfluous conditionals around g_free()
` [Qemu-devel] [PULL v2 037/106] virtio: Drop superfluous conditionals around g_strdup()
` [Qemu-devel] [PULL v2 038/106] ich: get rid of spaces in type name
` [Qemu-devel] [PULL v2 039/106] pc: q35: acpi: report error to user on unsupported unplug request
` [Qemu-devel] [PULL v2 040/106] migration: export SELF_ANNOUNCE_ROUNDS
` [Qemu-devel] [PULL v2 041/106] migration: introduce self_announce_delay()
` [Qemu-devel] [PULL v2 042/106] virtio-net: announce self by guest
` [Qemu-devel] [PULL v2 043/106] Add kvm_eventfds_enabled function
  `  "
` [Qemu-devel] [PULL v2 044/106] Add chardev API qemu_chr_fe_read_all
` [Qemu-devel] [PULL v2 045/106] Add chardev API qemu_chr_fe_set_msgfds
` [Qemu-devel] [PULL v2 046/106] Add chardev API qemu_chr_fe_get_msgfds
` [Qemu-devel] [PULL v2 047/106] Add G_IO_HUP handler for socket chardev
` [Qemu-devel] [PULL v2 048/106] vhost: add vhost_get_features and vhost_ack_features
` [Qemu-devel] [PULL v2 049/106] vhost_net should call the poll callback only when it is set
` [Qemu-devel] [PULL v2 050/106] Refactor virtio-net to use generic get_vhost_net
` [Qemu-devel] [PULL v2 051/106] vhost_net_init will use VhostNetOptions to get all its arguments
` [Qemu-devel] [PULL v2 052/106] Add vhost_ops to vhost_dev struct and replace all relevant ioctls
` [Qemu-devel] [PULL v2 053/106] Add vhost-backend and VhostBackendType
` [Qemu-devel] [PULL v2 054/106] Add vhost-user as a vhost backend
` [Qemu-devel] [PULL v2 055/106] vhost-net: vhost-user feature bits support
` [Qemu-devel] [PULL v2 056/106] Add new vhost-user netdev backend
` [Qemu-devel] [PULL v2 057/106] Add the vhost-user netdev backend to the command line
` [Qemu-devel] [PULL v2 058/106] Add vhost-user protocol documentation
` [Qemu-devel] [PULL v2 059/106] libqemustub: add stubs to be able to use qemu-char.c
` [Qemu-devel] [PULL v2 060/106] Add qtest for vhost-user
` [Qemu-devel] [PULL v2 061/106] NUMA: move numa related code to new file numa.c
` [Qemu-devel] [PULL v2 062/106] NUMA: check if the total numa memory size is equal to ram_size
` [Qemu-devel] [PULL v2 063/106] NUMA: Add numa_info structure to contain numa nodes info
` [Qemu-devel] [PULL v2 064/106] NUMA: convert -numa option to use OptsVisitor
` [Qemu-devel] [PULL v2 065/106] NUMA: expand MAX_NODES from 64 to 128
` [Qemu-devel] [PULL v2 066/106] man: improve -numa doc

Recipe to Copy JAR files, not extract it
 2014-06-18 16:19 UTC  (5+ messages)

[PATCHSET block/for-next] blk-mq: update freezing
 2014-06-18 16:19 UTC  (2+ messages)

[PATCH] drm/i915/bdw: Map unused PDPs to a scratch page
 2014-06-18 16:14 UTC 

[Buildroot] [PATCH 0/3] Bump packages before adding libgtk3
 2014-06-18 16:19 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] libglib2: bump to version 2.40.0
` [Buildroot] [PATCH 2/3] pango: bump to version 1.36.3
` [Buildroot] [PATCH 3/3] cairo: add freetype dependency for freetype support

[PATCH] btrfs-progs: add mount options to btrfs-mount.5
 2014-06-18 16:18 UTC  (6+ messages)
` [PATCH V2] "

vfio detection
 2014-06-18 16:18 UTC  (5+ messages)

[PATCH v4 0/6] Link Bonding Library
 2014-06-18 16:18 UTC  (9+ messages)
  ` [PATCH v5 "
  ` [PATCH v5 1/6] Link Bonding Library (lib/librte_pmd_bond)
  ` [PATCH v5 2/6] Support for unique interface naming of pmds
  ` [PATCH v5 3/6] EAL support for link bonding device initialization
  ` [PATCH v5 4/6] Link bonding Unit Tests
  ` [PATCH v5 5/6] testpmd link bonding additions
  ` [PATCH v5 6/6] Link Bonding Library doxygen additions

[PATCH v6 00/10] Intel MPX support
 2014-06-18 16:17 UTC  (8+ messages)
` [PATCH v6 03/10] x86, mpx: add macro cpu_has_mpx

[Qemu-devel] [PATCH v2 0/7] virtio-scsi: do not rely on iov boundaries
 2014-06-18 16:17 UTC  (3+ messages)

[PATCH 0/4] Add support for Exynos clock output configuration
 2014-06-18 16:17 UTC 

Future Electronics FWBADAPT-7WVGA-PCAP LCD and Yocto 1.6
 2014-06-18 16:16 UTC  (4+ messages)

[PATCH 11/16] drm/i915: Introduce accurate frontbuffer tracking
 2014-06-18 16:15 UTC  (11+ messages)
` [PATCH] "
` [PATCH] drm/i915: Properly track domain of the fbcon fb

[Bug 78439] New: Display corruption when DP connector is reattached
 2014-06-18 16:15 UTC  (2+ messages)
  ` [Bug 78439] [NVC1] "

[PATCH v2 0/2] arm: dts: add support for am437x sk
 2014-06-18 16:14 UTC  (5+ messages)
` [PATCH v2 2/2] arm: dts: add support for AM437x StarterKit

Display glitching (and possibly related lockup) in 3.16-rc1?
 2014-06-18 16:14 UTC 

[Qemu-devel] [RFC 0/3] image-fuzzer: Initial image generator and extended runner
 2014-06-18 16:14 UTC  (4+ messages)
` [Qemu-devel] [RFC 1/3] image-fuzzer: Added execution of multiple tests to the test runner
` [Qemu-devel] [RFC 2/3] image-fuzzer: Initial generator of qcow2 fuzzed images
` [Qemu-devel] [RFC 3/3] image-fuzzer: Added description for the qcow2 image generator

[PATCHv2] clk: socfpga: Add a second parent option for the dbg_base_clk
 2014-06-18 16:14 UTC  (3+ messages)

[PATCHv6 0/8] tools: rework VM Generation ID
 2014-06-18 16:12 UTC  (9+ messages)
` [PATCH 1/8] libxc: add xc_hvm_param_get/set() to get/set 64-bit values
` [PATCH 2/8] libxl: add libxl__random_bytes() which fills a buffer with random bytes
` [PATCH 3/8] hvmloader: add helper functions to get/set HVM params
` [PATCH 4/8] hvm: add HVM_PARAM_VM_GENERATION_ID_ADDR
` [PATCH 5/8] libxc, libxl, hvmloader: strip out outdated VM generation ID implementation
` [PATCH 6/8] libxl: allow a generation ID to be specified at domain creation
` [PATCH 7/8] xl: generate a new random VM generation ID if requested
` [PATCH 8/8] docs: update docs for the ~/platform/generation-id key

[Buildroot] [PATCH] genimage: bump to version 6
 2014-06-18 16:12 UTC 

MANY errors while building media docbooks
 2014-06-18 16:12 UTC  (3+ messages)
` [PATCH] Documentation: Fix DocBook build with relative $(srctree)

[PATCH v8] leds: USB: HID: Add support for MSI GT683R led panels
 2014-06-18 16:11 UTC  (4+ messages)
` [PATCH v9] "

[PATCH] add missing cpufeatures, vmexits and vmcs defines for broadwell/haswell
 2014-06-18 16:11 UTC  (3+ messages)

[PATCH RFC 0/5] Dove PMU support
 2014-06-18 16:09 UTC  (13+ messages)
        ` Dove DT and HDMI on v3.16-rc1 (was: Re: [PATCH RFC 0/5] Dove PMU support)
              ` Dove DT and HDMI on v3.16-rc1

[PATCH] net: fec: Don't clear IPV6 header checksum field when IP accelerator enable
 2014-06-18 16:09 UTC  (2+ messages)

Patch for signaling ToasterUI is up and ready
 2014-06-18 16:08 UTC  (3+ messages)

[PATCH] xen/arm: Panic when we receive an unexpected trap
 2014-06-18 16:08 UTC  (3+ messages)

[Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18
 2014-06-18 16:07 UTC  (7+ messages)

[PATCH] bitbake-user-manual-execution.xml: Typo, grammar fixes
 2014-06-18 16:03 UTC 

[PATCH 6/6] KVM: x86: check DR6/7 high-bits are clear only on long-mode
 2014-06-18 16:06 UTC  (6+ messages)
` [PATCH v2 0/9] KVM: x86: More emulator bugs
  ` [PATCH v2 9/9] KVM: vmx: vmx instructions handling does not consider cs.l

[RFC v2] doc: Add management support for controller configuration
 2014-06-18 16:06 UTC 

[RFC PATCH 00/13][V3] kexec: A new system call to allow in kernel loading
 2014-06-18 16:06 UTC  (5+ messages)
` [PATCH 13/13] kexec: Support kexec/kdump on EFI systems

[Qemu-devel] [PATCH v1] virtio-scsi: fix object check failure
 2014-06-18 16:05 UTC  (6+ messages)

[PATCH] NFS4.1: try to clean sessions after testing
 2014-06-18 16:05 UTC  (9+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH] block/iscsi: bump libiscsi requirement to 1.8.0
 2014-06-18 16:05 UTC  (2+ messages)

[Qemu-devel] [PULL 00/15] SCSI changes for 2014-06-18
 2014-06-18 16:04 UTC  (16+ messages)
` [Qemu-devel] [PULL 01/15] block/iscsi: handle BUSY condition
` [Qemu-devel] [PULL 02/15] block/iscsi: fix potential segfault on early callback
` [Qemu-devel] [PULL 03/15] block/iscsi: use 16 byte CDBs only when necessary
` [Qemu-devel] [PULL 04/15] scsi-disk.c: Fix compilation with -DDEBUG_SCSI
` [Qemu-devel] [PULL 05/15] scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745c
` [Qemu-devel] [PULL 06/15] scsi: Print command name in debug
` [Qemu-devel] [PULL 07/15] megasas: use PCI DMA API
` [Qemu-devel] [PULL 08/15] util: add return value to qemu_iovec_concat_iov
` [Qemu-devel] [PULL 09/15] virtio-scsi: start preparing for any_layout
` [Qemu-devel] [PULL 10/15] virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fields
` [Qemu-devel] [PULL 11/15] virtio-scsi: add extra argument and return type to qemu_sgl_concat
` [Qemu-devel] [PULL 12/15] virtio-scsi: prepare sense data handling for any_layout
` [Qemu-devel] [PULL 13/15] virtio-scsi: introduce virtio_scsi_complete_cmd_req
` [Qemu-devel] [PULL 14/15] virtio-scsi: add support for the any_layout feature
` [Qemu-devel] [PULL 15/15] block/iscsi: bump libiscsi requirement to 1.9.0

commit 762380a "block: add notion of a chunk size for request merging" stops io on btrfs
 2014-06-18 16:02 UTC  (4+ messages)

Understanding raid array status: Active vs Clean
 2014-06-18 16:04 UTC  (9+ messages)

[PATCH] tools/libxc: rename pfn_to_mfn to xc_pfn_to_mfn
 2014-06-18 16:04 UTC  (2+ messages)

[PATCH 1/2] perf: ignore LBR and offcore_rsp
 2014-06-18 16:04 UTC  (2+ messages)

[PATCH] NVMe: Fail SCSI->NVMe translation for UNMAP when anchor is set
 2014-06-18 16:04 UTC  (7+ messages)

[PATCH v3 0/3] Qualcomm Resource Power Manager driver
 2014-06-18 16:03 UTC  (6+ messages)

[PATCH v5 0/6] vgic emulation and GICD_ITARGETSR
 2014-06-18 16:03 UTC  (2+ messages)

Deadlock in intel_enable_pipe_a()
 2014-06-18 16:03 UTC  (6+ messages)
` [PATCH] drm/i915: Avoid double mutex lock applying pipe A quirk during sanitize_crtc()
      ` Partial success - Fixing resume from s2ram on S6010
              ` i830GM on IBM R31 works with alm_fixes5 repository

[PATCH 0/3] XLR/XLS network driver update and fixes
 2014-06-18 16:03 UTC  (2+ messages)

[PATCH] nfsd: fix return of nfs4_acl_write_who
 2014-06-18 16:03 UTC  (3+ messages)

[PATCH] tools/pygrub: Fix extlinux when /boot is a separate partition from /
 2014-06-18 16:03 UTC  (2+ messages)

[PATCH v7 0/9] libxl: JSON infrastructure, fixes and prerequisite patches for new API
 2014-06-18 16:02 UTC  (2+ messages)

[PATCH 00/11] qspinlock with paravirt support
 2014-06-18 16:02 UTC  (9+ messages)
` [PATCH 04/11] qspinlock: Extract out the exchange of tail code word
` [PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS

[PATCH 00/16] PSR rework and accurate frontbuffer tracking
 2014-06-18 16:02 UTC  (7+ messages)
` [PATCH 16/16] drm/i915: Improve PSR debugfs output
  ` [PATCH] drm/i915: Print obj->frontbuffer_bits in "

cannot attach backing device, wipefs does not fix it
 2014-06-18 16:01 UTC  (2+ messages)

[PATCH] tools/python: Remove some legacy scripts
 2014-06-18 16:02 UTC  (2+ messages)

[PATCH] xen/arm: Drop cpuinfo_x86 structure definition
 2014-06-18 16:01 UTC  (3+ messages)

[patch added to the 3.12 stable tree] MIPS: asm: thread_info: Add _TIF_SECCOMP flag
 2014-06-18 16:01 UTC 

[PATCH] bitbake-user-manual-execution.xml: Update parallelization note
 2014-06-18 15:57 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute
 2014-06-18 16:01 UTC  (3+ messages)

curious about setting of PROVIDES in bitbake.conf
 2014-06-18 15:50 UTC  (2+ messages)

[PATCH 0/4] Support controlling the maximum sub C-State
 2014-06-18 16:00 UTC  (3+ messages)
` [PATCH 3/4] tools/libxc: Alow getting and setting the max "

[Buildroot] [PATCH 0/5 v5] legal-info: extract packages to get license files (branch yem/legal)
 2014-06-18 16:00 UTC  (3+ messages)

net/hsr: not working : High-availability Seamless Redundancy (HSRv0)
 2014-06-18 16:00 UTC  (2+ messages)

[PATCH v9 0/9] Implement vcpu soft affinity for credit1 (toolstack side)
 2014-06-18 16:00 UTC  (3+ messages)
` [PATCH v9 8/9] libxl/xl: enable for specifying soft-affinity in the config file

relative objtree change broke tar builds?
 2014-06-18 15:58 UTC  (6+ messages)

[LTP] [PATCH 1/3] syscalls: fix returning TCONF without device
 2014-06-18 15:58 UTC  (4+ messages)

[Qemu-devel] [v5 PATCH] target-mips: implement UserLocal Register
 2014-06-18 15:57 UTC  (2+ messages)

[PATCH 0/3] Initial implementation for MCAP data channel
 2014-06-18 15:58 UTC  (4+ messages)
` [PATCH 1/3] android/health: Check if device and channel already exists or not
` [PATCH 2/3] android/health: Cache remote mdep id on channel connect request
` [PATCH 3/3] android/health: Create and connect MDL

[meta-opie] Avoid opie-image-16mb resulting in a 21 MB JFFS2 image
 2014-06-18 15:57 UTC  (2+ messages)

[Qemu-devel] [PATCH] vhost: fix resource leak in error handling
 2014-06-18 15:57 UTC 

[PATCH 0/3] use managed resources for gpio-regulator probe
 2014-06-18 15:56 UTC  (4+ messages)
` [PATCH 1/3] drivers/gpio: devres.c: allow gpio array requests for managed devices


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.