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

[GIT PULL] perf fixes
 2014-06-18 16:39 UTC 

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

[PATCH] libxl: disable usbredirection if spice is disabled
 2014-06-18 16:36 UTC  (4+ messages)

[PATCHv2] NVMe: Async event request
 2014-06-18 16:36 UTC 

[PATCH 00/11] qspinlock with paravirt support
 2014-06-18 16:36 UTC  (3+ messages)
` [PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable

[RFC 0/4] Command parser batch buffer copy
 2014-06-18 16:36 UTC  (5+ messages)
` [RFC 1/4] drm/i915: Implement a framework for batch buffer pools
` [RFC 2/4] drm/i915: Use batch pools with the command parser
` [RFC 3/4] drm/i915: Add a batch pool debugfs file
` [RFC 4/4] drm/i915: Dispatch the shadow batch buffer

[PATCH 0/10] Batch of cleanup patches for cros_ec
 2014-06-18 16:35 UTC  (10+ messages)
` [PATCH 01/10] mfd: cros_ec: Fix the comment on cros_ec_remove()
` [PATCH 02/10] mfd: cros_ec: IRQs for cros_ec should be optional
` [PATCH 03/10] mfd: cros_ec: Allow static din/dout buffers with cros_ec_register()

[PATCH] drm/i915: Remove ctx->last_ring
 2014-06-18 16:34 UTC  (2+ messages)

IIO drivers left in drivers/staging/
 2014-06-18 16:33 UTC  (6+ messages)

[Qemu-devel] [PULL v2 000/106] pc, pci, virtio, hotplug fixes, enhancements
 2014-06-18 16:22 UTC  (107+ 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 019/106] acpi: rename cpu_hotplug_defs.h to pc-hotplug.h
` [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 v9 0/9] Implement vcpu soft affinity for credit1 (toolstack side)
 2014-06-18 16:32 UTC  (7+ messages)
` [PATCH v9 5/9] libxl/xl: push VCPU affinity pinning down to libxl
` [PATCH v9 6/9] libxl/xl: deprecate the build_info->cpumap field

[PATCH net,stable] net: huawei_cdc_ncm: increase command buffer size
 2014-06-18 16:32 UTC  (3+ messages)

[PATCH] btrfs-progs: canonicalize pathnames for device commands
 2014-06-18 16:32 UTC  (2+ messages)

[PATCH 0/3] Correct monitor-mwait emulation as nop
 2014-06-18 16:32 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86: Emulator support for #UD on CPL>0
` [PATCH 3/3] KVM: x86: correct mwait and monitor emulation

[Bug 79980] New: Random radeonsi crashes
 2014-06-18 16:32 UTC  (2+ messages)
` [Bug 79980] "

[GIT PULL] Block fixes for 3.16-rc1
 2014-06-18 16:31 UTC 

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

[PATCH ARM v4 00/12] mini-os: initial ARM support
 2014-06-18 16:31 UTC  (9+ messages)
` [PATCH ARM v4 01/12] mini-os: build fixes
` [PATCH ARM v4 03/12] mini-os: fixed format string error in unbind_evtchn
` [PATCH ARM v4 04/12] mini-os: use unbind_evtchn in unbind_all_ports
` [PATCH ARM v4 05/12] mini-os: made off_t type signed

[Buildroot] [PATCH] pax-utils: needs largefile support
 2014-06-18 16:30 UTC 

[PATCH 1/8] drm/i915: Get rid of the synchronous flag in switch_mm
 2014-06-18 16:27 UTC  (5+ 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

Contact me for more details
 2014-06-18 16:21 UTC  (2+ messages)

[RFC Patch V2 03/16] ACPI, x86/PCI: Move resource_to_addr() to acpi generic
 2014-06-18 16:30 UTC  (2+ messages)
` [RFC Patch V2] x86/PCI/ACPI: kill private function resource_to_addr()

Bug: USB Bridge Will Not PassThru
 2014-06-18 16:26 UTC  (7+ messages)

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

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

Regression: firmware: Simplify directory creation + b43 = fails to build
 2014-06-18 16:25 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 0/4] test virtio-blk hotplug
 2014-06-18 16:24 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 1/4] qtest: introduce qmp_exec_hmp_cmd()
` [Qemu-devel] [PATCH v5 2/4] qtest: use qmp_exec_hmp_cmd() in blockdev-test
` [Qemu-devel] [PATCH v5 3/4] virtio-blk-test.c: change pci_nop() to virtblk_init()
` [Qemu-devel] [PATCH v5 4/4] virtio-blk-test.c: add hotplug subtest

[PATCH 0/1] ACPI / PCI: Fix "Operation not permitted" error reading sysfs acpi_index and label files
 2014-06-18 16:22 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH V2 0/2] Sound support for Exynos4412 Odroid X2, U3 board
 2014-06-18 16:22 UTC  (11+ 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

[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

[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  (3+ messages)
` [PATCH v5 "

[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  (3+ 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  (2+ messages)
` [Qemu-devel] [RFC 3/3] image-fuzzer: Added description for the qcow2 image generator


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.