All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-02 08:55:21 to 2017-02-02 09:51:25 UTC [more...]

[PATCH] iov_iter: allow iov_iter_get_pages_alloc to allocate more pages per call
 2017-02-02  9:51 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [lustre-devel] "

[PATCH 0/6] HDMI 2.0: Scrambling support in DRM layer
 2017-02-02  9:51 UTC  (5+ messages)
` [PATCH 4/6] drm: scrambling support in drm layer

[PATCH] vfio: Fix build break when SPAPR_TCE_IOMMU=n
 2017-02-02  9:50 UTC  (2+ messages)

[PATCH 00/11] nd/worktree-move update
 2017-02-02  9:50 UTC  (5+ messages)

[Fuego] RFC: Fuego's version up and other changes
 2017-02-02  9:50 UTC  (4+ messages)
` [Fuego] "

[LTP] Errored: pevik-travis/ltp#56 (test - 121dba5)
 2017-02-02  9:50 UTC 

[PATCH 0/2] net: ethernet: bgmac: bug fixes
 2017-02-02  9:49 UTC  (5+ messages)
` [PATCH 1/2] net: ethernet: bgmac: init sequence bug
` [PATCH 2/2] net: ethernet: bgmac: mac address change bug

[RESENT PATCH] ARM: bcm2835: Add devicetree for the Raspberry Pi 3, for arm (32)
 2017-02-02  9:50 UTC  (8+ messages)

[Qemu-devel] [PULL v2 00/11] ui patch queue
 2017-02-02  9:49 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] qemu_char: socket backend: disconnect on EPIPE
 2017-02-02  9:49 UTC  (6+ messages)

[PATCH 0/2] drm: meson: Fixup driver and module name
 2017-02-02  9:47 UTC  (12+ messages)
` [PATCH 1/2] drm: meson: rename module name to meson-drm
` [PATCH 2/2] drm: meson: rename driver "

[PATCH] mtd: spi-nor: cqspi: remove redundant dead code on error return check
 2017-02-02  9:47 UTC  (3+ messages)

[PATCH] drm/i915: fix i915 running as dom0 under Xen
 2017-02-02  9:47 UTC  (2+ messages)

[PATCH] drm/i915: fix i915 running as dom0 under Xen
 2017-02-02  9:47 UTC 

Moah selftests
 2017-02-02  9:44 UTC  (52+ messages)
` [PATCH 01/46] drm: Provide a driver hook for drm_dev_release()
  ` [PATCH v6] "
` [PATCH 02/46] drm/i915: Split device release from unload
` [PATCH 03/46] drm/i915: Unbind any residual objects/vma from the Global GTT on shutdown
` [PATCH 04/46] drm/i915: Flush the freed object queue on device release
` [PATCH 05/46] drm/i915: Provide a hook for selftests
` [PATCH 06/46] drm/i915: Add some selftests for sg_table manipulation
` [PATCH 07/46] drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
` [PATCH 08/46] drm/i915: Add unit tests for the breadcrumb rbtree, completion
` [PATCH 09/46] drm/i915: Add unit tests for the breadcrumb rbtree, wakeups
` [PATCH 10/46] drm/i915: Mock the GEM device for self-testing
` [PATCH 11/46] drm/i915: Mock a GGTT "
` [PATCH 12/46] drm/i915: Mock infrastructure for request emission
` [PATCH 13/46] drm/i915: Create a fake object for testing huge allocations
` [PATCH 14/46] drm/i915: Add selftests for i915_gem_request
` [PATCH 15/46] drm/i915: Add a simple request selftest for waiting
` [PATCH 16/46] drm/i915: Add a simple fence selftest to i915_gem_request
` [PATCH 17/46] drm/i915: Simple selftest to exercise live requests
` [PATCH 18/46] drm/i915: Test simultaneously submitting requests to all engines
` [PATCH 19/46] drm/i915: Test request ordering between engines
` [PATCH 20/46] drm/i915: Live testing of empty requests
` [PATCH 21/46] drm/i915: Add selftests for object allocation, phys
` [PATCH 22/46] drm/i915: Add a live seftest for GEM objects
` [PATCH 23/46] drm/i915: Test partial mappings
` [PATCH 24/46] drm/i915: Test exhaustion of the mmap space
` [PATCH 25/46] drm/i915: Test coherency of and barriers between cache domains
` [PATCH 26/46] drm/i915: Move uncore selfchecks to live selftest infrastructure
` [PATCH 27/46] drm/i915: Test all fw tables during mock selftests
` [PATCH 28/46] drm/i915: Sanity check all registers for matching fw domains
` [PATCH 29/46] drm/i915: Add some mock tests for dmabuf interop
` [PATCH 30/46] drm/i915: Add a live dmabuf selftest
` [PATCH 31/46] drm/i915: Add initial selftests for i915_gem_gtt
` [PATCH 32/46] drm/i915: Exercise filling the top/bottom portions of the ppgtt
` [PATCH 33/46] drm/i915: Exercise filling the top/bottom portions of the global GTT
` [PATCH 34/46] drm/i915: Fill different pages of the GTT
` [PATCH 35/46] drm/i915: Exercise filling and removing random ranges from the live GTT
` [PATCH 36/46] drm/i915: Test creation of VMA
` [PATCH 37/46] drm/i915: Exercise i915_vma_pin/i915_vma_insert
` [PATCH 38/46] drm/i915: Verify page layout for rotated VMA
` [PATCH 39/46] drm/i915: Test creation of partial VMA
` [PATCH 40/46] drm/i915: Live testing for context execution
` [PATCH 41/46] drm/i915: Initial selftests for exercising eviction
` [PATCH 42/46] drm/i915: Add mock exercise for i915_gem_gtt_reserve
` [PATCH 43/46] drm/i915: Add mock exercise for i915_gem_gtt_insert
` [PATCH 44/46] drm/i915: Add mock tests for GTT/VMA handling
` [PATCH 45/46] drm/i915: Exercise manipulate of single pages in the GGTT
` [PATCH 46/46] drm/i915: Add initial selftests for hang detection and resets
` [PATCH igt] intel-ci: Add all driver selftests to BAT

[Xenomai] RFC: switchtest FPU, introduce option to enforce testing
 2017-02-02  9:43 UTC  (6+ messages)
` [Xenomai] [PATCH] testsuite/switchtest/x86: allow in kernel-FPU testing

[Bug 99444] [radeonsi] The Witcher 3 [Wine] starting menu is distorted
 2017-02-02  9:42 UTC  (2+ messages)
` [Bug 99444] [radeonsi] The Witcher 3 (GOG/1.31) "

PRT support for amdgpu
 2017-02-02  9:41 UTC  (8+ messages)

[PATCH 4/7] completion: teach ls-remote to complete options
 2017-02-02  9:40 UTC  (2+ messages)

[PATCH] tools/btattach: Add detach option
 2017-02-02  9:40 UTC  (5+ messages)

qedr and vmw_pvrdma are not packaged in rdma-core
 2017-02-02  9:39 UTC  (4+ messages)

[PATCH v2 1/5] drm/i915: Generate i915_params {} using a macro
 2017-02-02  9:37 UTC  (4+ messages)
` [PATCH v2 5/5] drm/i915: Show the current i915_params in debugfs/i915_capabilites
` ✓ Fi.CI.BAT: success for series starting with [v2,1/5] drm/i915: Generate i915_params {} using a macro

[PATCH] drm/amdgpu: shut up #warning for compile testing
 2017-02-02  9:36 UTC  (4+ messages)

[Qemu-devel] [PATCH RFC] mem-prealloc: Reduce large guest start-up and migration time
 2017-02-02  9:35 UTC  (3+ messages)

Doubt related to immutable biovecs
 2017-02-02  9:35 UTC  (3+ messages)

[Bug 99136] Blood Effects Total War: Warhammer
 2017-02-02  9:35 UTC  (2+ messages)

[PATCH 1/2] doc: add doc for git-push --recurse-submodules=only
 2017-02-02  9:32 UTC  (5+ messages)
` [PATCH 2/2] completion: add completion for --recurse-submodules=only
    ` Fwd: [PATCH 1/2] doc: add doc for git-push --recurse-submodules=only

init --separate-git-dir does not set core.worktree
 2017-02-02  9:31 UTC  (2+ messages)

[U-Boot] [PATCH 5/5][v8] arch: powerpc: update the eLBC IP input clock
 2017-02-02  9:32 UTC 

[U-Boot] [PATCH 4/5][v8] arch: powerpc: Move CONFIG_FSL_ELBC to Kconfig
 2017-02-02  9:31 UTC 

[U-Boot] [PATCH 3/5][v8] arch: arm: update the IFC IP input clock
 2017-02-02  9:31 UTC 

[U-Boot] [PATCH 2/5][v8] arch: powerpc: update the IFC IP input clock
 2017-02-02  9:31 UTC 

[U-Boot] [PATCH 1/5][v8] arch: powerpc: Move CONFIG_FSL_IFC to Kconfig
 2017-02-02  9:31 UTC 

[PATCH v4 0/8] Add sun8i A33 audio driver
 2017-02-02  9:24 UTC  (23+ messages)
` [PATCH v4 1/8] ASoC: sun4i-i2s: Update binding documentation to include A31
` [PATCH v4 2/8] ASoC: sun4i-i2s: Add quirks to handle a31 compatible
` [PATCH v4 3/8] ASoC: Add sun8i digital audio codec
` [PATCH v4 4/8] ASoC: sun8i-codec-analog: Add amplifier event to fix first delay
` [PATCH v4 5/8] ASoC: codecs: Add sun8i-a33 binding documentation
` [PATCH v4 6/8] ARM: dts: sun8i: Add audio codec, dai and card for A33
` [PATCH v4 7/8] ARM: dts: sun8i: parrot: Enable audio nodes
` [PATCH v4 8/8] ARM: dts: sun8i: sinlinx: "

git-daemon shallow checkout fail
 2017-02-02  9:26 UTC  (3+ messages)

[PATCH] modules: mark __inittest/__exittest as __maybe_unused
 2017-02-02  9:25 UTC  (2+ messages)

[PATCH 1 0/4] PCI: Use of_device_get_match_data() to simplify probe
 2017-02-02  9:25 UTC  (5+ messages)
` [PATCH 1 4/4] PCI: rcar: "

[PATCH] PCI: rcar: Check for OF device match early
 2017-02-02  9:24 UTC  (5+ messages)

[U-Boot] [PATCH] armv8: fsl-lsch3: Conditionally Remove errata a0009203 from lsch3 init
 2017-02-02  9:22 UTC 

[PATCH/RFC] arm64: defconfig: Enlarge CMA alignment to 2 MiB
 2017-02-02  9:22 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] python-pyzmq: bump to version 16.0.2
 2017-02-02  9:21 UTC  (4+ messages)
` [Buildroot] [PATCH v2 "

[PATCH 0/5] Add EXTI GPIO trigger support to STM32 ADC
 2017-02-02  9:19 UTC  (6+ messages)
` [PATCH 3/5] Documentation: dt: iio: document stm32 exti trigger

[PATCHSET v4] blk-mq-scheduling framework
 2017-02-02  9:19 UTC  (6+ messages)
` [PATCH 7/8] mq-deadline: add blk-mq adaptation of the deadline IO scheduler

[PATCH 0/2] arm64: renesas: enable H3ULCB board peripherals
 2017-02-02  9:18 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: h3ulcb: Update memory node to 4 GiB map

[PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver
 2017-02-02  9:17 UTC  (8+ messages)

[Bug 99637] VLC video has corrupted colors when using VDPAU output on Radeon SI
 2017-02-02  9:17 UTC  (4+ messages)

Build failure with v4.9-rc1 and GCC trunk -- compiler weirdness
 2017-02-02  9:17 UTC  (15+ messages)

[PATCH v7 3/3] watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 family
 2017-02-02  9:16 UTC  (3+ messages)

[RESEND PATCH V5 7/8] thermal: da9062/61: Thermal junction temperature monitoring driver
 2017-02-02  9:03 UTC 

[PATCH 2/7] completion: add subcommand completion for rerere
 2017-02-02  9:16 UTC  (2+ messages)

What's cooking in git.git (Jan 2017, #06; Tue, 31)
 2017-02-02  9:16 UTC  (3+ messages)
` [PATCH] color_parse_mem: allow empty color spec

[PATCH v2 0/5] userfaultfd: non-cooperative: better tracking for mapping changes
 2017-02-02  9:15 UTC  (4+ messages)
` [PATCH v2 2/5] userfaultfd: non-cooperative: add event for memory unmaps

[PATCH v2 1/3] ath9k: rename tx_complete_work to hw_check_work
 2017-02-02  9:14 UTC  (3+ messages)
` [PATCH v2 2/3] ath9k_hw: check if the chip failed to wake up
` [PATCH v2 3/3] ath9k: fix race condition in enabling/disabling IRQs

[Qemu-devel] [PULL 000/107] ppc-for-2.9 queue 20170202
 2017-02-02  9:13 UTC  (4+ messages)
` [Qemu-devel] [PULL 095/107] spapr: clock should count only if vm is running

[kernel-hardening] [PATCH 0/2] RFC: Adjust powerpc ASLR elf randomness
 2017-02-02  9:11 UTC  (4+ messages)
` [kernel-hardening] [PATCH 1/2] powerpc: mm: support ARCH_MMAP_RND_BITS
  `  "
    ` [kernel-hardening] "

[PATCH v7 1/3] dt: bindings: add documentation for zx2967 family watchdog controller
 2017-02-02  9:03 UTC  (6+ messages)
` [PATCH v7 2/3] MAINTAINERS: add zx2967 watchdog controller driver to ARM ZTE architecture

[PATCH 1/4] ath9k: rename tx_complete_work to hw_check_work
 2017-02-02  9:10 UTC  (4+ messages)
` [PATCH 4/4] ath9k: fix race condition in enabling/disabling IRQs

[PATCH 3/9] mmc: meson-gx: improve meson_mmc_clk_set
 2017-02-02  9:09 UTC  (4+ messages)

[PATCH 1/2] drm: sti: Prevent race on fbdev initialization
 2017-02-02  9:09 UTC  (4+ messages)
` [PATCH 2/2] drm: Rely on mode_config data for fb_helper initialization

[Xenomai] xenomomai-3 kernel freeze on RPI2
 2017-02-02  9:09 UTC  (2+ messages)

Google Doc about the Contributors' Summit
 2017-02-02  9:08 UTC 

[Bug 99549] pp: Failed to translate a shader
 2017-02-02  9:08 UTC  (2+ messages)

A bit of quilt
 2017-02-02  9:08 UTC  (4+ messages)

[PATCHv7 0/8] printk: use printk_safe to handle printk() recursive calls
 2017-02-02  9:07 UTC  (8+ messages)
` [PATCHv7 6/8] printk: use printk_safe buffers in printk

net/tcp: warning in tcp_try_coalesce/skb_try_coalesce
 2017-02-02  9:05 UTC  (3+ messages)

[PATCH V2] Add devicetree for the Raspberry Pi 3, for arm (32)
 2017-02-02  9:05 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] qemu-io: check the size of the I/O requests
 2017-02-02  8:52 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] qemu-io: don't allow I/O operations larger than INT_MAX

[U-Boot] [PATCH 0/7] Add STMicroelectronics STiH410-B2260 board support
 2017-02-02  9:02 UTC  (3+ messages)
` [U-Boot] [PATCH 2/7] board: Add STMicroelectronics STiH410-B2260 support

Are we ready for jewel 10.2.6?
 2017-02-02  9:02 UTC  (4+ messages)

[RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD
 2017-02-02  9:01 UTC  (5+ messages)

[Buildroot] [PATCH v6 0/9] bump/choice for qt 5.8.0
 2017-02-02  8:57 UTC  (7+ messages)
` [Buildroot] [PATCH v6 7/9] qt5quickcontrols/qt5quickcontrols2: enable for software renderer for Qt 5.8.0
` [Buildroot] [PATCH v6 8/9] python-pyqt5: Depend directly on Qt5 rather than its toolchain requirements

[PATCH] MIPS: Replace printk calls in cpu-bugs64.c with pr_info/pr_cont
 2017-02-02  8:56 UTC 

[PATCH 00/11] Add MFC v10.10 support
 2017-02-02  8:55 UTC  (3+ messages)
  ` [PATCH 09/11] [media] s5p-mfc: Add support for HEVC encoder


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.