All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-14 10:52:08 to 2017-07-14 12:00:03 UTC [more...]

[Qemu-devel] [PATCH v2 0/2] slirp: handle errors in sosendoob()
 2017-07-14 11:12 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 1/2] slirp: Handle error returns from slirp_send() "

Recent changes (master)
 2017-07-14 12:00 UTC 

[PATCH] f2fs: let __get_victim successfully get a segno in corner case
 2017-07-14 11:57 UTC  (2+ messages)

[Qemu-devel] qcow2 not cleaning up during image create failure
 2017-07-14 11:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/5] A bunch of RDMA fixes
 2017-07-14 11:57 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/5] migration/rdma: Fix race on source
` [Qemu-devel] [PATCH v3 2/5] migration: Close file on failed migration load
` [Qemu-devel] [PATCH v3 3/5] migration/rdma: Allow cancelling while waiting for wrid
` [Qemu-devel] [PATCH v3 4/5] migration/rdma: Safely convert control types
` [Qemu-devel] [PATCH v3 5/5] migration/rdma: Send error during cancelling

[PATCH v2 0/2] stacked overlay support
 2017-07-14 11:56 UTC  (4+ messages)
` [PATCH v2 1/2] fdt: Allow stacked overlays phandle references

master - tests: aux.sh integrate both teardown loops
 2017-07-14 11:54 UTC 

[PATCH 1/3] platform/x86: Add GLK PSS Event Table
 2017-07-14 11:53 UTC  (3+ messages)
` [PATCH 2/3] Telemetry: remove redundant macro definition
` [PATCH 3/3] platform/x86: Add Audio domain PG status events

[Bug 101528] RX460 Memory clock stays high until card is "used"
 2017-07-14 11:53 UTC  (3+ messages)
` [Bug 101528] RX460 Memory clock stays high until card / display "

[GIT PULL] Please pull powerpc/linux.git powerpc-4.13-2 tag
 2017-07-14 11:52 UTC 

[Qemu-devel] [PATCH v2] docker: Don't enable networking as a side-effect of DEBUG=1
 2017-07-14 11:52 UTC  (5+ messages)

[PATCH v2 00/18] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs
 2017-07-14 11:50 UTC  (8+ messages)
` [PATCH v2 01/18] mfd: madera: Add register definitions for Cirrus Logic Madera codecs

[PATCH 0/15] making user-format colors conditional on config/tty
 2017-07-14 11:50 UTC  (6+ messages)
` [PATCH 03/15] t: use test_decode_color rather than literal ANSI codes

[PULL] bcache updates based on git.kernel.dk/linux-block:for-next
 2017-07-14 11:40 UTC  (2+ messages)

[U-Boot] [PATCH v2] usb: fix usb_stor_read/write on DM
 2017-07-14 11:50 UTC  (4+ messages)

[PATCH] machintosh: select defaults for cooling
 2017-07-14 11:46 UTC 

Regression PCI passthrough from 4.5.5 to 4.6.0-rc1
 2017-07-14 11:46 UTC  (4+ messages)

[PATCH 0/9] cleanup zonelists initialization
 2017-07-14 11:45 UTC  (20+ messages)
` [PATCH 1/9] mm, page_alloc: rip out ZONELIST_ORDER_ZONE
` [PATCH 7/9] mm, page_alloc: remove stop_machine from build_all_zonelists

[PATCH 3.18 00/22] 3.18.61-stable review
 2017-07-14 11:43 UTC  (4+ messages)

[PATCH 4.12 00/10] 4.12.2-stable review
 2017-07-14 11:43 UTC  (3+ messages)

[Qemu-devel] [PATCH] tests: Handle $RANDOM not being supported by the shell
 2017-07-14 11:41 UTC  (3+ messages)

[PATCH] drm/amdgpu/gfx9: simplify and fix GRBM index selection
 2017-07-14 11:41 UTC 

[PATCH] POWER9 PMU interrupt after idle workaround
 2017-07-14 11:41 UTC  (2+ messages)

[PATCH 00/12] staging: ccree: coding style fixes
 2017-07-14 11:39 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 00/18] crypto: add afalg-backend support
 2017-07-14 11:38 UTC  (20+ messages)
` [Qemu-devel] [PATCH v5 01/18] crypto: cipher: introduce context free function
` [Qemu-devel] [PATCH v5 02/18] crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backend
` [Qemu-devel] [PATCH v5 03/18] crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend
` [Qemu-devel] [PATCH v5 04/18] crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backend
` [Qemu-devel] [PATCH v5 05/18] crypto: cipher: add cipher driver framework
` [Qemu-devel] [PATCH v5 06/18] crypto: hash: add hash "
` [Qemu-devel] [PATCH v5 07/18] crypto: hmac: move crypto/hmac.h into include/crypto/
` [Qemu-devel] [PATCH v5 08/18] crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backend
` [Qemu-devel] [PATCH v5 09/18] crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backend
` [Qemu-devel] [PATCH v5 10/18] crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backend
` [Qemu-devel] [PATCH v5 11/18] crypto: hmac: add hmac driver framework
` [Qemu-devel] [PATCH v5 12/18] crypto: introduce some common functions for af_alg backend
` [Qemu-devel] [PATCH v5 13/18] crypto: cipher: add afalg-backend cipher support
` [Qemu-devel] [PATCH v5 14/18] crypto: hash: add afalg-backend hash support
` [Qemu-devel] [PATCH v5 15/18] crypto: hmac: add af_alg-backend hmac support
` [Qemu-devel] [PATCH v5 16/18] tests: crypto: add cipher speed benchmark support
` [Qemu-devel] [PATCH v5 17/18] tests: crypto: add hash "
` [Qemu-devel] [PATCH v5 18/18] tests: crypto: add hmac "

[PATCH i-g-t] tests/debugfs_test: Add a shorter timeout when reading sysfs entries
 2017-07-14 11:37 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] seccomp: feature refactoring
 2017-07-14 11:37 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] seccomp: changing from whitelist to blacklist
` [Qemu-devel] [PATCH 2/6] seccomp: add obsolete argument to command line
` [Qemu-devel] [PATCH 3/6] seccomp: add elevateprivileges "
` [Qemu-devel] [PATCH 4/6] seccomp: add spawn "
` [Qemu-devel] [PATCH 5/6] seccomp: add resourcecontrol "
` [Qemu-devel] [PATCH 6/6] seccomp: adding documentation to new seccomp model

[Qemu-devel] [PATCH] travis: add no-TCG build
 2017-07-14 11:36 UTC  (2+ messages)

[PATCH] KVM: VMX: Fix losing blocking by NMI in the guest interruptibility-state field
 2017-07-14 11:36 UTC  (2+ messages)

[PATCH 0/5 v3] Fix sp5100_tco watchdog driver regression
 2017-07-14 11:36 UTC  (7+ messages)
` [PATCH 0/5 v4] "
  ` [PATCH 3/5 v4] usb: pci-quirks: Protect the I/O port pair of SB800

[U-Boot] [PATCH 1/3] arm: omap: Detect boot mode very early
 2017-07-14 11:35 UTC  (3+ messages)
` [U-Boot] [U-Boot,1/3] "

"mm: use early_pfn_to_nid in page_ext_init" broken on some configurations?
 2017-07-14 11:35 UTC  (8+ messages)

[bug report] i40iw: add connection management code
 2017-07-14 11:35 UTC 

[bug report] gpio: fix deferred probe detection for legacy API
 2017-07-14 11:34 UTC 

[GIT PULL] Please pull NFS client changes for Linux 4.13
 2017-07-14 11:33 UTC  (4+ messages)

[PATCH v2] Enable namespaced file capabilities
 2017-07-14 11:32 UTC  (18+ messages)
` [PATCH v2] xattr: Enable security.capability in user namespaces

[PATCH 0/4] libmultipath: Fixes for NVME / NVMEoF
 2017-07-14 11:32 UTC  (10+ messages)
` [PATCH 1/4] libmultipath: get_udev_uid: make sure pp->wwid is 0-terminated
` [PATCH 2/4] libmultipath: drop uevent_can_discard_by_devpath
` [PATCH 3/4] libmultipath: only listen for uevents with DEVTYPE=disk
` [PATCH 4/4] libmultipath: fix over-long NVME WWIDs

[RFC PATCH 00/15] RFC: SGX virtualization design and draft patches
 2017-07-14 11:31 UTC  (8+ messages)
` [PATCH 08/15] xen: x86: add SGX cpuid handling support
` [PATCH 15/15] xen: tools: expose EPC in ACPI table

Btrfs check reports errors, filesystem seems fine
 2017-07-14 11:28 UTC  (5+ messages)

[virtio] [PATCH v2] virtio-net: fix virtqueue numbering error
 2017-07-14 11:28 UTC  (2+ messages)
` [virtio] Re: [virtio-dev] "

[Qemu-devel] [PATCH] dvs services stop then qemu may be accesse null address case core
 2017-07-14 11:27 UTC 

[RFC v1 00/20] DRM Interfaces for HDCP support
 2017-07-14 11:26 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for DRM Interfaces for HDCP support (rev2)

I/O Errors due to keepalive timeouts with NVMf RDMA
 2017-07-14 11:25 UTC  (11+ messages)

[PATCH] rbd: Fix uninitialized variable use in rbd_acquire_lock
 2017-07-14 11:25 UTC  (3+ messages)

[PATCH] ASoC: fsl_asrc: constify snd_soc_dai_ops structure
 2017-07-14 11:25 UTC  (9+ messages)
` [alsa-devel] "

[Qemu-devel] [RFC v2 0/8] VIRTIO-IOMMU device
 2017-07-14 11:25 UTC  (16+ messages)
` [Qemu-devel] [RFC v2 6/8] virtio-iommu: Implement the translation and commands

[RFC v1 01/20] drm/hdcp: HDCP bitmask property for connectors
 2017-07-14 11:21 UTC  (2+ messages)
` [RFC v2] drm/hdcp: drm enum property for HDCP State

Trying out debian sparc64
 2017-07-14 11:19 UTC  (3+ messages)

[PATCH RFC] mtdpart: don't force alignment to eraseblock if flags have MTD_NO_ERASE
 2017-07-14 11:17 UTC  (2+ messages)

[PATCH 00/10] overlayfs assorted fixes for v4.13
 2017-07-14 11:17 UTC  (13+ messages)
` [PATCH 07/10] ovl: mount overlay read-only on failure to verify index dir
` [PATCH 10/10] ovl: follow decoded origin file handle of merge dir

[Qemu-devel] [PULL] Update OpenBIOS images
 2017-07-14 11:15 UTC  (2+ messages)

[PATCH v2 0/2] crypto: engine - Permit to enqueue skcipher request
 2017-07-14 11:15 UTC  (6+ messages)
` [PATCH v2 2/2] "

[PATCH v2 00/12] Infrastructure to detect iova mapping on the bus
 2017-07-14 11:15 UTC  (11+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 05/11] bus: get iommu class

FW: Regarding Ceph Debug Logs
 2017-07-14 11:14 UTC 

[PATCH] perf/x86/intel/cqm: make variable mbm_socket_max static
 2017-07-14 11:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/5] A bunch of RDMA fixes
 2017-07-14 11:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 3/5] migration/rdma: Allow cancelling while waiting for wrid

[LTP] [PATCH] syscalls/setrlimit: add setrlimit04
 2017-07-14 11:12 UTC 

[RFC 0/7] ipsec inline
 2017-07-14 11:12 UTC  (3+ messages)

[RFC V2 0/6] cpufreq: transition-latency cleanups
 2017-07-14 11:11 UTC  (5+ messages)
` [RFC V2 1/6] cpufreq: Replace "max_transition_latency" with "dynamic_switching"

[Xenomai] [RFC] Remove generated docs from git
 2017-07-14 11:11 UTC  (4+ messages)

[PATCH 0/6] Better document Sphinx install instructions
 2017-07-14 11:08 UTC  (7+ messages)
` [PATCH 1/6] changes.rst: Update Sphinx minimal requirements
` [PATCH 2/6] docs-rst: update Sphinx install instructions
` [PATCH 3/6] sphinx.rst: explain the usage of virtual environment
` [PATCH 4/6] sphinx.rst: fix unknown reference
` [PATCH 5/6] sphinx.rst: describe the install requirements for kfigure
` [PATCH 6/6] sphinx.rst: better organize the documentation about PDF build

i.MX 6 and PCIe DMA issues
 2017-07-14 11:07 UTC  (5+ messages)

RFC: bring UP 'lo' by default after creating new netns
 2017-07-14 10:59 UTC  (6+ messages)
` [PATCH 1/8] signal/alpha: Document a conflict with SI_USER for SIGTRAP

[PATCH] multipath-tools: don't discard uevent for NVMe-Fabrics device
 2017-07-14 11:06 UTC  (4+ messages)

Regarding Ceph Debug Logs
 2017-07-14 11:05 UTC 

[Qemu-devel] [PULL 00/40] s390x: fixes, enhancements for 2.10 softfreeze
 2017-07-14 10:41 UTC  (27+ messages)
` [Qemu-devel] [PULL 04/40] s390x/migration: Monitor commands for storage attributes
` [Qemu-devel] [PULL 06/40] s390x/cpumodel: provide compat handling for new cpu features
` [Qemu-devel] [PULL 08/40] s390x/flic: introduce modify_ais_mode callback
` [Qemu-devel] [PULL 09/40] s390x/flic: introduce inject_airq callback
` [Qemu-devel] [PULL 10/40] s390x/sic: realize SIC handling
` [Qemu-devel] [PULL 11/40] s390x/css: update css_adapter_interrupt
` [Qemu-devel] [PULL 12/40] s390x: add helper get_machine_class
` [Qemu-devel] [PULL 13/40] s390x: add css_migration_enabled to machine class
` [Qemu-devel] [PULL 14/40] s390x/css: add missing css state conditionally
` [Qemu-devel] [PULL 15/40] s390x/css: add ORB to SubchDev
` [Qemu-devel] [PULL 16/40] s390x/css: activate ChannelSubSys migration
` [Qemu-devel] [PULL 19/40] pc-bios/s390-ccw: Move ebc2asc to sclp.c
` [Qemu-devel] [PULL 21/40] pc-bios/s390-ccw: Add a write() function for stdio
` [Qemu-devel] [PULL 22/40] pc-bios/s390-ccw: Move byteswap functions to a separate header
` [Qemu-devel] [PULL 23/40] pc-bios/s390-ccw: Remove unused structs from virtio.h
` [Qemu-devel] [PULL 24/40] pc-bios/s390-ccw: Add code for virtio feature negotiation
` [Qemu-devel] [PULL 25/40] roms/SLOF: Update submodule to latest status
` [Qemu-devel] [PULL 26/40] pc-bios/s390-ccw: Add core files for the network bootloading program
` [Qemu-devel] [PULL 29/40] pc-bios/s390: add s390-netboot.img
` [Qemu-devel] [PULL 30/40] pc-bios/s390: rebuild s390-ccw.img
` [Qemu-devel] [PULL 31/40] s390x: initialize cpu firstly
` [Qemu-devel] [PULL 32/40] s390x/cpumodel: add zpci, aen and ais facilities
` [Qemu-devel] [PULL 33/40] s390x/flic: migrate ais states
` [Qemu-devel] [PULL 34/40] s390x/cpumodel: wire up new hardware features
` [Qemu-devel] [PULL 36/40] s390x/cpumodel: add esop/esop2 to z12 model
` [Qemu-devel] [PULL 37/40] s390x/kvm: Enable KSS facility for nested virtualization

[PATCH 0/2] Provide a stable serial number
 2017-07-14 11:03 UTC  (8+ messages)
` [PATCH 1/2] nvmet: Move serial number from controller to subsystem
` [PATCH 2/2] nvmet: preserve controller serial number between reboots

[PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids
 2017-07-14 11:02 UTC  (5+ messages)
` [PATCH 2/2] ACPI / CPPC: "
      ` [Devel] "

[ovs-dev] [PATCH v2 0/4] rhel/fedora: non-root OvS out of the box
 2017-07-14 10:59 UTC  (3+ messages)

Regarding Ceph Debug Logs
 2017-07-14 10:59 UTC 

Virtualization difficulty -- phandles
 2017-07-14 10:58 UTC  (2+ messages)

[Buildroot] [PATCH] librtlsdr: backport pull request to fix build with newer compilers
 2017-07-14 10:58 UTC 

Filesystem corruption on RAID1
 2017-07-14 10:58 UTC  (8+ messages)

[PATCH v2 00/14] YCBCR 4:2:0 handling in DRM layer
 2017-07-14 10:57 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for YCBCR 4:2:0 handling in DRM layer (rev3)

[PATCH RFC] xen/evtchn: Implement EVTCHNOP_send_imm as a companian to EVTCHNOP_send
 2017-07-14 10:57 UTC  (2+ messages)

[PATCH 0/4] thermal: imx: Add nvmem-cells binding on imx6sx
 2017-07-14 10:54 UTC  (6+ messages)
` [PATCH 2/4] thermal: imx: Add support for reading OCOTP through nvmem

[qemu-mainline baseline-only test] 71690: regressions - trouble: blocked/broken/fail/pass
 2017-07-14 10:53 UTC 

[Qemu-devel] [PATCH v2 0/9] ARM: implement MPS2 board (with 2 FPGA flavours)
 2017-07-14 10:51 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 1/9] hw/arm/mps2: Implement skeleton mps2-an385 and mps2-an511 board models


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.