All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-11 10:44:03 to 2017-09-11 11:31:34 UTC [more...]

[PATCH v5 0/8] xen: better grant v2 support
 2017-09-11 11:31 UTC  (12+ messages)
` [PATCH v5 3/8] xen: delay allocation of grant table sub structures
` [PATCH v5 4/8] xen: make grant resource limits per domain
` [PATCH v5 6/8] xen: add new domctl hypercall to set grant table resource limits

[Qemu-devel] [PATCH v3 00/50] Hi,
 2017-09-11 11:06 UTC  (52+ messages)
` [Qemu-devel] [PATCH v3 01/50] qlit: add qobject_from_qlit()
` [Qemu-devel] [PATCH v3 02/50] qapi: generate a literal qobject for introspection
` [Qemu-devel] [PATCH v3 03/50] qapi2texi: minor python code simplification
` [Qemu-devel] [PATCH v3 04/50] qapi: add 'if' to top-level expressions
` [Qemu-devel] [PATCH v3 05/50] qapi: add tests for invalid 'if'
` [Qemu-devel] [PATCH v3 06/50] qapi: pass 'if' condition into QAPISchemaEntity objects
` [Qemu-devel] [PATCH v3 07/50] qapi: add 'ifcond' to visitor methods
` [Qemu-devel] [PATCH v3 08/50] qapi: mcgen() shouldn't indent # lines
` [Qemu-devel] [PATCH v3 09/50] qapi: add #if/#endif helpers
` [Qemu-devel] [PATCH v3 10/50] qapi-introspect: modify to_qlit() to append ', ' on level > 0
` [Qemu-devel] [PATCH v3 11/50] qapi-introspect: modify to_qlit() to generate #if code
` [Qemu-devel] [PATCH v3 12/50] qapi-introspect: add preprocessor conditions to generated QLit
` [Qemu-devel] [PATCH v3 13/50] qapi-commands: add #if conditions to commands
` [Qemu-devel] [PATCH v3 14/50] qapi-event: add #if conditions to events
` [Qemu-devel] [PATCH v3 15/50] qapi-types: refactor variants handling
` [Qemu-devel] [PATCH v3 16/50] qapi-types: add #if conditions to types & visitors
` [Qemu-devel] [PATCH v3 17/50] qapi: do not define enumeration value explicitely
` [Qemu-devel] [PATCH v3 18/50] qapi: change enum visitor to take QAPISchemaMember
` [Qemu-devel] [PATCH v3 19/50] qapi: add 'if' to enum members
` [Qemu-devel] [PATCH v3 20/50] qapi-event: add 'if' condition to generated enum
` [Qemu-devel] [PATCH v3 21/50] qapi: add #if conditions on generated enum members
` [Qemu-devel] [PATCH v3 22/50] tests: add some enum members tests
` [Qemu-devel] [PATCH v3 23/50] qapi: add 'if' to struct members and implicit objects members
` [Qemu-devel] [PATCH v3 24/50] qapi: add some struct member tests
` [Qemu-devel] [PATCH v3 25/50] qapi: add #if conditions to generated struct members
` [Qemu-devel] [PATCH v3 26/50] qapi: add 'if' on union variants
` [Qemu-devel] [PATCH v3 27/50] qapi: add #if conditions to generated variants
` [Qemu-devel] [PATCH v3 28/50] qapi: add 'if' to alternate variant
` [Qemu-devel] [PATCH v3 29/50] qapi: add tests for invalid alternate
` [Qemu-devel] [PATCH v3 30/50] qapi: add #if conditions to generated alternate variants
` [Qemu-devel] [PATCH v3 31/50] docs: document schema configuration
` [Qemu-devel] [PATCH v3 32/50] qapi2texi: add 'If:' section to generated documentation
` [Qemu-devel] [PATCH v3 33/50] qapi2texi: add 'If:' condition to enum values
` [Qemu-devel] [PATCH v3 34/50] qapi2texi: add 'If:' condition to struct members
` [Qemu-devel] [PATCH v3 35/50] qapi2texi: add condition to variants
` [Qemu-devel] [PATCH v3 36/50] qapi: add conditions to VNC type/commands/events on the schema
` [Qemu-devel] [PATCH v3 37/50] qapi: add conditions to SPICE "
` [Qemu-devel] [PATCH v3 38/50] qapi: add conditions to REPLICATION type/commands "
` [Qemu-devel] [PATCH v3 39/50] qapi-commands: don't initialize command list in qmp_init_marshall()
` [Qemu-devel] [PATCH v3 40/50] qapi: add -i/--include filename.h
` [Qemu-devel] [PATCH v3 41/50] qapi: add a 'unit' pragma
` [Qemu-devel] [PATCH v3 42/50] qapi: add a -u/--unit option to specify which unit to visit
` [Qemu-devel] [PATCH v3 43/50] build-sys: move qmp-introspect per target
` [Qemu-devel] [PATCH v3 44/50] build-sys: add a target schema
` [Qemu-devel] [PATCH v3 45/50] qapi: make rtc-reset-reinjection depend on TARGET_I386
` [Qemu-devel] [PATCH v3 46/50] qapi: make s390 commands depend on TARGET_S390X
` [Qemu-devel] [PATCH v3 47/50] target.json: add a note about query-cpu* not being s390x-specific
` [Qemu-devel] [PATCH v3 48/50] qapi: make query-gic-capabilities depend on TARGET_ARM
` [Qemu-devel] [PATCH v3 49/50] qapi: make query-cpu-model-expansion depend on s390 or x86
` [Qemu-devel] [PATCH v3 50/50] qapi: make query-cpu-definitions depend on specific targets

[PATCH v3 0/2] ARM: dts: keystone-k2g: Add I2C support for 66AK2G
 2017-09-11 11:29 UTC  (5+ messages)
` [PATCH v3 1/2] i2c: davinci: Add PM Runtime Support

[U-Boot] [PATCH v2 00/19] rockchip: convert the RK3368 to OF_LIVE and validate on the RK3368-uQ7
 2017-09-11 11:29 UTC  (3+ messages)
` [U-Boot] [PATCH v2 15/19] rockchip: i2c: Convert to livetree

[PATCH rdma-core 1/3] Fix typo caase -> case
 2017-09-11 11:28 UTC  (3+ messages)
  ` [PATCH rdma-core 2/3] debian: Bump Standards-Version to 4.1.0
  ` [PATCH rdma-core 3/3] debian: Add new mlx5dv_set_context_attr symbol

[PATCH 0/5] I2C GPIO to use gpiolibs open drain
 2017-09-11 11:27 UTC  (5+ messages)
` [PATCH 1/5] i2c: gpio: Convert to use descriptors

Questions about NVMEM
 2017-09-11 11:24 UTC  (5+ messages)

Patch "Revert "firmware: add sanity check on shutdown/suspend"" has been added to the 4.13-stable tree
 2017-09-11 11:27 UTC 

[PATCH 0/2] Fix preemption issues with kvm_arm_get_running_vcpu
 2017-09-11 11:29 UTC  (3+ messages)
` [PATCH 2/2] KVM: arm/arm64: Fix vgic_mmio_change_active with PREEMPT_RT

ALPS touchpad ot correctly recognized: GlidePoint vs DualPoint
 2017-09-11 11:26 UTC  (8+ messages)

[PATCHv3 0/3] drm/i915: add DisplayPort CEC-Tunneling-over-AUX support
 2017-09-11 11:25 UTC  (5+ messages)
` [PATCHv3 1/3] drm: add support for DisplayPort CEC-Tunneling-over-AUX
` [PATCHv3 2/3] drm-kms-helpers.rst: document the DP CEC helpers
` [PATCHv3 3/3] drm/i915: add DisplayPort CEC-Tunneling-over-AUX support

[PATCH v4 1/6] ARM: dts: imx6qdl-icore: Add Sound card with codec node
 2017-09-11 11:25 UTC  (5+ messages)
` [PATCH v4 4/6] ARM: dts: imx6dl-icore: Add LVDS support

[PATCH v2 0/4] increase port_id range
 2017-09-11 11:25 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] ethdev: "

[PATCH bluetooth-next 0/2] *** Firmware patch to support HULUSB ***
 2017-09-11 11:25 UTC  (2+ messages)

[PATCH v3] tracing: Ignore mmiotrace from kernel commandline
 2017-09-11 11:23 UTC  (3+ messages)

[PATCH v1 1/2] mac802154: Fix MAC header and payload encrypted
 2017-09-11 11:21 UTC  (2+ messages)

[Qemu-devel] [PATCH] hmp: fix "dump-quest-memory" segfault (ppc)
 2017-09-11 11:20 UTC  (4+ messages)
` [Qemu-devel] [Qemu-ppc] "

[linux-lvm] Reserve space for specific thin logical volumes
 2017-09-11 11:20 UTC  (5+ messages)

[PATCH] arm64: KVM: Skip PSTATE.PAN reest at EL2 in non-VHE
 2017-09-11 11:20 UTC  (2+ messages)

[PATCH v10 00/24] Unified fwnode endpoint parser, async sub-device notifier support, N9 flash DTS
 2017-09-11 11:17 UTC  (10+ messages)
` [PATCH v10 19/24] v4l: fwnode: Add convenience function for parsing common external refs
` [PATCH v10 20/24] dt: bindings: smiapp: Document lens-focus and flash properties
` [PATCH v10 24/24] arm: dts: omap3: N9/N950: Add flash references to the camera

usb/midi: use-after-free in snd_rawmidi_dev_seq_free
 2017-09-11 11:17 UTC  (3+ messages)

[PATCH] mem_access: switch to plain bool
 2017-09-11 11:16 UTC 

[PATCH 0/1] reset: fix mixed reset when using sparse-checkout
 2017-09-11 11:15 UTC  (8+ messages)
` [PATCH 1/1] reset: fix reset when using the sparse-checkout feature

usb/gadget: stalls in dummy_timer
 2017-09-11 11:15 UTC 

[RFC PATCH V2 0/4] Extend resources to support more vcpus in single VM
 2017-09-11 11:15 UTC  (8+ messages)
` [RFC PATCH V2 2/4] Tool/ACPI: DSDT extension to support more vcpus

[U-Boot] [PATCH] ipu_common: Let the MX6 IPU clock be calculated in run-time
 2017-09-11 11:14 UTC  (5+ messages)

[Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0
 2017-09-11 11:14 UTC 

[PATCH] perf: support running perf binaries with a dash in their name
 2017-09-11 11:14 UTC 

[Bug 102369] [CI][SNB] Failed assertion: !kmsg_check("*ERROR*") in igt@tools_test@check_dmesg
 2017-09-11 11:14 UTC  (2+ messages)

AT86RF212 based USB-Stick (HUL)
 2017-09-11 11:13 UTC  (3+ messages)

[PATCH 00/10] staging: rtl8723bs: Follow linux-kernel coding style
 2017-09-11 11:13 UTC  (5+ messages)
` [PATCH 05/10] staging: rtl8723bs: Add space between concatenated strings
  ` [Outreachy kernel] "
` [PATCH 06/10] staging: rtl8723bs: Add space after ','
  ` [Outreachy kernel] "

[PATCH V4 0/10] block/scsi: safe SCSI quiescing
 2017-09-11 11:10 UTC  (11+ messages)
` [PATCH V4 01/10] blk-mq: only run hw queues for blk-mq
` [PATCH V4 02/10] block: tracking request allocation with q_usage_counter
` [PATCH V4 03/10] blk-mq: rename blk_mq_[freeze|unfreeze]_queue
` [PATCH V4 04/10] blk-mq: rename blk_mq_freeze_queue_wait as blk_freeze_queue_wait
` [PATCH V4 05/10] block: rename .mq_freeze_wq and .mq_freeze_depth
` [PATCH V4 06/10] block: pass flags to blk_queue_enter()
` [PATCH V4 07/10] block: introduce preempt version of blk_[freeze|unfreeze]_queue
` [PATCH V4 08/10] block: allow to allocate req with RQF_PREEMPT when queue is preempt frozen
` [PATCH V4 09/10] SCSI: transport_spi: resume a quiesced device
` [PATCH V4 10/10] SCSI: preempt freeze block queue when SCSI device is put into quiesce

WARN_ON_ONCE in fs/iomap.c:993
 2017-09-11 10:56 UTC 

[LTP] [PATCH COMMITTED] commands/gdb01: replace stdin with /dev/null
 2017-09-11 11:11 UTC 

[Qemu-devel] [Bug 1716028] Re: qemu 2.10 locks images with no feature flag
 2017-09-11 11:05 UTC 

CI urgent
 2017-09-11 11:11 UTC  (7+ messages)
` [PATCH igt 1/5] igt/gem_eio: inflight wedged requires long plugging
` [PATCH igt 3/5] igt/gem_eio: Install an exithandler to unwedge the device after failure

[RFC PATCH v8 0/2] mmap: safely enable support for new flags
 2017-09-11 11:10 UTC  (6+ messages)
` [RFC PATCH v8 2/2] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags

[RFC PATCH 0/4] Introduce Single-Stepping to ARMv8
 2017-09-11 11:10 UTC  (2+ messages)

[PATCH 0/6] Crypto-perf app improvements
 2017-09-11 11:08 UTC  (4+ messages)
` [PATCH 6/6] app/crypto-perf: use single mempool

Various vega10 hwmgr cleanups
 2017-09-11 11:06 UTC  (3+ messages)
` [PATCH 16/16] drm/amd/powerplay: Tidy up vega10_thermal_initialize()

[CI 1/3] igt/tools_test: Remove dmesg subtest
 2017-09-11 11:06 UTC  (3+ messages)
` [CI 2/3] igt/gem_flink_race: Limit name subtest to 5s
` [CI 3/3] igt/gem_eio: Install an exithandler to unwedge the device after failure

[PATCH] dma-fence: fix dma_fence_get_rcu_safe
 2017-09-11 11:06 UTC  (9+ messages)

[PATCH] drm/i915: Increase poll time for BDW FCLK_DONE
 2017-09-11 11:05 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: Increase poll time for BDW FCLK_DONE (rev2)

[PATCH v10 0/4] ACPI: parse the SPCR table
 2017-09-11 11:05 UTC  (6+ messages)
` [PATCH v11 1/4] of/serial: move earlycon early_param handling to serial
  ` [PATCH v11 2/4] ACPI: parse SPCR and enable matching console

[PATCH] ksm: Fix unlocked iteration over vmas in cmp_and_merge_page()
 2017-09-11 11:05 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] spapr_pci: some more cleanup
 2017-09-11 11:04 UTC  (3+ messages)

[PATCH v3 00/15] V4L2 Explicit Synchronization support
 2017-09-11 11:03 UTC  (7+ messages)
` [PATCH v3 01/15] [media] v4l: Document explicit synchronization behaviour
` [PATCH v3 02/15] [media] vb2: add explicit fence user API

[PATCH] generic/456: add check for fallocate flags
 2017-09-11 11:03 UTC  (2+ messages)

[PATCH 0/4] ethdev new offloads API
 2017-09-11 11:02 UTC  (11+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] ethdev: introduce Tx queue "

pyro openembedded gpsd update-rc.d problems with read-only-rootfs
 2017-09-11 11:01 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Add Renesas SoC DT bindings doc to Renesas ARM sections
 2017-09-11 11:01 UTC 

[cip-dev] B@D support Renesas iwg20m board - issue
 2017-09-11 10:59 UTC  (5+ messages)

[Qemu-devel] [PATCH] x86/acpi: build SRAT when memory hotplug is enabled
 2017-09-11 10:58 UTC  (6+ messages)

[PATCH] drm/amdgpu: fix amdgpu_vm_handle_moved as well
 2017-09-11 10:58 UTC 

[PATCH] MAINTAINERS: Add Renesas SoC DT bindings doc to Renesas ARM sections
 2017-09-11 10:58 UTC  (2+ messages)

[Qemu-trivial] [PATCH for-2.11] tests: Fix broken ivshmem-server-msi/-irq tests
 2017-09-11  9:49 UTC  (4+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

[Qemu-devel] [PATCH 0/4] ppc: migration fixes for TCG
 2017-09-11 10:57 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/4] ppc: add CPU IRQ state to PPC VMStateDescription
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 3/4] ppc: add CPU access_type into the migration stream

[PATCH] drm/amdgpu: fix VM sync with always valid BOs v2
 2017-09-11 10:57 UTC  (6+ messages)

[PATCH v4.12 -stable] rt2800: fix TX_PIN_CFG setting for non MT7620 chips
 2017-09-11 10:55 UTC 

[PATCH v7] rockchip/rga: v4l2 m2m support
 2017-09-11 10:53 UTC  (4+ messages)

[Qemu-devel] [PATCH] s390: set DHCP client architecure id for netboot
 2017-09-11 10:53 UTC  (2+ messages)

[PATCH] pci/msi: constify the pci_dev parameter of pci_msi_conf_write_intercept
 2017-09-11 10:52 UTC  (3+ messages)

[PATCH 0/1] ovmf: fix do_compile error when len(tmp)=410
 2017-09-11 10:51 UTC  (3+ messages)
` [PATCH 1/1] "

[Buildroot] [PATCH v2 1/1] linuxptp: bump to the latest version
 2017-09-11 10:50 UTC 

[PATCH] staging: xgifb: fix multiple line dereference
 2017-09-11 10:49 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 1/2] drm/i915: Introduce INTEL_GEN_MASK
 2017-09-11 10:49 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Simplify i915_reg_read_ioctl

[PATCH 0/2] runqemu: two fixes
 2017-09-11 10:49 UTC  (3+ messages)
` [PATCH 1/2] runqemu: default qemumips memory to 256M

[PATCH 1/2] scripts/package/Makefile: make revision update a function
 2017-09-11 10:48 UTC  (4+ messages)

[PATCH V3] cxl: Add support for POWER9 DD2
 2017-09-11 10:48 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: rk3399: spl: convert to using BOOT_DEVICE_BOOTROM
 2017-09-11 10:48 UTC 

[U-Boot] [PATCH] rockchip: rk3399: spl: remove hard-coded addresses for GRF and SGRF
 2017-09-11 10:47 UTC 

[PATCH v8 0/4] Add Rockchip RGA V4l2 support
 2017-09-11 10:47 UTC  (8+ messages)
` [PATCH v8 3/4] arm64: dts: rockchip: add RGA device node for RK3399
` [PATCH v8 4/4] dt-bindings: Document the Rockchip RGA bindings

[PATCH v5 1/2] drm/i915: Introduce INTEL_GEN_MASK
 2017-09-11 10:47 UTC  (3+ messages)
` [PATCH v5 2/2] drm/i915: Simplify i915_reg_read_ioctl

[U-Boot] [PATCH 1/2] board: lion_rk3368: update README flash instructions
 2017-09-11 10:46 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] board: puma_rk3399: "

[PATCH] nfs: track writeback errors with errseq_t
 2017-09-11 10:46 UTC  (11+ messages)

[ovmf test] 113296: regressions - FAIL
 2017-09-11 10:46 UTC 

[patch v2 0/2] Add support for Maxim MAX6621 temperature sensor device
 2017-09-11 10:45 UTC  (4+ messages)
` [patch v2 1/2] hwmon: Driver for Maxim MAX6621 temperature sensor
` [patch v2 2/2] dt-bindings: hwmon: add binding documentation for max6621 device

[Qemu-devel] [PATCH v6 00/12] tests: Add VM based build tests (for non-x86_64 and/or non-Linux)
 2017-09-11 10:44 UTC  (5+ messages)
` [Qemu-devel] [PATCH v6 04/12] tests: Add vm test lib


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.