All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-25 14:02:01 to 2018-04-25 14:37:59 UTC [more...]

[Qemu-devel] [PATCH 0/6] qapi: introduce the SysEmuTarget enumeration
 2018-04-25 14:37 UTC  (3+ messages)

[PATCH v2 00/10] Compute and consume generation numbers
 2018-04-25 14:37 UTC  (8+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 5/9] ref-filter: use generation number for --contains
  ` [PATCH v4 00/10] Compute and consume generation numbers

Repeating "unregister_netdevice: waiting for lo to become free" caused by upstream 76da0704507bb ("ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER")
 2018-04-25 14:30 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/13] Drop compile time limit on number of serial ports
 2018-04-25 14:37 UTC  (8+ messages)
` [Qemu-devel] [PATCH 01/13] hw/char/serial: Allow disconnected chardevs
` [Qemu-devel] [PATCH 02/13] hw/arm/fsl-imx*: Don't create "null" chardevs for serial devices
` [Qemu-devel] [PATCH 03/13] hw/mips/boston.c: "

[Qemu-devel] [PATCH v2 0/5] Enable postcopy RDMA live migration
 2018-04-25 14:35 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/5] migration: disable RDMA WRITE after postcopy started
` [Qemu-devel] [PATCH v2 2/5] migration: create a dedicated connection for rdma return path
` [Qemu-devel] [PATCH v2 3/5] migration: remove unnecessary variables len in QIOChannelRDMA
` [Qemu-devel] [PATCH v2 4/5] migration: implement bi-directional RDMA QIOChannel
` [Qemu-devel] [PATCH v2 5/5] migration: Stop rdma yielding during incoming postcopy

[PATCH] doc: fix build issue with pdf doc
 2018-04-25 14:37 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/9] block: Add COR filter driver
 2018-04-25 14:36 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 3/9] block: Add BDRV_REQ_WRITE_UNCHANGED flag

[Qemu-devel] [PATCH 00/19] uninorth fixes/mac_newworld board wiring improvements
 2018-04-25 14:35 UTC  (10+ messages)
` [Qemu-devel] [PATCH 17/19] uninorth: create new uninorth device

[PATCH 0/8] drm/i915: per context slice/subslice powergating
 2018-04-25 14:35 UTC  (4+ messages)
` [PATCH 6/8] drm/i915: reprogram NOA muxes on context switch when using perf

[PATCH][RFC] sstate: allow specifying indirect dependencies to exclude from sysroot
 2018-04-25 14:35 UTC  (2+ messages)

[PATCH v2 0/5] crypto: Speck support
 2018-04-25 14:33 UTC  (8+ messages)

[meta-networking][rocko][PATCH v2 1/2] kernel_wireless_regdb: Add class for embedding regulatory data into the kernel
 2018-04-25 14:33 UTC  (2+ messages)
` [meta-networking][rocko][PATCH v2 2/2] wireless-regdb: Bump version to latest upstream 2017.12.23

[RFC] mm: kmemleak: replace __GFP_NOFAIL to GFP_NOWAIT in gfp_kmemleak_mask
 2018-04-25 14:33 UTC  (9+ messages)

[U-Boot] [PATCH v10 0/3] Why netboot:
 2018-04-25 14:33 UTC  (6+ messages)
` [U-Boot] [PATCH v10 3/3] Adding wget

ANN: SELinux userspace 2.8-rc1 release candidate
 2018-04-25 14:32 UTC  (7+ messages)

[PATCH v6 0/7] clk: meson-axg: Add AO Cloclk and Reset driver
 2018-04-25 14:32 UTC  (6+ messages)

[PATCH iproute2] json_print: fix print_uint hidden type promotion
 2018-04-25 14:30 UTC  (2+ messages)
` [PATCH iproute2 v2] json_print: Fix hidden 64-bit "

[Qemu-devel] [PATCH v12 00/17] ARM SMMUv3 Emulation Support
 2018-04-25 14:16 UTC  (36+ messages)
` [Qemu-arm] [PATCH v12 01/17] hw/arm/smmu-common: smmu base device and datatypes
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v12 02/17] hw/arm/smmu-common: IOMMU memory region and address space setup
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v12 03/17] hw/arm/smmu-common: VMSAv8-64 page table walk
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v12 04/17] hw/arm/smmuv3: Skeleton
` [Qemu-arm] [PATCH v12 05/17] hw/arm/smmuv3: Wired IRQ and GERROR helpers
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v12 06/17] hw/arm/smmuv3: Queue helpers
` [Qemu-arm] [PATCH v12 07/17] hw/arm/smmuv3: Implement MMIO write operations
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v12 08/17] hw/arm/smmuv3: Event queue recording helper
` [Qemu-arm] [PATCH v12 09/17] hw/arm/smmuv3: Implement translate callback
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v12 10/17] hw/arm/smmuv3: Abort on vfio or vhost case
` [Qemu-arm] [PATCH v12 11/17] target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v12 12/17] hw/arm/virt: Add SMMUv3 to the virt board
` [Qemu-devel] [PATCH v12 13/17] hw/arm/virt-acpi-build: Add smmuv3 node in IORT table
` [Qemu-devel] [PATCH v12 14/17] hw/arm/virt: Introduce the iommu option
` [Qemu-arm] [PATCH v12 15/17] hw/arm/smmuv3: Cache/invalidate config data
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v12 16/17] hw/arm/smmuv3: IOTLB emulation
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v12 17/17] hw/arm/smmuv3: Add notifications on invalidation
  ` [Qemu-devel] "

[meta-networking][rocko][PATCH 1/2] kernel_wireless_regdb: Add class for embedding regulatory data into the kernel
 2018-04-25 14:30 UTC  (6+ messages)
  ` [OE-core] "
` ✗ patchtest: failure for "[meta-networking,rocko] kernel..." and 1 more

[LTP] Ticket tracking system for LTP
 2018-04-25 14:29 UTC  (7+ messages)

[virtio-dev] [RFC] VIRTIO_F_IO_BARRIER: use I/O barriers in driver
 2018-04-25 14:29 UTC  (3+ messages)
` [virtio-dev] "

[PATCH] mfd: omap-usb-host: Fix dts probe of children
 2018-04-25 14:29 UTC 

[Qemu-devel] [PATCH v3 00/46] fix building of tests/tcg
 2018-04-25 14:28 UTC  (18+ messages)
` [Qemu-devel] [PATCH v3 25/46] tests/tcg/i386/test-i386: fix printf format
` [Qemu-devel] [PATCH v3 28/46] tests/tcg/aarch64: add Makefile.target
` [Qemu-devel] [PATCH v3 29/46] tests/tcg/aarch64: add fcvt test cases for AArch64
` [Qemu-devel] [PATCH v3 38/46] tests/tcg: enable building for HPPA
` [Qemu-devel] [PATCH v3 39/46] tests/tcg: enable building for m68k
` [Qemu-devel] [PATCH v3 40/46] tests/tcg: enable building for sh4
` [Qemu-devel] [PATCH v3 45/46] tests/Makefile.include: add [build|clean|check]-tcg targets

[PATCH v2 00/10] xen/arm64: Suspend preconditions and CPU hotplug fixes
 2018-04-25 14:28 UTC  (6+ messages)
` [PATCH v2 07/10] xen/arm: Release maintenance interrupt when CPU is hot-unplugged

[PATCH 00/24] Backport Speculation Control support for 4.4
 2018-04-25 14:28 UTC  (16+ messages)
` [PATCH 15/24] KVM: nVMX: Eliminate vmcs02 pool
` [PATCH 16/24] KVM: VMX: introduce alloc_loaded_vmcs
` [PATCH 17/24] KVM: VMX: make MSR bitmaps per-VCPU
` [PATCH 18/24] KVM/x86: Add IBPB support
` [PATCH 19/24] KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
` [PATCH 20/24] KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
` [PATCH 22/24] KVM/x86: Remove indirect MSR op calls from SPEC_CTRL

[PATCH v2] tzdata: fix a typo
 2018-04-25 14:28 UTC 

[PATCH v2] compress/isal: ISA-L compression PMD
 2018-04-25 14:25 UTC  (5+ messages)
` [PATCH v3 00/11] add "
  ` [PATCH v3 10/11] compress/isal: add generic compression driver docs

[RFC v2 0/2] kvm "fake DAX" device flushing
 2018-04-25 14:25 UTC  (12+ messages)
` [RFC v2 1/2] virtio: add pmem driver
  ` [Qemu-devel] "
` [RFC v2 2/2] pmem: device flush over VIRTIO
  ` [Qemu-devel] "
` [RFC v2] qemu: Add virtio pmem device
  ` [Qemu-devel] "

[PATCH v6 0/5] get the information and data of EEPROM
 2018-04-25 14:24 UTC  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/5] ethdev: add access to eeprom
  ` [PATCH v7 2/5] examples/ethtool: add a new command module-eeprom
  ` [PATCH v7 3/5] net/ixgbe: add module EEPROM callbacks for ixgbe
  ` [PATCH v7 4/5] net/e1000: add module EEPROM callbacks for e1000
  ` [PATCH v7 5/5] net/i40e: add module EEPROM callbacks for i40e

[Qemu-devel] [RFC v2] qemu: Add virtio pmem device
 2018-04-25 14:23 UTC  (4+ messages)

[V2 PATCH] perf parse-events: Specially handle uncore event alias in small groups
 2018-04-25 14:23 UTC  (2+ messages)

[CI] drm/i915: Remove obsolete min/max freq setters from debugfs
 2018-04-25 14:23 UTC 

(no subject)
 2018-04-25  8:07 UTC 

hrtimer (rdmavt RNR timer) was lost
 2018-04-25 14:21 UTC  (3+ messages)
` [PATCH] tick/sched: Do not mess with an enqueued hrtimer
  ` [tip:timers/urgent] "

[PATCHv2] usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
 2018-04-25 14:22 UTC 

[PATCH] net: support compat 64-bit time in {s,g}etsockopt
 2018-04-25 14:21 UTC 

Avoid uninterruptible sleep during process exit
 2018-04-25 14:21 UTC  (16+ messages)
` [PATCH 2/3] drm/scheduler: Don't call wait_event_killable for signaled process

[PATCH 1/6] iscsitarget: Blacklist compile failed
 2018-04-25 14:21 UTC  (7+ messages)
` [PATCH 2/6] libmusicbrainz: refresh patches
` [PATCH 3/6] libdc1294: refresh patch
` [PATCH 4/6] schroedinger: "
` [PATCH 5/6] android-tools: "
` [PATCH 6/6] gst-rtsp: "

[PATCH net-next] microchipT1phy: Add driver for Microchip LAN87XX T1 PHYs
 2018-04-25 18:49 UTC  (2+ messages)

[PATCH 0/7] Bluetooth Mesh Daemon
 2018-04-25 14:20 UTC  (6+ messages)
` [PATCH 1/7] meshd: Shared private meshd interfaces
` [PATCH 3/7] meshd: Header files for mesh access layer and utilities
` [PATCH 5/7] meshd: Read and write mesh configuration in JSON format
` [PATCH 6/7] meshd: Sample device composition in JSON fromat
` [PATCH 7/7] Makefile for meshd and configure.ac

[PATCH] perf test: Adapt test case record+probe_libc_inet_pton.sh for s390
 2018-04-25 14:19 UTC  (3+ messages)

[PATCH] apple-gmux: fix gmux_get_client_id()'s return type
 2018-04-25 14:17 UTC  (2+ messages)

[Qemu-devel] [PATCH] acpi/nvdimm: remove forward name references
 2018-04-25 14:17 UTC  (9+ messages)

[PATCH v2] mtd: rawnand: marvell: fix the chip-select DT parsing logic
 2018-04-25 14:16 UTC 

ThinkPad Yoga 370 thinkpad_acpi unhandled events
 2018-04-25 14:16 UTC  (3+ messages)
` [PATCH 3/3] thinkpad-acpi: silence false-positive-prone pr_warn

[PATCH 04/24] VFS: Add LSM hooks for filesystem context [ver #7]
 2018-04-25 14:07 UTC  (8+ messages)
  ` [PATCH 00/24] VFS: Introduce "

[PATCH bpf-next] bpf: fix xdp_generic for bpf_adjust_tail usecase
 2018-04-25 14:15 UTC 

[PATCH] app/testpmd: update start log to be less verbose
 2018-04-25 14:15 UTC 

[PATCH 1/3] big key: get rid of stack array allocation
 2018-04-25 14:15 UTC  (9+ messages)

[PATCH] drm/i915: Use memset64() to align the ring with MI_NOOP
 2018-04-25 14:14 UTC  (4+ messages)

[PATCH bpf-next] bpf: Allow bpf_jit_enable = 2 with BPF_JIT_ALWAYS_ON config
 2018-04-25 14:14 UTC  (4+ messages)

[PATCH v7 00/11] eal: replace calls to rte_panic and refrain from new instances
 2018-04-25 14:14 UTC  (6+ messages)
` [PATCH v8 00/10] "
  ` [PATCH v8 07/10] eal: replace rte_panic instances in hugepage_info

[v2,0/6] eventdev: cover letter - crypto adapter
 2018-04-25 14:14 UTC  (3+ messages)
` [v2,3/6] eventdev: add crypto adapter implementation
  ` [v2, 3/6] "

[RFC v5 PATCH] mm: shmem: make stat.st_blksize return huge page size if THP is on
 2018-04-25 14:13 UTC 

[PATCH 0/3] Changes in Marvell NAND controller DT parsing code
 2018-04-25 14:13 UTC  (3+ messages)

[PATCH] arm64: mm: Fix false positives in W+X checking
 2018-04-25 14:13 UTC 

[PATCH 1/2] IB/hfi1: Try slot reset before secondary bus reset
 2018-04-25 14:13 UTC  (10+ messages)

[PATCH 1/2] PCI: rcar: Poll more often in rcar_pcie_wait_for_dl()
 2018-04-25 14:13 UTC  (2+ messages)

[PATCH-for-4.10] adapt SUPPORT.md to match 4.11
 2018-04-25 14:13 UTC  (3+ messages)

[RFC bpf] bpf, x64: fix JIT emission for dead code
 2018-04-25 14:12 UTC  (2+ messages)

[LTP] LTP Release preparations
 2018-04-25 14:11 UTC  (4+ messages)

[PATCH 1/2] malloc: add biggest free IOVA-contiguous element to stats
 2018-04-25 14:10 UTC  (2+ messages)
` [PATCH 2/2] memzone: allow IOVA-contiguous memzones with zero size

[PATCH] tzdata: fix a typo
 2018-04-25 14:10 UTC  (2+ messages)
` ✗ patchtest: failure for "

[PATCH] ndctl, filter: fix "keyword 'all' is ignored" in util_<obj>_filter()
 2018-04-25 14:10 UTC  (2+ messages)

[PATCH] drm/edid: Reset more of the display info
 2018-04-25 14:10 UTC  (7+ messages)
      ` [Intel-gfx] "

[RFC PATCH v3] tty: pl011: Avoid spuriously stuck-off interrupts
 2018-04-25 14:10 UTC  (6+ messages)

[PATCH for-4.11 0/2] SUPPORT.md matrix fixes (series "C")
 2018-04-25 14:08 UTC  (9+ messages)

[Qemu-devel] [PATCH v2 0/7] ramfb: simple boot framebuffer, no legacy vga
 2018-04-25 14:07 UTC  (3+ messages)

[LTP] [RFC PATCH v3 10/10] ima: Print /proc/cmdline and IMA kernel config
 2018-04-25 14:07 UTC  (6+ messages)

[rocko][PATCH 0/2] Backports for rocko
 2018-04-25 14:07 UTC  (3+ messages)
` [rocko][PATCH 1/2] Revert "waf.bbclass: explicitly pass bindir and libdir if supported"
` [rocko][PATCH 2/2] scripts/test-dependencies.sh: remove

[pyro][PATCH 0/3] Backports for pyro
 2018-04-25 14:07 UTC  (4+ messages)
` [pyro][PATCH 1/3] sstate-sysroot-cruft.sh: Extend the whitelist
` [pyro][PATCH 2/3] sstate-diff-machines.sh: Replace MACHINE_ARCH only at the beginning and separated with dash
` [pyro][PATCH 3/3] scripts/test-dependencies.sh: remove

[morty][PATCH 0/3] Backports for morty
 2018-04-25 14:06 UTC  (4+ messages)
` [morty][PATCH 1/3] sstate-sysroot-cruft.sh: Extend the whitelist
` [morty][PATCH 2/3] sstate-diff-machines.sh: Replace MACHINE_ARCH only at the beginning and separated with dash
` [morty][PATCH 3/3] test-dependencies.sh: remove /sysroots* between component builds

Monitoring files
 2018-04-25 14:06 UTC  (5+ messages)

./mosquitto_internal.h:40:20: fatal error: ares.h: No such file or directory
 2018-04-25 14:04 UTC 

[Qemu-devel] [RFC] Intermediate block mirroring
 2018-04-25 14:03 UTC  (10+ messages)

[RFC v2] ath10k: report tx rate using ieee80211_tx_status()
 2018-04-25 14:03 UTC  (5+ messages)

[PATCH] Revert "blk-mq: remove code for dealing with remapping queue"
 2018-04-25 14:02 UTC  (5+ messages)

[PATCH] app/testpmd: fix testpmd failure due to RSS offload check
 2018-04-25 14:02 UTC  (3+ messages)
` [PATCH v3] "

how can I get a git version of Latest Major release? (18.02.1)
 2018-04-25 14:02 UTC  (3+ messages)

[PATCH 0/6] virtio-console: spec compliance fixes
 2018-04-25 14:01 UTC  (3+ messages)

[PATCH 00/11] platform: device tree support for early platform drivers
 2018-04-25 14:02 UTC  (3+ messages)
` [PATCH 03/11] platform: make support for early platform devices conditional


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.