All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-27 17:49:47 to 2015-02-27 18:27:09 UTC [more...]

[PATCH] mm: set khugepaged_max_ptes_none by 1/8 of HPAGE_PMD_NR
 2015-02-27 18:26 UTC 

[Qemu-devel] [PATCH v7 5/5] BlockConf: Call backend functions to detect geometry and blocksizes
 2015-02-27 18:26 UTC  (3+ messages)
` [Qemu-devel] [PATCH 0/1]
  ` [Qemu-devel] [PATCH 1/1] scsi-hd: fix property unset case

[PATCH] mlx4: avoid init errors when kernel modules are not loaded
 2015-02-27 18:27 UTC 

Problem with traffic scheduling using DRR with HTB or with TBF
 2015-02-27 18:26 UTC  (4+ messages)

s3-tests development
 2015-02-27 18:26 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] hmp: info spice: Show string channel name
 2015-02-27 18:26 UTC  (2+ messages)

[RFC PATCH] ARM64: cmpxchg.h: Clear the exclusive access bit on fail
 2015-02-27 18:25 UTC  (4+ messages)

[PATCH 1/1] futex.2: fork fails with -1
 2015-02-27 18:25 UTC 

How to handle TIF_MEMDIE stalls?
 2015-02-27 18:24 UTC  (13+ messages)

[Qemu-devel] [PATCH 0/6 v4] tilegx: Can load elf64 tilegx binary successfully for linux-user
 2015-02-27 18:24 UTC  (3+ messages)
` [Qemu-devel] [PATCH 6/6 v4] linux-user/syscall.c: Switch all macros which are not defined in tilegx

[PATCH 0/2] Improve code, codestyle in usb_ops_linux.c
 2015-02-27 18:24 UTC  (3+ messages)
` [PATCH 1/2] staging: rtl8188eu: Compress two statements into one
  ` [Outreachy kernel] "

[PATCH] HID: sony: Fix uninitialized spinlocks
 2015-02-27 18:23 UTC  (3+ messages)

[BISECTED REGRESSION v3.18->v3.19-rc1] drm/i915: failure to poweroff after hibernation
 2015-02-27 18:23 UTC  (10+ messages)
` [PATCH] drm/i915: fix failure to power off after hibernate
              ` [Intel-gfx] "

[PATCH] Staging: wlan-ng: Removed Use of volatile is usually wrong
 2015-02-27 18:23 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH] Staging: rtl8188eu: Refactor loop to increase compactness
 2015-02-27 18:23 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH v2] net: 8390: pcnet_cs: Use setup_timer and mod_timer
 2015-02-27 18:23 UTC 

[PATCH 00/51] Remove the outstanding_lazy_request
 2015-02-27 18:22 UTC  (6+ messages)
` [PATCH 04/51] drm/i915: Merged the many do_execbuf() parameters into a structure

[Qemu-devel] [PULL 00/69] Block patches
 2015-02-27 18:19 UTC  (70+ messages)
` [Qemu-devel] [PULL 01/69] coroutine: Fix use after free with qemu_coroutine_yield()
` [Qemu-devel] [PULL 02/69] coroutine: Clean up qemu_coroutine_enter()
` [Qemu-devel] [PULL 03/69] test-coroutine: Regression test for yield bug
` [Qemu-devel] [PULL 04/69] vpc: Fix size in fixed image creation
` [Qemu-devel] [PULL 05/69] vpc: Implement bdrv_co_get_block_status()
` [Qemu-devel] [PULL 06/69] sheepdog: selectable object size support
` [Qemu-devel] [PULL 07/69] block/raw-posix: fix compilation warning on OSX
` [Qemu-devel] [PULL 08/69] qcow2: Remove unused struct QCowCreateState
` [Qemu-devel] [PULL 09/69] virtio-blk: Check return value of blk_aio_ioctl
` [Qemu-devel] [PULL 10/69] libqos: Change use of pointers to uint64_t in virtio
` [Qemu-devel] [PULL 11/69] tests: Prepare virtio-blk-test for multi-arch implementation
` [Qemu-devel] [PULL 12/69] libqos: Remove PCI assumptions in constants of virtio driver
` [Qemu-devel] [PULL 13/69] libqos: Add malloc generic
` [Qemu-devel] [PULL 14/69] libqos: Add virtio MMIO support
` [Qemu-devel] [PULL 15/69] qcow2: Add two new fields to BDRVQcowState
` [Qemu-devel] [PULL 16/69] qcow2: Add refcount_bits to format-specific info
` [Qemu-devel] [PULL 17/69] qcow2: Do not return new value after refcount update
` [Qemu-devel] [PULL 18/69] qcow2: Only return status from qcow2_get_refcount
` [Qemu-devel] [PULL 19/69] qcow2: Use unsigned addend for update_refcount()
` [Qemu-devel] [PULL 20/69] qcow2: Use 64 bits for refcount values
` [Qemu-devel] [PULL 21/69] qcow2: Helper for refcount array reallocation
` [Qemu-devel] [PULL 22/69] qcow2: Helper function for refcount modification
` [Qemu-devel] [PULL 23/69] qcow2: More helpers "
` [Qemu-devel] [PULL 24/69] qcow2: Open images with refcount order != 4
` [Qemu-devel] [PULL 25/69] qcow2: refcount_order parameter for qcow2_create2
` [Qemu-devel] [PULL 26/69] qcow2: Use symbolic macros in qcow2_amend_options
` [Qemu-devel] [PULL 27/69] iotests: Prepare for refcount_bits option
` [Qemu-devel] [PULL 28/69] qcow2: Allow creation with refcount order != 4
` [Qemu-devel] [PULL 29/69] iotests: Add test for different refcount widths
` [Qemu-devel] [PULL 30/69] blkdebug: fix "once" rule
` [Qemu-devel] [PULL 31/69] block: add bdrv functions for geometry and blocksize
` [Qemu-devel] [PULL 32/69] raw-posix: Factor block size detection out of raw_probe_alignment()
` [Qemu-devel] [PULL 33/69] block: Add driver methods to probe blocksizes and geometry
` [Qemu-devel] [PULL 34/69] block-backend: Add wrappers for blocksizes and geometry probing
` [Qemu-devel] [PULL 35/69] BlockConf: Call backend functions to detect geometry and blocksizes
` [Qemu-devel] [PULL 36/69] ide: start extracting ide_restart_dma out of bmdma_restart_dma
` [Qemu-devel] [PULL 37/69] ide: prepare to move restart to common code
` [Qemu-devel] [PULL 38/69] ide: introduce ide_register_restart_cb
` [Qemu-devel] [PULL 39/69] ide: do not use BMDMA in restart callback
` [Qemu-devel] [PULL 40/69] ide: pass IDEBus to the restart_cb
` [Qemu-devel] [PULL 41/69] ide: move restart callback to common code
` [Qemu-devel] [PULL 42/69] ide: remove restart_cb callback
` [Qemu-devel] [PULL 43/69] ide: replace set_unit callback with more IDEBus state
` [Qemu-devel] [PULL 44/69] ide: place initial state of the current request to IDEBus
` [Qemu-devel] [PULL 45/69] ide: migrate initial request state via IDEBus
` [Qemu-devel] [PULL 46/69] ide: commonize io_buffer_index initialization
` [Qemu-devel] [PULL 47/69] ide: make more functions static
` [Qemu-devel] [PULL 48/69] ide: support PIO restart for the ISA controller
` [Qemu-devel] [PULL 49/69] ahci: Migrate IDEStatus
` [Qemu-devel] [PULL 50/69] ahci: add support for restarting non-queued commands
` [Qemu-devel] [PULL 51/69] ahci: Recompute cur_cmd on migrate post load
` [Qemu-devel] [PULL 52/69] qtest/ide: Test flush / retry for ISA and PCI
` [Qemu-devel] [PULL 53/69] libqos/ahci: Zero-fill AHCI headers
` [Qemu-devel] [PULL 54/69] qtest/ahci: Add a macro bootup routine
` [Qemu-devel] [PULL 55/69] libqos/ahci: add ahci command helpers
` [Qemu-devel] [PULL 56/69] qtest/ahci: Add DMA test variants
` [Qemu-devel] [PULL 57/69] qtest/ahci: Add PIO and LBA48 tests
` [Qemu-devel] [PULL 58/69] qtest/ahci: add fragmented dma test
` [Qemu-devel] [PULL 59/69] qtest/ahci: add qcow2 support to ahci-test
` [Qemu-devel] [PULL 60/69] qtest/ahci: test different disk sectors
` [Qemu-devel] [PULL 61/69] qtest/ahci: Add simple flush test
` [Qemu-devel] [PULL 62/69] qtest/ahci: Allow override of default CLI options
` [Qemu-devel] [PULL 63/69] libqtest: add qmp_eventwait
` [Qemu-devel] [PULL 64/69] libqtest: add qmp_async
` [Qemu-devel] [PULL 65/69] libqos: add blkdebug_prepare_script
` [Qemu-devel] [PULL 66/69] qtest/ahci: add flush retry test
` [Qemu-devel] [PULL 67/69] sheepdog: fix confused return values
` [Qemu-devel] [PULL 68/69] libqos: Solve bug in interrupt checking when using MSIX in virtio-pci.c
` [Qemu-devel] [PULL 69/69] tests: Check QVIRTIO_F_ANY_LAYOUT flag in virtio-blk test

problem in binding interfaces of virtio-pci on the VM
 2015-02-27 18:21 UTC  (9+ messages)
` [Dpdk-ovs] "

[PATCH 0/3] Watermark atomic fixes
 2015-02-27 18:21 UTC  (3+ messages)
` [PATCH 1/3] drm/i915: Move watermark handling to intel_wm.c

[PATCH] generic/065: fsync file 'hello' before checking its content
 2015-02-27 18:19 UTC  (2+ messages)

Updated drm-intel-testing
 2015-02-27 18:16 UTC 

RFC: xen config changes v4
 2015-02-27 18:18 UTC  (17+ messages)

[PATCH] Staging: vt6655: replace C99 style comments
 2015-02-27 18:18 UTC 

[PATCH 0/3] Watermark atomic fixes (v2)
 2015-02-27 18:12 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: Move watermark handling to intel_wm.c (v2)
` [PATCH 2/3] drm/i915: Kill intel_crtc->cursor_{width, height} (v2)
` [PATCH 3/3] drm/i915: Use plane->state->fb in watermark code (v2)

[Bug 93701] New: radeon: two "empty" pixel lines on left side of screen, rest of screen gets slightly squished
 2015-02-27 18:15 UTC  (2+ messages)
` [Bug 93701] "

[Qemu-devel] [PATCH v2] block/vdi: Add locking for parallel requests
 2015-02-27 18:15 UTC  (10+ messages)

[PATCH net-next v4 0/3] Linn Ethernet Packet Sniffer driver
 2015-02-27 18:14 UTC  (7+ messages)

[PATCH RESEND 00/15] Drivers: hv: vmbus: Miscellaneous fixes/enhancements
 2015-02-27 19:26 UTC  (16+ messages)
` [PATCH RESEND 01/15] Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors
  ` [PATCH RESEND 02/15] Drivers: hv: vmbus: rename channel work queues
  ` [PATCH RESEND 03/15] Drivers: hv: vmbus: avoid double kfree for device_obj
  ` [PATCH RESEND 04/15] Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection pages on shutdown
  ` [PATCH RESEND 05/15] drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unload
  ` [PATCH RESEND 06/15] clockevents: export clockevents_unbind_device instead of clockevents_unbind
  ` [PATCH RESEND 07/15] Drivers: hv: vmbus: Teardown clockevent devices on module unload
  ` [PATCH RESEND 08/15] hv: hv_util: move vmbus_open() to a later place
  ` [PATCH RESEND 09/15] hv: vmbus_post_msg: retry the hypercall on some transient errors
  ` [PATCH RESEND 10/15] hv: vmbus_open(): reset the channel state on ENOMEM
  ` [PATCH RESEND 11/15] hv: channel: match var type to return type of wait_for_completion
  ` [PATCH RESEND 12/15] hv: channel_mgmt: "
  ` [PATCH RESEND 13/15] hv: hv_balloon: "
  ` [PATCH RESEND 14/15] Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open()
  ` [PATCH RESEND 15/15] Drivers: hv: vmbus: Add support for the NetworkDirect GUID

[Qemu-devel] [PATCH RFC v4 00/13] Dirty bitmaps migration
 2015-02-27 17:24 UTC  (14+ messages)
` [Qemu-devel] [PATCH RFC v4 01/13] hbitmap: serialization
` [Qemu-devel] [PATCH RFC v4 02/13] block: BdrvDirtyBitmap serialization interface
` [Qemu-devel] [PATCH RFC v4 03/13] block: tiny refactoring: minimize hbitmap_(set/reset) usage
` [Qemu-devel] [PATCH RFC v4 04/13] block: add meta bitmaps
` [Qemu-devel] [PATCH RFC v4 05/13] block: add bdrv_next_dirty_bitmap()
` [Qemu-devel] [PATCH RFC v4 06/13] qapi: add dirty-bitmaps migration capability
` [Qemu-devel] [PATCH RFC v4 07/13] migration: add migration/block-dirty-bitmap.c
` [Qemu-devel] [PATCH RFC v4 08/13] iotests: maintain several vms in test
` [Qemu-devel] [PATCH RFC v4 09/13] iotests: add add_incoming_migration to VM class
` [Qemu-devel] [PATCH RFC v4 10/13] iotests: add event_wait "
` [Qemu-devel] [PATCH RFC v4 11/13] qapi: add md5 checksum of last dirty bitmap level to query-block
` [Qemu-devel] [PATCH RFC v4 12/13] iotests: add dirty bitmap migration test
` [Qemu-devel] [PATCH RFC v4 13/13] migration/qemu-file: make functions qemu_(get/put)_string public

Build error on Fedora 21: "Unsupported version of git (2.1.0)"
 2015-02-27 18:13 UTC  (2+ messages)

[PATCH] Staging: vt6655: remove C99 style comments
 2015-02-27 18:13 UTC 

[PATCH] Staging: rtl8188eu: Remove redundant if condition clause
 2015-02-27 18:11 UTC 

[PATCH v2] net: smc91c92_cs: Use setup_timer and mod_timer
 2015-02-27 18:10 UTC 

[PATCH 00/12] drm/i915: Redo VLV/CHV watermark code
 2015-02-27 18:09 UTC  (12+ messages)
` [PATCH 01/12] drm/i915: Reduce CHV DDL multiplier to 16/8
` [PATCH 02/12] drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines
` [PATCH 05/12] drm/i915: Reorganize VLV DDL setup
` [PATCH 06/12] drm/i915: Pass plane to vlv_compute_drain_latency()

Clarification of SSD journals for BTRFS rotational HDD
 2015-02-27 18:08 UTC 

[PATCH libdrm 0/8] Warnings fixes
 2015-02-27 18:07 UTC  (9+ messages)
` [PATCH libdrm 1/8] Add static qualifier to local functions
` [PATCH libdrm 2/8] tests: String literals are const char *
` [PATCH libdrm 3/8] Fix type-limits, pointer-arith and sign-compare warnings
` [PATCH libdrm 4/8] xf86drmSL: Fix neighbour printing
` [PATCH libdrm 5/8] Fix aliasing and switch-enum warnings
` [PATCH libdrm 6/8] dristat: Handle DRM_CONSISTENT
` [PATCH libdrm 7/8] Fix unused, and unused-but-set variables warnings
` [PATCH libdrm 8/8] Fix unused function warnings

[PATCH 07/12] drm/i915: Read out display FIFO size on VLV/CHV
 2015-02-27 18:04 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/2] Gen8: Per-context workarounds using W/A batch buffers
 2015-02-27 18:04 UTC  (4+ messages)
` [PATCH 1/2] drm/i915/gen8: The WA BB framework is enabled

[Cluster-devel] [PATCH RHEL6] libgfs2: Use a matching context mount option in mount_gfs2_meta
 2015-02-27 18:04 UTC  (3+ messages)

[Patch net] netns: avoid allocating idr when dumping info
 2015-02-27 18:04 UTC  (5+ messages)

Regression in v4.0.0-rc1 with Android Binder
 2015-02-27 18:03 UTC  (3+ messages)
` [PATCH v2] android: binder: fix binder mmap failures

[PATCH v2] drivers: cpuidle: cpuidle-arm64: include asm/proc-fns.h explicitly
 2015-02-27 18:03 UTC  (7+ messages)

[PULL] drm-intel-next
 2015-02-27 18:03 UTC 

[PATCH] drm/i915: Tighten obj->map_and_fenceable
 2015-02-27 18:02 UTC  (4+ messages)

[PATCH 0/2] SSEU detection for CHV
 2015-02-27 18:22 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/chv: Determine CHV slice/subslice/EU info
` [PATCH 2/2] drm/i915/chv: Add CHV HW status to SSEU status

[Qemu-devel] [PATCH v3 1/1] char: cadence_uart: Convert to realize()
 2015-02-27 17:59 UTC  (2+ messages)

[PATCH] Staging: rtl8188eu: Refine if condition
 2015-02-27 17:58 UTC 

Suspend/resume problems on Broadwell
 2015-02-27 17:59 UTC  (3+ messages)

[PATCH iproute2 v4] lib: Replace 16384 netlink buf size by macro
 2015-02-27 17:47 UTC  (3+ messages)

[PATCH v5] tools/xenconsoled: Increase file descriptor limit
 2015-02-27 17:57 UTC  (2+ messages)

[PATCH RFC 0/2] add nproc cgroup subsystem
 2015-02-27 17:56 UTC  (8+ messages)

[PATCH 0/2] Staging: rtl8712: Use mod_timer and setup_timer
 2015-02-27 17:56 UTC  (3+ messages)
` [PATCH 1/2] Staging: rtl8712: Eliminate use of _set_timer
` [PATCH 2/2] Staging: rtl8712: Eliminate use of _init_timer

[RFC PATCH 1/1] proc: introduce /proc/<pid>/lbr_stack
 2015-02-27 17:54 UTC  (5+ messages)

[PATCH] Staging: rtl8188eu: Remove unused variable
 2015-02-27 17:53 UTC 

[PATCH V2 1/2] Btrfs-progs: make pretty_sizes() work less error prone
 2015-02-27 17:53 UTC  (5+ messages)
` [PATCH] btrfs-progs: per-thread, per-call pretty buffer

[PATCH 0/8] ARM: MMP multiplatform support
 2015-02-27 17:53 UTC  (3+ messages)
` [PATCH 3/8] ARM: make xscale iwmmxt code multiplatform aware

[PATCH] Staging: lustre: lustre: lov: Add blank line after declarations
 2015-02-27 17:53 UTC 

[PATCH V7 0/3] Add support for eXtended Physical Addressing
 2015-02-27 17:52 UTC  (5+ messages)
` [PATCH V7 1/3] MIPS: Rearrange PTE bits into fixed positions

[PATCH 0/2] incorrect cpumask behavior with CPUMASK_OFFSTACK
 2015-02-27 17:51 UTC  (3+ messages)

[REGRESSION][4.0-rc1] My i386 fails to do CPU hotplug
 2015-02-27 17:52 UTC 

Documenting MS_LAZYTIME
 2015-02-27 17:51 UTC  (10+ messages)

Regression, host crash with 4.5rc1
 2015-02-27 17:50 UTC  (25+ messages)

[PATCH v6 0/5] Add new MFD driver for MAX77843
 2015-02-27 17:49 UTC  (5+ messages)
` [PATCH v6 4/5] Input: add haptic drvier on max77843


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.