All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-21 11:07:29 to 2017-04-21 12:01:08 UTC [more...]

[Qemu-devel] [PATCH 0/6] calculate downtime for postcopy live migration
 2017-04-21 12:00 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH 4/6] migration: calculate downtime on dst side

[PATCH] bus: fsl-mc: dpio: fix alter FQ state command
 2017-04-21 12:00 UTC 

[PATCH 0/5] r8a7795/6 Salvator-X PWM enablement
 2017-04-21 12:00 UTC  (6+ messages)
` [PATCH 5/5] arm64: dts: r8a7795-salvator-x: Enable PWM

[Qemu-devel] [PULL 0/4] qdev patches for 2017-04-21
 2017-04-21 11:59 UTC  (2+ messages)

[Qemu-devel] [PULL 00/65] Migration pull request
 2017-04-21 11:56 UTC  (66+ messages)
` [Qemu-devel] [PULL 01/65] ram: Update all functions comments
` [Qemu-devel] [PULL 02/65] ram: Rename flush_page_queue() to migration_page_queue_free()
` [Qemu-devel] [PULL 03/65] ram: Rename block_name to rbname
` [Qemu-devel] [PULL 04/65] ram: Create RAMState
` [Qemu-devel] [PULL 05/65] ram: Add dirty_rate_high_cnt to RAMState
` [Qemu-devel] [PULL 06/65] ram: Move bitmap_sync_count into RAMState
` [Qemu-devel] [PULL 07/65] ram: Move start time "
` [Qemu-devel] [PULL 08/65] ram: Move bytes_xfer_prev "
` [Qemu-devel] [PULL 09/65] ram: Change byte_xfer_{prev, now} type to uint64_t
` [Qemu-devel] [PULL 10/65] ram: Move num_dirty_pages_period into RAMState
` [Qemu-devel] [PULL 11/65] ram: Change num_dirty_pages_period type to uint64_t
` [Qemu-devel] [PULL 12/65] ram: Move xbzrle_cache_miss_prev into RAMState
` [Qemu-devel] [PULL 13/65] ram: Move iterations_prev "
` [Qemu-devel] [PULL 14/65] ram: Move dup_pages "
` [Qemu-devel] [PULL 15/65] ram: Remove unused dup_mig_bytes_transferred()
` [Qemu-devel] [PULL 16/65] ram: Remove unused pages_skipped variable
` [Qemu-devel] [PULL 17/65] ram: Move norm_pages to RAMState
` [Qemu-devel] [PULL 18/65] ram: Remove norm_mig_bytes_transferred
` [Qemu-devel] [PULL 19/65] ram: Move iterations into RAMState
` [Qemu-devel] [PULL 20/65] ram: Move xbzrle_bytes "
` [Qemu-devel] [PULL 21/65] ram: Move xbzrle_pages "
` [Qemu-devel] [PULL 22/65] ram: Move xbzrle_cache_miss "
` [Qemu-devel] [PULL 23/65] ram: Move xbzrle_cache_miss_rate "
` [Qemu-devel] [PULL 24/65] ram: Move xbzrle_overflows "
` [Qemu-devel] [PULL 25/65] ram: Move migration_dirty_pages to RAMState
` [Qemu-devel] [PULL 26/65] ram: Everything was init to zero, so use memset
` [Qemu-devel] [PULL 27/65] ram: Move migration_bitmap_mutex into RAMState
` [Qemu-devel] [PULL 28/65] ram: Move migration_bitmap_rcu "
` [Qemu-devel] [PULL 29/65] ram: Move bytes_transferred "
` [Qemu-devel] [PULL 30/65] ram: Use the RAMState bytes_transferred parameter
` [Qemu-devel] [PULL 31/65] ram: Remove ram_save_remaining
` [Qemu-devel] [PULL 32/65] ram: Move last_req_rb to RAMState
` [Qemu-devel] [PULL 33/65] ram: Move src_page_req* "
` [Qemu-devel] [PULL 34/65] ram: Create ram_dirty_sync_count()
` [Qemu-devel] [PULL 35/65] ram: Remove dirty_bytes_rate
` [Qemu-devel] [PULL 36/65] ram: Move dirty_pages_rate to RAMState
` [Qemu-devel] [PULL 37/65] ram: Move postcopy_requests into RAMState
` [Qemu-devel] [PULL 38/65] ram: Add QEMUFile to RAMState
` [Qemu-devel] [PULL 39/65] ram: Move QEMUFile into RAMState
` [Qemu-devel] [PULL 40/65] ram: Remove compression_switch and inline its logic
` [Qemu-devel] [PULL 41/65] migration: Remove MigrationState from migration_in_postcopy
` [Qemu-devel] [PULL 42/65] ram: We don't need MigrationState parameter anymore
` [Qemu-devel] [PULL 43/65] ram: Rename qemu_target_page_bits() to qemu_target_page_size()
` [Qemu-devel] [PULL 44/65] ram: Add page-size to output in 'info migrate'
` [Qemu-devel] [PULL 45/65] ram: Pass RAMBlock to bitmap_sync
` [Qemu-devel] [PULL 46/65] ram: ram_discard_range() don't use the mis parameter
` [Qemu-devel] [PULL 47/65] ram: reorganize last_sent_block
` [Qemu-devel] [PULL 48/65] ram: Use page number instead of an address for the bitmap operations
` [Qemu-devel] [PULL 49/65] ram: Remember last_page instead of last_offset
` [Qemu-devel] [PULL 50/65] ram: Change offset field in PageSearchStatus to page
` [Qemu-devel] [PULL 51/65] ram: Use ramblock and page offset instead of absolute offset
` [Qemu-devel] [PULL 52/65] ram: rename last_ram_offset() last_ram_pages()
` [Qemu-devel] [PULL 53/65] ram: Use RAMBitmap type for coherence
` [Qemu-devel] [PULL 54/65] migration: Remove MigrationState parameter from migration_is_idle()
` [Qemu-devel] [PULL 55/65] qdev: qdev_hotplug is really a bool
` [Qemu-devel] [PULL 56/65] qdev: Export qdev_hot_removed
` [Qemu-devel] [PULL 57/65] qdev: Move qdev_unplug() to qdev-monitor.c
` [Qemu-devel] [PULL 58/65] migration: Disable hotplug/unplug during migration
` [Qemu-devel] [PULL 59/65] ram: Remove migration_bitmap_extend()
` [Qemu-devel] [PULL 60/65] migration: don't close a file descriptor while it can be in use
` [Qemu-devel] [PULL 61/65] virtio-rng: stop virtqueue while the CPU is stopped
` [Qemu-devel] [PULL 62/65] migration: set current_active_state once
` [Qemu-devel] [PULL 63/65] migration: rename max_size to threshold_size
` [Qemu-devel] [PULL 64/65] hmp: info migrate_capability format tunes
` [Qemu-devel] [PULL 65/65] hmp: info migrate_parameters "

HauppaugeTV-quadHD DVB-T mpeg risc op code errors
 2017-04-21 11:57 UTC  (3+ messages)

[BUG] test suite broken with GIT_TEST_SPLIT_INDEX
 2017-04-21 11:57 UTC  (7+ messages)

[refpolicy] [PATCH] login related stuff take 2
 2017-04-21 11:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 for-2.10 00/18] crypto: add afalg-backend support
 2017-04-21 11:56 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 for-2.10 01/18] crypto: cipher: introduce context free function
` [Qemu-devel] [PATCH v2 for-2.10 02/18] crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backend
` [Qemu-devel] [PATCH v2 for-2.10 03/18] crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend
` [Qemu-devel] [PATCH v2 for-2.10 04/18] crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backend

[PATCH v2 0/5] Re-order scsi_remove_host and sas_remove_host in SAS HBA LLDDs
 2017-04-21 11:54 UTC  (9+ messages)

[Qemu-devel] [PATCH] migration: setup bi-directional I/O channel for exec: protocol
 2017-04-21 11:55 UTC  (2+ messages)

[Qemu-devel] Help needed: Sparc 64, kernel panic
 2017-04-21 11:55 UTC  (2+ messages)

[PATCH RFC 0/6] drm: Add properties to control YCbCr to RGB conversion
 2017-04-21 11:55 UTC  (11+ messages)
` [PATCH RFC 1/6] drm: drm_color_mgmt.h needs struct drm_crtc declaration
` [PATCH RFC 2/6] drm: Make drm_atomic_replace_property_blob_from_id() more generic
` [PATCH RFC 3/6] drm: Plane YCbCr to RGB conversion related properties
` [PATCH RFC 4/6] drm/omap: cleanup color space conversion
` [PATCH RFC 5/6] drm/omap: csc full range support

ebpf support in dpdk
 2017-04-21 11:53 UTC  (3+ messages)

[PATCH 00/15] Handle fopen() errors
 2017-04-21 11:52 UTC  (6+ messages)

[PATCH] drivers/platform/x86: Add driver for INT0002 ACPI device
 2017-04-21 11:52 UTC  (4+ messages)

Nested posted interrupts
 2017-04-21 11:50 UTC  (7+ messages)

(unknown),
 2017-04-21 11:49 UTC 

[PATCH] drm: fourcc byteorder: brings header file comments in line with reality
 2017-04-21 11:49 UTC  (12+ messages)

[PATCH] drm/amdgpu: fix no-vmid job
 2017-04-21 11:49 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/13] Improvements for SM501 display controller emulation
 2017-04-21 11:48 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 08/13] sm501: Fix hardware cursor

[PATCH v2 1/2] ACPI / PMIC: xpower: Fix power_table addresses
 2017-04-21 11:48 UTC  (2+ messages)
` [PATCH v2 2/2] ACPI / PMIC: xpower: Add support for the GPI1 regulator to the OpRegion handler

[PATCH] hwmon: (ibmpowernv) Add min/max attributes and current sensors
 2017-04-21 11:47 UTC  (2+ messages)

[RFC PATCH 0/9] "Non-shared" IOMMU support on ARM
 2017-04-21 11:47 UTC  (7+ messages)
` [RFC PATCH 2/9] iommu: Add ability to map/unmap the number of pages
` [RFC PATCH 3/9] xen/arm: p2m: Add helper to convert p2m type to IOMMU flags

[PATCH 3/3] drm/amdgpu: fix gpu reset issue
 2017-04-21 11:47 UTC  (6+ messages)

[Bug 100058] NULL pointer dereference when blacklisting radeon
 2017-04-21 11:46 UTC  (2+ messages)
` [Bug 100058] amdgpu/dpm: NULL pointer dereference

[PATCH 00/10] block: assorted cleanup for bio splitting and cloning
 2017-04-21 11:46 UTC  (27+ messages)
` [PATCH 01/11] blk: remove bio_set arg from blk_queue_split()
` [PATCH 02/11] blk: make the bioset rescue_workqueue optional
` [PATCH 05/11] rbd: use bio_clone_fast() instead of bio_clone()
` [PATCH 07/11] pktcdvd: "
` [PATCH 03/11] blk: use non-rescuing bioset for q->bio_split
` [PATCH 04/11] block: Improvements to bounce-buffer handling
` [PATCH 06/11] drbd: use bio_clone_fast() instead of bio_clone()
` [PATCH 09/11] bcache: use kmalloc to allocate bio in bch_data_verify()
` [PATCH 08/11] xen-blkfront: remove bio splitting
` [PATCH 11/11] block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()
` [PATCH 10/11] block: remove bio_clone() and all references

[PATCH v3] clk/axs10x: introduce AXS10X pll driver
 2017-04-21 11:45 UTC  (2+ messages)

[PATCH v8 1/2] ACPI / bus: Introduce a list of ids for "always present" devices
 2017-04-21 11:43 UTC  (3+ messages)

[U-Boot] [PATCH v4 00/11] Add mipi dsi display support for rockchip soc
 2017-04-21 11:43 UTC  (3+ messages)
` [U-Boot] [PATCH v4 01/11] rockchip: include: grf: Add GRF register declaration for mipi dsi

[PATCH 1/2] crypto: scomp - allow registration of multiple scomps
 2017-04-21 11:42 UTC  (3+ messages)
` [PATCH 2/2] crypto: acomp - add support for deflate rfc1950 (zlib)

Review request: draft userfaultfd(2) manual page
 2017-04-21 11:41 UTC  (14+ messages)
` Review request: draft ioctl_userfaultfd(2) "

[regression v4.11] 617f01211baf ("8139too: use napi_complete_done()")
 2017-04-21 11:40 UTC  (2+ messages)

[PATCH] crypto: acomp - report scomp implementations
 2017-04-21 11:39 UTC  (2+ messages)

[PATCH 1/1] fs/inode.c: spelling in inode_owner_or_capable doc
 2017-04-21 11:37 UTC 

[PATCH 0/2] n2rng: Fine-tuning for n2rng_probe()
 2017-04-21 11:36 UTC  (4+ messages)
` [PATCH 2/2] n2rng: Combine substrings for two messages in n2rng_probe()

bitbake core-image-base -c do_populate_sdk fails with glibc (unmet dependencies)
 2017-04-21 11:37 UTC 

[PATCH] connman: fix race condition with systemd-udev
 2017-04-21 11:37 UTC  (2+ messages)

[PATCH v2 0/3] arm64: marvell: add cryptographic engine support for 7k/8k
 2017-04-21 11:36 UTC  (6+ messages)
` [PATCH v2 2/3] crypto: inside-secure: add SafeXcel EIP197 crypto engine driver

[PATCH 1/1] PCI: Add MCFG quirk for 2nd node of Cavium ThunderX pass2.x host controller
 2017-04-21 11:34 UTC  (4+ messages)

[PATCH 0/4] update ixgbe base driver to version 2017-03-29
 2017-04-21 11:35 UTC  (2+ messages)

[PATCH v3 0/8] arm64: acpi: apei: handle SEI notification type for ARMv8
 2017-04-21 11:33 UTC  (10+ messages)
` [PATCH v3 7/8] arm64: exception: handle asynchronous SError interrupt

[PATCH] Revert "kernel: Fix symlinks"
 2017-04-21 11:30 UTC  (3+ messages)

[PATCH v2 for-next v2 0/8] Refactor x86 mm.c
 2017-04-21 11:30 UTC  (7+ messages)
` [PATCH v2 for-next v2 8/8] x86/mm: split HVM grant table code to hvm/mm.c

[PATCH v2 1/3] ath9k: Support channels in licensed bands
 2017-04-21 11:29 UTC  (4+ messages)
  ` [v2,1/3] "

Kexec on ARM - memory detection
 2017-04-21 11:27 UTC  (2+ messages)

linux-next: build failure after merge of the arm tree
 2017-04-21 11:27 UTC  (4+ messages)

Experiences with metadata balance/convert
 2017-04-21 11:27 UTC  (4+ messages)

[Buildroot] [PATCHv5] mpir: fix build failure
 2017-04-21 11:27 UTC 

[PATCH] app/proc-info: fix proc-info xstats-name description string
 2017-04-21 11:21 UTC 

[PATCH-v1 00/22] lpfc updates for 11.2.0.12
 2017-04-21 11:24 UTC  (5+ messages)

[PATCH v3 1/2] mfd: intel_soc_pmic: Select designware i2c-bus driver
 2017-04-21 11:24 UTC  (2+ messages)
` [PATCH v3 2/2] mfd: axp20x-i2c: Document that this must be builtin on x86

[U-Boot] [PATCH 2/2][v3] nxp/ls2080ardb: Add QSPI-boot support
 2017-04-21 11:20 UTC 

[LTP] [PATCH v3] diotest6: test readv/writev not read/write
 2017-04-21 11:19 UTC  (3+ messages)

[PATCH 0/4] powerpc: Replace some bitops functions by builtin/generic ones
 2017-04-21 11:18 UTC  (5+ messages)
` [PATCH 1/4] powerpc: Discard ffs()/__ffs() function and use builtin functions instead
` [PATCH 2/4] powerpc: Use builtin functions for fls()/__fls()/fls64()
` [PATCH 3/4] powerpc: Replace ffz() by equivalent generic function
` [PATCH 4/4] powerpc: remove __ilog2()s and use generic ones

Status of pwritev2/preadv2 in glibc?
 2017-04-21 11:19 UTC  (2+ messages)

[Buildroot] [PATCH] sg3_utils: improve license description
 2017-04-21 11:18 UTC 

[PATCH 1/2] ipv6: check raw payload size correctly in ioctl
 2017-04-21 11:18 UTC  (4+ messages)
` [PATCH 2/2] ipv6: don't deliver packets with zero length to raw sockets

[PATCH] exofs: ORE: remove dead dependence
 2017-04-21 11:17 UTC  (2+ messages)

[PATCH 0/3] Add more algorithms and some misc cleanups
 2017-04-21 11:16 UTC  (2+ messages)
` [PATCH 1/3] crypto: cavium: Downgrade the annoying misc interrupt print from dev_err to dev_dbg

[PATCH 0/3] next-eventdev: RFC evendev pipeline sample app
 2017-04-21 11:14 UTC  (3+ messages)
` [PATCH 3/3] doc: add eventdev library to programmers guide

[PATCH] crypto: crypto4xx: rename ce_ring_contol to ce_ring_control
 2017-04-21 11:13 UTC  (2+ messages)

[PATCH v8 6/6] i2c: designware: enable SLAVE in platform module
 2017-04-21 11:13 UTC  (3+ messages)

[PATCH] crypto: algif_aead - Require setkey before accept(2)
 2017-04-21 11:11 UTC  (2+ messages)

[PATCH] power: supply: generic-adc-battery: use SIMPLE_DEV_PM_OPS helper macro
 2017-04-21 11:07 UTC 

(unknown),
 2017-04-21  9:51 UTC 

[kvm-unit-tests PATCH 1/4] scripts/arch-run: function to search qemu binary
 2017-04-21 11:07 UTC  (2+ messages)

[Ksummit-discuss] "Maintainer summit" invitation discussion
 2017-04-21 11:07 UTC  (3+ 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.