All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-18 16:05:02 to 2014-06-18 16:22:36 UTC [more...]

[Qemu-devel] [PULL v2 000/106] pc, pci, virtio, hotplug fixes, enhancements
 2014-06-18 16:22 UTC  (106+ 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
` [Qemu-devel] [PULL v2 067/106] qmp: improve error reporting for -object and object-add
` [Qemu-devel] [PULL v2 068/106] numa: introduce memory_region_allocate_system_memory
` [Qemu-devel] [PULL v2 069/106] memory: reorganize file-based allocation
` [Qemu-devel] [PULL v2 070/106] memory: move preallocation code out of exec.c
` [Qemu-devel] [PULL v2 071/106] memory: move RAM_PREALLOC_MASK to exec.c, rename
` [Qemu-devel] [PULL v2 072/106] configure: add Linux libnuma detection
` [Qemu-devel] [PULL v2 073/106] Introduce signed range
` [Qemu-devel] [PULL v2 074/106] qom: introduce object_property_get_enum and object_property_get_uint16List
` [Qemu-devel] [PULL v2 075/106] numa: add -numa node, memdev= option
` [Qemu-devel] [PULL v2 076/106] memory: move mem_path handling to memory_region_allocate_system_memory
` [Qemu-devel] [PULL v2 077/106] memory: add error propagation to file-based RAM allocation
` [Qemu-devel] [PULL v2 078/106] vl: redo -object parsing
` [Qemu-devel] [PULL v2 079/106] pc: pass MachineState to pc_memory_init
` [Qemu-devel] [PULL v2 080/106] backend:hostmem: replace hostmemory with host_memory
` [Qemu-devel] [PULL v2 081/106] hostmem: separate allocation from UserCreatable complete method
` [Qemu-devel] [PULL v2 082/106] hostmem: add file-based HostMemoryBackend
` [Qemu-devel] [PULL v2 083/106] hostmem: add merge and dump properties
` [Qemu-devel] [PULL v2 084/106] hostmem: allow preallocation of any memory region
` [Qemu-devel] [PULL v2 085/106] hostmem: add property to map memory with MAP_SHARED
` [Qemu-devel] [PULL v2 086/106] hostmem: add properties for NUMA memory policy
` [Qemu-devel] [PULL v2 087/106] qmp: add query-memdev
` [Qemu-devel] [PULL v2 088/106] hmp: add info memdev
` [Qemu-devel] [PULL v2 089/106] tests: fix memory leak in test of string input visitor
` [Qemu-devel] [PULL v2 090/106] qapi: make string input visitor parse int list
` [Qemu-devel] [PULL v2 091/106] qapi: make string output "
` [Qemu-devel] [PULL v2 092/106] qapi: fix build on glib < 2.28
` [Qemu-devel] [PULL v2 093/106] qdev: reorganize error reporting in bus_set_realized
` [Qemu-devel] [PULL v2 094/106] qdev: recursively unrealize devices when unrealizing bus
` [Qemu-devel] [PULL v2 095/106] qmp: clean out whitespace
` [Qemu-devel] [PULL v2 096/106] pc: acpi: do not hardcode preprocessor
` [Qemu-devel] [PULL v2 097/106] numa: handle mmaped memory allocation failure correctly
` [Qemu-devel] [PULL v2 098/106] qmp: add query-memory-devices command
` [Qemu-devel] [PULL v2 099/106] acpi: introduce TYPE_ACPI_DEVICE_IF interface
` [Qemu-devel] [PULL v2 100/106] acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices
` [Qemu-devel] [PULL v2 101/106] qmp: add query-acpi-ospm-status command
` [Qemu-devel] [PULL v2 102/106] qmp: add ACPI_DEVICE_OST event handling
` [Qemu-devel] [PULL v2 103/106] acpi: rephrase comment
` [Qemu-devel] [PULL v2 104/106] qapi: fix input visitor bugs
` [Qemu-devel] [PULL v2 105/106] tests: simplify code
` [Qemu-devel] [PULL v2 106/106] qapi/string-output-visitor: fix bugs

[PATCH V2 0/2] Sound support for Exynos4412 Odroid X2, U3 board
 2014-06-18 16:22 UTC  (8+ messages)
` [alsa-devel] "
` [PATCH V2 1/2] ASoC: samsung: Add machine driver for Odroid X2/U3
  ` [alsa-devel] "
` [PATCH V2 2/2] doc: dt bindings: Document Odroid X2/U3 audio subsystem bindings
  ` [alsa-devel] "

[Buildroot] [PATCH] lftp: bump to version 4.5.2
 2014-06-18 16:22 UTC 

[PATCH V2 0/2] Sound support for Exynos4412 Odroid X2, U3 board
 2014-06-18 16:22 UTC 

[PATCH] init/do_mounts.c: treat EROFS like EACCES
 2014-06-18 16:12 UTC 

[Buildroot] [PATCH 0/2] strace: fix ptrace {PEEK, POKE}USER arguments decoding on xtensa
 2014-06-18 16:22 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] strace: add serial number to existing patch file names
` [Buildroot] [PATCH 2/2] strace: fix ptrace {PEEK, POKE}USER arguments decoding on xtensa

[U-Boot] [Patch v6 1/5] Added 64-bit MMIO accessors for ARMv8
 2014-06-18 16:21 UTC  (4+ messages)
` [U-Boot] [Patch v6 3/5] ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC

[RFC PATCH 00/11] printk: safe printing in NMI context
 2014-06-18 16:21 UTC  (9+ messages)

[PATCH 1/3] drm/i915: Add ppgtt init/release trace points
 2014-06-18 16:16 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: Add ctx param to i915_gem_ring_dispatch trace point
` [PATCH 3/3] drm/i915: Trace point callbacks for validation

[PATCH] drm/i915: Remove ctx->last_ring
 2014-06-18 16:16 UTC 

[PATCH 1/8] drm/i915: Get rid of the synchronous flag in switch_mm
 2014-06-18 16:15 UTC  (4+ messages)
` [PATCH 2/8] drm/i915/bdw: If we are in reset, switch the GEN8 ppgtt synchronously
` [PATCH 3/8] drm/i915: Enable the PPGTT in the ring init
` [PATCH 4/8] drm/i915: Split PPGTT enabling from Aliasing PPGTT switching

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  (9+ messages)
        ` Dove DT and HDMI on v3.16-rc1 (was: Re: [PATCH RFC 0/5] Dove PMU support)

[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  (2+ messages)
` [Qemu-devel] [PULL 15/15] block/iscsi: bump libiscsi requirement to 1.9.0


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.