All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-31 16:38:40 to 2018-05-31 17:16:28 UTC [more...]

[Qemu-devel] [PULL 00/53] Misc patches for 2018-05-31
 2018-05-31 17:16 UTC  (52+ messages)
` [Qemu-devel] [PULL 01/53] sandbox: disable -sandbox if CONFIG_SECCOMP undefined
` [Qemu-devel] [PULL 02/53] vfio: Include "exec/address-spaces.h" directly in the source file
` [Qemu-devel] [PULL 03/53] accel: Do not include "exec/address-spaces.h" if it is not necessary
` [Qemu-devel] [PULL 04/53] target: "
` [Qemu-devel] [PULL 05/53] memory: Do not include "exec/ioport.h" "
` [Qemu-devel] [PULL 06/53] target/i386: "
` [Qemu-devel] [PULL 07/53] target/xtensa: Include "qemu/timer.h" to use NANOSECONDS_PER_SECOND
` [Qemu-devel] [PULL 08/53] target/ppc: Include "exec/exec-all.h" which provides tlb_flush()
` [Qemu-devel] [PULL 09/53] target/hppa: Include "qemu/log.h" to use qemu_log()
` [Qemu-devel] [PULL 10/53] target: Do not include "exec/exec-all.h" if it is not necessary
` [Qemu-devel] [PULL 11/53] nios2: do not include exec-all.h from cpu.h
` [Qemu-devel] [PULL 12/53] hw: Do not include "exec/ioport.h" if it is not necessary
` [Qemu-devel] [PULL 13/53] hw: Do not include "exec/address-spaces.h" "
` [Qemu-devel] [PULL 14/53] hw: Do not include "sysemu/block-backend.h" "
` [Qemu-devel] [PULL 15/53] hw: Do not include "sysemu/blockdev.h" "
` [Qemu-devel] [PULL 16/53] "
` [Qemu-devel] [PULL 17/53] hw/block/nvme: Include "qemu/cutils.h" directly in the source file
` [Qemu-devel] [PULL 18/53] hw/misc/mips_itu: Cleanup includes
` [Qemu-devel] [PULL 19/53] hw/misc/sga: Use the correct ISA include
` [Qemu-devel] [PULL 20/53] hw/hppa: Remove unused include
` [Qemu-devel] [PULL 21/53] hw/i386/pc: "
` [Qemu-devel] [PULL 22/53] hw/ide: "
` [Qemu-devel] [PULL 23/53] hw: Clean "hw/devices.h" includes
` [Qemu-devel] [PULL 24/53] qom: Document qom/device-list-properties implementation specific
` [Qemu-devel] [PULL 25/53] qom: support orphan objects in object_get_canonical_path
` [Qemu-devel] [PULL 26/53] virtio: free MemoryRegionCache when initialization fails
` [Qemu-devel] [PULL 27/53] memory.h: Fix typo in documentation comment
` [Qemu-devel] [PULL 28/53] memory: get rid of memory_region_init_reservation
` [Qemu-devel] [PULL 29/53] memory: delete struct AddressSpaceOps
` [Qemu-devel] [PULL 30/53] hw/isa/superio: Fix inconsistent use of Chardev->be
` [Qemu-devel] [PULL 31/53] mux: fix ctrl-a b again
` [Qemu-devel] [PULL 32/53] memfd: Avoid Coverity warning about integer overflow
` [Qemu-devel] [PULL 33/53] exec.c: Initialize sa_flags passed to sigaction()
` [Qemu-devel] [PULL 34/53] WHPX: dynamically load WHP libraries
` [Qemu-devel] [PULL 35/53] WHPX: fix some compiler warnings
` [Qemu-devel] [PULL 36/53] qemu-options: Mark the non-functional -clock option as deprecated
` [Qemu-devel] [PULL 37/53] tcg: remove softfloat from --disable-tcg builds
` [Qemu-devel] [PULL 39/53] ipmi: Use proper struct reference for KCS vmstate
  ` [Qemu-devel] [PULL 40/53] docs/interop: add "firmware.json"
  ` [Qemu-devel] [PULL 41/53] gdbstub: Prevent fd leakage
  ` [Qemu-devel] [PULL 42/53] virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhere
  ` [Qemu-devel] [PULL 43/53] scripts/update-linux-headers: Handle __aligned_u64
  ` [Qemu-devel] [PULL 44/53] scripts/update-linux-headers: Handle kernel license no longer being one file
  ` [Qemu-devel] [PULL 45/53] target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATED
  ` [Qemu-devel] [PULL 47/53] target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIME
  ` [Qemu-devel] [PULL 48/53] hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::init
  ` [Qemu-devel] [PULL 49/53] hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
  ` [Qemu-devel] [PULL 50/53] qdev: Simplify the SysBusDeviceClass::init path
  ` [Qemu-devel] [PULL 51/53] qdev: Remove DeviceClass::init() and ::exit()
  ` [Qemu-devel] [PULL 52/53] char: Remove unwanted crlf conversion
  ` [Qemu-devel] [PULL 53/53] memory: Make operations using MemoryRegionIoeventfd struct pass by pointer

[PATCH] [PATCH v3] ASoC: Intel: kbl: Move codec sysclk config to codec_init function
 2018-05-31 17:18 UTC  (2+ messages)
` [PATCH] [PATCH v4] "

[PATCH 0/4] xfs-4.18: fix rtdev programming errors
 2018-05-31 17:15 UTC  (11+ messages)
` [PATCH 1/4] xfs: xfs_rtword_t should be unsigned, not signed
` [PATCH 2/4] xfs: xfs_rtbuf_get should check the bmapi_read results
` [PATCH 3/4] xfs: strengthen rtalloc query range checks
` [PATCH 4/4] xfs: fix xfs_rtalloc_rec units

[PATCH v2] net/mlx4_en: fix potential use-after-free with dma_unmap_page
 2018-05-31 17:15 UTC  (4+ messages)
` [PATCH v3] "

[Qemu-devel] [PATCH v13 00/12] Multifd
 2018-05-31 17:14 UTC  (3+ messages)
` [Qemu-devel] [PATCH v13 04/12] migration: Calculate transferred ram correctly

[RFTv3 0/6] Runtime PM support for wlcore
 2018-05-31 17:14 UTC  (4+ messages)
` [RFT 3/6] wlcore: Add support for runtime PM

[PATCH 00/15] fsi: Overall improvements and new SBE fifo driver
 2018-05-31 17:13 UTC  (4+ messages)
` [PATCH 05/15] fsi/fsi-master-gpio: Add "no-gpio-delays" option
  ` [PATCH] dt-bindings: fsi-master-gpio: Document "no-gpio-delays" property

[PATCH 0/5] rpmsg: Convert to use SPDX license identifiers
 2018-05-31 17:11 UTC  (18+ messages)
` [PATCH 1/5] rpmsg: Switch to SPDX license identifier
` [PATCH 2/5] rpmsg: virtio_rpmsg_bus: "
` [PATCH 3/5] rpmsg: smd: "
` [PATCH 4/5] rpmsg: glink: "
` [PATCH 5/5] rpmsg: char: "

[PATCH v2] arm64: allwinner: a64-amarula-relic: Enable AP6330 WiFi support
 2018-05-31 17:11 UTC  (8+ messages)
    ` [linux-sunxi] "

elevator init cleanups
 2018-05-31 17:11 UTC  (7+ messages)
` [PATCH 1/6] block: move initialization of elevator-related fields to blk_alloc_queue_node
` [PATCH 2/6] block: unexport elevator_init/exit
` [PATCH 3/6] block: remove the always unused name argument to elevator_init
` [PATCH 4/6] block: move sysfs_lock into elevator_init
` [PATCH 5/6] block: split the blk-mq case from elevator_init
` [PATCH 6/6] blk-mq: defer I/O scheduler initialization until add_disk

[PATCH] PCI: Check for PCIe downtraining conditions
 2018-05-31 17:11 UTC  (11+ messages)

(unknown),
 2018-05-31 17:11 UTC 

[PATCH v4] xpad: Add GPD Win 2 Controller USB IDs
 2018-05-31 17:10 UTC  (3+ messages)

Enabling EVM on NFS mounts
 2018-05-31 17:09 UTC  (3+ messages)

[PATCH v2 0/2] arm64: align KPTI interface with x86
 2018-05-31 17:08 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: capabilities: add nopti command line argument
` [PATCH v2 2/2] arm64: cpufeature: always log KPTI setting on boot

[Buildroot] [PATCH 1/1] jpeg-turbo: add license details
 2018-05-31 17:08 UTC 

drivers/phy/motorola/phy-mapphone-mdm6600.c:188:16: warning: is used uninitialized in this function
 2018-05-31 17:08 UTC  (2+ messages)

[Qemu-devel] [Bug 1766904] [NEW] Creating high hdd load (with constant fsyncs) on a SATA disk leads to freezes and errors in guest dmesg
 2018-05-31 16:52 UTC  (2+ messages)
` [Qemu-devel] [Bug 1766904] "

is there a reason pre-commit.sample uses "git diff-index"?
 2018-05-31 17:05 UTC  (2+ messages)

[PATCH v2 0/2] slimbus: Add QCOM SLIMBus NGD driver
 2018-05-31 17:06 UTC  (2+ messages)

[PATCH] malloc: fix pad erasing
 2018-05-31 17:05 UTC 

phy: mapphone-mdm6600: Fix wrong enum used for status lines
 2018-05-31 17:05 UTC  (2+ messages)
` [PATCH] "

[PATCH] i2c: qup: fix building without CONFIG_ACPI
 2018-05-31 17:05 UTC  (2+ messages)

[PATCH] nvmet: filter newlines from user input
 2018-05-31 17:05 UTC  (2+ messages)

[PATCH] drm/amdgpu: add kernel DOC for ioctls in amdgpu_cs.c file
 2018-05-31 17:04 UTC  (7+ messages)

[Buildroot] [PATCH v4 1/1] flatcc: new package
 2018-05-31 17:04 UTC 

[PATCH 0/3] ASoC: make simple-card a bit more versatile
 2018-05-31 17:02 UTC  (5+ messages)
` [PATCH 2/3] ASoC: simple-card: make sysclk index configurable

[Buildroot] [PATCH 1/1] libjpeg: use SPDX short identifier
 2018-05-31 17:02 UTC 

[PATCH] Allow bluetoothd to call methods on dbus' system bus
 2018-05-31 17:02 UTC  (3+ messages)

[PATCH v3 0/3] NVMF/RDMA 16K Inline Support
 2018-05-31 17:02 UTC  (8+ messages)
` [PATCH v3 1/3] nvme-rdma: correctly check for target keyed sgl support

[PATCH v3 net-next] net: stmmac: Add Flexible PPS support
 2018-05-31 17:01 UTC 

nfs-utils-2.3.2: glitch crashes build
 2018-05-31 17:01 UTC  (6+ messages)

[PATCH] staging: mt7621-eth: Remove extra line in mtk_set_link_ksettings()
 2018-05-31 17:00 UTC  (2+ messages)

Is "unmount -f" worked as expected?
 2018-05-31 16:51 UTC  (5+ messages)

[PATCH] staging: mt7621-eth: fix line over 80 char in mtk_set_link_ksettings()
 2018-05-31 17:00 UTC  (2+ messages)

[PATCH] mfd: cros_ec_dev: Don't advertise junk features on failure
 2018-05-31 17:00 UTC  (2+ messages)

[PATCH 0/4 V2] Remove a few macros
 2018-05-31 16:58 UTC  (2+ messages)

linux-next: Tree for May 31
 2018-05-31 16:58 UTC  (2+ messages)
` linux-next: Tree for May 31 (media/radio/radio-aimslab.c)

[PATCH 1/3] staging: rtlwifi: Fix "Trafic"->"Traffic"
 2018-05-31 16:57 UTC  (3+ messages)

[PATCH 4.16 000/272] 4.16.13-stable review
 2018-05-31 16:57 UTC  (6+ messages)
` [PATCH 4.16 269/272] pinctrl: msm: Use dynamic GPIO numbering

OpenBMC Fix-It
 2018-05-31 16:57 UTC  (2+ messages)

[meta-oe][master-next][PATCH 00/11] reorder variable
 2018-05-31 16:56 UTC  (3+ messages)
` [meta-oe][master-next][PATCH 09/11] json-spirit: variable cleanup

[Intel-gfx] [PATCH i-g-t 1/3] lib: Assert that we do manage to submit at least one batch when measuring
 2018-05-31 16:57 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 3/3] lib: Double check ring measurement
    `  "

general protection fault in wb_workfn (2)
 2018-05-31 16:56 UTC  (8+ messages)

[PATCH v8 0/7] PCI: Fixes and cleanups for native PCIe, SHPC and ACPI hotplug
 2018-05-31 16:55 UTC  (7+ messages)
` [PATCH v8 2/7] PCI: Introduce shpchp_is_native()

[PATCH v2 00/17] arm64 SSBD (aka Spectre-v4) mitigation
 2018-05-31 16:55 UTC  (5+ messages)

[PATCH v2 00/21] use match_string() helper
 2018-05-31 16:55 UTC  (4+ messages)
` [v2,01/21] usb: phy: "
  ` [PATCH v2 01/21] "

[PATCH v5 00/10] track CPU utilization
 2018-05-31 16:54 UTC  (5+ messages)
` [PATCH v5 07/10] sched/irq: add irq utilization tracking

[lustre-devel] [PATCH v2 0/6] staging: lustre: llite: remaining xattr patches
 2018-05-31 16:54 UTC  (4+ messages)
` [lustre-devel] [PATCH v2 6/6] staging: lustre: mdc: use large xattr buffers for old servers
  `  "

[PATCH net-next] netfilter: nf_tables: check msg_type before nft_trans_set(trans)
 2018-05-31 16:53 UTC 

[PATCH] nvme-fabrics: allow internal passthrough command on deleting controllers
 2018-05-31 16:52 UTC  (2+ messages)

[PATCH v1 0/2] Add NOTIFY_SEI notification type support
 2018-05-31 16:51 UTC  (5+ messages)
` [PATCH v1 2/2] arm64: handle NOTIFY_SEI notification by the APEI driver

[PATCH] dt-bindings: arm: Remove obsolete insignal-boards.txt
 2018-05-31 16:50 UTC  (3+ messages)

[PATCH v2 0/3] USB host: Add USB ehci support for nuvoton npcm7xx
 2018-05-31 16:49 UTC  (4+ messages)
` [v2,2/3] USB: DT probing support to ehci-npcm7xx
  ` [PATCH v2 2/3] "

[meta-python][PATCH v2 1/3] meta-python: Add python-pyflame recipe
 2018-05-31 16:48 UTC  (4+ messages)
  ` [oe] "

[PATCH -next] nvmet: fix error return code in nvmet_file_ns_enable()
 2018-05-31 16:49 UTC  (4+ messages)

[PATCH -next] nvmet: fix a typo in nvmet_file_ns_enable()
 2018-05-31 16:48 UTC  (4+ messages)

[PATCH 0/3] Stingray thermal driver support
 2018-05-31 16:48 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: thermal: Add binding document for SR thermal

[MPTCP] [Weekly meetings] MoM - 31th of May 2018
 2018-05-31 16:48 UTC 

[PATCH] nvme: trace: add disk name to tracepoints
 2018-05-31 16:47 UTC  (3+ messages)

[PATCH] net/cxgbe: report configured link auto-negotiation
 2018-05-31 16:47 UTC  (2+ messages)

[Qemu-devel] [PATCH] Fix hang with -L and symlink loop
 2018-05-31 16:43 UTC  (5+ messages)

[U-Boot] [PATCH v3 0/2] sunxi: fix eMMC stability issues on A64
 2018-05-31 16:43 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/2] sunxi-mmc: use new mode "

Can printk() sleep at runtime?
 2018-05-31 16:42 UTC  (5+ messages)

[PATCH v9 0/7] Enable cpuset controller in default hierarchy
 2018-05-31 16:42 UTC  (9+ messages)
` [PATCH v9 3/7] cpuset: Add cpuset.sched.load_balance flag to v2

[PATCH 00/13] Bluetooth: Add RTL8723BS support
 2018-05-31 16:42 UTC  (5+ messages)
` [PATCH 01/13] dt-bindings: net: bluetooth: add support for Realtek Bluetooth chips

drm/i915: virtual PCH and PCH_NOP fixes
 2018-05-31 16:41 UTC  (3+ messages)
` [PATCH 4/4] drm/i915: fix PCH_NOP setting for non-PCH platforms

[PATCH for-4.11 0/2] xenstore: reduce use of unsafe conversions
 2018-05-31 16:41 UTC  (5+ messages)

[PATCH] PCI: hv: Do not wait forever on a device that has disappeared
 2018-05-31 16:40 UTC  (5+ messages)

[PATCH V3 0/5] selinux:Significant reduce of preempt_disable holds
 2018-05-31 16:40 UTC  (8+ messages)

Git Vulnerability Announced?
 2018-05-31 16:39 UTC  (4+ messages)

[PATCH] xfs: convert to SPDX license tags
 2018-05-31 16:39 UTC  (3+ messages)

[patch 0/4] dm-writecache patches
 2018-05-31 16:39 UTC  (17+ messages)
` [patch 4/4] dm-writecache: use new API for flushing

[PATCH v2 0/6] Add MCAN Support for dra76x
 2018-05-31 16:39 UTC  (12+ messages)
` [PATCH v2 1/6] ARM: dra762: hwmod: Add MCAN support

[PATCH][next] aio: fix missing break in switch statement
 2018-05-31 16:39 UTC  (2+ messages)

[RFC] switch mips to use the generic dma map ops
 2018-05-31 16:38 UTC  (4+ messages)
` [PATCH 05/25] MIPS: Octeon: refactor swiotlb code

[Qemu-devel] [PATCH 00/13] 9p: Add support for Darwin
 2018-05-31 16:37 UTC  (4+ messages)
` [Qemu-devel] [PATCH 11/13] 9p: darwin: Mark mknod as unsupported


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.