All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-26 20:17:17 to 2017-05-26 21:23:57 UTC [more...]

[PATCH v2 00/20] Introduce struct layout randomization plugin
 2017-05-26 20:32 UTC  (13+ messages)
` [PATCH v2 06/20] randstruct: Whitelist UNIXCB cast
  ` [kernel-hardening] "
` [kernel-hardening] [PATCH v2 13/20] drm/amdgpu: Use designated initializers
` [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 0/3] Remaining patches for WM cleanup series
 2017-05-26 21:23 UTC  (3+ messages)
` [PATCH 1/3] drm/i915/skl+: Don't trust cached ddb values

[PATCH] mesa: potentially enable texture float for gallium
 2017-05-26 21:22 UTC 

[PATCH 0/5] Five blk-mq-debugfs patches
 2017-05-26 21:22 UTC  (7+ messages)
` [PATCH 4/5] blk-mq-debugfs: Show busy requests

[PATCH 0/3] cfq-iosched: Fix warnings about unused functions
 2017-05-26 21:22 UTC  (4+ messages)
` [PATCH 1/3] cfq-iosched: Mark cfq_clear_cfqq_*() as __maybe_unused
` [PATCH 2/3] cfq-iosched: Fix warning about unused dummy functions
` [PATCH 3/3] cfq-iosched: Delete unused function min_vdisktime()

[PATCH v3 1/4] dt-bindings: power: supply: add battery charge voltage/current
 2017-05-26 21:22 UTC  (4+ messages)
` [PATCH v3 2/4] power: supply: core: add charging voltage/current battery info

[PATCH v7 0/9] xfsprogs 4.12: GETFSMAP support
 2017-05-26 21:20 UTC  (3+ messages)
` [PATCH 0.9/9] xfs: introduce the XFS_IOC_GETFSMAP ioctl

[PATCH v9 0/7] LPC: legacy ISA I/O support
 2017-05-26 21:20 UTC  (9+ messages)
` [PATCH v9 1/7] LIB: Introduce a generic PIO mapping method
` [PATCH v9 2/7] PCI: Apply the new generic I/O management on PCI IO hosts

[Qemu-devel] [PATCH v7 00/26] tcg cross-tb optimizations
 2017-05-26 21:16 UTC  (26+ messages)
` [Qemu-devel] [PATCH v7 01/26] target/nios2: Fix 64-bit ilp32 compilation
` [Qemu-devel] [PATCH v7 02/26] tcg/sparc: Use the proper compilation flags for 32-bit
` [Qemu-devel] [PATCH v7 03/26] qemu/atomic: Loosen restrictions for 64-bit ILP32 hosts
` [Qemu-devel] [PATCH v7 04/26] tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
` [Qemu-devel] [PATCH v7 05/26] tcg/i386: implement goto_ptr
` [Qemu-devel] [PATCH v7 06/26] target/arm: optimize cross-page direct jumps in softmmu
` [Qemu-devel] [PATCH v7 07/26] target/arm: optimize indirect branches
` [Qemu-devel] [PATCH v7 08/26] target/i386: introduce gen_jr helper to generate lookup_and_goto_ptr
` [Qemu-devel] [PATCH v7 09/26] target/i386: optimize cross-page direct jumps in softmmu
` [Qemu-devel] [PATCH v7 10/26] target/i386: optimize indirect branches
` [Qemu-devel] [PATCH v7 11/26] tb-hash: improve tb_jmp_cache hash function in user mode
` [Qemu-devel] [PATCH v7 12/26] tcg/ppc: Implement goto_ptr
` [Qemu-devel] [PATCH v7 13/26] tcg/aarch64: "
` [Qemu-devel] [PATCH v7 14/26] tcg/sparc: "
` [Qemu-devel] [PATCH v7 15/26] tcg/s390: "
` [Qemu-devel] [PATCH v7 16/26] tcg/arm: Clarify tcg_out_bx for arm4 host
` [Qemu-devel] [PATCH v7 17/26] tcg/arm: Implement goto_ptr
` [Qemu-devel] [PATCH v7 19/26] target/s390: Use tcg_gen_lookup_and_goto_ptr
` [Qemu-devel] [PATCH v7 20/26] target/hppa: "
` [Qemu-devel] [PATCH v7 21/26] target/aarch64: optimize cross-page direct jumps in softmmu
` [Qemu-devel] [PATCH v7 22/26] target/aarch64: optimize indirect branches
` [Qemu-devel] [PATCH v7 23/26] target/mips: optimize cross-page direct jumps in softmmu
` [Qemu-devel] [PATCH v7 24/26] target/mips: optimize indirect branches
` [Qemu-devel] [PATCH v7 25/26] target/alpha: Implement WTINT inline
` [Qemu-devel] [PATCH v7 26/26] target/alpha: Use goto_tb for fallthru between TBs

[Qemu-devel] [PATCH 00/29] qed: Convert to coroutines
 2017-05-26 21:16 UTC  (34+ 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()

[PATCH 0/7] mlx5: Make eswitch_offloads a compile option
 2017-05-26 21:16 UTC  (8+ messages)
` [PATCH 1/7] mlx5: Allow support for eswitch offloads to be disabled
` [PATCH 2/7] mlx5: eswitch vlan functionality is only called if SRIOV_OFFLOADS is set
` [PATCH 3/7] mlx5: Disable {add,del}_offloaded_rule() code if eswitch offloads are disabled
` [PATCH 4/7] mlx5: Stub out eswitch offload vport functions
` [PATCH 5/7] mlx5: Stub out create_vport_rx_rule when eswitch_offloads disabled
` [PATCH 6/7] mlx5: Stub out sqs2vport functions
` [PATCH 7/7] mlx5: Do not build eswitch_offloads if CONFIG_MLX5_EN_ESWITCH_OFFLOADS is set

Question about QEMU as ide device emulator
 2017-05-26 21:12 UTC  (2+ messages)

[Bug 100990] Not running a lot of games on the graphics card Radeon R9 290
 2017-05-26 21:11 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] target/s390x Implement EXECUTE via TranslationBlock
 2017-05-26 21:10 UTC  (4+ messages)
` [Qemu-devel] [PATCH 4/4] target/s390x: Re-implement a few EXECUTE target insns directly

[PATCH] scsi: sd: Use sysfs_match_string()
 2017-05-26 21:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] qmp: Return extra information on qom-list-types
 2017-05-26 21:09 UTC  (8+ 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 "

[PATCH v5 0/7] Add V4L2 SDR (DRIF & MAX2175) driver
 2017-05-26 21:05 UTC  (6+ messages)
` [PATCH v5 3/7] media: i2c: max2175: Add MAX2175 support

iMac 10,1 with Ubuntu 16.04: black screen after suspend
 2017-05-26 21:03 UTC  (2+ messages)

[PATCH 00/36] OEQA threading support and selftest migration
 2017-05-26 21:01 UTC  (38+ 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
` ✗ patchtest: failure for OEQA threading support and selftest migration

[PATCH] davinci: vpif_capture: fix default pixel format for BT.656/BT.1120 video
 2017-05-26 21:00 UTC  (2+ messages)

[PULL] drm-misc-next
 2017-05-26 20:58 UTC 

[stable backport PATCH] usercopy: Adjust tests to deal with SMAP/PAN
 2017-05-26 20:57 UTC  (5+ messages)

[PATCH] tools: add wireguard@.service
 2017-05-26 21:09 UTC  (3+ messages)

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

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

[v2,1/3] EDAC: mv64x60: remove unused variable
 2017-05-26 20:51 UTC 

[Qemu-devel] [RESEND PATCH 1/2] nvdimm: warn if the backend is not a DAX device
 2017-05-26 20:50 UTC  (7+ messages)
` [Qemu-devel] [RESEND PATCH 2/2] hostmem-file: add an attribute 'align' to set its alignment

[PATCH] bcache: inherit underlying queue limits for bcachedrivers
 2017-05-26 20:46 UTC  (2+ messages)

[PATCH v2 0/4] Qgroup uapi improvements
 2017-05-26 20:45 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: Fail on removing qgroup if del_qgroup_item fails
` [PATCH v2 2/4] btrfs: Add new ioctl uapis for qgroup creation / removal
` [PATCH v2 3/4] btrfs: Warn the user when the legacy btrfs_qgroup_create API is used
` [PATCH v2 4/4] btrfs: Add qgroup_auto_cleanup mount flag to automatically cleanup qgroups

Unexpected SMP Command 0x0a
 2017-05-26 20:42 UTC  (5+ messages)

Repo broken?
 2017-05-26 20:54 UTC  (2+ messages)

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

[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 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)

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

[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  (2+ messages)

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 0/6] add sanity check for extent inline ref type
 2017-05-26 20:20 UTC  (4+ messages)
` [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


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.