All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-27 09:58:55 to 2017-01-27 10:39:37 UTC [more...]

[Qemu-devel] [PATCH v8 00/25] Remaining MTTCG Base patches and ARM enablement
 2017-01-27 10:39 UTC  (14+ messages)
` [Qemu-devel] [PATCH v8 01/25] docs: new design document multi-thread-tcg.txt
` [Qemu-devel] [PATCH v8 02/25] mttcg: translate-all: Enable locking debug in a debug build
` [Qemu-devel] [PATCH v8 03/25] mttcg: Add missing tb_lock/unlock() in cpu_exec_step()
` [Qemu-devel] [PATCH v8 04/25] tcg: move TCG_MO/BAR types into own file
` [Qemu-devel] [PATCH v8 05/25] tcg: add options for enabling MTTCG
` [Qemu-devel] [PATCH v8 06/25] tcg: add kick timer for single-threaded vCPU emulation
` [Qemu-devel] [PATCH v8 07/25] tcg: rename tcg_current_cpu to tcg_current_rr_cpu
` [PATCH v8 08/25] tcg: drop global lock during TCG code execution
` [Qemu-devel] [PATCH v8 15/25] cputlb: introduce tlb_flush_* async work
` [PATCH v8 20/25] target-arm/powerctl: defer cpu reset work to CPU context
` [PATCH v8 22/25] target-arm/cpu.h: make ARM_CP defined consistent
` [PATCH v8 23/25] target-arm: introduce ARM_CP_EXIT_PC
` [PATCH v8 24/25] target-arm: ensure all cross vCPUs TLB flushes complete

[PATCH 0/8] Bug fixes
 2017-01-27 10:39 UTC  (5+ messages)
` [PATCH 2/8] crypto:chcr- Fix key length for RFC4106
` [PATCH 3/8] crypto:chcr-fix itnull.cocci warnings
` [PATCH 4/8] crypto:chcr- Use cipher instead of Block Cipher in gcm setkey
` [PATCH 6/8] crypto:chcr- Change algo priority

[PATCH 00/13] mmc: bcm2835: more cleanups
 2017-01-27 10:31 UTC  (10+ messages)
` [PATCH 01/13] mmc: bcm2835: add bcm2835_read_wait_sdcmd
` [PATCH 04/13] mmc: bcm2835: add bcm2835_check_data_error

[PATCH v4 0/13] arm64: allwinner: a64: Enable MMC support
 2017-01-27 10:37 UTC  (8+ messages)
` [PATCH v4 10/13] arm64: allwinner: a64: Increase the MMC max frequency

[PATCH 00/19] drm: debugfs: Remove all files automatically on cleanup
 2017-01-27 10:38 UTC  (5+ messages)
` [PATCH 13/19] drm/sti: Remove drm_debugfs_remove_files() calls
` [PATCH 15/19] drm/tilcdc: Remove tilcdc_debugfs_cleanup()

[PATCH v2 0/3] xfstests: mount cycle overlay base fs
 2017-01-27  8:56 UTC  (2+ messages)
` [PATCH v2 2/3] overlay: use SCRATCH_BASE_DIR instead of SCRATCH_DEV

[PATCH RFC 0/3] Pass pipe to LPE audio
 2017-01-27 10:36 UTC  (4+ messages)
` [PATCH RFC 1/3] drm/i915: Avoid MST pipe handling for "
` [PATCH RFC 2/3] drm/i915: Pass pipe to LPE audio notification
` [PATCH RFC 3/3] ALSA: x86: Use config base depending on the pipe

[PATCH v1 0/2] urlmatch: allow regexp-based matches
 2017-01-27 10:32 UTC  (7+ messages)
` [PATCH v4 0/5] urlmatch: allow wildcard-based matches
  ` [PATCH v4 1/5] mailmap: add Patrick Steinhardt's work address
  ` [PATCH v4 2/5] urlmatch: enable normalization of URLs with globs
  ` [PATCH v4 3/5] urlmatch: split host and port fields in `struct url_info`
  ` [PATCH v4 4/5] urlmatch: include host and port in urlmatch length
  ` [PATCH v4 5/5] urlmatch: allow globbing for the URL host part

[PATCH v2 0/3] Init device ids from ACPI of_compatible
 2017-01-27 10:35 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] spi: acpi: Initialize modalias from of_compatible

[Qemu-devel] [PATCH v8 01/25] docs: new design document multi-thread-tcg.txt
 2017-01-27 10:35 UTC  (18+ messages)
` [Qemu-devel] [PATCH v8 02/25] mttcg: translate-all: Enable locking debug in a debug build
` [Qemu-devel] [PATCH v8 03/25] mttcg: Add missing tb_lock/unlock() in cpu_exec_step()
` [Qemu-devel] [PATCH v8 04/25] tcg: move TCG_MO/BAR types into own file
` [Qemu-devel] [PATCH v8 05/25] tcg: add options for enabling MTTCG
` [Qemu-devel] [PATCH v8 06/25] tcg: add kick timer for single-threaded vCPU emulation
` [Qemu-devel] [PATCH v8 07/25] tcg: rename tcg_current_cpu to tcg_current_rr_cpu
` [Qemu-devel] [PATCH v8 08/25] tcg: drop global lock during TCG code execution
  `  "
` [Qemu-devel] [PATCH v8 09/25] tcg: remove global exit_request
` [Qemu-devel] [PATCH v8 10/25] tcg: enable tb_lock() for SoftMMU
` [Qemu-devel] [PATCH v8 11/25] tcg: enable thread-per-vCPU
` [Qemu-devel] [PATCH v8 12/25] tcg: handle EXCP_ATOMIC exception for system emulation
` [Qemu-devel] [PATCH v8 14/25] cputlb: tweak qemu_ram_addr_from_host_nofail reporting
` [Qemu-devel] [PATCH v8 15/25] cputlb: introduce tlb_flush_* async work
` [Qemu-devel] [PATCH v8 19/25] cputlb: introduce tlb_flush_*_all_cpus[_synced]
` [Qemu-devel] [PATCH v8 20/25] target-arm/powerctl: defer cpu reset work to CPU context
  `  "

[PATCH v3 1/9] mtd:fsl-quadspi:use the property fields of SPI-NOR
 2017-01-27 10:35 UTC  (6+ messages)
` [PATCH v3 2/9] mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READ

Warning at drivers/gpu/drm/drm_atomic_helper.c
 2017-01-27 10:34 UTC  (8+ messages)

[PATCH] drm/atomic: clear out fence when duplicating state
 2017-01-27 10:33 UTC  (2+ messages)

[PATCH] [media] v4l2-async: failing functions shouldn't have side effects
 2017-01-27 10:32 UTC 

Understanding of Acked-By
 2017-01-27 10:32 UTC  (6+ messages)

[PATCH] mingw: allow hooks to be .exe files
 2017-01-27 10:29 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/8] More sensible default for -drive interface type
 2017-01-27 10:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/8] hw: Default -drive to if=ide explicitly where it works
        ` [Qemu-devel] MIPS machines (was: [PATCH v2 1/8] hw: Default -drive to if=ide explicitly where it works)

Broken DPMS with DisplayPort on CHV (also BYT?)
 2017-01-27 10:29 UTC  (4+ messages)

[meta-browser][PATCH 1/2] firefox: remove nss private libs setting
 2017-01-27 10:28 UTC  (6+ messages)
` [meta-browser][PATCH 2/2] README: add -s to git send-email example

[PATCH] drm/amdgpu: fix amdgpu_bo_va_mapping flags
 2017-01-27 10:28 UTC 

[PATCH] x86/xen: Fix APIC id mismatch warning on Intel
 2017-01-27 10:27 UTC  (3+ messages)

[PATCH net-next v2] macb: Common code to enable ptp support for MACB/GEM
 2017-01-27 10:27 UTC  (11+ messages)

[PATCH 0/6] wl1251: Fix MAC address for Nokia N900
 2017-01-27 10:19 UTC  (10+ messages)
` [PATCH 2/6] wl1251: Use request_firmware_prefer_user() for loading NVS calibration data
` [PATCH 6/6] wl1251: Set generated MAC address back to NVS data

[PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration
 2017-01-27 10:27 UTC  (5+ messages)

[PATCH v6 00/14] ARM: da850-lcdk: add SATA support
 2017-01-27  9:58 UTC  (8+ messages)
` [PATCH v6 05/14] ARM: davinci: da850: add con_id for the SATA clock

[RFC PATCH 0/5] DisplayPort Audio on Cherrytrail
 2017-01-27 10:26 UTC  (4+ messages)
` [RFC PATCH 4/5] drm: i915: add DisplayPort amp unmute for LPE audio mode

[PATCH] greybus: Fix coding stye error
 2017-01-27 10:17 UTC  (2+ messages)

stmmac: GMAC_RGSMIIIS reports bogus values
 2017-01-27 10:23 UTC  (6+ messages)

[PATCH RFC 00/10] python3: support profile-optimized build
 2017-01-27 10:23 UTC  (12+ messages)
` [PATCH RFC 01/10] python3-native: support profile optimized build
` [PATCH RFC 02/10] python3: fix depends of python-tests
` [PATCH RFC 03/10] python3: add python-profile-opt3 recipe
` [PATCH RFC 04/10] python-pgo-image: profiling for python3
` [PATCH RFC 05/10] python3: remove two setup.py cross-compile hacks
` [PATCH RFC 06/10] python3: support profile optimized build
` [PATCH RFC 07/10] python3: fix profile-optimized build of modules
` [PATCH RFC 08/10] python-pgo-image: exclude tests from the python3 profile target
` [PATCH RFC 09/10] python3: add python3-tools subpackage
` [PATCH RFC 10/10] python-pgo-image: change python3 profile target to pybench
` ✗ patchtest: failure for python3: support profile-optimized build

[PATCH 0/2] arm64: dts: r8a779[56]: Enable I2C DVFS DMA
 2017-01-27 10:22 UTC  (10+ messages)
` [PATCH 1/2] arm64: dts: r8a7796: "
` [PATCH 2/2] arm64: dts: r8a7795: "

[PATCH v6 1/3] net/i40e: fix segmentation fault in close
 2017-01-27 10:22 UTC 

[PATCH v2 1/3] config: add markup to core.logAllRefUpdates doc
 2017-01-27 10:09 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] refs: add option core.logAllRefUpdates = always
  ` [PATCH v3 3/3] update-ref: add test cases for bare repository

PATCH 1/2] abspath: add absolute_pathdup()
 2017-01-27 10:21 UTC  (3+ messages)
` [PATCH 2/2] use absolute_pathdup()

[PATCH 00/14] x86/fpu: Clean up ptrace copying functions
 2017-01-27 10:16 UTC  (3+ messages)
` [PATCH 04/14] x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs

USB/swiotlb failure on arm64/RPi3
 2017-01-27  9:53 UTC  (5+ messages)
` [PATCH v2] arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB

[GIT PULL for v4.10-rc6] media fixes
 2017-01-27  9:54 UTC 

[Bug 99130] [IVB] CONFIG_PROVE_LOCKING=y causes igt/gem_exec/basic-wait-all (and possibly others) to fail
 2017-01-27 10:17 UTC  (3+ messages)

[PATCH 0/7] Add STM32 DFSDM support
 2017-01-27 10:15 UTC  (9+ messages)
` [PATCH 2/7] MFD: add "

[PATCH v2 0/2] prctl: make PR_SET_CHILD_SUBREAPER deterministic
 2017-01-27 10:11 UTC  (5+ messages)
` [PATCH 1/2] introduce the walk_process_tree() helper
` [PATCH v2 2/2] prctl: propagate has_child_subreaper flag to every descendant
` [PATCH] prctl.2: Document new PR_SET_CHILD_SUBREAPER semantics

[patch net-next] smc: some potential use after free bugs
 2017-01-27 10:13 UTC  (2+ messages)

[PATCH] multipath-tools: update to 0.6.4
 2017-01-27 10:11 UTC 

[meta-oe][PATCH 0/2] multipath: fix build and update
 2017-01-27 10:11 UTC  (3+ messages)
` [meta-oe][PATCH 1/2] multipath-tools: fix building of shared objects
` [meta-oe][PATCH 2/2] multipath-tools: update to 0.6.4

[meta-qt5][PATCH v5] Upgrade to Qt 5.8
 2017-01-27 10:11 UTC  (7+ messages)

[PATCH] drm/i915: Record more information about the hanging contexts
 2017-01-27 10:10 UTC 

[Qemu-devel] Qemu-devel] Poll on QEMU documentation project
 2017-01-27 10:08 UTC  (7+ messages)

[linux-sunxi][PATCH v3] ARM: dts: sun8i-h3: Add dts for the Beelink X2 STB
 2017-01-27 10:09 UTC  (3+ messages)

[ANN] Media object lifetime management meeting report from Oslo
 2017-01-27 10:08 UTC 

GIT PULL] Thermal management updates for v4.10-rc6
 2017-01-27 10:08 UTC  (2+ messages)
` [GIT "

[PATCH] clk: samsung: mark s3c...._clk_sleep_init() as __init
 2017-01-27 10:08 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v1 0/3] pinctrl: baytrail: Fix debounce feature
 2017-01-27 10:07 UTC  (3+ messages)
` [PATCH v1 3/3] pinctrl: baytrail: Add debounce to debug output

[PATCH 0/3] pinctrl: Add support for Intel Gemini Lake
 2017-01-27 10:07 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: intel: Add support for hardware debouncer
` [PATCH 2/3] pinctrl: intel: Add support for 1k additional pull-down
` [PATCH 3/3] pinctrl: intel: Add Intel Gemini Lake pin controller support

[PATCH] scsi: srp_transport: Fix 'always false comparison' in srp_tmo_valid()
 2017-01-27 10:06 UTC  (3+ messages)

[PATCH 0/6 v3] kvmalloc
 2017-01-27 10:05 UTC  (12+ messages)

[PATCH 0/2] drm/omapdrm: Couple of plane related fixes
 2017-01-27 10:04 UTC  (3+ messages)
` [PATCH 1/2] Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"
` [PATCH 2/2] drm/omapdrm: Move commit_modeset_enables() before commit_planes()

[PATCH v5 00/12] mmc: Add support to Marvell Xenon SD Host Controller
 2017-01-27 10:04 UTC  (6+ messages)
` [PATCH v5 05/12] dt: bindings: Add bindings for "

[PATCH 1/2] clk: sunxi-ng: Call divider_round_rate if we only have a single parent
 2017-01-27 10:03 UTC  (5+ messages)

ibmvtpm byteswapping inconsistency
 2017-01-27  9:03 UTC  (4+ messages)

[PATCH v2 0/6] libeventdev API and northbound implementation
 2017-01-27 10:03 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] eventdev: introduce event driven programming model

[LTP] [PATCH] arm64: add tst_atomic_add_return
 2017-01-27 10:02 UTC  (2+ messages)

[Qemu-devel] [PATCH] iothread: enable AioContext polling by default
 2017-01-26 17:01 UTC 

[Qemu-devel] [PATCH 0/4] block/gluster: cleanups for GlfsPreopened
 2017-01-27 10:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] block/gluster: fix wrong indent in glfs_find_preopened()
` [Qemu-devel] [PATCH 2/4] block/gluster: drop intermediate ListElement struct
` [Qemu-devel] [PATCH 3/4] block/gluster: use conventional names for GlfsPreopened functions
` [Qemu-devel] [PATCH 4/4] block/gluster: add missing QLIST_HEAD_INITIALIZER()

[U-Boot] [PATCH v5 0/9] disk: convert to Kconfig
 2017-01-27 10:00 UTC  (10+ messages)
` [U-Boot] [PATCH v5 1/9] disk: convert CONFIG_PARTITIONS "
` [U-Boot] [PATCH v5 2/9] disk: convert CONFIG_MAC_PARTITION "
` [U-Boot] [PATCH v5 3/9] disk: convert CONFIG_DOS_PARTITION "
` [U-Boot] [PATCH v5 4/9] disk: convert CONFIG_ISO_PARTITION "
` [U-Boot] [PATCH v5 5/9] disk: convert CONFIG_AMIGA_PARTITION "
` [U-Boot] [PATCH v5 6/9] kbuild: add include linux/kconfig.h in config.h
` [U-Boot] [PATCH v5 7/9] disk: convert CONFIG_EFI_PARTITION to Kconfig
` [U-Boot] [PATCH v5 8/9] disk: convert CONFIG_PARTITION_UUIDS "
` [U-Boot] [PATCH v5 9/9] disk: convert CONFIG_PARTITION_TYPE_GUID "

make fbdev/fbcon switchable per driver?
 2017-01-27 10:00 UTC 

[U-Boot] [PATCH] bcm2835: wdt: support for the bcm2835/2836 wdt
 2017-01-27  9:59 UTC  (2+ messages)
` [U-Boot] [PATCH] bcm2835_wdt: support for the BCM2835/2836 watchdog


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.