All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-30 16:07:03 to 2017-08-30 16:58:35 UTC [more...]

Bug? luminous pkg missing ceph-osd ceph-mon 32bit
 2017-08-30 16:58 UTC  (7+ messages)

[Qemu-devel] [RFC PATCH 00/10] scsi, block: introduce persistent reservation managers
 2017-08-30 16:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH 09/10] scsi: add multipath support to qemu-pr-helper
` [Qemu-devel] [PATCH 10/10] scsi: add persistent reservation manager using qemu-pr-helper
  ` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH v2 0/7] Code cleanup and minor fixes
 2017-08-30 16:57 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 1/7] block/ssh: don't call libssh2_init() in block_init()
` [Qemu-devel] [PATCH v2 2/7] block/ssh: make compliant with coding guidelines
` [Qemu-devel] [PATCH v2 3/7] block/sheepdog: remove spurious NULL check
` [Qemu-devel] [PATCH v2 4/7] block/sheepdog: code beautification
` [Qemu-devel] [PATCH v2 5/7] block/curl: check error return of curl_global_init()
` [Qemu-devel] [PATCH v2 6/7] block/curl: fix minor memory leaks
` [Qemu-devel] [PATCH v2 7/7] block/curl: code cleanup to comply with coding style

[PATCH 0/2] iommu/tegra*: Add support for struct iommu_device
 2017-08-30 16:53 UTC  (8+ messages)
` [PATCH 1/2] iommu/tegra: "

[PATCH] xfs: disable per-inode DAX flag
 2017-08-30 16:56 UTC  (4+ messages)

[GIT PULL] nvme update for Linux 4.14, take 2
 2017-08-30 16:56 UTC  (14+ messages)

[Qemu-devel] [PULL 00/44] first batch of s390x patches for 2.11
 2017-08-30 16:52 UTC  (45+ messages)
` [Qemu-devel] [PULL 01/44] s390x/css: use macro for event-information pending error recover code
` [Qemu-devel] [PULL 02/44] s390x/css: generate solicited crw for rchp completion signaling
` [Qemu-devel] [PULL 03/44] s390x: introduce 2.11 compat machine
` [Qemu-devel] [PULL 04/44] s390x/ipl: The s390-ipl device is not hot-pluggable
` [Qemu-devel] [PULL 05/44] tests/boot-sector: Do not overwrite the x86 buffer on other architectures
` [Qemu-devel] [PULL 06/44] tests/pxe: Check virtio-net-ccw on s390x
` [Qemu-devel] [PULL 07/44] tests: Run filter-redirector and -mirror test only on POSIX systems
` [Qemu-devel] [PULL 08/44] tests: Add network filter tests to the check-qtest-s390x list
` [Qemu-devel] [PULL 09/44] s390x/tcg: specification exception for unknown diag
` [Qemu-devel] [PULL 10/44] watchdog/wdt_diag288: Mark diag288 watchdog as non-hotpluggable
` [Qemu-devel] [PULL 11/44] s390x: wire up diag288 in tcg
` [Qemu-devel] [PULL 12/44] configure: enable --s390-pgste linker option
` [Qemu-devel] [PULL 13/44] 9pfs: fix dependencies
` [Qemu-devel] [PULL 14/44] kvm: remove hard dependency on pci
` [Qemu-devel] [PULL 15/44] s390x/pci: add stubs
` [Qemu-devel] [PULL 16/44] s390x: chsc nt2 events are pci-only
` [Qemu-devel] [PULL 17/44] s390x/pci: do not advertise pci on non-pci builds
` [Qemu-devel] [PULL 18/44] s390x/ccw: create s390 phb conditionally
` [Qemu-devel] [PULL 19/44] s390x/sclp: properly guard pci-specific functions
` [Qemu-devel] [PULL 20/44] s390x/pci: fence off instructions for non-pci
` [Qemu-devel] [PULL 21/44] s390x: refine pci dependencies
` [Qemu-devel] [PULL 22/44] s390x/s390-skeys: Mark the storage key devices with user_creatable = false
` [Qemu-devel] [PULL 23/44] s390x/kvm: drop KVMState parameter from s390_get_memslot_count()
` [Qemu-devel] [PULL 24/44] s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()
` [Qemu-devel] [PULL 25/44] target/s390x: simplify ri_allowed()
` [Qemu-devel] [PULL 26/44] target/s390x: simplify gs_allowed()
` [Qemu-devel] [PULL 27/44] target/s390x: no need to pass kvm_state to savevm_gtod handlers
` [Qemu-devel] [PULL 28/44] s390x/cpumodel: factor out determination of default model name
` [Qemu-devel] [PULL 29/44] s390x: drop inclusion of sysemu/kvm.h from some files
` [Qemu-devel] [PULL 30/44] target/s390x: move gtod_*() declarations to s390-virtio.h
` [Qemu-devel] [PULL 31/44] target/s390x: move cc_name() to helper.c
` [Qemu-devel] [PULL 32/44] target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.c
` [Qemu-devel] [PULL 33/44] target/s390x: move psw_key_valid() to mem_helper.c
` [Qemu-devel] [PULL 34/44] target/s390x: move s390_do_cpu_reset() to diag.c
` [Qemu-devel] [PULL 35/44] target/s390x: move get_per_in_range() to misc_helper.c
` [Qemu-devel] [PULL 36/44] target/s390x: introduce internal.h
` [Qemu-devel] [PULL 37/44] target/s390x: move a couple of functions to cpu.c
` [Qemu-devel] [PULL 38/44] s390x: avoid calling kvm_ functions outside of target/s390x/
` [Qemu-devel] [PULL 39/44] s390x/kvm: move KVM declarations and stubs to separate files
` [Qemu-devel] [PULL 40/44] target/s390x: cleanup cpu.h
` [Qemu-devel] [PULL 41/44] s390x/s390-stattrib: Mark the storage attribute as not user_creatable
` [Qemu-devel] [PULL 42/44] s390-ccw: Fix alignment for CCW1
` [Qemu-devel] [PULL 43/44] pc-bios/s390-ccw.img: update image
` [Qemu-devel] [PULL 44/44] s390x/pci: fixup trap_msix()

[PATCH 0/6] pm80xx updates
 2017-08-30 16:55 UTC  (9+ messages)
` [PATCH 1/6] pm80xx : redefine sas_identify_frame structure
` [PATCH 3/6] pm80xx : Different SAS addresses for phys

Bug#873508: sparse test failures on ppc32le (and other not so common archs)
 2017-08-30 16:55 UTC  (2+ messages)
  `  "

[RFC 0/7] transitioning to protocol v2
 2017-08-30 16:54 UTC  (7+ messages)

linux-next: Signed-off-by missing for commit in the net-next tree
 2017-08-30 16:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/5] qemu-iotests: place output in unique dir
 2017-08-30 16:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 1/5] qemu-iotests: set TEST_DIR to a unique dir for each test
` [Qemu-devel] [PATCH v3 2/5] qemu-iotests: remove file cleanup from bash tests
` [Qemu-devel] [PATCH v3 3/5] qemu-iotests: add 'blind_remove' for python tests
` [Qemu-devel] [PATCH v3 4/5] qemu-iotests: make python tests attempt to leave intermediate files
` [Qemu-devel] [PATCH v3 5/5] qemu-iotests: add option to save temp files on error

[Bug 196161] New: Kernel freezes by starting a kvm vm
 2017-08-30 16:53 UTC  (2+ messages)
` [Bug 196161] Kernel freezes when using AVAST under nested virtualization

[PATCH 00/13] mmu_notifier kill invalidate_page callback
 2017-08-30 16:52 UTC  (4+ messages)
` [PATCH 02/13] mm/rmap: update to new mmu_notifier semantic

[Buildroot] [PATCH] libtommath: bump to version 1.0.1
 2017-08-30 16:52 UTC 

[PATCH] rsi: remove memset before memcpy
 2017-08-30 16:51 UTC  (2+ messages)
`  "

Patch "btrfs: remove duplicate const specifier" has been added to the 4.4-stable tree
 2017-08-30 16:50 UTC  (2+ messages)

[linux-linus test] 112948: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-30 16:50 UTC 

[PATCH v2] rt2800: fix TX_PIN_CFG setting for non MT7620 chips
 2017-08-30 16:50 UTC  (2+ messages)
` [v2] "

[PATCH rdma-core 0/2] mlx5 DV fixes
 2017-08-30 16:49 UTC  (3+ messages)
` [PATCH rdma-core 2/2] mlx5: Convert explicitly to signed char

[PATCH 2/2] rsi: update some comments
 2017-08-30 16:49 UTC  (3+ messages)
` [2/2] "

[PATCH] powerpc: 4xx: constify platform_suspend_ops
 2017-08-30 16:48 UTC 

[PATCH] ARM: mxs: constify platform_suspend_ops
 2017-08-30 16:47 UTC  (2+ messages)

[PATCH v5 00/10] Add support for eXclusive Page Frame Ownership
 2017-08-30 16:47 UTC  (10+ messages)
` [PATCH v5 04/10] arm64: Add __flush_tlb_one()
  ` [kernel-hardening] "

(no subject)
 2017-08-30 16:45 UTC 

[PATCH] memorder: Fix conjunction use
 2017-08-30 16:44 UTC  (2+ messages)

[xen-4.9-testing baseline-only test] 72039: regressions - trouble: blocked/broken/fail/pass
 2017-08-30 16:44 UTC 

[Qemu-devel] About virtio device hotplug in Q35! 【外域邮件.谨慎查阅】
 2017-08-30 16:43 UTC  (15+ messages)

[PATCH net] kcm: do not attach PF_KCM sockets to avoid deadlock
 2017-08-30 16:42 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the arm-soc tree
 2017-08-30 16:42 UTC  (6+ messages)

[PATCH i-g-t] lib/igt_aux: Allow sysfs open to fail when setting suspend/resume delay
 2017-08-30 16:41 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] vmd: Remove IRQ affinity
 2017-08-30 16:40 UTC  (2+ messages)

[GIT PULL] ARM: at91: DT for 4.14#2
 2017-08-30 16:39 UTC  (2+ messages)

[PATCH 0/5] qtnfmac: pcie datapath updates and fixes
 2017-08-30 16:38 UTC  (3+ messages)
` [PATCH 5/5] qtnfmac: implement 64-bit dma support

[PATCH] xfs: don't set DAX flag for v2 inodes
 2017-08-30 16:38 UTC  (4+ messages)
` [PATCH v2] xfs: don't set v3 xflags "

[U-Boot] [PATCH] cmd: set filesize variable in ubi read
 2017-08-30 16:38 UTC 

[PATCH xf86-video-ati] Require xserver >= 1.13
 2017-08-30 16:38 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/12] Convert over to use keycodemapdb
 2017-08-30 16:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 01/12] ui: add keycodemapdb repository as a GIT submodule

[PATCH] mm, uprobes: fix multiple free of ->uprobes_state.xol_area
 2017-08-30 16:37 UTC  (3+ messages)

[PATCH] rtlwifi: btcoex: 23b 1ant: fix duplicated code for different branches
 2017-08-30 16:37 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/9]
 2017-08-30 16:36 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/9] s390x/css: fix cc handling for XSCH
` [Qemu-devel] [PATCH 2/9] s390x: fix invalid use of cc 1 for SSCH
` [Qemu-devel] [PATCH 3/9] s390x/css: be more consistent if broken beyond repair
` [Qemu-devel] [PATCH 4/9] s390x: refactor error handling for SSCH and RSCH
` [Qemu-devel] [PATCH 5/9] s390x: refactor error handling for XSCH handler
` [Qemu-devel] [PATCH 6/9] s390x: refactor error handling for CSCH handler
` [Qemu-devel] [PATCH 7/9] s390x: refactor error handling for HSCH handler
` [Qemu-devel] [PATCH 8/9] s390x: refactor error handling for MSCH handler
` [Qemu-devel] [PATCH 9/9] s390x: factor out common ioinst handler logic

[PATCH] btrfs: Remove memory barrier from block_group_cache_done
 2017-08-30 16:35 UTC 

[PATCH V3 00/14] blk-mq-sched: improve SCSI-MQ performance
 2017-08-30 16:34 UTC  (3+ messages)
` [PATCH V3 05/14] blk-mq-sched: improve dispatching from sw queue

tip -ENOBOOT - bisected to locking/refcounts, x86/asm: Implement fast refcount overflow protection
 2017-08-30 16:35 UTC  (7+ messages)

[PATCH] crypto: MPI - kunmap after finishing accessing buffer
 2017-08-30 16:33 UTC  (3+ messages)

[PATCH v3 00/11] Hookup typec power-negotation to the PMIC and charger
 2017-08-30 16:32 UTC  (7+ messages)
` [PATCH v3 08/11] power: supply: bq24190_charger: Export 5V boost converter as regulator
` [PATCH v3 09/11] power: supply: bq24190_charger: Get input_current_limit from our supplier

[PATCH v2 2/2] igb_uio: conform to coding conventions
 2017-08-30 16:32 UTC  (3+ messages)
` [PATCH v3] igb_uio: MSI IRQ mode, irq enable/disable refactored

BFQ + dm-mpath
 2017-08-30 16:31 UTC  (2+ messages)

[PATCH 0/6] drm/tinydrm: Support device unplug
 2017-08-30 16:31 UTC  (4+ messages)
` [PATCH 6/6] "

[PATCH v5 0/4] drm/i915: add perf support for Coffeelake
 2017-08-30 16:31 UTC  (6+ messages)
` [PATCH v5 1/4] drm/i915: add GT number to intel_device_info
` [PATCH v5 2/4] drm/i915: mark all device info struct with __initdata
` [PATCH v5 3/4] drm/i915: rework IS_*_GT* macros
` [PATCH v5 4/4] drm/i915/perf: add support for Coffeelake GT2
` ✓ Fi.CI.BAT: success for drm/i915: add perf support for Coffeelake

[PATCH v2 1/3] gemalto: add PLS8 support
 2017-08-30 16:30 UTC  (3+ messages)
` [PATCH v2 2/3] "
` [PATCH v2 3/3] "

[PATCH 00/27] qtnfmac: allow to configure channel, BW, HT/VHT caps
 2017-08-30 16:28 UTC  (4+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS af2f67b087faca15d8fbb0b006d9cf7bde7e3865
 2017-08-30 16:28 UTC 

staging: r8822be: Add code for halmac sub-driver
 2017-08-30 16:28 UTC  (6+ messages)
` [PATCH] staging: r8822be: Fix typo for CONFIG_RTLWIFI_DEBUG

[PATCH v2] pwm_bl: Fix overflow condition
 2017-08-30 16:26 UTC  (3+ messages)

[PATCH] PCI: tegra: Use PTR_ERR_OR_ZERO
 2017-08-30 16:26 UTC  (5+ messages)

linux-next regression caused by "gpiolib: request the gpio before querying its direction"
 2017-08-30 16:24 UTC  (8+ messages)

[PATCH] xfs: remove unused flags arg from xfs_file_iomap_begin_delay
 2017-08-30 16:24 UTC  (2+ messages)

[PATCH 0/3] kcov: support comparison operands collection
 2017-08-30 16:23 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Makefile: support flag -fsanitizer-coverage=trace-cmp
` [PATCH 3/3] kcov: update documentation

[refpolicy] [PATCH 1/1]: Strip spaces from NAME
 2017-08-30 16:22 UTC 

[PATCH v4 00/11] Handle SMCs and HVCs in conformance with SMCCC
 2017-08-30 16:20 UTC  (8+ messages)
` [PATCH v4 03/11] public: xen.h: add definitions for UUID handling

pull-request: iwlwifi-next 2017-08-30
 2017-08-30 16:19 UTC  (2+ messages)

[RESEND PATCH v5 00/16] eeprom: at24: Add OF device ID table
 2017-08-30 16:19 UTC  (9+ messages)

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-08-30 16:18 UTC  (6+ messages)
` [RFC Part1 PATCH v3 16/17] X86/KVM: Provide support to create Guest and HV shared per-CPU variables

[Qemu-devel] [PATCH 0/8] tcg/s390 improvements
 2017-08-30 16:18 UTC  (3+ messages)

Question on toaster bringup
 2017-08-30 16:08 UTC  (4+ messages)
  ` [bitbake-devel] "

[PATCH v2 00/14] Crash consistency xfstest using dm-log-writes
 2017-08-30 16:17 UTC  (3+ messages)
` [PATCH v2 02/14] common/rc: fix _require_xfs_io_command params check

[Xen-users] UEFI Secure Boot Xen 4.9
 2017-08-30 16:16 UTC  (6+ messages)

[Fuego] [LTSI-dev] LTSI-4.9 RC1 is out for testing!
 2017-08-30 16:13 UTC  (4+ messages)

[refpolicy] [PATCH 1/1]: mon: move rpc_* into optional
 2017-08-30 16:12 UTC 

linux-next: Signed-off-by missing for commit in the arc-current tree
 2017-08-30 16:11 UTC  (4+ messages)

[PATCHv3 0/5] cec-gpio: add HDMI CEC GPIO-based driver
 2017-08-30 16:10 UTC  (10+ messages)
` [PATCHv3 1/5] cec: add CEC_EVENT_PIN_HPD_LOW/HIGH events
` [PATCHv3 2/5] cec-ioc-dqevent.rst: document new "
` [PATCHv3 3/5] dt-bindings: document the CEC GPIO bindings
` [PATCHv3 4/5] cec-gpio: add HDMI CEC GPIO driver
` [PATCHv3 5/5] MAINTAINERS: add cec-gpio entry

[refpolicy] [PATCH 1/1]: wm: consolidate networkmanger interface calls into single optional
 2017-08-30 16:09 UTC 

cleanup the page fault path V2
 2017-08-30 16:09 UTC  (2+ messages)

[PATCH v2 0/9] xfs: refactor ordered buffer logging code
 2017-08-30 16:08 UTC  (2+ messages)

Segfault on audio pairing
 2017-08-30 16:07 UTC  (5+ messages)

[refpolicy] [PATCH-v2 1/1] cron: optional_policy for mta_* interfaces
 2017-08-30 16:07 UTC 

[PATCH v1 0/4] s390x: one fix and three cleanups
 2017-08-30 16:06 UTC  (2+ messages)
` [PATCH v1 4/4] KVM: s390: vsie: use common code functions for pinning

[Buildroot] [PATCH] libgcrypt: security bump to version 1.7.9
 2017-08-30 16:07 UTC 


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.