All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-11 15:31:47 to 2017-07-11 16:12:39 UTC [more...]

[Qemu-devel] [PULL 00/85] Block layer patches
 2017-07-11 16:07 UTC  (69+ messages)
` [Qemu-devel] [PULL 01/85] block: expose crypto option names / defs to other drivers
` [Qemu-devel] [PULL 02/85] block: add ability to set a prefix for opt names
` [Qemu-devel] [PULL 03/85] qcow: document another weakness of qcow AES encryption
` [Qemu-devel] [PULL 04/85] qcow: require image size to be > 1 for new images
` [Qemu-devel] [PULL 05/85] iotests: skip 042 with qcow which dosn't support zero sized images
` [Qemu-devel] [PULL 06/85] iotests: skip 048 with qcow which doesn't support resize
` [Qemu-devel] [PULL 07/85] block: deprecate "encryption=on" in favor of "encrypt.format=aes"
` [Qemu-devel] [PULL 08/85] qcow: make encrypt_sectors encrypt in place
` [Qemu-devel] [PULL 09/85] qcow: convert QCow to use QCryptoBlock for encryption
` [Qemu-devel] [PULL 10/85] qcow2: make qcow2_encrypt_sectors encrypt in place
` [Qemu-devel] [PULL 11/85] qcow2: convert QCow2 to use QCryptoBlock for encryption
` [Qemu-devel] [PULL 12/85] qcow2: extend specification to cover LUKS encryption
` [Qemu-devel] [PULL 13/85] qcow2: add support for LUKS encryption format
` [Qemu-devel] [PULL 14/85] qcow2: add iotests to cover LUKS encryption support
` [Qemu-devel] [PULL 15/85] iotests: enable tests 134 and 158 to work with qcow (v1)
` [Qemu-devel] [PULL 16/85] block: rip out all traces of password prompting
` [Qemu-devel] [PULL 17/85] block: remove all encryption handling APIs
` [Qemu-devel] [PULL 18/85] block: pass option prefix down to crypto layer
` [Qemu-devel] [PULL 19/85] qcow2: report encryption specific image information
` [Qemu-devel] [PULL 20/85] docs: document encryption options for qcow, qcow2 and luks
` [Qemu-devel] [PULL 21/85] iotests: 181 does not work for all formats
` [Qemu-devel] [PULL 22/85] mirror: Fix inconsistent backing AioContext for after mirroring
` [Qemu-devel] [PULL 23/85] specs/qcow2: fix bitmap granularity qemu-specific note
` [Qemu-devel] [PULL 24/85] specs/qcow2: do not use wording 'bitmap header'
` [Qemu-devel] [PULL 25/85] hbitmap: improve dirty iter
` [Qemu-devel] [PULL 26/85] tests: add hbitmap iter test
` [Qemu-devel] [PULL 27/85] block: fix bdrv_dirty_bitmap_granularity signature
` [Qemu-devel] [PULL 28/85] block/dirty-bitmap: add deserialize_ones func
` [Qemu-devel] [PULL 29/85] qcow2-refcount: rename inc_refcounts() and make it public
` [Qemu-devel] [PULL 30/85] qcow2: add bitmaps extension
` [Qemu-devel] [PULL 31/85] block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled field
` [Qemu-devel] [PULL 32/85] block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
` [Qemu-devel] [PULL 33/85] qcow2: autoloading dirty bitmaps
` [Qemu-devel] [PULL 34/85] block: refactor bdrv_reopen_commit
` [Qemu-devel] [PULL 35/85] block: new bdrv_reopen_bitmaps_rw interface
` [Qemu-devel] [PULL 36/85] qcow2: support .bdrv_reopen_bitmaps_rw
` [Qemu-devel] [PULL 37/85] block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
` [Qemu-devel] [PULL 38/85] block: bdrv_close: release bitmaps after drv->bdrv_close
` [Qemu-devel] [PULL 39/85] block: introduce persistent dirty bitmaps
` [Qemu-devel] [PULL 40/85] block/dirty-bitmap: add bdrv_dirty_bitmap_next()
` [Qemu-devel] [PULL 41/85] qcow2: add persistent dirty bitmaps support
` [Qemu-devel] [PULL 42/85] qcow2: store bitmaps on reopening image as read-only
` [Qemu-devel] [PULL 43/85] block: add bdrv_can_store_new_dirty_bitmap
` [Qemu-devel] [PULL 44/85] qcow2: add .bdrv_can_store_new_dirty_bitmap
` [Qemu-devel] [PULL 45/85] qmp: add persistent flag to block-dirty-bitmap-add
` [Qemu-devel] [PULL 46/85] qmp: add autoload parameter "
` [Qemu-devel] [PULL 47/85] qmp: add x-debug-block-dirty-bitmap-sha256
` [Qemu-devel] [PULL 48/85] iotests: test qcow2 persistent dirty bitmap
` [Qemu-devel] [PULL 49/85] block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
` [Qemu-devel] [PULL 50/85] qcow2: add .bdrv_remove_persistent_dirty_bitmap
` [Qemu-devel] [PULL 51/85] qmp: block-dirty-bitmap-remove: remove persistent
` [Qemu-devel] [PULL 52/85] block: release persistent bitmaps on inactivate
` [Qemu-devel] [PULL 53/85] iotests: skip 159 & 170 with luks format
` [Qemu-devel] [PULL 54/85] iotests: fix remainining tests to work with LUKS
` [Qemu-devel] [PULL 55/85] iotests: reduce PBKDF iterations when testing LUKS
` [Qemu-devel] [PULL 56/85] iotests: add more LUKS hash combination tests
` [Qemu-devel] [PULL 57/85] iotests: chown LUKS device before qemu-io launches
` [Qemu-devel] [PULL 58/85] iotests: Use absolute paths for executables
` [Qemu-devel] [PULL 59/85] iotests: Add test for colon handling
` [Qemu-devel] [PULL 60/85] tests: Avoid non-portable 'echo -ARG'
` [Qemu-devel] [PULL 61/85] block: add bdrv_measure() API
` [Qemu-devel] [PULL 62/85] raw-format: add bdrv_measure() support
` [Qemu-devel] [PULL 63/85] qcow2: extract preallocation calculation function
` [Qemu-devel] [PULL 64/85] qcow2: make refcount size calculation conservative
` [Qemu-devel] [PULL 65/85] qcow2: extract image creation option parsing
` [Qemu-devel] [PULL 66/85] qcow2: add bdrv_measure() support
` [Qemu-devel] [PULL 67/85] qemu-img: add measure subcommand
` [Qemu-devel] [PULL 68/85] qemu-iotests: support per-format golden output files

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2017-07-11 16:12 UTC 

[PATCH 0/8] Adding NV12 support for SKL display
 2017-07-11 16:12 UTC  (3+ messages)
` [PATCH 7/8] drm/i915: Add NV12 as supported format for sprite plane

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2017-07-11 16:12 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2017-07-11 16:12 UTC 

post-receive: pub/scm/linux/kernel/git/rt/linux-rt-devel
 2017-07-11 16:11 UTC 

[Qemu-devel] [PATCH v6 0/2] Rewrite 'live-block-ops.txt'; convert 'bitmaps.md' to rST
 2017-07-11 16:11 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 1/2] bitmaps.md: Convert to rST; move it into 'interop' dir

[Bug 92715] [IGT] [BYT-M/KBL/BXT/BDW/IVB] gem_reset_stats sub tests fail
 2017-07-11 16:11 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/ebiederm/user-namespace
 2017-07-11 16:11 UTC 

[Buildroot] [PATCH 1/3] efibootmgr: fix build with gcc 7.x
 2017-07-11 16:10 UTC  (4+ messages)
` [Buildroot] [PATCH 2/3] efivar: bump to version 31
` [Buildroot] [PATCH 3/3] efibootmgr: bump to version 15

[U-Boot] [PATCH v3 00/35] dm: tegra: Move nyan-big, jetson-tk1, beaver to livetree
 2017-07-11 16:10 UTC  (14+ messages)

post-receive: pub/scm/linux/kernel/git/ebiederm/user-namespace
 2017-07-11 16:10 UTC 

[RFC PATCH v1 00/11] Create fast idle path for short idle periods
 2017-07-11 16:09 UTC  (8+ messages)

[PATCH] KVM: VMX: Fix invalid guest state detection after task-switch emulation
 2017-07-11 16:09 UTC  (3+ messages)

[Xenomai] Kernel Warning : I-pipe: Detected illicit call from head domain 'Xenomai'
 2017-07-11 16:09 UTC  (3+ messages)

[PATCH v2] power: supply: ltc2941-battery-gauge: Add LTC2944 support
 2017-07-11 16:07 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/35] RFC: coroutine annotations & clang check
 2017-07-11 16:06 UTC  (14+ messages)
` [Qemu-devel] [PATCH 02/35] WIP: coroutine: manually tag the fast-paths
` [Qemu-devel] [PATCH 09/35] block: bdrv_create() and bdrv_debug_event() are coroutine_fn
` [Qemu-devel] [PATCH 10/35] vmdk: mark coroutine_fn
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH 11/35] qcow2: "
` [Qemu-devel] [PATCH 12/35] raw: "
` [Qemu-devel] [PATCH 14/35] migration: "

[Qemu-devel] [RFC PATCH 0/3] disable Xen on ARM (until supported)
 2017-07-11 16:06 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 1/3] configure: disable Xen PCI Passthrough on !x86 archs

post-receive: pub/scm/linux/kernel/git/ebiederm/user-namespace
 2017-07-11 16:06 UTC 

[PATCH 0/7] tag: more fine-grained pager-configuration
 2017-07-11 16:05 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/ebiederm/user-namespace
 2017-07-11 16:05 UTC 

[PATCH] gettext: Enable generation of libasprintf in gettext 0.19
 2017-07-11 16:15 UTC  (5+ messages)
` ✗ patchtest: failure for "

autoconfigured haproxy service?
 2017-07-11 16:04 UTC  (5+ messages)
        ` [ceph-users] "

Weirdness with git change detection
 2017-07-11 16:04 UTC  (3+ messages)

[PATCH 1/2] hooks: replace irrelevant hook sample
 2017-07-11 16:03 UTC  (6+ messages)
` [PATCH 1/4] hook: cleanup script
  ` [PATCH 4/4] hook: add a simple first example

[PATCH] gcc-7.1: Update the libsanitize stack_t patch to upstreamed version
 2017-07-11 16:02 UTC 

Submit of a driver for Pi433 - a radio module for Raspberry Pi
 2017-07-11 16:02 UTC 

[Printing-architecture] NOW - OP Call Tuesday (11 July 2017)
 2017-07-11 16:01 UTC 

BTRFS: error (device dm-2) in btrfs_run_delayed_refs:2960: errno=-17 Object already exists
 2017-07-11 16:00 UTC  (2+ messages)

[Bug 101749] sclk scales badly in war thunder
 2017-07-11 16:00 UTC  (2+ messages)

[Buildroot] [PATCH] efivar: fix build with gcc 7
 2017-07-11 15:59 UTC  (2+ messages)

[meta-qt5] qdbuscpp2xml native Crash
 2017-07-11 15:58 UTC  (3+ messages)

[PATCH] hpsa: add support for legacy boards
 2017-07-11 15:58 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] pci: allow PCI bus slots to be marked as reserved
 2017-07-11 15:57 UTC  (4+ messages)

[RFC PATCH v1] irqchip: Add support for tango interrupt router
 2017-07-11 15:56 UTC  (4+ messages)

[Qemu-devel] [PATCH v11 00/29] translate: [tcg] Generic translation framework
 2017-07-11 15:56 UTC  (8+ messages)
` [Qemu-devel] [PATCH v11 24/29] target/arm: [tcg, a64] Port to translate_insn

[PATCHv2] tcmu: Fix possbile memory leak when recalculating the cmd base size
 2017-07-11 15:55 UTC  (2+ messages)

[PATCH] MIPS: pistachio: Enable Root FS on NFS in defconfig
 2017-07-11 15:55 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] Allow int props with no default, use them in ARM
 2017-07-11 15:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] qdev-properties.h: Explicitly set the default value for arraylen properties
` [Qemu-devel] [PATCH 2/3] qdev: support properties which don't set a default value
` [Qemu-devel] [PATCH 3/3] target/arm: Make Cortex-M3 and M4 default to 8 PMSA regions

[PATCH v3 0/7] Enhance libsas hotplug feature
 2017-07-11 15:54 UTC  (7+ messages)
` [PATCH v3 1/7] libsas: Use static sas event pool to appease sas event lost
` [PATCH v3 2/7] libsas: remove unused port_gone_completion

What's cooking in git.git (Jul 2017, #03; Mon, 10)
 2017-07-11 15:55 UTC  (6+ messages)

Potential race in TLB flush batching?
 2017-07-11 15:53 UTC  (8+ messages)

[Bug 99889] nouveau preventing shutdown after suspend-resume
 2017-07-11 15:52 UTC 

[PATCH xf86-video-ati 1/2] Use drmmode_crtc->scanout_id instead of 0 to check for scanout buffer
 2017-07-11 15:52 UTC  (4+ messages)
` [PATCH xf86-video-ati 2/2] If a TearFree flip fails, fall back to non-TearFree operation

[PATCH v6 3/3] watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUT
 2017-07-11 15:50 UTC  (3+ messages)
` [v6,3/3] "

[REGRESSION] Touchpad failure after e7348396c6d5 ("Input: ALPS - fix V8+ protocol handling (73 03 28)")
 2017-07-11 15:50 UTC  (10+ messages)

[U-Boot] [PATCH] MIPS: bootm: Fix broken boot_env_legacy codepath
 2017-07-11 15:47 UTC 

[Xenomai] Kernel CONFIG_MIGRATION flag
 2017-07-11 15:47 UTC  (2+ messages)

[PATCH v2 00/15] megaraid_sas: Updates for scsi-next
 2017-07-11 15:47 UTC  (4+ messages)
` [PATCH v2 11/15] megaraid_sas: Set device queue_depth same as HBA can_queue value in scsi-mq mode

[PATCH] scsi: default to scsi-mq
 2017-07-11 15:46 UTC  (6+ messages)

Ceph Bluestore OSD CPU utilization
 2017-07-11 15:46 UTC  (5+ messages)

"groups of files" in Git?
 2017-07-11 15:45 UTC 

[PATCH v9 00/38] x86: Secure Memory Encryption (AMD)
 2017-07-11 15:44 UTC  (16+ messages)
` [PATCH v9 07/38] x86/mm: Remove phys_to_virt() usage in ioremap()

[RFC v5 00/38] powerpc: Memory Protection Keys
 2017-07-11 15:44 UTC  (5+ messages)
` [RFC v5 02/38] powerpc: Free up four 64K PTE bits in 64K backed HPTE pages

[Qemu-devel] [PATCH v3] hmp: Update info vnc
 2017-07-11 15:44 UTC 

[RFC][PATCH] drm: kirin: Restrict modes to known good mode clocks
 2017-07-11 15:44 UTC  (8+ messages)

[PATCH V3] perf/x86/intel/uncore: remove nonexistent clockticks event for client uncore
 2017-07-11 15:43 UTC  (3+ messages)

[GIT pull] irq updates for 4.13
 2017-07-11 15:43 UTC  (11+ messages)

[PATCH v5 1/5] x86: stub out pmc function
 2017-07-11 15:43 UTC  (5+ messages)
` [PATCH v5 5/5] intel_idle: Add S0ix validation

Call for Comment (by July 14) - NIST Platform Firmware Resiliency Guidelines
 2017-07-11 15:43 UTC 

[PATCH] drm/syncobj: add sync obj wait interface. (v6)
 2017-07-11 15:43 UTC  (9+ messages)

[PATCH] gpio/serial: revert "linux,first-pin" property handling
 2017-07-11 15:42 UTC  (3+ messages)

[PATCH] leds: leds-aat1290.c: enclosed arithmetic expression macro
 2017-07-11 15:42 UTC  (2+ messages)

Cmake: determening Ceph version when there is no git checkout
 2017-07-11 15:42 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/7] ARM: implement MPS2 board (with 2 FPGA flavours)
 2017-07-11 15:40 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/7] hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UART

[Qemu-devel] [PATCH 00/22] tcg: per-thread TCG
 2017-07-11 15:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/22] vl: fix breakage of -tb-size

/etc/mtab read ~900 times by rpc.mountd
 2017-07-11 15:39 UTC  (7+ messages)

[RFC PATCH 00/12] Implement XDP bpf_redirect vairants
 2017-07-11 15:36 UTC  (5+ messages)

[PATCH v3 00/10] x86: ORC unwinder (previously undwarf)
 2017-07-11 15:33 UTC  (11+ messages)
` [PATCH v3 01/10] x86/entry/64: Refactor IRQ stacks and make them NMI-safe
` [PATCH v3 02/10] x86/entry/64: Initialize the top of the IRQ stack before switching stacks
` [PATCH v3 03/10] x86/dumpstack: fix occasionally missing registers
` [PATCH v3 04/10] x86/dumpstack: fix interrupt and exception stack boundary checks
` [PATCH v3 05/10] objtool: add ORC unwind table generation
` [PATCH v3 06/10] objtool, x86: add facility for asm code to provide unwind hints
` [PATCH v3 07/10] x86/entry/64: add unwind hint annotations
` [PATCH v3 08/10] x86/asm: add unwind hint annotations to sync_core()
` [PATCH v3 09/10] x86/unwind: add ORC unwinder
` [PATCH v3 10/10] x86/kconfig: make it easier to switch to the new "

ASUS G752VS Touchpad does not work
 2017-07-11 15:35 UTC  (19+ messages)

[Xenomai] Kernel CONFIG_MIGRATION flag
 2017-07-11 15:35 UTC  (2+ messages)

[Bug 101712] [Turks PRO/Radeon HD 6570/7570/8550] CPU lockup after ring 0 stalled
 2017-07-11 15:35 UTC 

[Qemu-devel] [PULL 0/2] VFIO fixes 2017-07-10
 2017-07-11 15:33 UTC  (2+ messages)

[PATCH i-g-t] igt: Add LOCAL defines for distro compatibility
 2017-07-11 15:33 UTC  (3+ messages)

[Xenomai] Cobalt core install linker problem
 2017-07-11 15:33 UTC  (2+ messages)

[REGRESSION] perf/core: PMU interrupts dropped if we entered the kernel in the "skid" region
 2017-07-11 15:32 UTC  (12+ messages)
` [PATCH] perf/core: generate overflow signal when samples are dropped (WAS: Re: [REGRESSION] perf/core: PMU interrupts dropped if we entered the kernel in the "skid" region)

[PATCH v2 0/4] scsi_dh_alua: fix stuck I/O after unavailable/standby states
 2017-07-11 15:32 UTC  (4+ messages)
` [PATCH v2 1/4] scsi: scsi_dh_alua: allow I/O in target port unavailable and standby states

[PATCH 0/2] CodeSamples: Add arm64 support
 2017-07-11 15:32 UTC  (2+ messages)
` [PATCH 2/2] "

[PATCH] strbuf: use designated initializers in STRBUF_INIT
 2017-07-11 15:31 UTC  (3+ messages)

[PATCH] leds: leds-aat1290.c: enclosed arithmetic expression macro
 2017-07-11 15:31 UTC  (2+ messages)


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.