All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-28 14:37:20 to 2015-04-28 15:03:23 UTC [more...]

[Qemu-devel] [PULL 00/76] Block patches
 2015-04-28 15:00 UTC  (73+ messages)
` [Qemu-devel] [PULL 01/76] savevm: create snapshot failed when id_str already exists
` [Qemu-devel] [PULL 02/76] MAINTAINERS: Add myself as the maintainer of the Quorum driver
` [Qemu-devel] [PULL 03/76] bt-sdp: fix broken uuids power-of-2 calculation
` [Qemu-devel] [PULL 04/76] hw/arm/nseries: convert ffs(3) to ctz32()
` [Qemu-devel] [PULL 05/76] uninorth: "
` [Qemu-devel] [PULL 06/76] Convert (ffs(val) - 1) to ctz32(val)
` [Qemu-devel] [PULL 07/76] Convert ffs() != 0 callers to ctz32()
` [Qemu-devel] [PULL 08/76] sd: convert sd_normal_command() ffs(3) call "
` [Qemu-devel] [PULL 09/76] omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()
` [Qemu-devel] [PULL 10/76] os-win32: drop ffs(3) prototype
` [Qemu-devel] [PULL 11/76] checkpatch: complain about ffs(3) calls
` [Qemu-devel] [PULL 12/76] block: Switch to host monotonic clock for IO throttling
` [Qemu-devel] [PULL 13/76] aio-posix: move pollfds to thread-local storage
` [Qemu-devel] [PULL 14/76] AioContext: acquire/release AioContext during aio_poll
` [Qemu-devel] [PULL 15/76] iothread: release iothread around aio_poll
` [Qemu-devel] [PULL 16/76] block-backend: Expose bdrv_write_zeroes()
` [Qemu-devel] [PULL 17/76] qemu-img convert: Rewrite copying logic
` [Qemu-devel] [PULL 18/76] qemu-iotests: Some qemu-img convert tests
` [Qemu-devel] [PULL 19/76] blkdebug: Add bdrv_truncate()
` [Qemu-devel] [PULL 20/76] vhdx: Fix zero-fill iov length
` [Qemu-devel] [PULL 21/76] thread-pool: clean up thread_pool_completion_bh()
` [Qemu-devel] [PULL 22/76] scripts: add 'qemu coroutine' command to qemu-gdb.py
` [Qemu-devel] [PULL 23/76] block/null: Latency simulation by adding new option "latency-ns"
` [Qemu-devel] [PULL 24/76] block/null: Support reopen
` [Qemu-devel] [PULL 25/76] MAINTAINERS: Add Fam Zheng as Null block driver maintainer
` [Qemu-devel] [PULL 26/76] blockjob: Allow nested pause
` [Qemu-devel] [PULL 27/76] block: Pause block jobs in bdrv_drain_all
` [Qemu-devel] [PULL 28/76] qemu-iotests: Test that "stop" doesn't drain block jobs
` [Qemu-devel] [PULL 29/76] blockjob: Update function name in comments
` [Qemu-devel] [PULL 30/76] block: avoid unnecessary bottom halves
` [Qemu-devel] [PULL 31/76] virtio_blk: comment fix
` [Qemu-devel] [PULL 32/76] m25p80: add missing blk_attach_dev_nofail
` [Qemu-devel] [PULL 33/76] m25p80: fix s->blk usage before assignment
` [Qemu-devel] [PULL 34/76] block: document block-stream in qmp-commands.hx
` [Qemu-devel] [PULL 35/76] block: add bdrv_get_device_or_node_name()
` [Qemu-devel] [PULL 36/76] block: use bdrv_get_device_or_node_name() in error messages
` [Qemu-devel] [PULL 37/76] block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED
` [Qemu-devel] [PULL 38/76] Revert "hmp: fix crash in 'info block -n -v'"
` [Qemu-devel] [PULL 39/76] qmp: fill in the image field in BlockDeviceInfo
` [Qemu-devel] [PULL 40/76] block/iscsi: do not forget to logout from target
` [Qemu-devel] [PULL 41/76] block/iscsi: change all iscsilun properties from uint8_t to bool
` [Qemu-devel] [PULL 42/76] block/iscsi: rename iscsi_write_protected and let it return void
` [Qemu-devel] [PULL 43/76] block/iscsi: store DPOFUA bit from the modesense command
` [Qemu-devel] [PULL 44/76] block/iscsi: optimize WRITE10/16 if cache.writeback is not set
` [Qemu-devel] [PULL 45/76] block/iscsi: increase retry count
` [Qemu-devel] [PULL 46/76] block/iscsi: handle SCSI_STATUS_TASK_SET_FULL
` [Qemu-devel] [PULL 47/76] block/iscsi: bump year in copyright notice
` [Qemu-devel] [PULL 48/76] block/iscsi: use the allocationmap also if cache.direct=on
` [Qemu-devel] [PULL 49/76] docs: incremental backup documentation
` [Qemu-devel] [PULL 50/76] qapi: Add optional field "name" to block dirty bitmap
` [Qemu-devel] [PULL 51/76] qmp: Ensure consistent granularity type
` [Qemu-devel] [PULL 52/76] qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove
` [Qemu-devel] [PULL 53/76] block: Introduce bdrv_dirty_bitmap_granularity()
` [Qemu-devel] [PULL 54/76] hbitmap: cache array lengths
` [Qemu-devel] [PULL 55/76] hbitmap: add hbitmap_merge
` [Qemu-devel] [PULL 56/76] block: Add bitmap disabled status
` [Qemu-devel] [PULL 57/76] block: Add bitmap successors
` [Qemu-devel] [PULL 58/76] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
` [Qemu-devel] [PULL 59/76] qmp: add block-dirty-bitmap-clear
` [Qemu-devel] [PULL 60/76] qmp: Add dirty bitmap status field in query-block
` [Qemu-devel] [PULL 61/76] block: add BdrvDirtyBitmap documentation
` [Qemu-devel] [PULL 62/76] block: Ensure consistent bitmap function prototypes
` [Qemu-devel] [PULL 63/76] block: Resize bitmaps on bdrv_truncate
` [Qemu-devel] [PULL 64/76] hbitmap: truncate tests
` [Qemu-devel] [PULL 65/76] iotests: add invalid input incremental backup tests
` [Qemu-devel] [PULL 67/76] iotests: add simple incremental backup case
` [Qemu-devel] [PULL 68/76] iotests: add incremental backup failure recovery test
` [Qemu-devel] [PULL 69/76] iotests: add incremental backup granularity tests
` [Qemu-devel] [PULL 70/76] block/mirror: Always call block_job_sleep_ns()
` [Qemu-devel] [PULL 71/76] block/dmg: make it modular
` [Qemu-devel] [PULL 72/76] vmdk: Widen before shifting 32 bit header field
` [Qemu-devel] [PULL 73/76] block: replace bdrv_states iteration with bdrv_next()

[RFC PATCH 1/2] ALSA: hda - divide controller and codec dependency on i915 gfx power well
 2015-04-28 15:03 UTC  (4+ messages)
` [PATCH v2 1/3] "

[Bug 90207] [r600g, bisected] regression: NI/Turks crash on WebGL Water (most WebGL stuff)
 2015-04-28 15:02 UTC  (2+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2015-04-28 15:01 UTC 

[PATCH 0/9] mm: improve OOM mechanism v2
 2015-04-28 14:59 UTC  (5+ messages)
` [PATCH 9/9] mm: page_alloc: memory reserve access for OOM-killing allocations

[PATCH] net: e1000: add HAS_DMA dependency
 2015-04-28 14:59 UTC 

[Buildroot] [PATCH] boot/uboot: add hash for 2012.07
 2015-04-28 14:58 UTC  (6+ messages)

Build regressions/improvements in v4.1-rc1
 2015-04-28 14:41 UTC  (4+ messages)
` [PATCH] tile: properly use node_isset() on a nodemask_t

[PATCH 1/2] amdgpu: cleanup public interface
 2015-04-28 14:57 UTC  (4+ messages)

[PATCH-V2 2/2] ALSA:hda - reset display codec when power on
 2015-04-28 14:57 UTC  (2+ messages)

[PATCH 0/5] HW_LOCK Security Patches
 2015-04-28 14:56 UTC  (8+ messages)
` [PATCH 1/5] drm: Kernel Crash in drm_unlock
  ` [Intel-gfx] "

[PATCH 0/13] Parallel struct page initialisation v3
 2015-04-28 14:56 UTC  (7+ messages)
` [PATCH 07/13] mm: meminit: Initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set

[PATCH v6 00/10] LED / flash API integration
 2015-04-28 14:56 UTC  (4+ messages)
` [PATCH v6 10/10] leds: aat1290: add support for V4L2 Flash sub-device

[PATCH] drm/i915/gtt: Allocate va range only if vma is not bound
 2015-04-28 14:56 UTC 

[RFC PATCH 0/5] GHES NMI handler cleanup
 2015-04-28 14:55 UTC  (6+ messages)
` [RFC PATCH 5/5] GHES: Make NMI handler have a single reader

Help with Getting started to Contribute
 2015-04-28 14:55 UTC  (2+ messages)

Is it all right for Netfilter modules to use control buffers (skb->cb)?
 2015-04-28 14:54 UTC  (2+ messages)

[PATCH] ACPICA: remove duplicate u8 typedef
 2015-04-28 14:54 UTC 

[PATCH 0/2] regulator: Add regulator driver for the MC34708 PMIC
 2015-04-28 14:17 UTC  (3+ messages)
` [PATCH 1/2] Regulator: mc34708: Add DT binding documentation
` [PATCH 2/2] Regulator: add driver for Freescale MC34708

[PATCH] arm: dma-mapping: fix off-by-one check in arm_setup_iommu_dma_ops
 2015-04-28 14:52 UTC  (3+ messages)

lttng-relayd core
 2015-04-28 14:52 UTC 

[U-Boot] Pull request: u-boot-spi/master
 2015-04-28 14:51 UTC  (2+ messages)

[added to the 3.18 stable tree] Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE motherboard
 2015-04-28 14:50 UTC  (4+ messages)
` [added to the 3.18 stable tree] Bluetooth: Add support for Acer [0489:e078]
` [added to the 3.18 stable tree] Bluetooth: Add USB device 04ca:3010 as Atheros AR3012
` [added to the 3.18 stable tree] mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()

[U-Boot] Please pull u-boot-fdt
 2015-04-28 14:51 UTC  (2+ messages)

[U-Boot] [GIT PULL] u-boot-mips/master
 2015-04-28 14:51 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2015-04-28 14:50 UTC  (2+ messages)

[GIT PULL] kdbus for 4.1-rc1
 2015-04-28 14:48 UTC  (12+ messages)

[U-Boot] [PATCH 1/4] mx6cuboxi: Add HDMI output support
 2015-04-28 14:48 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] mx6cuboxi: Add USB host support
` [U-Boot] [PATCH 3/4] mx6cuboxi: Allow HDMI and USB keyboard to be stdout/stdin
` [U-Boot] [PATCH 4/4] logos: Add Solidrun's logo

[PATCH v6 00/19] xen/arm: Add support for non-PCI passthrough
 2015-04-28 14:32 UTC  (11+ messages)
` [PATCH v6 10/19] xen/iommu: arm: Wire iommu DOMCTL for ARM
` [PATCH v6 11/19] xen/xsm: Add helpers to check permission for device tree passthrough
` [PATCH v6 12/19] xen/passthrough: Extend XEN_DOMCTL_*assign_device to support DT device
` [PATCH v6 13/19] tools/libxl: Create a per-arch function to map IRQ to a domain
` [PATCH v6 14/19] tools/libxl: Check if fdt_{first, next}_subnode are present in libfdt
` [PATCH v6 15/19] tools/(lib)xl: Add partial device tree support for ARM
` [PATCH v6 16/19] tools/libxl: arm: Use an higher value for the GIC phandle
` [PATCH v6 17/19] libxl: Add support for Device Tree passthrough
` [PATCH v6 18/19] xl: Add new option dtdev
` [PATCH v6 19/19] docs/misc: arm: Add documentation about Device Tree passthrough

attempting mesh on ath10k
 2015-04-28 14:47 UTC  (6+ messages)

[PATCH 0/2] sdio: Prevent re-tuning conflicting with custom sleep
 2015-04-28 14:45 UTC  (3+ messages)
` [PATCH 1/2] mmc: core: Add functions for SDIO to hold re-tuning
` [PATCH 2/2] brcmfmac: Prevent re-tuning conflicting with 'wake-up'

[PATCH] drm/i915: Avoid GPU hang when coming out of P3 or P4
 2015-04-28 14:46 UTC  (8+ messages)
` [PATCH v2] drm/i915: Avoid GPU hang when coming out of S3 or S4

[RFC v2 0/4] fs: Add generic file system event notifications
 2015-04-28 14:46 UTC  (10+ messages)
` [RFC v2 1/4] "

i40e and RSS woes
 2015-04-28 14:46 UTC  (8+ messages)

[PATCH v4 0/8] Enable DC states for skl
 2015-04-28 14:45 UTC  (3+ messages)
` [PATCH v4 1/8] drm/i915/skl: Add support to load SKL CSR firmware

[meta-oe][PATCH] nodejs: fix qemuarm build without thumb and drop unused patch
 2015-04-28 14:43 UTC  (2+ messages)

[PATCH 2/2] Fix one warning (v2)
 2015-04-28 14:43 UTC  (2+ messages)

List available kernel modules
 2015-04-28 14:43 UTC 

Audio crackles with 4.1-rc1
 2015-04-28 14:43 UTC  (5+ messages)

[PATCH] Adjust sysrq_register_handler() to avoid an array subscript warning
 2015-04-28 14:41 UTC  (2+ messages)

[PATCH 0/2] Add GPIO controller driver for Netlogic XLP SoCs
 2015-04-28 14:40 UTC  (3+ messages)
  ` [PATCH 1/2] Documentation: Add Netlogic XLP GPIO devicetree bindings documentation
` [PATCH 2/2] gpio: xlp: GPIO controller for Netlogic XLP SoCs

[Qemu-devel] [PULL 00/22] Memory, TCG, NBD, build system changes for 2015-04-27
 2015-04-28 14:40 UTC  (23+ messages)
` [Qemu-devel] [PULL 01/22] translate-all: use glib for all page descriptor allocations
` [Qemu-devel] [PULL 02/22] exec: Atomic access to bounce buffer
` [Qemu-devel] [PULL 03/22] linux-user, bsd-user: Remove two calls to cpu_exec_init_all
` [Qemu-devel] [PULL 04/22] exec: Protect map_client_list with mutex
` [Qemu-devel] [PULL 05/22] exec: Notify cpu_register_map_client caller if the bounce buffer is available
` [Qemu-devel] [PULL 06/22] dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
` [Qemu-devel] [PULL 07/22] memory: add memory_region_ram_resize
` [Qemu-devel] [PULL 08/22] acpi-build: remove dependency from ram_addr.h
` [Qemu-devel] [PULL 09/22] sun4m: fix slavio sysctrl and led register sizes
` [Qemu-devel] [PULL 10/22] sb16: remove useless mixer_write_indexw
` [Qemu-devel] [PULL 11/22] gus: clean up MemoryRegionPortio
` [Qemu-devel] [PULL 12/22] ide: there is only one data port
` [Qemu-devel] [PULL 13/22] ioport: remove wrong comment
` [Qemu-devel] [PULL 14/22] ioport: loosen assertions on emulation of 16-bit ports
` [Qemu-devel] [PULL 15/22] ioport: reserve the whole range of an I/O port in the AddressSpace
` [Qemu-devel] [PULL 16/22] exec: Respect as_translate_internal length clamp
` [Qemu-devel] [PULL 17/22] configure: Add support for tcmalloc
` [Qemu-devel] [PULL 18/22] milkymist: do not modify libs-softmmu
` [Qemu-devel] [PULL 19/22] Makefile.target: prepend $libs_softmmu to $LIBS
` [Qemu-devel] [PULL 20/22] target-i386: disable LINT0 after reset
` [Qemu-devel] [PULL 21/22] translate-all: use bitmap helpers for PageDesc's bitmap
` [Qemu-devel] [PULL 22/22] nbd/trivial: fix type cast for ioctl

[PATCH 0/13] Parallel struct page initialisation v4
 2015-04-28 14:37 UTC  (25+ messages)
` [PATCH 01/13] memblock: Introduce a for_each_reserved_mem_region iterator
` [PATCH 02/13] mm: meminit: Move page initialization into a separate function
` [PATCH 03/13] mm: meminit: Only set page reserved in the memblock region
` [PATCH 04/13] mm: page_alloc: Pass PFN to __free_pages_bootmem
` [PATCH 05/13] mm: meminit: Make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid
` [PATCH 06/13] mm: meminit: Inline some helper functions
` [PATCH 07/13] mm: meminit: Initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set
` [PATCH 08/13] mm: meminit: Initialise remaining struct pages in parallel with kswapd
` [PATCH 09/13] mm: meminit: Minimise number of pfn->page lookups during initialisation
` [PATCH 10/13] x86: mm: Enable deferred struct page initialisation on x86-64
` [PATCH 11/13] mm: meminit: Free pages in large chunks where possible
` [PATCH 12/13] mm: meminit: Reduce number of times pageblocks are set during struct page init
` [PATCH 13/13] mm: meminit: Remove mminit_verify_page_links

[PATCH] tracing: make ftrace_print_array_seq compute buf_len
 2015-04-28 14:40 UTC  (4+ messages)

[Qemu-devel] [PATCH V7 08/16] virtio: introduce bus specific queue limit
 2015-04-28 14:40 UTC  (11+ messages)

[PATCH 04/12] trivial: ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/
 2015-04-28 14:40 UTC  (2+ messages)

[PATCH v3] drm/i915/chv: Implement WaDisableShadowRegForCpd
 2015-04-28 14:41 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] drmPrime*: initialize output args to 0
 2015-04-28 14:39 UTC 

[Bug 90194] Fix Valgrind error in drmPrimeHandleToFD
 2015-04-28 14:38 UTC  (2+ messages)

[PATCH 0/9] Porting the intel_pstate driver to Xen
 2015-04-28 14:38 UTC  (16+ messages)

[PATCH v2 00/10] KVM Guest Debug support for arm64
 2015-04-28 14:37 UTC  (10+ messages)
` [PATCH v2 06/10] KVM: arm64: guest debug, add SW break point support

[RFC] Image customisation with Toaster
 2015-04-28 14:37 UTC 

[Qemu-devel] [PATCH V15 0/5] Virtual Machine Generation ID
 2015-04-28 14:38 UTC  (4+ messages)
` [Qemu-devel] [PATCH V15 1/5] docs: vm generation id device's description


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.