All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-17 17:05:03 to 2014-06-17 17:42:31 UTC [more...]

[meta-oe][daisy][PATCH] live555: fix fetch problem
 2014-06-17 17:42 UTC  (8+ messages)
          ` [OE-core] "

[Qemu-devel] [PULL 000/103] pc, pci, virtio, hotplug fixes, enhancements for 2.1
 2014-06-17 17:42 UTC  (105+ messages)
` [Qemu-devel] [PULL 001/103] pc: create custom generic PC machine type
` [Qemu-devel] [PULL 002/103] pc: ACPI BIOS: use enum for defining memory affinity flags
` [Qemu-devel] [PULL 003/103] object_add: allow completion handler to get canonical path
` [Qemu-devel] [PULL 004/103] vl.c: daemonize before guest memory allocation
` [Qemu-devel] [PULL 005/103] add memdev backend infrastructure
` [Qemu-devel] [PULL 006/103] vl.c: extend -m option to support options for memory hotplug
` [Qemu-devel] [PULL 007/103] qdev: hotplug for buss-less devices
` [Qemu-devel] [PULL 008/103] qdev: expose DeviceState.hotplugged field as a property
` [Qemu-devel] [PULL 009/103] pc: implement pc-dimm device abstraction
` [Qemu-devel] [PULL 010/103] memory: add memory_region_is_mapped() API
` [Qemu-devel] [PULL 011/103] pc-dimm: do not allow to set already used memdev
` [Qemu-devel] [PULL 012/103] pc: initialize memory hotplug address space
` [Qemu-devel] [PULL 013/103] pc: exit QEMU if number of slots more than supported 256
` [Qemu-devel] [PULL 014/103] pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
` [Qemu-devel] [PULL 015/103] pc: exit QEMU if compat machine doesn't support memory hotlpug
` [Qemu-devel] [PULL 016/103] pc: add memory hotplug handler to PC_MACHINE
` [Qemu-devel] [PULL 017/103] pc-dimm: add busy address check and address auto-allocation
` [Qemu-devel] [PULL 018/103] pc-dimm: add busy slot check and slot auto-allocation
` [Qemu-devel] [PULL 019/103] acpi: rename cpu_hotplug_defs.h to pc-hotplug.h
` [Qemu-devel] [PULL 020/103] acpi: memory hotplug ACPI hardware implementation
` [Qemu-devel] [PULL 021/103] trace: add acpi memory hotplug IO region events
` [Qemu-devel] [PULL 022/103] trace: pc: add PC_DIMM slot & address allocation
` [Qemu-devel] [PULL 023/103] acpi:piix4: allow plug/unlug callbacks handle not only PCI devices
` [Qemu-devel] [PULL 024/103] acpi:piix4: add memory hotplug handling
` [Qemu-devel] [PULL 025/103] pc: ich9 lpc: make it work with global/compat properties
` [Qemu-devel] [PULL 026/103] acpi:ich9: add memory hotplug handling
` [Qemu-devel] [PULL 027/103] pc: migrate piix4 & ich9 MemHotplugState
` [Qemu-devel] [PULL 028/103] pc: add acpi-device link to PCMachineState
` [Qemu-devel] [PULL 029/103] pc: propagate memory hotplug event to ACPI device
` [Qemu-devel] [PULL 030/103] pc: ACPI BIOS: implement memory hotplug interface
` [Qemu-devel] [PULL 031/103] pc: add "hotplug-memory-region-size" property to PC_MACHINE
` [Qemu-devel] [PULL 032/103] pc: ACPI BIOS: reserve SRAT entry for hotplug mem hole
` [Qemu-devel] [PULL 033/103] pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machines
` [Qemu-devel] [PULL 034/103] acpi: update generated files
` [Qemu-devel] [PULL 035/103] acpi-test: update expected tables
` [Qemu-devel] [PULL 036/103] virtio: Drop superfluous conditionals around g_free()
` [Qemu-devel] [PULL 037/103] virtio: Drop superfluous conditionals around g_strdup()
` [Qemu-devel] [PULL 038/103] qtest: fix hex2nib for capital characters
` [Qemu-devel] [PULL 039/103] ich: get rid of spaces in type name
` [Qemu-devel] [PULL 040/103] pc: q35: acpi: report error to user on unsupported unplug request
` [Qemu-devel] [PULL 041/103] migration: export SELF_ANNOUNCE_ROUNDS
` [Qemu-devel] [PULL 042/103] migration: introduce self_announce_delay()
` [Qemu-devel] [PULL 043/103] virtio-net: announce self by guest
` [Qemu-devel] [PULL 044/103] Add kvm_eventfds_enabled function
  `  "
` [Qemu-devel] [PULL 045/103] Add chardev API qemu_chr_fe_read_all
` [Qemu-devel] [PULL 046/103] Add chardev API qemu_chr_fe_set_msgfds
` [Qemu-devel] [PULL 047/103] Add chardev API qemu_chr_fe_get_msgfds
` [Qemu-devel] [PULL 048/103] Add G_IO_HUP handler for socket chardev
` [Qemu-devel] [PULL 049/103] vhost: add vhost_get_features and vhost_ack_features
` [Qemu-devel] [PULL 050/103] vhost_net should call the poll callback only when it is set
` [Qemu-devel] [PULL 051/103] Refactor virtio-net to use generic get_vhost_net
` [Qemu-devel] [PULL 052/103] vhost_net_init will use VhostNetOptions to get all its arguments
` [Qemu-devel] [PULL 053/103] Add vhost_ops to vhost_dev struct and replace all relevant ioctls
` [Qemu-devel] [PULL 054/103] Add vhost-backend and VhostBackendType
` [Qemu-devel] [PULL 055/103] Add vhost-user as a vhost backend
` [Qemu-devel] [PULL 056/103] vhost-net: vhost-user feature bits support
` [Qemu-devel] [PULL 057/103] Add new vhost-user netdev backend
` [Qemu-devel] [PULL 058/103] Add the vhost-user netdev backend to the command line
` [Qemu-devel] [PULL 059/103] Add vhost-user protocol documentation
` [Qemu-devel] [PULL 060/103] libqemustub: add stubs to be able to use qemu-char.c
` [Qemu-devel] [PULL 061/103] Add qtest for vhost-user
` [Qemu-devel] [PULL 062/103] NUMA: move numa related code to new file numa.c
` [Qemu-devel] [PULL 063/103] NUMA: check if the total numa memory size is equal to ram_size
` [Qemu-devel] [PULL 064/103] NUMA: Add numa_info structure to contain numa nodes info
` [Qemu-devel] [PULL 065/103] NUMA: convert -numa option to use OptsVisitor
` [Qemu-devel] [PULL 066/103] NUMA: expand MAX_NODES from 64 to 128
` [Qemu-devel] [PULL 067/103] man: improve -numa doc
` [Qemu-devel] [PULL 068/103] qmp: improve error reporting for -object and object-add
` [Qemu-devel] [PULL 069/103] numa: introduce memory_region_allocate_system_memory
` [Qemu-devel] [PULL 070/103] memory: reorganize file-based allocation
` [Qemu-devel] [PULL 071/103] memory: move preallocation code out of exec.c
` [Qemu-devel] [PULL 072/103] memory: move RAM_PREALLOC_MASK to exec.c, rename
` [Qemu-devel] [PULL 073/103] configure: add Linux libnuma detection
` [Qemu-devel] [PULL 074/103] Introduce signed range
` [Qemu-devel] [PULL 075/103] qom: introduce object_property_get_enum and object_property_get_uint16List
` [Qemu-devel] [PULL 076/103] numa: add -numa node,memdev= option
` [Qemu-devel] [PULL 077/103] memory: move mem_path handling to memory_region_allocate_system_memory
` [Qemu-devel] [PULL 078/103] memory: add error propagation to file-based RAM allocation
` [Qemu-devel] [PULL 079/103] vl: redo -object parsing
` [Qemu-devel] [PULL 080/103] pc: pass MachineState to pc_memory_init
` [Qemu-devel] [PULL 081/103] backend:hostmem: replace hostmemory with host_memory
` [Qemu-devel] [PULL 082/103] hostmem: separate allocation from UserCreatable complete method
` [Qemu-devel] [PULL 083/103] hostmem: add file-based HostMemoryBackend
` [Qemu-devel] [PULL 084/103] hostmem: add merge and dump properties
` [Qemu-devel] [PULL 085/103] hostmem: allow preallocation of any memory region
` [Qemu-devel] [PULL 086/103] hostmem: add property to map memory with MAP_SHARED
` [Qemu-devel] [PULL 087/103] hostmem: add properties for NUMA memory policy
` [Qemu-devel] [PULL 088/103] qmp: add query-memdev
` [Qemu-devel] [PULL 089/103] hmp: add info memdev
` [Qemu-devel] [PULL 090/103] tests: fix memory leak in test of string input visitor
` [Qemu-devel] [PULL 091/103] qapi: make string input visitor parse int list
` [Qemu-devel] [PULL 092/103] qapi: make string output "
` [Qemu-devel] [PULL 093/103] qapi: fix build on glib < 2.28
` [Qemu-devel] [PULL 094/103] qdev: reorganize error reporting in bus_set_realized
` [Qemu-devel] [PULL 095/103] qdev: recursively unrealize devices when unrealizing bus
` [Qemu-devel] [PULL 096/103] qmp: clean out whitespace
` [Qemu-devel] [PULL 097/103] pc: acpi: do not hardcode preprocessor
` [Qemu-devel] [PULL 098/103] numa: handle mmaped memory allocation failure correctly
` [Qemu-devel] [PULL 099/103] qmp: add query-memory-devices command
` [Qemu-devel] [PULL 100/103] acpi: introduce TYPE_ACPI_DEVICE_IF interface
` [Qemu-devel] [PULL 101/103] acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices
` [Qemu-devel] [PULL 102/103] qmp: add query-acpi-ospm-status command
` [Qemu-devel] [PULL 103/103] qmp: add ACPI_DEVICE_OST event handling

[PATCH v5 0/14] Migration Stream v2
 2014-06-17 17:42 UTC  (4+ messages)
` [PATCH v5 RFC 01/14] docs: libxc migration stream specification

vfio detection
 2014-06-17 17:41 UTC  (5+ messages)

[PATCH 00/14] Add submodule test harness
 2014-06-17 17:41 UTC  (7+ messages)
` [PATCH 02/14] submodules: Add the lib-submodule-update.sh test library
` [PATCH 09/14] rebase: add t3426 for submodule updates

Unifying cape overlays into boot .dtb for BeagleBoard.org boards
 2014-06-17 17:41 UTC  (14+ messages)

[U-Boot] [Patch v2 0/7] Add support for TQMa6 modules
 2014-06-17 17:40 UTC  (3+ messages)

[Buildroot] [PATCH] argus: bump to vanilla version 3.0.6.1
 2014-06-17 17:39 UTC 

[PATCH 0/3] blk-mq: bitmap tag: Fix few races
 2014-06-17 17:39 UTC  (4+ messages)

[libvirt] [PATCH libvirt] xen: handle root= in xen-xm configuration files
 2014-06-17 17:38 UTC 

[Qemu-devel] [PATCH 0/5] qom: path resolution, property aliases and more
 2014-06-17 17:38 UTC  (11+ messages)
` [Qemu-devel] [PATCH 5/5] mc146818rtc: add "rtc" link to "/machine"

[PATCH 0/9] Serial ATA support for NVIDIA Tegra124
 2014-06-17 17:37 UTC  (9+ messages)
` [PATCH 8/9] ata: Add support for the Tegra124 SATA controller

[RFC PATCH 1/1] kernel/rcu/tree.c: simplify force_quiescent_state()
 2014-06-17 17:37 UTC  (7+ messages)

[Qemu-devel] [PATCH v4 0/4] test virtio-blk hotplug
 2014-06-17 17:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 2/4] qtest: introduce qmp_exec_hmp_cmd()

Bug: /proc/xen Doesn't Mount
 2014-06-17 17:36 UTC  (8+ messages)

[PATCH v9] refs.c: SSE2 optimizations for check_refname_component
 2014-06-17 17:35 UTC  (2+ messages)

[PATCH] ext4: Add support for SFITRIM, an ioctl for secure FITRIM
 2014-06-17 17:35 UTC  (13+ messages)

[meta-oe][PATCH 0/3] A couple of S!=B fixes
 2014-06-17 17:34 UTC  (4+ messages)
` [meta-oe][PATCH 1/3] lcdproc: fix do_install for S!=B
` [meta-oe][PATCH 2/3] pv: upgrade to 1.5.3
` [meta-oe][PATCH 3/3] pv: fix metadata fields

[dora] x264: Update SRCREV to match commit in upstream git repo
 2014-06-17 17:33 UTC  (5+ messages)

[PATCH RFC 0/4] PCI: pciehp: Fix Command Completion handling
 2014-06-17 17:33 UTC  (5+ messages)
` [PATCH RFC 3/4] PCI: pciehp: Compute timeout from hotplug command start time

[RESEND] shm: shm exit scalability fixes
 2014-06-17 17:27 UTC  (4+ messages)
` [PATCH 1/3] shm: Make exit_shm work proportional to task activity
` [PATCH 2/3] shm: Allow exit_shm in parallel if only marking orphans
` [PATCH 3/3] shm: Remove unneeded extern for function

[PATCH v2 0/9] thermal: exynos: various cleanups
 2014-06-17 17:27 UTC  (10+ messages)
` [PATCH v2 1/9] thermal: exynos: remove unused struct exynos_tmu_registers entries
` [PATCH v2 2/9] thermal: exynos: remove dead code for HW_MODE calibration
` [PATCH v2 3/9] thermal: exynos: remove dead code for TYPE_TWO_POINT_TRIMMING calibration
` [PATCH v2 4/9] thermal: exynos: remove redundant pdata checks from exynos_tmu_initialize()
` [PATCH v2 5/9] thermal: exynos: remove redundant threshold_code "
` [PATCH v2 6/9] thermal: exynos: simplify temp_to_code() and code_to_temp()
` [PATCH v2 7/9] thermal: exynos: cache non_hw_trigger_levels in pdata
` [PATCH v2 8/9] thermal: exynos: remove redundant pdata checks from exynos_tmu_control()
` [PATCH v2 9/9] thermal: exynos: remove identical values from exynos*_tmu_registers structures

[PATCH] firmware: Add device tree binding for coreboot
 2014-06-17 17:30 UTC  (6+ messages)

[RFC PATCH 0/4] Repurpose SEDF Scheduler for Real-time use
 2014-06-17 17:28 UTC  (6+ messages)
` [RFC PATCH 3/4] Updated comments/variables to reflect cbs, fixed formatting and confusing comments/variables

No more snapshot aware defrag ?
 2014-06-17 17:27 UTC 

[PATCH] Documentation: corrected sub-chapter number
 2014-06-17 17:27 UTC  (2+ messages)

[PATCH] tools/python: Remove some legacy scripts
 2014-06-17 17:26 UTC 

[PATCH v17 00/48] Use ref transactions
 2014-06-17 17:23 UTC  (6+ messages)
` [PATCH v17 16/48] refs.c: add an err argument to delete_ref_loose

[PATCH 0/2] phy: add hix5hd2-sata-phy driver
 2014-06-17 17:23 UTC  (7+ messages)
` [PATCH 1/2] Documentation: Document Hisilicon hix5hd2 sata PHY
` [PATCH 2/2] phy: add hix5hd2-sata-phy driver

[U-Boot] [PATCH] video: ipu_disp: squash clang warning
 2014-06-17 17:20 UTC  (3+ messages)
` [U-Boot] [[PATCH v2]] "

[PATCH v2 0/3] mtd: Add sysfs entries and account BBT blocks properly
 2014-06-17 17:17 UTC  (4+ messages)

[Qemu-trivial] [PATCH] target-ppc: Fix compiler warning
 2014-06-17 17:18 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] Microsoft Visual C patches
 2014-06-17 17:18 UTC  (3+ messages)

[Qemu-devel] [PULL 0/8] build system and libcacard changes for 2014-06-10
 2014-06-17 17:15 UTC  (4+ messages)
` [Qemu-devel] [PULL 2/8] vscclient: use glib thread primitives not qemu

[PATCH 0/2] touchscreen: sun4i-ts: fix reported temperature on A10
 2014-06-17 17:15 UTC  (6+ messages)
` [PATCH 1/2] touchscreen: sun4i-ts: A10 (sun4i) has double the temperature precision
      ` [lm-sensors] "

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

[PATCH] arm64: export __cpu_{clear,copy}_user_page functions
 2014-06-17 17:14 UTC  (2+ messages)

(unknown),
 2014-06-17 17:13 UTC  (2+ messages)
` [PATCH v10 1/1] refs.c: SSE2 optimizations for check_refname_component

[PATCH v4 00/11] ARM: Exynos: PMU cleanup and refactoring for using DT
 2014-06-17 17:12 UTC  (4+ messages)
` [PATCH v4 10/11] ARM: EXYNOS: Add platform driver support for Exynos PMU

[Xenomai] Xenomai on Atmel SAMA5D3 with a 3.14 kernel
 2014-06-17 17:11 UTC  (11+ messages)

[PATCH v5 00/11] add performance tracing facility
 2014-06-17 17:11 UTC  (3+ messages)
` [PATCH v5 10/11] trace: add trace_performance facility to debug performance issues

[PATCH] [RFC] ARM: perf: allow tracing with kernel tracepoints events
 2014-06-17 17:11 UTC  (3+ messages)
` [PATCH] "

[PATCH] arm64: remove define of ARCH_HAS_DMA_GET_REQUIRED_MASK
 2014-06-17 17:07 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] add input-send-event command
 2014-06-17 17:05 UTC  (2+ messages)


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.