All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-21 14:32:25 to 2017-02-21 15:04:29 UTC [more...]

Problem: saa7113 (saa7115) vs. "conrad usb grabber usb-472"
 2017-02-21 15:04 UTC  (2+ messages)

Partnership with Git
 2017-02-21 15:04 UTC  (4+ messages)

ti_hecc: canfdtest rx freeze
 2017-02-21 15:03 UTC  (5+ messages)

[Qemu-devel] [PATCH] mttcg: Set jmp_env to handle exit from tb_gen_code
 2017-02-21 15:04 UTC  (4+ messages)

[PATCHv3 00/10] mpt3sas: Full mq support, part 1
 2017-02-21 15:03 UTC  (8+ messages)
` [PATCHv3 09/10] mpt3sas: always use first reserved smid for ioctl passthrough
` [PATCHv3 10/10] mpt3sas: lockless command submission for scsi-mq

[Qemu-devel] [PATCH 00/14] qobject: Cleanups, mostly in tests
 2017-02-21 15:03 UTC  (3+ messages)
` [Qemu-devel] [PATCH 06/14] test-qmp-event: Simplify and tighten event_test_emit()

Fwd: Barebox 2017.02 works great but no Linux Framebuffer... :-/
 2017-02-21 15:03 UTC  (3+ messages)

[PATCH v2 0/4] iio: accel: adxl345: Split driver into core and I2C then add SPI support
 2017-02-21 15:03 UTC  (2+ messages)

[PATCH] drm/i915: Remove temporary allocation of dma addresses when rotating
 2017-02-21 15:01 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/18] Convert QCow[2] to QCryptoBlock & add LUKS support
 2017-02-21 15:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 18/18] block: pass option prefix down to crypto layer

renesas-drivers-2017-02-21-v4.10
 2017-02-21 15:01 UTC 

[PATCH] powerpc: optprobes: fix TOC handling in optprobes trampoline
 2017-02-21 15:00 UTC 

[Qemu-devel] [PATCH 00/54] New op blocker system, part 1
 2017-02-21 14:58 UTC  (55+ messages)
` [Qemu-devel] [PATCH 01/54] blockdev: Use BlockBackend to resize in qmp_block_resize()
` [Qemu-devel] [PATCH 02/54] qcow2: Use BB for resizing in qcow2_amend_options()
` [Qemu-devel] [PATCH 03/54] mirror: Resize active commit base in mirror_run()
` [Qemu-devel] [PATCH 04/54] block: Pass BdrvChild to bdrv_truncate()
` [Qemu-devel] [PATCH 05/54] block: Attach bs->file only during .bdrv_open()
` [Qemu-devel] [PATCH 06/54] block: Factor out bdrv_open_child_bs()
` [Qemu-devel] [PATCH 07/54] block: Use BlockBackend for image probing
` [Qemu-devel] [PATCH 08/54] block: Factor out bdrv_open_driver()
` [Qemu-devel] [PATCH 09/54] block: Add bdrv_new_open_driver()
` [Qemu-devel] [PATCH 10/54] vvfat: Use opened node as backing file
` [Qemu-devel] [PATCH 11/54] tests: Use opened block node for block job tests
` [Qemu-devel] [PATCH 12/54] block: Add op blocker permission constants
` [Qemu-devel] [PATCH 13/54] block: Add Error argument to bdrv_attach_child()
` [Qemu-devel] [PATCH 14/54] block: Let callers request permissions when attaching a child node
` [Qemu-devel] [PATCH 15/54] block: Involve block drivers in permission granting
` [Qemu-devel] [PATCH 16/54] block: Default .bdrv_child_perm() for filter drivers
` [Qemu-devel] [PATCH 17/54] block: Request child permissions in "
` [Qemu-devel] [PATCH 18/54] block: Default .bdrv_child_perm() for format drivers
` [Qemu-devel] [PATCH 19/54] block: Request child permissions in "
` [Qemu-devel] [PATCH 20/54] vvfat: Implement .bdrv_child_perm()
` [Qemu-devel] [PATCH 21/54] block: Require .bdrv_child_perm() with child nodes
` [Qemu-devel] [PATCH 22/54] block: Request real permissions in bdrv_attach_child()
` [Qemu-devel] [PATCH 23/54] block: Add permissions to BlockBackend
` [Qemu-devel] [PATCH 24/54] block: Add permissions to blk_new()
` [Qemu-devel] [PATCH 25/54] block: Add error parameter to blk_insert_bs()
` [Qemu-devel] [PATCH 26/54] block: Add BDRV_O_RESIZE for blk_new_open()
` [Qemu-devel] [PATCH 27/54] block: Request real permissions in blk_new_open()
` [Qemu-devel] [PATCH 28/54] block: Allow error return in BlockDevOps.change_media_cb()
` [Qemu-devel] [PATCH 29/54] hw/block: Request permissions
` [Qemu-devel] [PATCH 30/54] hw/block: Introduce share-rw qdev property
` [Qemu-devel] [PATCH 31/54] blockjob: Add permissions to block_job_create()
` [Qemu-devel] [PATCH 32/54] block: Add BdrvChildRole.get_parent_desc()
` [Qemu-devel] [PATCH 33/54] block: Include details on permission errors in message
` [Qemu-devel] [PATCH 34/54] block: Add BdrvChildRole.stay_at_node
` [Qemu-devel] [PATCH 35/54] blockjob: Add permissions to block_job_add_bdrv()
` [Qemu-devel] [PATCH 36/54] commit: Use real permissions in commit block job
` [Qemu-devel] [PATCH 37/54] commit: Use real permissions for HMP 'commit'
` [Qemu-devel] [PATCH 38/54] backup: Use real permissions in backup block job
` [Qemu-devel] [PATCH 39/54] block: Fix pending requests check in bdrv_append()
` [Qemu-devel] [PATCH 40/54] block: BdrvChildRole.attach/detach() callbacks
` [Qemu-devel] [PATCH 41/54] block: Allow backing file links in change_parent_backing_link()
` [Qemu-devel] [PATCH 42/54] mirror: Use real permissions in mirror/active commit block job
` [Qemu-devel] [PATCH 43/54] stream: Use real permissions in streaming "
` [Qemu-devel] [PATCH 44/54] mirror: Add filter-node-name to blockdev-mirror
` [Qemu-devel] [PATCH 45/54] commit: Add filter-node-name to block-commit
` [Qemu-devel] [PATCH 46/54] hmp: Request permissions in qemu-io
` [Qemu-devel] [PATCH 47/54] migration/block: Use real permissions
` [Qemu-devel] [PATCH 48/54] nbd/server: Use real permissions for NBD exports
` [Qemu-devel] [PATCH 49/54] tests: Remove FIXME comments
` [Qemu-devel] [PATCH 50/54] block: Pass BdrvChild to bdrv_aligned_preadv/pwritev
` [Qemu-devel] [PATCH 51/54] block: Assertions for write permissions
` [Qemu-devel] [PATCH 52/54] block: Assertions for resize permission
` [Qemu-devel] [PATCH 53/54] block: Add Error parameter to bdrv_set_backing_hd()
` [Qemu-devel] [PATCH 54/54] block: Add Error parameter to bdrv_append()

[PATCH] staging: rtl8188eu: Fixed "Missing a blank line after declarations"
 2017-02-21 14:59 UTC 

[net-next][PATCH] RDS: keep data type consistent in the user visible header
 2017-02-21 14:58 UTC  (7+ messages)

[Qemu-arm] [PATCH 0/2] Allow direct vfio-platform device instantiation
 2017-02-21 14:59 UTC  (5+ messages)
` [Qemu-arm] [PATCH 1/2] vfio/platform: make the vfio-platform device non abstract
  ` [Qemu-devel] "
` [Qemu-arm] [Qemu-devel] [PATCH 0/2] Allow direct vfio-platform device instantiation

[Buildroot] [PATCH 1/1] toolchain/helpers.mk: fixup check_gcc_version
 2017-02-21 14:59 UTC  (5+ messages)

[PATCH nft] erec: Fix input descriptors for included files
 2017-02-21 14:48 UTC 

[PATCH v9 0/2] Add support for Omnivision OV5647
 2017-02-21 14:58 UTC  (11+ messages)
` [PATCH v9 1/2] Add OV5647 device tree documentation
` [PATCH v9 2/2] Add support for OV5647 sensor

(no subject)
 2017-02-21 14:58 UTC 

[PATCH 0/2] media: dt-bindings: extend the vpif bindings
 2017-02-21 14:57 UTC  (5+ messages)
` [PATCH 2/2] media: dt-bindings: vpif: extend the example with an output port

[PATCH] Add pidfs filesystem
 2017-02-21 14:57 UTC  (2+ messages)

[PATCH v5] usb: misc: add USB251xB/xBi Hi-Speed Hub Controller Driver
 2017-02-21 14:57 UTC  (7+ messages)

[PATCH 5/5] can: xilinx_can: fix TX FIFO accounting getting out of sync
 2017-02-21 14:57 UTC  (5+ messages)
` [PATCH 5/5 v2] "

[PATCH v8 0/7] platform/x86: Notify userspace about hotkeys changing kbd-backlight brightness
 2017-02-21 14:56 UTC  (12+ messages)
` [PATCH v8 6/7] platform/x86/dell-laptop: Protect kbd_state against races
` [PATCH v8 7/7] platform/x86/dell-*: Call led_classdev_notify_brightness_hw_changed on kbd brightness change

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-02-21 14:55 UTC  (7+ messages)
` [RFC PATCH v4 06/28] x86: Add support to enable SME during early boot processing

[bisection] b0119e87083 iommu: Introduce new 'struct iommu_device' ==> boom
 2017-02-21 14:55 UTC 

[PATCH] dma-buf: add support for compat ioctl
 2017-02-21 14:55 UTC  (6+ messages)

[Bug 193661] New: xattr ext4_xattr_block_find, bad block on cleanly formatted ext4 partition
 2017-02-21 14:52 UTC  (2+ messages)
` [Bug 193661] "

[RFC v2 1/2] cfg80211: support 4-way handshake offloading for WPA/WPA2-PSK
 2017-02-21 14:47 UTC  (4+ messages)

[PATCH v2 0/2] Xilinx Slave Serial FPGA Manager
 2017-02-21 14:51 UTC  (5+ messages)
` [PATCH v2 2/2] fpga manager: Add Xilinx slave serial SPI driver

[net-next][PATCH v2] RDS: Make user visible data types consistent with rest of the kernel
 2017-02-21 14:50 UTC  (3+ messages)

[PATCH v2 1/2] drm/i915: Skip clflushes for all non-page backed objects
 2017-02-21 14:49 UTC  (3+ messages)
` [PATCH v2 2/2] drm/i915: Perform object clflushing asynchronously

[PATCHv2 00/39] Replace Smart package manager with DNF package manager
 2017-02-21 14:46 UTC  (40+ messages)
` [PATCHv2 01/39] package.bbclass: fix locations of debugedit and rpmdeps utilities
` [PATCHv2 02/39] libsolv: enable rpm support
` [PATCHv2 03/39] rpmresolve: remove the recipe
` [PATCHv2 04/39] createrepo-c: add a recipe
` [PATCHv2 05/39] createrepo: remove the recipe
` [PATCHv2 06/39] rpm: add a 4.x recipe
` [PATCHv2 07/39] rpm: remove 5.x recipe
` [PATCHv2 08/39] python-pygpgme: add a recipe
` [PATCHv2 09/39] python-iniparse: "
` [PATCHv2 10/39] python-backports-lzma: "
` [PATCHv2 11/39] librepo: "
` [PATCHv2 12/39] libcomps: "
` [PATCHv2 13/39] libdnf: "
` [PATCHv2 14/39] dnf: "
` [PATCHv2 15/39] python-smartpm: remove the recipe
` [PATCHv2 16/39] db: remove the 6.x recipe
` [PATCHv2 17/39] package_rpm.bbclass: make architecture-independent .rpm packages "noarch" instead of "all"
` [PATCHv2 18/39] package_manager.py: improve the API for insert_feed_uris()
` [PATCHv2 19/39] package_rpm.bbclass: correctly map RRECOMMENDS and RSUGGESTS to rpm tags
` [PATCHv2 20/39] nativesdk-packagegroup-sdk-host: replace smartpm with dnf
` [PATCHv2 21/39] rootfs_rpm.bbclass: migrate image creation to dnf
` [PATCHv2 22/39] scripts/rpm2cpio.sh: replace 5.x version with 4.x version
` [PATCHv2 23/39] scripts/oe-setup-rpmrepo: replace createrepo with createrepo_c
` [PATCHv2 24/39] package_rpm.bbclass: replace createrepo reference "
` [PATCHv2 25/39] package_rpm.bbclass: no need to specify the magic file location
` [PATCHv2 26/39] testimage.bbclass: fix runtime test for rpm, port smart tests to dnf
` [PATCHv2 27/39] package_rpm.bbclass: instruct rpm to not remove the buildroot directory
` [PATCHv2 28/39] selftest: do not perform a full build in test_continue
` [PATCHv2 29/39] selftest: update output checks in incremental image test to match what dnf prints
` [PATCHv2 30/39] selftest: allow bitbake to fail in test_options_warnqa_errorqa_switch
` [PATCHv2 31/39] ossp-uuid: remove the recipe
` [PATCHv2 32/39] byacc: "
` [PATCHv2 33/39] gpg_sign.py: fix signing of rpm files using gpg
` [PATCHv2 34/39] lib/oe/gpg_sign: make gpg version a property of the signer
` [PATCHv2 35/39] gpg_sign.py: fix rpm signing with gpg > 2.1
` [PATCHv2 36/39] oe-selftest: no need to parse gpg output to determine the name of the signing key
` [PATCHv2 37/39] run-postinsts: simplify the logic of whether to install it to images
` [PATCHv2 38/39] package_rpm.bbclass: add a /bin/sh Provides for nativesdk- packages
` [PATCHv2 39/39] security_flags.inc: update to reflect smart->dnf transition

[PATCH] lib: xz: add support for bcj filters
 2017-02-21 14:47 UTC 

[PATCH v3 1/1] drm/amdgpu: export gfx config double offchip LDS buffers (v3)
 2017-02-21 14:48 UTC  (2+ messages)

[PATCH] xfs: clear delalloc and cache on buffered write failure
 2017-02-21 14:47 UTC  (4+ messages)

[PATCH] lpm: extend IPv6 next hop field
 2017-02-21 14:46 UTC  (2+ messages)
` [PATCH v2] "

[meta-selinux] [PATCH v3] refpolicy-mls: user native bzip2 instead of host
 2017-02-21 14:46 UTC 

[PATCH i-g-t] kms_frontbuffer_tracking: Fix badstride test skipping with atomic
 2017-02-21 14:46 UTC  (3+ messages)

[PATCH v3 0/8] GuC Scrub vol. 1
 2017-02-21 14:44 UTC  (4+ messages)
` [PATCH 8/8] drm/i915/uc: Simplify firwmare path handling

[PATCH 1/2] tpm: Apply an adapterlimit for retransmission
 2017-02-21 14:45 UTC  (2+ messages)
` [PATCH 2/2] tpm: Do not assume an i2c adapter preserves the msg len

[PATCH 0/3] usb: add device tree support for fotg2-hcd driver
 2017-02-21 14:43 UTC  (6+ messages)
` [PATCH 2/3] usb: add DT bindings for farady fotg2 host controller

[PATCH] pcm_rate: Do not discard slave reported delay in status result
 2017-02-21 14:43 UTC  (14+ messages)
` [PATCH] pcm: rate: Add capability to pass configuration node to plugins
    ` [PATCH] [updated] "

DPDK Technical Board Meeting, 2017-02-15
 2017-02-21 14:42 UTC  (4+ messages)
` decision process to accept new libraries

[Qemu-devel] [RfC PATCH] vga: wire up -g <width>x<height> switch for virtio and qxl
 2017-02-21 14:42 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/30] Various memory leak fixes
 2017-02-21 14:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 16/30] tests: fix eepro100-test leak

[PATCH] sepolgen: strip non-printable characters when parsing audit messages
 2017-02-21 14:41 UTC 

[PATCH nf] netfilter: nat: remove incorrect debug assert
 2017-02-21 14:40 UTC  (3+ messages)

[PATCH] arm64: dts: hisilicon: add dts files for hi3798cv200-poplar board
 2017-02-21 14:39 UTC  (6+ messages)

[PATCHv7 03/47] common/dpaa2: adding qbman driver
 2017-02-21 14:39 UTC  (3+ messages)
` Hello Ferruh, Neil,

[PATCH 00/11] remove fb_location programming
 2017-02-21 14:38 UTC  (4+ messages)

[RFC PATCH 1/2] mm, vmscan: account the number of isolated pages per zone
 2017-02-21 14:35 UTC  (7+ messages)

[PATCH 1/2] net/mlx5: remove unused interface name query
 2017-02-21 14:37 UTC  (2+ messages)
` [PATCH 2/2] net/mlx5: fix extended statistics wrong number

[PATCH net-next] virtio-net: switch to use build_skb() for small buffer
 2017-02-21 14:37 UTC  (3+ messages)

[RFC PATCH lttng-ust 2/2] dl instrumentation: add dlmopen event, trace dlopen flags
 2017-02-21 14:40 UTC 

[RFC PATCH v6 0/8] vfs/xfs/ext4: GETFSMAP support
 2017-02-21 14:35 UTC  (7+ messages)
` [PATCH 2/8] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 3/8] xfs: provide a query_range function for "
` [PATCH 4/8] xfs: create a function to query all records in a btree

[Buildroot] [PATCH next] nexbox_a95x_defconfig: bump kernel to final 4.10
 2017-02-21 14:34 UTC  (2+ messages)

[PATCH/RFC net-next 1/2] flow dissector: ND support
 2017-02-21 14:33 UTC  (3+ messages)
` [patch net-next RFC 1/2] flow_dissecror: Move ARP dissection into a separate function
  ` [patch net-next RFC 2/2] flow_dissecror: Move MPLS "

[PATCH 00/10] wil6210 patches
 2017-02-21 14:32 UTC  (6+ messages)
` [PATCH 06/10] wil6210: store bss object and use cfg80211_connect_bss()
` [PATCH 07/10] wil6210: protect list of pending wmi events during flush
` [PATCH 08/10] wil6210: use WMI_DISCONNECT_CMDID upon connect timeout
` [PATCH 09/10] wil6210: correctly report locally generated disconnect in STA mode
` [PATCH 10/10] wil6210: add oob_mode for AP certification

[Qemu-devel] [PATCH v2] Changing error message of QMP 'migrate_set_downtime' to seconds
 2017-02-21 14:32 UTC  (5+ 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.