All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-17 17:38:56 to 2014-06-17 18:53:53 UTC [more...]

[Qemu-devel] [PULL 000/103] pc, pci, virtio, hotplug fixes, enhancements for 2.1
 2014-06-17 18:53 UTC  (63+ messages)
` [Qemu-devel] [PULL 011/103] pc-dimm: do not allow to set already used memdev
` [Qemu-devel] [PULL 013/103] pc: exit QEMU if number of slots more than supported 256
` [Qemu-devel] [PULL 047/103] Add chardev API qemu_chr_fe_get_msgfds
` [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

[Qemu-devel] [PATCH v6 0/3] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
 2014-06-17 18:53 UTC  (12+ messages)
`  "
` [Qemu-devel] [PATCH v6 1/3] xen-hvm: Fix xen_hvm_init() to adjust pc memory layout
  `  "
` [Qemu-devel] [PATCH v6 2/3] pc & q35: Add new machine opt max-ram-below-4g
  `  "
` [Qemu-devel] [PATCH v6 3/3] xen-hvm: Pass is_default to xen_hvm_init
  `  "

BUG: soft lockup - CPU#0 stuck for 22s! [bcache_gc:....]
 2014-06-17 18:53 UTC  (3+ messages)

[PATCH/RFC] alias.c: Replace git_config with git_config_get_string
 2014-06-17 18:51 UTC  (3+ messages)

[PATCH] kvm-unit-tests/x86: fix unittests.cfg typo
 2014-06-17 18:49 UTC  (2+ messages)

Broken serial port
 2014-06-17 18:48 UTC 

[PATCH RFC] percpu: add data dependency barrier in percpu accessors and operations
 2014-06-17 18:47 UTC  (10+ messages)

[PATCH kvm-unit-tests] report: add report_xfail for expected failures
 2014-06-17 18:46 UTC  (2+ messages)

R: Re: Slow startup of systemd-journal on BTRFS
 2014-06-17 18:46 UTC  (10+ messages)
`  "
  ` [systemd-devel] "

[U-Boot] [PATCH 2/5] kbuild: sync mixed targets handling with Linux 3.16-rc1
 2014-06-17 18:45 UTC  (4+ messages)

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

[Qemu-devel] [PATCH v5 0/3] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
 2014-06-17 18:44 UTC  (13+ messages)
` [Qemu-devel] [PATCH v5 2/3] pc & q35: Add new machine opt max-ram-below-4g
              `  "

vfio detection
 2014-06-17 18:43 UTC  (7+ messages)

[PATCH v2 0/5] pinctrl: sunxi: Fix level triggered interrupt support
 2014-06-17 18:43 UTC  (5+ messages)
` [PATCH v2 4/5] pinctrl: sunxi: Properly handle level triggered gpio interrupts

[Bug 79988] New: Suspend to ram stoped to work
 2014-06-17 18:42 UTC  (2+ messages)
  ` [Bug 79988] [NVC1] Suspend to ram doesn't work since Linux 3.15

[PATCH] EAL: add format(printf) attrib. to appropriate fns
 2014-06-17 18:42 UTC 

[PATCH net-next 0/6] A step closer to RFC 6458 compliancy
 2014-06-17 18:42 UTC  (4+ messages)

[Bug 80013] New: Cannot turn off nvdia card
 2014-06-17 18:42 UTC  (2+ messages)
  ` [Bug 80013] [NVC1] Card not auto-suspending in 3.15

[PATCH] [WIP] i2c: add Marvell 64xxx driver
 2014-06-17 18:41 UTC  (2+ messages)

[PATCH] testpmd: Simplify logic in error branch
 2014-06-17 18:41 UTC 

[PATCH v2 0/4] Testing libvirt XML -> libxl_domain_config conversion
 2014-06-17 18:40 UTC  (6+ messages)
` [PATCH v2 4/4] libxl: Add a test suite for libxl option generator
  ` [libvirt] "

[Buildroot] [git commit] uclibc: prevent rebuilding after installation to staging
 2014-06-17 18:40 UTC 

[Qemu-devel] [PATCH] qcow2: Silence covscan for g_realloc() result
 2014-06-17 18:39 UTC  (2+ messages)

[PATCH v7 00/22] Support ext4 on NV-DIMMs
 2014-06-17 18:39 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/7] spapr: rework memory nodes
 2014-06-17 18:38 UTC  (11+ messages)

Linux 3.16-rc1: drm:intel_dp_start_link_train *ERROR* too many full retries, give up
 2014-06-17 18:38 UTC  (3+ messages)

[PATCH v3 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver
 2014-06-17 18:36 UTC  (2+ messages)

[PATCH] commands: gpio_direction_output: add missed VALUE parameter to help message
 2014-06-17 18:36 UTC  (2+ messages)

[PATCH] hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry
 2014-06-17 18:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] ARM: AM335x: Beaglebone: Fix memory setup for Beaglebone black
 2014-06-17 18:34 UTC  (6+ messages)

[PATCH v5 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY
 2014-06-17 18:33 UTC  (2+ messages)

[PATCH v4 1/2] phy: qcom: Add driver for QCOM IPQ806x SATA PHY
 2014-06-17 18:32 UTC  (2+ messages)

[PATCH] arm64: fix MAX_ORDER for 64K pagesize
 2014-06-17 18:32 UTC  (4+ messages)

CDS Conferencing Test
 2014-06-17 18:32 UTC  (2+ messages)
` [ceph-users] "

reiser4: discard implementation, pass 2: allocation issues
 2014-06-17 18:31 UTC  (4+ messages)

btrfs balance crash BUG ON fs/btrfs/relocation.c:1062 or RIP build_backref_tree+0x9fc/0xcc4
 2014-06-17 18:29 UTC  (2+ messages)

[PATCH v2] drm/i915: Bring GPU Freq to min while suspending
 2014-06-18  0:00 UTC 

[Buildroot] [PATCH] manual: (faq-boot-hang-after-starting) fix config entries
 2014-06-17 18:28 UTC 

3.15-rc5 deadlocked a 2nd time after I was copying photos from an sdcard + common code path that deadlocks all btrfs filesystems
 2014-06-17 18:27 UTC  (4+ messages)
  ` frustrations with handling of crash reports

[PATCH] drm/i915: Bring GPU Freq to min while suspending
 2014-06-17 23:58 UTC 

[PATCH] ns: introduce getnspid syscall
 2014-06-17 18:27 UTC  (4+ messages)

[PATCH v5 0/14] Migration Stream v2
 2014-06-17 18:26 UTC  (11+ messages)
` [PATCH v5 RFC 01/14] docs: libxc migration stream specification
` [PATCH v5 RFC 05/14] tools/libxc: noarch common code

[PATCH 1/2] android/pts: PTS test results for HDP
 2014-06-17 18:25 UTC  (2+ messages)

Xen Security Advisory 99 - unexpected pitfall in xenaccess API
 2014-06-17 18:23 UTC  (4+ messages)

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

[Qemu-devel] [PATCH v10 0/4] Quorum maintainance operations
 2014-06-17 18:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH v10 4/4] qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode

[3.16-rc1] BUG: fsync not finishing during rootfs mount (getty doesn't finish)
 2014-06-17 18:12 UTC 

[PATCH v2] USB:gadget: Fix a warning while loading g_mass_storage
 2014-06-17 18:20 UTC  (3+ messages)
` [PATCH] "

[PATCH] man2/syscalls.2: Add prlimit64
 2014-06-17 18:18 UTC  (2+ messages)

[PATCH v6 0/7] ARM: berlin: add AHCI support
 2014-06-17 18:17 UTC  (5+ messages)
` [PATCH v6 1/7] phy: add a driver for the Berlin SATA PHY

MIPS MSA sigcontext changes in 3.15
 2014-06-17 18:14 UTC  (5+ messages)

Transaction commit: none (default)
 2014-06-17 18:15 UTC  (6+ messages)

[Bug 75464] New: [nv4e] [vdpau] causes hangs
 2014-06-17 18:15 UTC  (2+ messages)
  ` [Bug 75464] "

[Bug 80145] New: [NV46] GPU lockup - switching to software fbcon
 2014-06-17 18:15 UTC  (2+ messages)
  ` [Bug 80145] "

[Xenomai] I2C RTDM driver
 2014-06-17 18:15 UTC 

[dm-crypt] Two Factor Authentication With LUKS
 2014-06-17 18:11 UTC  (2+ messages)

[PATCH] PCI: don't UNSET resource even reassign fails
 2014-06-17 18:10 UTC  (4+ messages)

Problems with commit 9ec36cafe4 (of/irq: do irq resolution in platform_get_irq) and mfd client devices
 2014-06-17 18:10 UTC 

[U-Boot] Use UART1 port on p1022 through U-Boot
 2014-06-17 18:10 UTC 

[PATCH v3 0/7] add mtu and flow control handlers
 2014-06-17 18:09 UTC  (8+ messages)
  ` [PATCH v3 1/7] ethdev: retrieve flow control configuration
  ` [PATCH v3 2/7] ethdev: add autoneg parameter in flow ctrl accessors
  ` [PATCH v3 3/7] ethdev: store min rx buffer size
  ` [PATCH v3 4/7] ethdev: introduce enable_scatter rx mode
  ` [PATCH v3 5/7] ethdev: add mtu accessors
  ` [PATCH v3 6/7] ixgbe: add set_mtu to ixgbevf
  ` [PATCH v3 7/7] app/testpmd: allow to configure mtu

pull request: bluetooth 2014-06-13
 2014-06-17 18:09 UTC  (2+ messages)

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

[PATCH] nfsiostat: Document the output columns in the manpage
 2014-06-17 18:07 UTC  (2+ messages)

[PATCH] mountd: add support for case-insensitive file names
 2014-06-17 18:06 UTC 

[PATCH]statd: create statdpath dir if specify the "--with-statdpath=xx" parameter in configure nfs-utils source code
 2014-06-17 18:06 UTC  (3+ messages)

[PATCH] drm/i915: Don't prefault the entire obj if the vma is smaller
 2014-06-17 18:03 UTC 

[GIT PULL] random bug fix
 2014-06-17 18:02 UTC 

No more snapshot aware defrag ?
 2014-06-17 17:58 UTC  (2+ messages)

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

[PATCH v2 0/8] xen: arm: Use super pages in p2m
 2014-06-17 17:58 UTC  (3+ messages)
` [PATCH v2 8/8] xen: arm: allocate more than one bank for 1:1 domain 0 if needed

[PATCH v2 0/3] add strnncmp() function
 2014-06-17 17:55 UTC  (6+ messages)
` [PATCH v2 1/3] "

[Buildroot] [PATCHv2] argus: bump to vanilla version 3.6.0.1
 2014-06-17 17:55 UTC 

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

[PATCH v2] iommu/intel: Exclude devices using RMRRs from IOMMU API domains
 2014-06-17 17:53 UTC  (12+ messages)
                  ` [Intel-gfx] "

[Bug 80141] New: Fails to page flip multiple, queue overflows waiting for one to finish that never does crashing entire system
 2014-06-17 17:53 UTC  (2+ messages)
` [Bug 80141] Fails to page flip multiple time, "

[Xen-users] ARM: Xen on Vexpress
 2014-06-17 17:50 UTC 

[U-Boot] [PATCH 1/6] usb: ehci: mx6: Add support for i.MX6SL
 2014-06-17 17:49 UTC  (3+ messages)

[RESEND] shm: shm exit scalability fixes
 2014-06-17 17:48 UTC  (2+ messages)

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

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

Unifying cape overlays into boot .dtb for BeagleBoard.org boards
 2014-06-17 17:41 UTC  (12+ 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)


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.