All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-26 19:30:10 to 2017-05-26 20:41:20 UTC [more...]

support autofocus / autogain in libv4l2
 2017-05-26 20:41 UTC  (11+ messages)
    ` [patch] propagating controls in libv4l2 was "
        ` [patch] autogain support for bayer10 format (was Re: [patch] propagating controls in libv4l2)
            ` [patch, libv4l]: fix integer overflow
                ` [patch, libv4l]: add sdlcam example for testing digital still camera functionality

[Qemu-devel] [PATCH 00/29] qed: Convert to coroutines
 2017-05-26 20:40 UTC  (31+ messages)
` [Qemu-devel] [PATCH 01/29] qed: Use bottom half to resume waiting requests
` [Qemu-devel] [PATCH 02/29] qed: Make qed_read_table() synchronous
` [Qemu-devel] [PATCH 03/29] qed: Remove callback from qed_read_table()
` [Qemu-devel] [PATCH 04/29] qed: Remove callback from qed_read_l2_table()
` [Qemu-devel] [PATCH 05/29] qed: Remove callback from qed_find_cluster()
` [Qemu-devel] [PATCH 06/29] qed: Make qed_read_backing_file() synchronous
` [Qemu-devel] [PATCH 07/29] qed: Make qed_copy_from_backing_file() synchronous
` [Qemu-devel] [PATCH 08/29] qed: Remove callback from qed_copy_from_backing_file()
` [Qemu-devel] [PATCH 09/29] qed: Make qed_write_header() synchronous
` [Qemu-devel] [PATCH 10/29] qed: Remove callback from qed_write_header()
` [Qemu-devel] [PATCH 11/29] qed: Make qed_write_table() synchronous
` [Qemu-devel] [PATCH 12/29] qed: Remove GenericCB
` [Qemu-devel] [PATCH 13/29] qed: Remove callback from qed_write_table()
` [Qemu-devel] [PATCH 14/29] qed: Make qed_aio_read_data() synchronous
` [Qemu-devel] [PATCH 15/29] qed: Make qed_aio_write_main() synchronous
` [Qemu-devel] [PATCH 16/29] qed: Inline qed_commit_l2_update()
` [Qemu-devel] [PATCH 17/29] qed: Add return value to qed_aio_write_l1_update()
` [Qemu-devel] [PATCH 18/29] qed: Add return value to qed_aio_write_l2_update()
` [Qemu-devel] [PATCH 19/29] qed: Add return value to qed_aio_write_main()
` [Qemu-devel] [PATCH 20/29] qed: Add return value to qed_aio_write_cow()
` [Qemu-devel] [PATCH 21/29] qed: Add return value to qed_aio_write_inplace/alloc()
` [Qemu-devel] [PATCH 22/29] qed: Add return value to qed_aio_read/write_data()
` [Qemu-devel] [PATCH 23/29] qed: Remove ret argument from qed_aio_next_io()
` [Qemu-devel] [PATCH 24/29] qed: Remove recursion in qed_aio_next_io()
` [Qemu-devel] [PATCH 25/29] qed: Implement .bdrv_co_readv/writev
` [Qemu-devel] [PATCH 26/29] qed: Use CoQueue for serialising allocations
` [Qemu-devel] [PATCH 27/29] qed: Simplify request handling
` [Qemu-devel] [PATCH 28/29] qed: Use a coroutine for need_check_timer
` [Qemu-devel] [PATCH 29/29] block: Remove bdrv_aio_readv/writev_flush()

[stable backport PATCH] usercopy: Adjust tests to deal with SMAP/PAN
 2017-05-26 20:40 UTC 

[U-Boot] [PATCH v3 00/30] ARM: k2g: Add support for new K2G ICE EVM
 2017-05-26 20:39 UTC  (7+ messages)
` [U-Boot] [PATCH v3 27/30] ARM: dts: k2g: Disable netcp by default

[PATCH 00/36] OEQA threading support and selftest migration
 2017-05-26 20:38 UTC  (37+ messages)
` [PATCH 01/36] testsdk.bbclass: Remove unused import of OEStreamLogger
` [PATCH 02/36] oeqa/sdk/context.py: Import argparse_oe at OESDKTestContext.run method
` [PATCH 03/36] oeqa/sdk/context.py: Add return to OESDKTestContext.run() method
` [PATCH 04/36] oeqa/core: Don't expose OEStreamLogger in OETestContext
` [PATCH 05/36] oeqa/core/runner: OETestResult remove unneeded override of startTest
` [PATCH 06/36] oeqa/core: Move OETestContext.log{Summary, Details} into OETestResult
` [PATCH 07/36] oeqa/core/threaded: Add new module with OETestLoaderThreaded
` [PATCH 08/36] oeqa/core/threaded: Add OEStreamLoggerThreaded class
` [PATCH 09/36] oeqa/core/runner: OETestResult add internal _tc_map_results
` [PATCH 10/36] oeqa/core/threaded: Add OETestResultThreaded{, Internal} classes
` [PATCH 11/36] oeqa/core/threaded: Add support of OETestRunnerThreaded
` [PATCH 12/36] oeqa/core/threaded: Add OETestContextThreaded class
` [PATCH 13/36] oeqa/core/decorator/depends: Add support for threading mode
` [PATCH 14/36] oeqa/core/decorator/oetimeout: Add support for OEQA threaded mode
` [PATCH 15/36] oeqa/core/tests: Add tests of OEQA Threaded mode
` [PATCH 16/36] oeqa/sdkext/cases: Move sdk_update test into devtool module
` [PATCH 17/36] oeqa/sdk: Enable usage of OEQA thread mode
` [PATCH 18/36] oeqa/core: Add list tests support in context and runner
` [PATCH 19/36] oeqa/core: Add support for run tests by module, class and name
` [PATCH 20/36] classes/test{export, images}: Change modules to list
` [PATCH 21/36] oeqa/runtime/case: Don't use OEQA framework internal methods
` [PATCH 22/36] oeqa/core/README: Improve documentation
` [PATCH 23/36] oeqa/core/case: fix typo on comment about exception name
` [PATCH 24/36] oeqa/core/context: Raise exception when a manifest is specified but missing
` [PATCH 25/36] oeqa/core/context: Use a default iterable modules object
` [PATCH 26/36] oeqa/core/context: Omit docstring output on XMLResult
` [PATCH 27/36] oeqa/core/context: Include a _pre_run method
` [PATCH 28/36] scripts/oe-test: Move load_test_components to oeqa.utils
` [PATCH 29/36] oeqa/selftest: Move base class to case module
` [PATCH 30/36] oeqa/selftest/case: Migrate case class to the new OEQA framework
` [PATCH 31/36] scripts/oe-selftest: Move {add, remove}_include files to case
` [PATCH 32/36] oeqa/selftest/case.py: Remove machine selection logic
` [PATCH 33/36] oeqa/selftest/case: Don't figure out the testlayer inside
` [PATCH 34/36] scripts/oe-selftest: Migrate to new framework into oeqa.selftest.context
` [PATCH 35/36] oeqa/selftest/cases: Migrate test cases into the new oe-qa framework
` [PATCH 36/36] selftest: Migrate systemd_boot test case to the new framework

[PATCH v2] libsolv: don't pick up bundled db from host rpm
 2017-05-26 20:35 UTC 

arm64 test_user_copy crash on copy_from_user(uptr, kptr, size)
 2017-05-26 20:37 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/3] qmp: Return extra information on qom-list-types
 2017-05-26 20:35 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/3] tests: Simplify abstract-interfaces check with a helper
` [Qemu-devel] [PATCH v2 2/3] qmp: Include 'abstract' field on 'qom-list-types' output
` [Qemu-devel] [PATCH v2 3/3] qmp: Include parent type "

Known bug? Two adjacent letters randomly not rendered or painted over
 2017-05-26 20:32 UTC 

[kernel-hardening] [PATCH v2 00/20] Introduce struct layout randomization plugin
 2017-05-26 20:32 UTC  (24+ messages)
` [kernel-hardening] [PATCH v2 01/20] NFS: Avoid cross-structure casting
` [kernel-hardening] [PATCH v2 02/20] gcc-plugins: Detail c-common.h location for GCC 4.6
` [kernel-hardening] [PATCH v2 03/20] compiler: Add __designated_init annotation
` [kernel-hardening] [PATCH v2 04/20] gcc-plugins: Add the randstruct plugin
` [kernel-hardening] [PATCH v2 05/20] randstruct: Whitelist struct security_hook_heads cast
` [kernel-hardening] [PATCH v2 06/20] randstruct: Whitelist UNIXCB cast
  ` [kernel-hardening] "
` [kernel-hardening] [PATCH v2 07/20] randstruct: Whitelist big_key path struct overloading
` [kernel-hardening] [PATCH v2 08/20] randstruct: Whitelist NIU struct page overloading
` [kernel-hardening] [PATCH v2 09/20] randstruct: Mark various structs for randomization
` [kernel-hardening] [PATCH v2 10/20] randstruct: opt-out externally exposed function pointer structs
` [kernel-hardening] [PATCH v2 11/20] randstruct: Disable randomization of ACPICA structs
` [kernel-hardening] [PATCH v2 12/20] sgi-xp: Use designated initializers
` [kernel-hardening] [PATCH v2 13/20] drm/amdgpu: "
` [kernel-hardening] [PATCH v2 14/20] drm/amd/powerplay: "
` [kernel-hardening] [PATCH v2 15/20] mtk-vcodec: "
` [kernel-hardening] [PATCH v2 16/20] ntfs: Use ERR_CAST() to avoid cross-structure cast
` [kernel-hardening] [PATCH v2 17/20] ocfs2: "
` [kernel-hardening] [PATCH v2 18/20] randstruct: Enable function pointer struct detection
` [kernel-hardening] [PATCH v2 19/20] [RFC] task_struct: Allow randomized layout
  ` [kernel-hardening] "
` [kernel-hardening] [PATCH v2 20/20] ACPICA: Use designated initializers

[PATCH] dax: set errors in mapping when writeback fails
 2017-05-26 20:31 UTC  (2+ messages)

[Bug 99784] AMD 7470m When VGA plugged into laptop, only one monitor working at a time
 2017-05-26 20:30 UTC 

RGW bucket reshard fails with ERROR: bi_list(): (4) Interrupted system call
 2017-05-26 20:28 UTC 

[PATCH 0/3] Fixups for l_pid
 2017-05-26 20:26 UTC  (5+ messages)
` [PATCH 1/3] fs/locks: Alloc file_lock where practical
` [PATCH 2/3] fs/locks: Set fl_nspid at file_lock allocation
` [PATCH 3/3] fs/locks: Use fs-specific l_pid for remote locks

dedicated error codes for the block layer V2
 2017-05-26 20:24 UTC  (3+ messages)
` [PATCH 02/13] scsi/osd: don't save block errors into req_results

[Bug 99349] Failed to build shader (translation from TGSI)
 2017-05-26 20:24 UTC  (2+ messages)

[PATCH] firmware: request_firmware() should propagate -ERESTARTSYS
 2017-05-26 20:23 UTC  (12+ messages)
` [PATCH v2] firmware: fix sending -ERESTARTSYS due to signal on fallback

[PATCH 0/6] add sanity check for extent inline ref type
 2017-05-26 20:20 UTC  (10+ messages)
` [PATCH 4/6] Btrfs: remove BUG() in print_extent_item
` [PATCH 5/6] Btrfs: remove BUG() in add_data_reference
` [PATCH 6/6] Btrfs: add sanity check of extent item in scrub

[PATCH 0/4] Add DT support for davinci remoteproc driver
 2017-05-26 20:21 UTC  (15+ messages)
` [PATCH 1/4] remoteproc/davinci: Switch to platform_get_resource_byname()
` [PATCH 2/4] remoteproc/davinci: add support to parse internal memories
` [PATCH 3/4] Documentation: dt: Add bindings for Davinci DSP processors
` [PATCH 4/4] remoteproc/davinci: Add device tree support for OMAP-L138 DSP

[PATCHv1, RFC 0/8] Boot-time switching between 4- and 5-level paging
 2017-05-26 19:40 UTC  (10+ messages)

[Qemu-devel] [PATCH v2] target/s390x/cpu_models: Allow some additional feature bits for the "qemu" CPU
 2017-05-26 20:14 UTC  (3+ messages)

EXT: Re: [Ceph-ansible] EXT: Re: osd-directory scenario is used by us
 2017-05-26 20:14 UTC  (4+ messages)
  ` [Ceph-ansible] EXT: "

[PATCH V3] nvme: fix multiple ctrl removal scheduling
 2017-05-26 20:13 UTC  (2+ messages)

[PATCH V2 1/1] nvme: fix multiple ctrl removal scheduling
 2017-05-26 20:12 UTC  (4+ messages)

[PATCH 0/3] kernel-yocto: configuration changes/fragments
 2017-05-26 20:10 UTC  (4+ messages)
` [PATCH 1/3] linux-yocto/meta: bluetooth: Adds BT_BREDR and BT_LE, which are needed as dependencies
` [PATCH 2/3] linux-yocto/meta: smp: Add config X86_BIGSMP since its needed when NR_CPUS > 8
` [PATCH 3/3] kernel/meta: add virtualbox configuration fragment

Notes on stubdoms and latency on ARM
 2017-05-26 20:09 UTC  (7+ messages)

[Bug 101206] New: intermittent lock up after login to GNOME under wayland
 2017-05-26 20:09 UTC  (7+ messages)
  ` [Bug 101206] "

[Qemu-devel] Behavior of QMP "query-block"
 2017-05-26 20:06 UTC  (7+ messages)
    ` [Qemu-devel] [Qemu-block] "

[Bug 101189] Latest git fails to compile with radeon
 2017-05-26 20:04 UTC  (4+ messages)

[PATCH v5 net-next 0/2] rtnetlink: Updates to rtnetlink_event()
 2017-05-26 20:04 UTC  (7+ messages)
` [PATCH V5 1/2] rtnl: Add support for netdev event to link messages
` [PATCH V5 2/2] bonding: Prevent duplicate userspace notification

[PATCH 0/6] kmod: few simple enhancements
 2017-05-26 20:03 UTC  (5+ messages)
` [PATCH v2 0/5] kmod: help make deterministic
  ` [PATCH v2 2/5] kmod: reduce atomic operations on kmod_concurrent

Exposing MFN to Host (Dom 0)
 2017-05-26 20:03 UTC  (2+ messages)

[PATCH v6] dw9714: Initial driver for dw9714 VCM
 2017-05-26 19:55 UTC 

[PATCH v5] dw9714: Initial driver for dw9714 VCM
 2017-05-26 20:02 UTC  (3+ messages)

[Bug] cloning a repository with a default MASTER branch tries to check out the master branch
 2017-05-26 20:00 UTC  (9+ messages)
` [Non-Bug] "

[PATCH v2 2/2] dax: Fix race between colliding PMD & PTE entries
 2017-05-26 19:59 UTC  (4+ messages)
` [PATCH] dax: improve fix for "

[morty] [PATCH] cryptodev-linux: update SRC_URI
 2017-05-26 19:58 UTC  (2+ messages)

fsetxattr(2) for ACL on nfs
 2017-05-26 19:58 UTC  (2+ messages)

[Bug 93652] Random crashes/freezing with amdgpu Fury X mesa 11.1
 2017-05-26 19:58 UTC  (2+ messages)

[LTP] [PATCH v2 00/10] CVE Tests
 2017-05-26 19:56 UTC  (7+ messages)
` [LTP] [PATCH v2 05/10] Add CVE .gitignore, Makefile and runtest files
` [LTP] [PATCH v2 06/10] Test for CVE-2014-0196 PTY echo race
` [LTP] [PATCH v2 07/10] Test for CVE-2017-5669 in shmat

[PATCH V2 0/2] measure SMI cost (user)
 2017-05-26 19:05 UTC  (3+ messages)
` [PATCH V2 1/2] tools lib api fs: Add sysfs__write_int function
` [PATCH V2 2/2] perf stat: Add support to measure SMI cost

[GIT PULL] LED fix for 4.12-rc3
 2017-05-26 19:52 UTC 

[PATCH] btrfs: btrfs_wait_tree_block_writeback can be void return
 2017-05-26 19:49 UTC  (3+ messages)

[Fuego] LTP Test Failure on x86 Ubuntu system
 2017-05-26 19:51 UTC 

[GIT] Networking
 2017-05-26 19:50 UTC 

[RFC v2] timers: Don't wake ktimersoftd on every tick
 2017-05-26 19:49 UTC  (6+ messages)
` [PATCH] "
    ` [PATCH] Revert "timers: Don't wake ktimersoftd on every tick"

[patch net-next v3 00/10] net: sched: introduce multichain support for filters
 2017-05-26 19:48 UTC  (5+ messages)
` [patch iproute2 v2 repost 1/3] tc_filter: add support for chain index

[PATCH] locks: Set fl_nspid at file_lock allocation
 2017-05-26 19:39 UTC  (9+ messages)
          ` [PATC_H] "

[Qemu-devel] [PATCH] qemu-ga: remove useless allocation
 2017-05-26 19:35 UTC  (2+ messages)
` [Qemu-devel] [Qemu-trivial] "

[PATCH net-next v3] ibmvnic: Enable TSO support
 2017-05-26 19:35 UTC  (2+ messages)

[PATCH net-next 00/11] ibmvnic: Driver updates
 2017-05-26 19:33 UTC  (2+ messages)

remove function pointer casts and constify function tables
 2017-05-26 19:31 UTC  (12+ messages)

[PATCHv5 00/17] Diff machine: highlight moved lines
 2017-05-26 19:30 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.