All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-19 13:14:03 to 2018-01-19 13:57:29 UTC [more...]

[Qemu-devel] [PATCH v3 0/5] nbd export qmp interface
 2018-01-19 13:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/5] qapi: add name parameter to nbd-server-add
` [Qemu-devel] [PATCH v3 2/5] qapi: add nbd-server-remove
` [Qemu-devel] [PATCH v3 3/5] iotest 147: add cases to test new @name parameter of nbd-server-add
` [Qemu-devel] [PATCH v3 4/5] iotests: implement QemuIoInteractive class

[Qemu-devel] [PATCH v3 0/4] linux-user: select CPU type according ELF header values
 2018-01-19 13:56 UTC  (3+ messages)

krping problem on 4.15-rc4
 2018-01-19 13:57 UTC  (13+ messages)

[Qemu-devel] [PATCH] scripts/qemu-gdb/timers.py: define encoding in header comment
 2018-01-19 13:56 UTC  (2+ messages)

[PATCH V5 0/2] nvme-pci: fix the timeout case when reset is ongoing
 2018-01-19 13:56 UTC  (7+ messages)

[Qemu-devel] [RFC 0/2] virtio-vhost-user: add virtio-vhost-user device
 2018-01-19 13:55 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/16] target/arm: Prepatory work for SVE
 2018-01-19 13:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 01/16] target/arm: Mark disas_set_insn_syndrome inline

[PATCH] mtd-utils: remove double hashtable iterator definition
 2018-01-19 13:54 UTC 

[RFC PATCH] RFC build: prototype support for ARM builds
 2018-01-19 13:52 UTC  (3+ messages)
` [PATCH v3 1/2] build: add "
  ` [PATCH v3 2/2] build: add support for detecting march on ARM

[PATCH v2 2/6] ethdev: add port ownership
 2018-01-19 13:52 UTC  (14+ messages)

[GIT PULL for 4.16] Last minute CIO2 fixes
 2018-01-19 13:52 UTC 

[PATCH v9 00/11] x86: Mitigations for SP2/CVE-2017-5715/Branch Target Injection
 2018-01-19 13:51 UTC  (20+ messages)
` [PATCH v9 02/11] x86/cpuid: Handling of IBRS/IBPB, STIBP and IBRS for guests
` [PATCH v9 06/11] x86/entry: Organise the use of MSR_SPEC_CTRL at each entry/exit point
` [PATCH v9 07/11] x86/boot: Calculate the most appropriate BTI mitigation to use
` [PATCH v9 09/11] x86/ctxt: Issue a speculation barrier between vcpu contexts

[PATCH v5] vhost_user: protect active rings from async ring changes
 2018-01-19 13:51 UTC  (2+ messages)

[xen-unstable-smoke test] 118226: regressions - FAIL
 2018-01-19 13:50 UTC  (3+ messages)

[bug report] net: sched: use block index as a handle instead of qdisc when block is shared
 2018-01-19 13:49 UTC 

[RFC 00/24] vhost: add virtio-vhost-user transport
 2018-01-19 13:44 UTC  (25+ messages)
` [RFC 01/24] vhost: move vring_call() into trans_af_unix.c
` [RFC 02/24] vhost: move AF_UNIX code from socket.c to trans_af_unix.c
` [RFC 03/24] vhost: allocate per-socket transport state
` [RFC 04/24] vhost: move socket_fd and un sockaddr into trans_af_unix.c
` [RFC 05/24] vhost: move start_server/client() calls to trans_af_unix.c
` [RFC 06/24] vhost: move vhost_user_connection "
` [RFC 07/24] vhost: move vhost_user_reconnect_init() into trans_af_unix.c
` [RFC 08/24] vhost: move vhost_user.fdset to trans_af_unix.c
` [RFC 09/24] vhost: pass vhost_transport_ops through vhost_new_device()
` [RFC 10/24] vhost: embed struct virtio_net inside struct vhost_user_connection
` [RFC 11/24] vhost: extract vhost_user.c socket I/O into transport
` [RFC 12/24] vhost: move slave_req_fd field to AF_UNIX transport
` [RFC 13/24] vhost: move mmap/munmap "
` [RFC 14/24] vhost: move librte_vhost to drivers/
` [RFC 15/24] vhost: add virtio pci framework
` [RFC 16/24] vhost: remember a vhost_virtqueue's queue index
` [RFC 17/24] vhost: add virtio-vhost-user transport
` [RFC 18/24] vhost: add RTE_VHOST_USER_VIRTIO_TRANSPORT flag
` [RFC 19/24] net/vhost: add virtio-vhost-user support
` [RFC 20/24] examples/vhost_scsi: add --socket-file argument
` [RFC 21/24] examples/vhost_scsi: add virtio-vhost-user support
` [RFC 22/24] usertools: add virtio-vhost-user devices to dpdk-devbind.py
` [RFC 23/24] WORKAROUND revert virtio-net mq vring deletion
` [RFC 24/24] WORKAROUND examples/vhost_scsi: avoid broken EVENT_IDX

[RFC 0/6] Submitted queue depth stats
 2018-01-19 13:48 UTC  (6+ messages)
` [RFC 6/6] drm/i915/pmu: Add running counter

[Buildroot] host-kodi-texturepacker fails compilation
 2018-01-19 13:47 UTC 

[Qemu-devel] [PATCH V4 00/16] COLO: integrate colo frame with block replication and COLO proxy
 2018-01-19 13:44 UTC  (17+ messages)
` [Qemu-devel] [PATCH V4 01/16] filter-rewriter: fix memory leak for connection in connection_track_table
` [Qemu-devel] [PATCH V4 02/16] colo-compare: implement the process of checkpoint
` [Qemu-devel] [PATCH V4 03/16] colo-compare: use notifier to notify packets comparing result
` [Qemu-devel] [PATCH V4 04/16] COLO: integrate colo compare with colo frame
` [Qemu-devel] [PATCH V4 05/16] COLO: Add block replication into colo process
` [Qemu-devel] [PATCH V4 06/16] COLO: Remove colo_state migration struct
` [Qemu-devel] [PATCH V4 07/16] COLO: Load dirty pages into SVM's RAM cache firstly
` [Qemu-devel] [PATCH V4 08/16] ram/COLO: Record the dirty pages that SVM received
` [Qemu-devel] [PATCH V4 09/16] COLO: Flush memory data from ram cache
` [Qemu-devel] [PATCH V4 10/16] qmp event: Add COLO_EXIT event to notify users while exited COLO
` [Qemu-devel] [PATCH V4 11/16] savevm: split the process of different stages for loadvm/savevm
` [Qemu-devel] [PATCH V4 12/16] COLO: flush host dirty ram from cache
` [Qemu-devel] [PATCH V4 13/16] filter: Add handle_event method for NetFilterClass
` [Qemu-devel] [PATCH V4 14/16] filter-rewriter: handle checkpoint and failover event
` [Qemu-devel] [PATCH V4 15/16] COLO: notify net filters about checkpoint/failover event
` [Qemu-devel] [PATCH V4 16/16] COLO: quick failover process by kick COLO thread

[PATCH BlueZ 1/8] client: Rename set-uuids to uuids
 2018-01-19 13:46 UTC  (2+ messages)

[PATCH v2 0/6] Per-context and per-client engine busyness
 2018-01-19 13:45 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: Track per-context "
` [PATCH 2/6] drm/i915: Allow clients to query own per-engine busyness
` [PATCH 3/6] drm/i915: Expose list of clients in sysfs
` [PATCH 4/6] drm/i915: Update client name on context create
` [PATCH 5/6] drm/i915: Expose per-engine client busyness
` [PATCH 6/6] drm/i915: Add sysfs toggle to enable per-client engine stats

[PATCH v7 0/6] V4L2 Explicit Synchronization
 2018-01-19 13:43 UTC  (4+ messages)
` [PATCH v7 5/6] [media] vb2: add out-fence support to QBUF

[PATCH] vhost: fix ANY_LAYOUT declaration
 2018-01-19 19:02 UTC  (2+ messages)

[PATCH 1/2] net/mlx5: fix return value of start operation
 2018-01-19 13:43 UTC  (8+ messages)

DPAA Ethernet traffice troubles with Linux kernel
 2018-01-19 13:42 UTC  (10+ messages)

[PATCH 0/7] xen/arm32: Branch predictor hardening (XSA-254 variant 2)
 2018-01-19 13:41 UTC  (8+ messages)
` [PATCH 1/7] xen/arm32: entry: Consolidate DEFINE_TRAP_ENTRY_* macros
` [PATCH 2/7] xen/arm32: Add missing MIDR values for Cortex-A17 and A12
` [PATCH 3/7] xen/arm32: entry: Add missing trap_reset entry
` [PATCH 4/7] xen/arm32: Add skeleton to harden branch predictor aliasing attacks
` [PATCH 5/7] xen/arm32: Invalidate BTB on guest exit for Cortex A17 and 12
` [PATCH 6/7] xen/arm32: Invalidate icache on guest exist for Cortex-A15
` [PATCH 7/7] xen/arm32: entry: Document the purpose of r11 in the traps handler

[Qemu-devel] [PATCH 00/24] generalize parsing of cpu_model (part 4)
 2018-01-19 13:39 UTC  (8+ messages)
` [Qemu-devel] [PATCH 20/24] machine: drop MachineState::cpu_model

[PATCH v2] arm64: dts: salvator-common: Enable HS400 of SDHI2
 2018-01-19 13:39 UTC  (2+ messages)

Patch "pipe: avoid round_pipe_size() nr_pages overflow on 32-bit" has been added to the 4.9-stable tree
 2018-01-19 13:39 UTC 

Patch "pipe: avoid round_pipe_size() nr_pages overflow on 32-bit" has been added to the 4.4-stable tree
 2018-01-19 13:38 UTC 

[PATCH v2 0/3] mmc: renesas_sdhi: add eMMC HS400 mode support
 2018-01-19 13:39 UTC  (4+ messages)
` [PATCH v2 1/3] mmc: tmio: correct treatment of errors during tuning
` [PATCH v2 2/3] mmc: tmio: add eMMC HS400 mode support
` [PATCH v2 3/3] mmc: renesas_sdhi: "

[Qemu-devel] [PATCH V4 0/7] CAN bus support for QEMU (SJA1000 PCI so far)
 2018-01-19 13:37 UTC  (13+ messages)
` [Qemu-devel] [PATCH V4 1/7] CAN bus simple messages transport implementation for QEMU
` [Qemu-devel] [PATCH V4 2/7] CAN bus support to connect bust to Linux host SocketCAN interface
` [Qemu-devel] [PATCH V4 6/7] CAN bus PCM-3680I PCI (dual SJA1000 channel) emulation added

[PATCH] clk: renesas: rcar-gen3: Fix SD divider setting
 2018-01-19 13:38 UTC 

[PATCH] ARM: dts: imx6qdl-udoo: Disable usbh1 to avoid kernel hang
 2018-01-19 13:38 UTC  (4+ messages)

Symmetric / Asymmetric Connection Tracking
 2018-01-19 13:37 UTC 

[PATCH 1/1] Documentation: clk: enable lock is not held for clk_is_enabled API
 2018-01-19 13:37 UTC  (2+ messages)

[PATCH] commands/Kconfig: Fix tpyo
 2018-01-19 13:37 UTC 

Patch "pipe: avoid round_pipe_size() nr_pages overflow on 32-bit" has been added to the 4.14-stable tree
 2018-01-19 13:37 UTC 

[PATCH BlueZ] advertising: Fix crash when if client invalidate property
 2018-01-19 13:37 UTC 

[Intel-wired-lan] [RFC PATCH] e1000e: Remove Other from EIAC
 2018-01-19 13:36 UTC  (5+ messages)

Patch "pipe: avoid round_pipe_size() nr_pages overflow on 32-bit" has been added to the 3.18-stable tree
 2018-01-19 13:36 UTC 

[RFC] drm/i915/guc: Keep GuC log disabled by default
 2018-01-19 13:36 UTC  (3+ messages)

[PATCH target-pending] iscsi-target: make sure to wake up sleeping login worker
 2018-01-19 13:36 UTC  (2+ messages)

Darlehensangebot
 2018-01-19 13:37 UTC 

[igt-dev] [PATCH igt] igt/pm_rps: Include related kernel RPS info
 2018-01-19 13:35 UTC 

[PATCH 1/2] mm/memcg: try harder to decrease [memory,memsw].limit_in_bytes
 2018-01-19 13:35 UTC  (11+ messages)
` [PATCH v5 1/2] mm/memcontrol.c: "
  ` [PATCH v5 2/2] mm/memcontrol.c: Reduce reclaim retries in mem_cgroup_resize_limit()

[PATCH v2 0/6] ethdev: port ownership
 2018-01-19 13:35 UTC  (7+ messages)
` [PATCH v3 0/7] Port ownership and syncronization
  ` [PATCH v3 7/7] app/testpmd: adjust ethdev port ownership

[seabios test] 118175: regressions - FAIL
 2018-01-19 13:34 UTC 

[PATCH] media: v4l: omap_vout: vrfb: Use the wrapper for prep_interleaved_dma()
 2018-01-19 13:34 UTC 

[Bug 198497] New: handle_mm_fault / xen_pmd_val / radix_tree_lookup_slot Null pointer
 2018-01-19 13:33 UTC  (6+ messages)

[PATCH] device: Fix Connect and ConnectProfile returing InProgress error
 2018-01-19 13:33 UTC  (2+ messages)

brcmfmac4329-sdio firmware load failed
 2018-01-19 16:05 UTC  (7+ messages)
      ` sdio failure to initialize on warm boot

[Qemu-devel] [RFC PATCH v4 00/23] replay additions
 2018-01-19 13:33 UTC  (10+ messages)
` [Qemu-devel] [RFC PATCH v4 13/23] cpus: only take BQL for sleeping threads

[PATCH] ARM: sunxi_defconfig: Enable CMA
 2018-01-19 13:32 UTC  (2+ messages)

[PATCH] mtd-utils: remove double hashtable iterator definition
 2018-01-19 13:31 UTC  (3+ messages)

[PATCH] drm/i915/bios: add DP max link rate to VBT child device struct
 2018-01-19 13:35 UTC  (4+ messages)
` [PATCH v2] "

default_type limitations
 2018-01-19 13:29 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/32] Allow configuring the qcow2 L2 cache entry size
 2018-01-19 13:28 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 18/32] qcow2: Update qcow2_get_cluster_offset() to support L2 slices

[Qemu-devel] [PATCH v2] hw/char: remove legacy interface escc_init()
 2018-01-19 13:28 UTC 

[PATCH v2 1/2] mci: drop unused parameter from mci_switch()
 2018-01-19 13:28 UTC  (2+ messages)
` [PATCH v2 2/2] mci: implement command to switch a mmc device to enhanced mode

[RFC] libgpiod public API reviews needed
 2018-01-19 13:28 UTC 

[PATCH 1/1] ARM: dts: sunxi: Add Olimex A20-SOM204-EVB board
 2018-01-19 13:27 UTC  (8+ messages)

[PATCH v1] testpmd: fix incorrect port_id word size
 2018-01-19 13:27 UTC 

decoupling version dependencies from metapackage in debian/ubuntu?
 2018-01-19 13:30 UTC  (2+ messages)

[PATCH] ALSA: hda - Reduce the suspend time consumption for ALC256
 2018-01-19 13:26 UTC 

[PATCH 1/2] mci: drop unused parameter from mci_switch()
 2018-01-19 13:26 UTC  (3+ messages)
` [PATCH 2/2] mci: implement command to switch a mmc device to enhanced mode

[PATCH] examples/ipsec-secgw: try end in flow actions before fail
 2018-01-19 12:33 UTC  (2+ messages)

[PATCH 1/2] crypto/dpaa2_sec: support for scatter gather
 2018-01-19 11:51 UTC  (2+ messages)
` [PATCH 2/2] crypto/dpaa_sec: "

[Bug 98520] System randomly crashes / freezes while playing certain games
 2018-01-19 13:24 UTC  (2+ messages)

[PATCH 4.13 00/43] 4.13.11-stable review
 2018-01-19 13:23 UTC  (7+ messages)
` [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed

[PATCH spark] sparc: vDSO: remove an extra tab
 2018-01-19 13:23 UTC 

[PATCH] rpmsg: smd: Fix double unlock in __qcom_smd_send()
 2018-01-19 13:22 UTC  (2+ messages)

Formally Verified Cryptographic Primitive Implementations
 2018-01-19 13:26 UTC  (3+ messages)

[PATCH v10 0/6] drm/i915: expose RCS topology to userspace
 2018-01-19 13:22 UTC  (7+ messages)
` [PATCH v10 1/6] drm/i915: store all subslice masks
` [PATCH v10 2/6] drm/i915/debugfs: reuse max slice/subslices already stored in sseu
` [PATCH v10 3/6] drm/i915/debugfs: add rcs topology entry
` [PATCH v10 4/6] drm/i915: add rcs topology to error state
` [PATCH v10 5/6] drm/i915: add query uAPI
` [PATCH v10 6/6] drm/i915: expose rcs topology through "

[PATCH] Fix explanation of lower bits in the SPARSEMEM mem_map pointer
 2018-01-19 13:21 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] warp7: add UART6 support
 2018-01-19 13:21 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] serial: mxc: support DTE mode

[PATCH v2] package: Record PE and PR values for shlib dependencies
 2018-01-19 13:20 UTC  (4+ messages)

KASAN: use-after-free Read in fib6_ifup (2)
 2018-01-19 13:19 UTC  (2+ messages)

[U-Boot] [PATCH] ARC: devboards: Allow huge uImages (up to 128 MiB)
 2018-01-19 13:19 UTC 

[PATCH V3 00/10] clk: add imx7ulp clk support
 2018-01-19 13:19 UTC  (5+ messages)
` [PATCH V3 10/10] add imx7ulp support

[U-Boot] [PATCH v8 0/2] DW SPI: Get clock value from Device Tree
 2018-01-19 13:17 UTC  (3+ messages)
` [U-Boot] [PATCH v8 2/2] "

Build errors in v4.4-stable-queue (i386)
 2018-01-19 13:16 UTC  (7+ messages)

[Qemu-devel] [PULL 00/19] machine queue, 2018-01-18
 2018-01-19 13:15 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t] tools/intel_bios_decode: update vbt defs from kernel
 2018-01-19 13:16 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[Qemu-devel] [PATCH qemu v2] RFC: vfio-pci: Allow mmap of MSIX BAR
 2018-01-19 13:15 UTC  (8+ messages)

[PATCH] build: add support for vendor specific ARM cross builds
 2018-01-19 13:15 UTC 

[PATCH-next] IIO: ADC: drop unused 'of_id' struct
 2018-01-19 13:15 UTC  (3+ messages)

[PATCH 00/27] ICL basic enabling + GEM
 2018-01-19 13:14 UTC  (5+ messages)

ghost degraded objects
 2018-01-19 13:14 UTC  (2+ messages)

[PATCH 4.4 000/115] 4.4.107-stable review
 2018-01-19 13:13 UTC  (7+ messages)
` [PATCH 4.4 045/115] sched/deadline: Throttle a constrained deadline task activated after the deadline


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.