All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-10-27 14:50:45 to 2016-10-27 15:20:07 UTC [more...]

[Qemu-devel] [PATCH v5 00/33] MTTCG Base Enabling patches with ARM on x86 defaults
 2016-10-27 15:10 UTC  (32+ messages)
` [Qemu-devel] [PATCH v5 01/33] cpus: make all_vcpus_paused() return bool
` [Qemu-devel] [PATCH v5 02/33] translate_all: DEBUG_FLUSH -> DEBUG_TB_FLUSH
` [Qemu-devel] [PATCH v5 03/33] translate-all: add DEBUG_LOCKING asserts
` [Qemu-devel] [PATCH v5 04/33] cpu-exec: include cpu_index in CPU_LOG_EXEC messages
` [Qemu-devel] [PATCH v5 05/33] docs: new design document multi-thread-tcg.txt (DRAFTING)
` [Qemu-devel] [PATCH v5 06/33] tcg: comment on which functions have to be called with tb_lock held
` [Qemu-devel] [PATCH v5 07/33] linux-user/elfload: ensure mmap_lock() held while setting up
` [Qemu-devel] [PATCH v5 08/33] translate-all: Add assert_(memory|tb)_lock annotations
` [Qemu-devel] [PATCH v5 09/33] tcg: protect translation related stuff with tb_lock
` [PATCH v5 10/33] target-arm/arm-powerctl: wake up sleeping CPUs
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v5 11/33] tcg: move tcg_exec_all and helpers above thread fn
` [Qemu-devel] [PATCH v5 12/33] tcg: cpus rm tcg_exec_all()
` [Qemu-devel] [PATCH v5 13/33] tcg: add options for enabling MTTCG
` [Qemu-devel] [PATCH v5 14/33] tcg: add kick timer for single-threaded vCPU emulation
` [Qemu-devel] [PATCH v5 15/33] tcg: rename tcg_current_cpu to tcg_current_rr_cpu
` [Qemu-devel] [PATCH v5 16/33] tcg: drop global lock during TCG code execution
` [Qemu-devel] [PATCH v5 17/33] cpus: re-factor out handle_icount_deadline
` [Qemu-devel] [PATCH v5 18/33] tcg: remove global exit_request
` [Qemu-devel] [PATCH v5 22/33] atomic: introduce cmpxchg_bool
` [PATCH v5 23/33] *_run_on_cpu: introduce run_on_cpu_data type
` [Qemu-devel] [PATCH v5 24/33] cputlb: add assert_cpu_is_self checks
` [Qemu-devel] [PATCH v5 25/33] cputlb: introduce tlb_flush_* async work
` [Qemu-devel] [PATCH v5 27/33] cputlb: atomically update tlb fields used by tlb_reset_dirty
` [PATCH v5 29/33] target-arm/powerctl: defer cpu reset work to CPU context
` [PATCH v5 30/33] target-arm/cpu: don't reset TLB structures, use cputlb to do it
  ` [Qemu-devel] "
` [PATCH v5 31/33] target-arm: ensure BQL taken for ARM_CP_IO register access
  ` [Qemu-devel] "
` [PATCH v5 32/33] target-arm: helpers which may affect global state need the BQL
` [Qemu-devel] [PATCH v5 33/33] tcg: enable MTTCG by default for ARM on x86 hosts

[PATCH v2 18/30] xen/x86: setup PVHv2 Dom0 ACPI tables
 2016-10-27 15:20 UTC  (12+ messages)

[PATCH] drm/i915/gen9+: Whitelist TIMESTAMP register from BLT ring
 2016-10-27 15:19 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

CONFIG_VMAP_STACK, on-stack struct, and wake_up_bit
 2016-10-27  9:44 UTC  (11+ messages)

[Q] url in bibliography
 2016-10-27 15:19 UTC 

Getting interrupt every million cache misses
 2016-10-27  8:28 UTC  (2+ messages)

[PATCH 0/4] hpsa updates
 2016-10-27 15:19 UTC  (5+ messages)
` [PATCH 1/4] hpsa: correct lockup detector pci_disable_device
` [PATCH 4/4] hpsa: bump driver version

[PATCH 0/5] arm64: dts: hisilicon: Hip06 fix and support Hip07 D05 board
 2016-10-27 15:18 UTC  (6+ messages)
` [PATCH 5/5] tty: amba-pl011: Add earlycon support for SBSA UART

[PATCH v5 00/21] Introduce SoC device/driver framework for EAL
 2016-10-27 15:17 UTC  (22+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/21] eal: generalize PCI kernel driver enum to EAL
  ` [PATCH v6 02/21] eal: generalize PCI map/unmap resource "
  ` [PATCH v6 03/21] eal/linux: generalize PCI kernel unbinding driver "
  ` [PATCH v6 04/21] eal/linux: generalize PCI kernel driver extraction "
  ` [PATCH v6 05/21] eal: define container macro
  ` [PATCH v6 06/21] eal/soc: introduce very essential SoC infra definitions
  ` [PATCH v6 07/21] eal/soc: add SoC PMD register/unregister logic
  ` [PATCH v6 08/21] eal/soc: implement SoC device list and dump
  ` [PATCH v6 09/21] eal: introduce command line enable SoC option
  ` [PATCH v6 10/21] eal/soc: init SoC infra from EAL
  ` [PATCH v6 12/21] eal/soc: extend and utilize devargs
  ` [PATCH v6 13/21] eal/soc: add drv_flags
  ` [PATCH v6 14/21] eal/soc: add intr_handle
  ` [PATCH v6 15/21] eal/soc: add default scan for Soc devices
  ` [PATCH v6 16/21] eal/soc: additional features for SoC
  ` [PATCH v6 17/21] ether: utilize container_of for pci_drv
  ` [PATCH v6 18/21] ether: verify we copy info from a PCI device
  ` [PATCH v6 19/21] ether: extract function eth_dev_get_intr_handle
  ` [PATCH v6 20/21] ether: introduce ethernet dev probe remove
  ` [PATCH v6 21/21] eal/crypto: Support rte_soc_driver/device for cryptodev

[PATCH 0/3] thermal/intel_powerclamp: Conversion to kthread worker API and new CPU hotplug state
 2016-10-27 15:17 UTC  (7+ messages)
` [PATCH 3/3] thermal/intel_powerclamp: Convert to "

[PATCH v8] igt/gem_trtt: Exercise the TRTT hardware
 2016-10-27 15:35 UTC  (2+ messages)
` [PATCH v9] "

[Qemu-devel] [PATCH v1 1/1] block/gluster: memory usage: use one glfs instance per volume
 2016-10-27 15:16 UTC  (3+ messages)

[PATCH] [media] dvb: avoid warning in dvb_net
 2016-10-27 15:09 UTC  (3+ messages)

[SPDK] Static Libraries
 2016-10-27 15:16 UTC 

[PATCH V8 0/8] powerpc/devtree: Add support for 2 new DRC properties
 2016-10-25 21:09 UTC 

[PATCH] mm: remove unnecessary __get_user_pages_unlocked() calls
 2016-10-27  9:35 UTC  (6+ messages)
` [PATCH v2] "

task pool:2509 blocked for more than 120 seconds
 2016-10-27 15:15 UTC  (3+ messages)

[PATCH 0/2] mm: unexport __get_user_pages_unlocked()
 2016-10-27 10:57 UTC  (3+ messages)
` [PATCH 2/2] "

musb RPM sleep-while-atomic in 4.9-rc1
 2016-10-27 15:14 UTC  (11+ messages)

[RFC v1 00/14] Bus1 Kernel Message Bus
 2016-10-27 15:14 UTC  (5+ messages)
` [RFC v1 05/14] bus1: util - pool utility library

[RFC PATCH 0/5] add support for DMO embedded controller
 2016-10-27 15:01 UTC  (2+ messages)

[PATCH v8 0/3] ARM: dts: imx6q: Add Engicam i.CoreM6 dts
 2016-10-27  8:47 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] e1000e: QOM property & configuration cleanups
 2016-10-27 15:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/4] e1000e: Use regular DEFINE_PROP_<type> macros for properties

[RFC PATCH 0/5] Add an overlay manager to handle board capes
 2016-10-27 15:13 UTC  (17+ messages)
` [RFC PATCH 1/5] of: introduce the overlay manager

[Qemu-devel] [PATCH v12 00/19] Support streaming to an intermediate layer
 2016-10-27 15:13 UTC  (3+ messages)
` [Qemu-devel] [PATCH v12 12/19] qemu-iotests: Test "

[PATCH v5 0/7] ARM: ASoC: drm: sun8i: Add DE2 HDMI audio and video
 2016-10-27 15:13 UTC  (7+ messages)
` [PATCH v5 4/7] ASoC: sunxi: Add sun8i I2S driver
  ` [linux-sunxi] "
        ` [alsa-devel] "

[Qemu-devel] [PATCH] curses: build with -std=gnu99
 2016-10-27 15:12 UTC  (3+ messages)

[PATCH v7, 0/8] Add MediaTek USB3 DRD Driver
 2016-10-27 15:05 UTC  (4+ messages)

ubuntu upstart hang due xfs mount hang
 2016-10-27 15:10 UTC  (2+ messages)

[SPDK] NVMF target in the virtualbox
 2016-10-27 15:10 UTC 

[PATCH V8 0/8] powerpc/devtree: Add support for 2 new DRC properties
 2016-10-25 21:05 UTC 

[Qemu-devel] [PULL v1 00/11] Merge qio 2016/10/27
 2016-10-27 15:10 UTC  (2+ messages)

[PATCHv3 0/3] z3fold: background page compaction
 2016-10-27 11:12 UTC  (3+ messages)
` [PATCHv3 1/3] z3fold: make counters atomic
` [PATCHv3 2/3] z3fold: change per-pool spinlock to rwlock

(#106846819) Leon.nu Forwarding Confirmation - Receive Mail from github-bot-2ukJVAZIZ/Y@public.gmane.org
 2016-10-27 15:09 UTC 

[PATCH v2] [media] dvb: avoid warning in dvb_net
 2016-10-27 15:08 UTC 

[RFC PATCH 0/8] Attempt to clean up BUG_ONs for mmc-tree
 2016-10-27  8:14 UTC  (5+ messages)
` [RFC PATCH 1/8] mmc: core: remove BUG_ONs from sdio
` [RFC PATCH 3/8] mmc: core: remove BUG_ONs from mmc

[PATCH] KVM: arm/arm64: Kick VCPUs when queueing already pending IRQs
 2016-10-27 15:08 UTC  (2+ messages)

[PATCH 0/2] Few pinctrl-single clean-ups
 2016-10-27 15:00 UTC  (6+ messages)
` [PATCH 1/2] pinctrl: single: Drop custom names

[PATCH 1/2] PCI: hisi: add PCIe driver support for HiSilicon STB SoCs
 2016-10-27 15:06 UTC  (3+ messages)

[ath9k-devel] [NOT FOR MERGE] ath9k: work around key cache corruption
 2016-10-27 15:06 UTC  (7+ messages)
      `  "

[PATCH v2] ARM: dts: imx53-qsb: Fix regulator constraints
 2016-10-27 15:06 UTC 

[PATCH] mmc: Hynix: add QUIRK_NOTIFY_POWEROFF_ON_SLEEP
 2016-10-27 15:06 UTC  (3+ messages)

[RFC 0/8] Define coherent device memory node
 2016-10-27 15:05 UTC  (15+ messages)

[PATCH 19/28] brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_ap
 2016-10-27 15:05 UTC  (3+ messages)
  ` [19/28] "

[PATCH RDS v1] rds: debug messages are enabled by default
 2016-10-27  9:46 UTC 

[PATCH stable 3.10.y 00/18] Backport crypto fixes
 2016-10-27 15:06 UTC  (2+ messages)

recovering failed raid5
 2016-10-27 15:06 UTC 

[PATCH v2 for-4.8] x86/hvm: Don't truncate the hvm hypercall index before range checking it
 2016-10-27 15:05 UTC 

[PATCH V8 0/8] powerpc/devtree: Add support for 2 new DRC properties
 2016-10-25 22:06 UTC 

[Qemu-devel] [PATCH] curses: build with -std=gnu99
 2016-10-27 15:04 UTC  (2+ messages)

[PATCH v5 0/7] tpm: cleanup/fixes in existing event log support
 2016-10-27 15:05 UTC  (12+ messages)
` [PATCH v5 7/7] tpm: replace or remove printk error messages

[PATCH] doc: fix mlx5 features overview
 2016-10-27 15:04 UTC 

starting with jewel v10.2.5
 2016-10-27 15:04 UTC  (5+ messages)

How to implement a EGL or DRM display in VA-API driver
 2016-10-27 15:03 UTC  (2+ messages)

[PATCH net-next v1 00/16] tipc: socket layer improvements
 2016-10-27 15:03 UTC  (3+ messages)
` [PATCH net-next v1 13/16] tipc: create TIPC_DISCONNECTING as a new sk_state

[Bug 98398] Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU with runtime PM
 2016-10-27  9:06 UTC  (4+ messages)
  ` Acer Aspire V7-582PG (Haswell, GTX 750M) fails to power off GPU via Power Resources

[PATCH] features: declare the Credit2 scheduler as Supported
 2016-10-27 15:01 UTC  (4+ messages)

pull-request: iwlwifi 2016-10-25
 2016-10-27 15:02 UTC  (2+ messages)

[PATCH 0/3] Add Mediatek CIRQ interrupt controller
 2016-10-27 15:02 UTC  (4+ messages)
` [PATCH 2/3] irqchip: mtk-cirq: Add mediatek mtk-cirq implement
    ` [SPAM][PATCH "

[PATCH v2 0/9] irqchip: meson: add support for the gpio interrupt controller
 2016-10-27  9:40 UTC  (5+ messages)
` [PATCH v2 2/9] dt-bindings: interrupt-controller: add DT binding for meson GPIO "

[PATCH v7] spi: sun4i: Allow transfers larger than FIFO size
 2016-10-27 11:14 UTC  (3+ messages)

ICMP redirects behavior
 2016-10-27 15:01 UTC 

[PATCH v10 0/6] add Tx preparation
 2016-10-27 15:01 UTC  (4+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/6] ethdev: "

[PATCH] ibsim/Makefile: Add install rpath to linker
 2016-10-27 15:00 UTC  (2+ messages)

[PATCH 0/8] PVH v2 support
 2016-10-27 15:00 UTC  (7+ messages)
` [PATCH 8/8] xen/pvh: Enable CPU hotplug
  ` [Xen-devel] "

[PATCH v2 0/7] xenstore: support reading directory with many children
 2016-10-27 15:00 UTC  (3+ messages)
` [PATCH v2 6/7] xenstore: add support for "

[refpolicy] [PATCH v2 2/4] gpg: add new socket paths
 2016-10-27 14:59 UTC 

rados and the next jewel release v10.2.4
 2016-10-27  9:32 UTC 

[PATCH 00/04] arm64: dts: r8a7795: Initial IPMMU upstream integration
 2016-10-27 10:29 UTC  (3+ messages)
` [PATCH 02/04] arm64: dts: r8a7795: Hook up SYS-DMAC to IPMMU
` [PATCH 03/04] arm64: dts: r8a7795: Point FCP devices "

[PATCH (net.git) 0/3] stmmac: fix PTP support
 2016-10-27 10:25 UTC  (3+ messages)
` [PATCH (net.git) 2/3] stmmac: fix PTP support for GMAC4

[GIT PULL] SCSI fixes for 4.9-rc2
 2016-10-27 14:58 UTC 

[Qemu-devel] [PATCH v2] xenfv: set has_acpi_build to false
 2016-10-27 14:58 UTC  (3+ messages)
`  "

[PATCH v2] btrfs: change btrfs_csum_final result param type to u8
 2016-10-27  7:54 UTC  (3+ messages)

[PATCH] Avoid that SCSI device removal through sysfs triggers a deadlock
 2016-10-27  9:36 UTC  (2+ messages)

[LTP] new shell library
 2016-10-27 14:58 UTC  (10+ messages)

[Qemu-devel] [PATCH v3 0/8] qdev class properties + abstract class support on device-list-properties
 2016-10-27 14:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 5/8] qdev: Register static properties as class properties

[GIT PULL] Orangefs update for 4.9 rc2
 2016-10-27 14:57 UTC 

[PATCHv2 iproute2 net-next] tc: m_mirred: Fix parsing of 'index' optional argument
 2016-10-27 14:56 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 00/11] qapi doc generation (whole version, squashed)
 2016-10-27 14:55 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 05/11] docs: add qapi texi template

[PATCH] sparc64: Make SLUB the default allocator
 2016-10-27 14:55 UTC  (3+ messages)

[PATCH 3/3] stk1160: Remove VIDEO_STK1160_AC97 and SND_AC97_CODEC from Kconfig and Makefile
 2016-10-27  9:10 UTC 

[RFC PATCH v2 0/9] Introduce writeback connectors
 2016-10-27 10:07 UTC  (4+ messages)
` [RFC PATCH v2 8/9] drm: writeback: Add out-fences for "

[PATCH 0/5] add NS2 support to bgmac
 2016-10-27  9:17 UTC  (3+ messages)
` [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to amac

[Qemu-devel] [PATCH v2 0/3] Improve truncation behavior of memory-backend-file
 2016-10-27 14:55 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/3] hostmem-file: make option 'size' optional

[Qemu-devel] [Bug 1285508] Re: [ppa 2.0~git-20140225] mouse cursor invisible with Ubuntu live system
 2016-10-27 14:36 UTC 

[PATCH v3 0/4] Add DT support for DA8xx
 2016-10-27  9:34 UTC  (2+ messages)
` [PATCH v3 3/4] usb: musb: da8xx: Add DT support for the DA8xx driver

[Qemu-arm] [PATCH v3] net: smc91c111: check packet number and data register index
 2016-10-27 14:47 UTC  (2+ messages)
` [Qemu-devel] "

[kernel-hardening] [PATCH v3 0/7] arm64: Privileged Access Never using TTBR0_EL1 switching
 2016-10-27 14:54 UTC  (6+ messages)
` [kernel-hardening] "

[PATCH v3] drivers: psci: PSCI checker module
 2016-10-27 14:54 UTC  (11+ messages)

[PATCH 0/2] Add new resets for pcie-rockchip
 2016-10-27 14:54 UTC  (4+ messages)
` [PATCH 1/2] PCI: rockchip: Add three new resets as required properties

[Qemu-devel] [PULL 0/1] seabios: update to 1.10.0 release
 2016-10-27 14:52 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] "

Add Allwinner Q8 tablets hardware manager
 2016-10-27 14:53 UTC  (7+ messages)

[PATCH] thinkpad_acpi: Add support for X1 Yoga (2016) Tablet Mode
 2016-10-27 14:52 UTC  (3+ messages)

Expanding Includes in .gitignore
 2016-10-27 10:50 UTC  (2+ messages)

Documentation/media/uapi/cec/ sporadically unnecessarily rebuilding
 2016-10-27 14:52 UTC  (3+ messages)

[PATCH net-next 0/2] mlx4 XDP TX refactor
 2016-10-27 14:52 UTC  (3+ messages)
` [PATCH net-next 1/2] net/mlx4_en: Add TX_XDP for CQ types
` [PATCH net-next 2/2] net/mlx4_en: Refactor the XDP forwarding rings scheme

patch "tty: limit terminal size to 4M chars" added to tty-linus
 2016-10-27 14:42 UTC 

Build regressions/improvements in v4.9-rc1
 2016-10-27 10:04 UTC  (5+ messages)

[PATCH rdma-core 0/7] libhns: userspace library for hns
 2016-10-27 14:51 UTC  (5+ messages)
` [PATCH rdma-core 1/7] libhns: Add initial main frame

[PATCH v6 0/2] OV5645 camera sensor driver
 2016-10-27  7:50 UTC  (10+ messages)
` [PATCH v6 2/2] media: Add a driver for the ov5645 camera sensor

[PATCH V8 0/8] powerpc/devtree: Add support for 2 new DRC properties
 2016-10-26 15:23 UTC  (2+ messages)
` [PATCH V8 1/8] powerpc/firmware: Add definitions for new firmware features

A question regarding "multiple SGL"
 2016-10-27 14:50 UTC  (7+ 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.