All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-23 15:39:16 to 2017-06-23 16:24:10 UTC [more...]

[BUG] md: oops sync_page_io+0x38/0x180
 2017-06-23 16:24 UTC  (3+ messages)

[Qemu-devel] [PULL 00/61] Block layer patches
 2017-06-23 16:21 UTC  (62+ messages)
` [Qemu-devel] [PULL 01/61] commit: Fix completion with extra reference
` [Qemu-devel] [PULL 02/61] qemu-iotests: Allow starting new qemu after cleanup
` [Qemu-devel] [PULL 03/61] qemu-iotests: Test exiting qemu with running job
` [Qemu-devel] [PULL 04/61] block: count bdrv_co_rw_vmstate() requests
` [Qemu-devel] [PULL 05/61] block: use BDRV_POLL_WHILE() in bdrv_rw_vmstate()
` [Qemu-devel] [PULL 06/61] migration: avoid recursive AioContext locking in save_vmstate()
` [Qemu-devel] [PULL 07/61] migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all()
` [Qemu-devel] [PULL 08/61] doc: Document generic -blockdev options
` [Qemu-devel] [PULL 09/61] doc: Document driver-specific "
` [Qemu-devel] [PULL 10/61] throttle: Update throttle-groups.c documentation
` [Qemu-devel] [PULL 11/61] virtio-pci: use ioeventfd even when KVM is disabled
` [Qemu-devel] [PULL 12/61] migration: hold AioContext lock for loadvm qemu_fclose()
` [Qemu-devel] [PULL 13/61] qemu-iotests: 068: extract _qemu() function
` [Qemu-devel] [PULL 14/61] qemu-iotests: 068: use -drive/-device instead of -hda
` [Qemu-devel] [PULL 15/61] qemu-iotests: 068: test iothread mode
` [Qemu-devel] [PULL 16/61] nvme: Add support for Read Data and Write Data in CMBs
` [Qemu-devel] [PULL 17/61] qcow2: Remove unused Error variable in do_perform_cow()
` [Qemu-devel] [PULL 18/61] qcow2: Use unsigned int for both members of Qcow2COWRegion
` [Qemu-devel] [PULL 19/61] qcow2: Make perform_cow() call do_perform_cow() twice
` [Qemu-devel] [PULL 20/61] qcow2: Split do_perform_cow() into _read(), _encrypt() and _write()
` [Qemu-devel] [PULL 21/61] qcow2: Allow reading both COW regions with only one request
` [Qemu-devel] [PULL 22/61] qcow2: Pass a QEMUIOVector to do_perform_cow_{read, write}()
` [Qemu-devel] [PULL 23/61] qcow2: Merge the writing of the COW regions with the guest data
` [Qemu-devel] [PULL 24/61] qcow2: Use offset_into_cluster() and offset_to_l2_index()
` [Qemu-devel] [PULL 25/61] qed: Use bottom half to resume waiting requests
` [Qemu-devel] [PULL 26/61] qed: Make qed_read_table() synchronous
` [Qemu-devel] [PULL 27/61] qed: Remove callback from qed_read_table()
` [Qemu-devel] [PULL 28/61] qed: Remove callback from qed_read_l2_table()
` [Qemu-devel] [PULL 29/61] qed: Remove callback from qed_find_cluster()
` [Qemu-devel] [PULL 30/61] qed: Make qed_read_backing_file() synchronous
` [Qemu-devel] [PULL 31/61] qed: Make qed_copy_from_backing_file() synchronous
` [Qemu-devel] [PULL 32/61] qed: Remove callback from qed_copy_from_backing_file()
` [Qemu-devel] [PULL 33/61] qed: Make qed_write_header() synchronous
` [Qemu-devel] [PULL 34/61] qed: Remove callback from qed_write_header()
` [Qemu-devel] [PULL 35/61] qed: Make qed_write_table() synchronous
` [Qemu-devel] [PULL 36/61] qed: Remove GenericCB
` [Qemu-devel] [PULL 37/61] qed: Remove callback from qed_write_table()
` [Qemu-devel] [PULL 38/61] qed: Make qed_aio_read_data() synchronous
` [Qemu-devel] [PULL 39/61] qed: Make qed_aio_write_main() synchronous
` [Qemu-devel] [PULL 40/61] qed: Inline qed_commit_l2_update()
` [Qemu-devel] [PULL 41/61] qed: Add return value to qed_aio_write_l1_update()
` [Qemu-devel] [PULL 42/61] qed: Add return value to qed_aio_write_l2_update()
` [Qemu-devel] [PULL 43/61] qed: Add return value to qed_aio_write_main()
` [Qemu-devel] [PULL 44/61] qed: Add return value to qed_aio_write_cow()
` [Qemu-devel] [PULL 45/61] qed: Add return value to qed_aio_write_inplace/alloc()
` [Qemu-devel] [PULL 46/61] qed: Add return value to qed_aio_read/write_data()
` [Qemu-devel] [PULL 47/61] qed: Remove ret argument from qed_aio_next_io()
` [Qemu-devel] [PULL 48/61] qed: Remove recursion in qed_aio_next_io()
` [Qemu-devel] [PULL 49/61] qed: Implement .bdrv_co_readv/writev
` [Qemu-devel] [PULL 50/61] qed: Use CoQueue for serialising allocations
` [Qemu-devel] [PULL 51/61] qed: Simplify request handling
` [Qemu-devel] [PULL 52/61] qed: Use a coroutine for need_check_timer
` [Qemu-devel] [PULL 53/61] qed: Add coroutine_fn to I/O path functions
` [Qemu-devel] [PULL 54/61] qed: Use bdrv_co_* for coroutine_fns
` [Qemu-devel] [PULL 55/61] block: Remove bdrv_aio_readv/writev/flush()
` [Qemu-devel] [PULL 56/61] block: change variable names in BlockDriverState
` [Qemu-devel] [PULL 57/61] fix: avoid an infinite loop or a dangling pointer problem in img_commit
` [Qemu-devel] [PULL 58/61] blkdebug: Catch bs->exact_filename overflow
` [Qemu-devel] [PULL 59/61] blkverify: "
` [Qemu-devel] [PULL 60/61] block: Do not strcmp() with NULL uri->scheme
` [Qemu-devel] [PULL 61/61] qemu-img: don't shadow opts variable in img_dd()

[PATCH] strbuf: change an always NULL/"" strbuf_addftime() param to bool
 2017-06-23 16:23 UTC  (8+ messages)

[GIT PULL v3] updates to qbman (soc drivers) to support arm/arm64
 2017-06-23 16:23 UTC  (5+ messages)

[PATCH] x86: Remove unnecessary return from void function
 2017-06-23 16:23 UTC 

[Qemu-devel] [PULL 00/15] Queued target/s390x patches
 2017-06-23 16:22 UTC  (15+ messages)
` [Qemu-devel] [PULL 01/15] target/s390x: Map existing FAC_* names to S390_FEAT_* names
` [Qemu-devel] [PULL 02/15] target/s390x: change PSW_SHIFT_KEY
` [Qemu-devel] [PULL 03/15] target/s390x: implement mvcos instruction
` [Qemu-devel] [PULL 04/15] target/s390x: Mark FPSEH facility as available
` [Qemu-devel] [PULL 05/15] target/s390x: Implement load-on-condition-2 insns
` [Qemu-devel] [PULL 07/15] target/s390x: Mark STFLE_53 facility as available
` [Qemu-devel] [PULL 08/15] target/s390x: Implement execution-hint insns
` [Qemu-devel] [PULL 09/15] target/s390x: Implement processor-assist insn
` [Qemu-devel] [PULL 10/15] target/s390x: Mark STFLE_49 facility as available
` [Qemu-devel] [PULL 11/15] target/s390x: Finish implementing ETF2-ENH
` [Qemu-devel] [PULL 12/15] target/s390x: Clean up TB flag bits
` [Qemu-devel] [PULL 13/15] target/s390x: Indicate and check for local tlb clearing
` [Qemu-devel] [PULL 14/15] target/s390x: Improve heuristic for ipte
` [Qemu-devel] [PULL 15/15] target/s390x: Implement idte instruction

[PATCH 00/11] Add the mac internal ephy support
 2017-06-23 16:22 UTC  (8+ messages)
` [PATCH 01/11] net: phy: Add rockchip phy driver support
` [PATCH 05/11] net: stmmac: dwmac-rk: Add internal phy support

[PATCH 0/9] Crypto fixes/cleanup
 2017-06-23 16:21 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] Staging: vc04_services: bcm2835-audio: bcm2835-ctl.c: Fixed alignment to match open parenthesis
 2017-06-23 16:20 UTC  (2+ messages)

[PATCH] meta: Fix malformed Upstream-Status tags
 2017-06-23 16:20 UTC  (3+ messages)

[U-Boot] [ANN] U-Boot v2017.07-rc2 released
 2017-06-23 16:19 UTC  (2+ messages)

[PATCH 0/4] xen/tools: Credit2: implement caps
 2017-06-23 16:19 UTC  (4+ messages)
` [PATCH 1/4] xen: credit2: implement utilization cap

[RESEND PATCH] nvme-cli: Get Feature support for Extended Host Id
 2017-06-23 16:18 UTC 

Bug in ALSA-utils/arecord with --max-file-time
 2017-06-23 16:18 UTC  (3+ messages)

4.11.3: BTRFS critical (device dm-1): unable to add free space :-17 => btrfs check --repair runs clean
 2017-06-23 16:17 UTC  (11+ messages)
      ` How to fix errors that check --mode lomem finds, but --mode normal doesn't?

[lustre-devel] [PATCH 0/6] staging: lustre: lustre: assortment of checkpatch cleanups
 2017-06-23 16:17 UTC  (8+ messages)
` [lustre-devel] [PATCH 5/6] staging: lustre: lustre: several over 80 characters cleanups
` [lustre-devel] [PATCH 6/6] staging: lustre: lustre: fix all braces issues reported by checkpatch

[PATCH 0/3] Enable namespaced file capabilities
 2017-06-23 16:16 UTC  (9+ messages)

[PATCH 1/2] powerpc/powernv/pci: Add helper to check if a PE has a single vendor
 2017-06-23 16:15 UTC  (2+ messages)

[lustre-devel] [PATCH] staging: lustre: lnet: selftest: Change the type of variable to bool
 2017-06-23 16:16 UTC  (2+ messages)

[PATCH v2 0/5] kmod: help make deterministic
 2017-06-23 16:16 UTC  (5+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 4/4] kmod: throttle kmod thread limit

[PATCH 1/1] spi: atmel: fix corrupted data issue on SAM9 family SoCs
 2017-06-23 16:15 UTC  (8+ messages)
` Applied "spi: atmel: fix corrupted data issue on SAM9 family SoCs" to the spi tree

[PATCH v8 0/3] Add support for Qualcomm A53 CPU clock
 2017-06-23 16:15 UTC  (6+ messages)
` [PATCH v8 1/3] clk: qcom: Add A53 PLL support
` [PATCH v8 2/3] clk: qcom: Add regmap mux-div clocks support
` [PATCH v8 3/3] mailbox: qcom: Add support for APCS clock controller

[RFC PATCH 0/7] Hummingboard2 improvements
 2017-06-23 16:15 UTC  (2+ messages)

[PATCH 0/9] Add PMIC support to MediaTek MT7622 SoC
 2017-06-23 16:14 UTC  (7+ messages)
` [PATCH 3/9] regulator: mt6380: Add support for MT6380

[RFC] MIPS: OCTEON: Spurious code in 'arch/mips/cavium-octeon/octeon-usb.c'
 2017-06-23 16:13 UTC  (2+ messages)

[RFC PATCH 0/4] xfs: more configurable error injection
 2017-06-23 16:13 UTC  (10+ messages)
` [PATCH 2/4] xfs: expose errortag knobs via sysfs

generic/401: Test mountpoint not subdir for filetype support
 2017-06-23 16:12 UTC  (2+ messages)
` [PATCH] "

[PATCH -net] tls: return -EFAULT if copy_to_user() fails
 2017-06-23 16:12 UTC  (3+ messages)

[PATCH v3] selftests: lib: Skip tests on missing test modules
 2017-06-23 16:11 UTC  (2+ messages)

[Qemu-trivial] [PATCH v3 0/2] hw/unimp: add MAINTAINERS entry and missing include
 2017-06-23 16:11 UTC  (6+ messages)
` [Qemu-devel] "
` [Qemu-trivial] [PATCH v3 1/2] hw/unimp: add "
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH v3 2/2] MAINTAINERS: add entry for "Unimplemented" device
  ` [Qemu-devel] "

[Qemu-devel] [PATCHv6 3/5] fw_cfg: move assert() and linking of fw_cfg device to the machine into instance_init()
 2017-06-23 16:10 UTC  (13+ messages)

[Qemu-arm] [RFC v2 0/8] VIRTIO-IOMMU device
 2017-06-23 16:09 UTC  (8+ messages)
` [Qemu-devel] [RFC v2 3/8] virtio_iommu: add skeleton
    ` [Qemu-arm] "
` [Qemu-arm] [RFC v2 6/8] virtio-iommu: Implement the translation and commands
    ` [Qemu-devel] "

[PATCH 0/4] fscrypt: remove checks for encryption key after file open
 2017-06-23 16:09 UTC  (4+ messages)
` [PATCH 3/4] ubifs: don't bother checking for encryption key in ->mmap()

[PATCH 1/2] arm64: dts: marvell: fix USB3 regulator definition on MacchiatoBin
 2017-06-23 16:08 UTC  (3+ messages)
` [PATCH 2/2] arm64: defconfig: enable nop-xceiv PHY driver

when guest set A/D bit of guest pte, should VMM intercept and update A/D bit of spte?
 2017-06-23 16:07 UTC  (2+ messages)

[PATCH v2 0/3] Introduce AMD Secure Processor device
 2017-06-23 16:06 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: ccp - Use devres interface to allocate PCI/iomap and cleanup
` [PATCH v2 2/3] crypto: ccp - Introduce the AMD Secure Processor device
` [PATCH v2 3/3] crypto: cpp - Abstract interrupt registeration

[PATCH 0/5] PM / sleep: Support power button wakeup from S2I on recent Dell laptops
 2017-06-23 16:06 UTC  (6+ messages)
` [PATCH v2 3/3] ACPI / sleep: EC-based wakeup from suspend-to-idle on recent Dell systems
  ` [PATCH] ACPI / sleep: EC-based wakeup from suspend-to-idle on recent systems
    ` [PATCH v2] "

[Qemu-devel] [PATCH] target/ppc/cpu-models: set POWER9_v1.0 as POWER9 DD1
 2017-06-23 16:05 UTC  (4+ messages)

2 potentially stupid questions
 2017-06-23 16:06 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/18] target/s390x improvements
 2017-06-23 16:05 UTC  (14+ messages)
` [Qemu-devel] [PATCH v3 13/18] target/s390x: Implement CONVERT UNICODE insns
` [Qemu-devel] [PATCH v3 14/18] target/s390x: Tidy SRST
` [Qemu-devel] [PATCH v3 15/18] target/s390x: Implement SRSTU
` [Qemu-devel] [PATCH v3 16/18] target/s390x: Implement TRTR
` [Qemu-devel] [PATCH v3 17/18] target/s390x: Mark ETF3 and ETF3_ENH facilities as available
` [Qemu-devel] [PATCH v3 18/18] target/s390x: Clean up TB flag bits

liburcu's assertion failed when cannot allocate memory
 2017-06-23 15:57 UTC 

[PATCH rdma-next 0/3] Support out of order data placement
 2017-06-23 16:03 UTC  (17+ messages)

[PATCH] selftests: fix memory-hotplug test
 2017-06-23 16:03 UTC  (2+ messages)

[PATCH 1/2] gdb/scripts: lx-dmesg: Cast log_buf to void* for addr fetch
 2017-06-23 16:02 UTC  (4+ messages)
` [PATCH 2/2] scripts/gdb: lx-dmesg: Use errors=replace for decoding

[Bug 101368] Nouveau regression GT218M in Kernel 4.11 Won't Boot
 2017-06-23 16:00 UTC 

[PATCH] Staging : rts5208 : checkpatch.pl fixes
 2017-06-23 15:59 UTC  (2+ messages)

[dm-crypt] Reading the serial number of an HDD encrypted with dm-crypt
 2017-06-23 15:58 UTC  (2+ messages)

Allocation failures with babeltrace and TraceCompass - corrupt trace?
 2017-06-23 15:48 UTC 

[Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
 2017-06-23 15:57 UTC  (2+ messages)

[xen-unstable-smoke test] 111006: tolerable trouble: broken/pass - PUSHED
 2017-06-23 15:56 UTC 

[patch] obsoleted comment in show_map_vma()
 2017-06-23 15:17 UTC 

[RFC PATCH 00/35] SCSI EH argument reshuffling
 2017-06-23 15:56 UTC  (3+ messages)
` [PATCH 01/35] scsi: fix comment in scsi_device_set_state()

[B.A.T.M.A.N.] [PATCH maint] batman-adv: fix TT sync flag inconsistencies
 2017-06-23 15:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] block: Don't compare strings in bdrv_reopen_prepare()
 2017-06-23 15:55 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/4] qapi/qnull: Add own header

[PATCH V3] tools/testing/selftests/sysctl: Add pre-check to the value of writes_strict
 2017-06-23 15:55 UTC  (2+ messages)

[PATCH net] net: dp83640: Avoid NULL pointer dereference
 2017-06-23 15:51 UTC 

[Cocci] Replacing suffix rules in make scripts?
 2017-06-23 15:50 UTC  (9+ messages)

[Qemu-devel] [PATCH v2 0/4] Add shrink image for qcow2
 2017-06-23 15:47 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 3/4] qcow2: add shrink image support
` [Qemu-devel] [PATCH v2 4/4] qemu-iotests: add shrinking image test

[PATCH] clk: gcc-msm8996: Add missing lpass smmu clks
 2017-06-23 15:47 UTC  (4+ messages)

[PATCH 2/2] 44x/fsp2: enable eMMC arasan for fsp2 platform
 2017-06-23 15:47 UTC 

[PATCH 1/2] mmc/host: add FSP2(ppc476fpe) into depends for sdhci-st
 2017-06-23 15:47 UTC 

[PATCH 0/2] add eMMC support for fsp2 board
 2017-06-23 15:47 UTC 

[PATCH v3 00/11] PCID and improved laziness
 2017-06-23 15:46 UTC  (13+ messages)
` [PATCH v3 05/11] x86/mm: Track the TLB's tlb_gen and update the flushing algorithm

[OSSTEST PATCH v11 00/20] Have OpenStack tested on top of xen's master and libvirt's master
 2017-06-23 15:42 UTC  (9+ messages)
` [OSSTEST PATCH v11 16/20] ts-openstack-tempest: Update list of skipped tests
` [OSSTEST PATCH v11 18/20] ts-logs-capture: Capture OpenStack logs

[PATCH 0/6] add support for Sama5d2 audio PLL and enable ClassD
 2017-06-23 15:39 UTC  (4+ messages)
` [PATCH 2/6] clk: at91: add audio pll clock driver


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.