All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-06 06:35:37 to 2018-07-06 08:01:31 UTC [more...]

post-receive: pub/scm/linux/kernel/git/s390/linux
 2018-07-06  8:01 UTC 

[Qemu-devel] [PATCH 0/9] monitor: enable OOB by default
 2018-07-06  8:00 UTC  (5+ messages)
` [Qemu-devel] [PATCH 5/9] monitor: suspend monitor instead of send CMD_DROP

[PATCH] arm64: hikey960: update idle-states
 2018-07-06  7:59 UTC  (4+ messages)

[PATCH v4 0/5] vhost: generalize buffer vectors
 2018-07-06  7:59 UTC  (7+ messages)
` [PATCH v4 1/5] vhost: use shadow used ring in dequeue path
` [PATCH v4 2/5] vhost: use buffer vectors "
` [PATCH v4 3/5] vhost: improve prefetching "
` [PATCH v4 4/5] vhost: prefetch first descriptor "
` [PATCH v4 5/5] vhost: improve prefetching in enqueue path

Help: a xen crash of 4.8.2 version/////答复: Is there a faster way to restore Virtual machine status in Xen?
 2018-07-06  7:58 UTC  (17+ messages)
  ` 答复: "
            ` 答复: "
                ` 答复: "
                    ` 答复: "
                        ` 答复: "

[PATCH v3 1/3] drm/i915/dsi: rename the current DSI files based on first platform
 2018-07-06  7:58 UTC  (3+ messages)

KMSAN: uninit-value in af_alg_free_areq_sgls
 2018-07-06  7:58 UTC  (3+ messages)
` [PATCH v3] AF_ALG: Initialize sg_num_bytes in error code path

[PATCH 0/5] ARM: shmobile: defconfig: Miscellaneous updates
 2018-07-06  7:56 UTC  (5+ messages)
` [PATCH 5/5] ARM: shmobile: defconfig: Set CONFIG_LOCALVERSION

[Qemu-devel] [PATCH] vga: make stdvga the global default
 2018-07-06  7:54 UTC  (10+ messages)
            ` [Qemu-devel] [Qemu-ppc] "

[PATCH 0/5] Update for removing driver specific BBM functions
 2018-07-06  7:51 UTC  (8+ messages)
` [PATCH 1/5] mtd: rawnand: qcom: remove driver specific bad block check function
` [PATCH 2/5] mtd: rawnand: qcom: remove driver specific block_markbad function
` [PATCH 3/5] mtd: rawnand: qcom: fix NAND register write errors
` [PATCH 4/5] mtd: rawnand: qcom: update BBT related flags
` [PATCH 5/5] mtd: rawnand: qcom: reorganization by removing read/write helpers

[stable-4.14 0/6] md fixes for 4.14
 2018-07-06  7:52 UTC  (3+ messages)

[cip-dev] Altera CIP branch vs. Denali NAND driver
 2018-07-06  7:52 UTC  (2+ messages)

[Qemu-devel] [PATCH for-3.0] ppc: fix default VGA display for PReP machines
 2018-07-06  7:51 UTC 

[PATCH v2 bpf-next 05/14] bpf: extend bpf_prog_array to store pointers to the cgroup storage
 2018-07-06  7:50 UTC  (2+ messages)

kernel BUG at mm/gup.c:LINE!
 2018-07-06  7:50 UTC  (12+ messages)
                  ` [PATCH] mm: do not bug_on on incorrect lenght in __mm_populate

[PATCH v2 bpf-next 03/14] bpf: pass a pointer to a cgroup storage using pcpu variable
 2018-07-06  7:50 UTC  (2+ messages)

[PATCH 00/13] x86: CPUID and MSR policy marshalling support
 2018-07-06  7:51 UTC  (7+ messages)
` [PATCH 13/13] x86/domctl: Implement XEN_DOMCTL_set_cpumsr_policy

[PATCH v2] iio: chemical: bme680: Add Bosch BME680 sensor support
 2018-07-06  7:50 UTC 

[PATCH 01/27] drm/i915: Squelch very verbose error logging
 2018-07-06  7:50 UTC  (30+ messages)
` [PATCH 02/27] drm/i915/selftests: Destroy partial tiling vma after use
` [PATCH 03/27] drm/i915/selftests: Skip using the GPU if wedged
` [PATCH 04/27] drm/i915/selftests: Skip making an object busy if the GPU is wedged
` [PATCH 05/27] drm/i915/selftests: Skip all request selftests when wedged
` [PATCH 06/27] drm/i915/selftests: Skip workaround tests "
` [PATCH 07/27] drm/i915/selftests: Skip live eviction "
` [PATCH 08/27] drm/i915/selftests: Skip huge pages live tests if wedged
` [PATCH 09/27] drm/i915/selftests: Skip over live context testing when wedged
` [PATCH 10/27] drm/i915/selftests: Skip live context execution test without logical contexts
` [PATCH 11/27] drm/i915: Refactor export_fence() after i915_vma_move_to_active()
` [PATCH 12/27] drm/i915: Export i915_request_skip()
` [PATCH 13/27] drm/i915: Start returning an error from i915_vma_move_to_active()
` [PATCH 14/27] drm/i915: Move i915_vma_move_to_active() to i915_vma.c
` [PATCH 15/27] drm/i915: Track vma activity per fence.context, not per engine
` [PATCH 16/27] drm/i915: Track the last-active inside the i915_vma
` [PATCH 17/27] drm/i915: Replace nested subclassing with explicit subclasses
` [PATCH 18/27] drm/i915: Only reset hangcheck at the start of an activity cycle
` [PATCH 19/27] drm/i915: Stop tracking MRU activity on VMA
` [PATCH 20/27] drm/i915: Introduce i915_address_space.mutex
` [PATCH 21/27] drm/i915: Move fence register tracking to GGTT
` [PATCH 22/27] drm/i915: Convert fences to use a GGTT lock rather than struct_mutex
` [PATCH 23/27] drm/i915: Tidy i915_gem_suspend()
` [PATCH 24/27] drm/i915: Move fence-reg interface to i915_gem_fence_reg.h
` [PATCH 25/27] drm/i915: Dynamically allocate the array of drm_i915_gem_fence_reg
` [PATCH 26/27] drm/i915: Pull all the reset functionality together into i915_reset.c
` [PATCH 27/27] drm/i915: Remove GPU reset dependence on struct_mutex
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/27] drm/i915: Squelch very verbose error logging
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCHv16 00/34] Request API
 2018-07-06  7:49 UTC  (5+ messages)
` [PATCHv16 25/34] videobuf2-v4l2: add vb2_request_queue/validate helpers
  ` [PATCHv16.1 "
` [PATCHv16 29/34] v4l2-mem2mem: add vb2_m2m_request_queue
  ` [PATCHv16.1 "

[PATCH v7 0/4] mfd/regulator/clk/input: bd71837: ROHM BD71837 PMIC driver
 2018-07-06  7:49 UTC  (13+ messages)
` [PATCH v7 1/4] mfd: bd71837: mfd driver for ROHM BD71837 PMIC

[PATCH v2 00/23] Add multi-channel support to Armada thermal driver
 2018-07-06  7:49 UTC  (9+ messages)
` [PATCH v2 18/23] dt-bindings: thermal: armada: add reference to new bindings

[PATCH v2 1/1] remoteproc: correct rproc_free_vring() to avoid invalid kernel paging
 2018-07-06  7:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/3] spapr: introduce a fixed IRQ number space and an IRQ controller backend
 2018-07-06  7:46 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/3] spapr: introduce a fixed IRQ number space
            ` [Qemu-devel] [Qemu-ppc] "

KMSAN: uninit-value in af_alg_free_areq_sgls
 2018-07-06  7:44 UTC  (5+ messages)

[PATCH 0/1] kernel-selftest: add it
 2018-07-06  7:51 UTC  (2+ messages)
` [PATCH 1/1] "

[Qemu-devel] [RFC 00/15] s390: vfio-ccw dasd ipl support
 2018-07-06  7:42 UTC  (13+ messages)
` [Qemu-devel] [RFC 01/15] s390 vfio-ccw: Add bootindex property and IPLB data
` [Qemu-devel] [RFC 02/15] s390-bios: decouple cio setup from virtio
` [Qemu-devel] [RFC 07/15] s390-bios: Decouple channel i/o logic "
` [Qemu-devel] [RFC 08/15] s390-bios: Map low core memory
` [Qemu-devel] [RFC 10/15] s390-bios: Support for running format-0/1 channel programs

[PATCH] x86: drop dead asm-offsets definitions
 2018-07-06  7:39 UTC 

[LTP] [PATCH ltp] stress.part1: sync change of fs_inod01 from 'fs'
 2018-07-06  7:36 UTC 

[Buildroot] [PATCH] toolchain: improve musl check to support static toolchains
 2018-07-06  7:36 UTC  (3+ messages)

KASAN: use-after-free Read in tls_write_space
 2018-07-06  7:36 UTC 

[Qemu-devel] [PATCH] monitor: fix double-free of request error
 2018-07-06  7:33 UTC  (4+ messages)

[PATCH] MAINTAINERS: update drm tree
 2018-07-06  7:28 UTC 

[PATCH V2 0/5] drm/vkms: Updates to meet basic kms_flip requirements
 2018-07-06  7:27 UTC  (3+ messages)
` [PATCH V2 1/5] drm/vkms: Add dumb operations

post-receive: pub/scm/boot/dracut/dracut
 2018-07-06  7:27 UTC 

[PATCH v2 0/2] mmc: add SDHCI OF Synopsys DWC MSHC dirver
 2018-07-06  7:23 UTC  (6+ messages)
` [PATCH v2 1/2] dt: bindings: Add bindings for SDHCI Synopsys DWC MSHC
` [PATCH v2 2/2] mmc: sdhci-of-dwcmshc: add SDHCI OF Synopsys DWC MSHC driver

[PATCH 0/5] Rhashtable: convert to bit-spin locks
 2018-07-06  7:22 UTC  (6+ messages)
` [PATCH 3/5] rhashtable: allow rht_bucket_var to return NULL
` [PATCH 5/5] rhashtable: add lockdep tracking to bucket bit-spin-locks
` [PATCH 4/5] rhashtable: use bit_spin_locks to protect hash bucket
` [PATCH 1/5] rhashtable: use cmpxchg() in nested_table_alloc()
` [PATCH 2/5] rhashtable: don't hold lock on first table throughout insertion

[PATCH v2] leds: ledtrig-morse: send out morse code
 2018-07-06  7:22 UTC  (4+ messages)

[PATCH] staging: r8822be: Fix RTL8822be can't find any wireless AP
 2018-07-06  7:22 UTC  (2+ messages)

[PATCH net-next] tcp: remove SG-related comment in tcp_sendmsg()
 2018-07-06  7:19 UTC 

st_accel: iis328dq support?
 2018-07-06  7:18 UTC 

[Qemu-devel] [PATCH v3 0/4] fix image fleecing
 2018-07-06  7:17 UTC  (2+ messages)

[PATCH bpf-next 00/11] tools: bpf: extend bpftool prog load
 2018-07-06  7:16 UTC  (5+ messages)
` [PATCH bpf-next 11/11] tools: bpftool: allow reuse of maps with "

[PATCH] fs, elf: Make sure to page align bss in load_elf_library
 2018-07-06  7:13 UTC  (3+ messages)

[LTP] [PATCH ltp] kernel/fs/doio/rwtest: fix shellcheck error
 2018-07-06  7:14 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek - two more lenovo models need fixup of MIC_LOCATION
 2018-07-06  7:14 UTC 

[PATCH 0/3] rhashtable: replace rhashtable_walk_peek implementation
 2018-07-06  7:11 UTC  (4+ messages)
` [PATCH 3/3] rhashtable: implement rhashtable_walk_peek() using rhashtable_walk_last_seen()
` [PATCH 1/3] rhashtable: further improve stability of rhashtable_walk
` [PATCH 2/3] rhashtable: add rhashtable_walk_last_seen()

[PATCH 0/3] PCI: mvebu: cleanup and improvements
 2018-07-06  7:13 UTC  (5+ messages)
` [PATCH 2/3] PCI: mvebu: Convert to use pci_host_bridge directly

[meta-oe][PATCH] wireless-regdb: update 2016.06.10.bb -> 2018.05.31.bb
 2018-07-06  7:11 UTC 

[PATCH RFC 0/8] xfs: introduce inode data inline feature
 2018-07-06  7:11 UTC  (4+ messages)

[PATCH v5 00/27] Venus updates
 2018-07-06  7:11 UTC  (7+ messages)

[PATCH][V2] usb: typec: unlock dp->lock on error exit path, and also zero ret if successful
 2018-07-06  7:10 UTC  (4+ messages)
  ` [V2] "

[RFC PATCH 00/18] Assorted rhashtable improvements
 2018-07-06  7:08 UTC  (4+ messages)
` [PATCH 04/18] rhashtable: detect when object movement might have invalidated a lookup
    ` [PATCH resend] "

[PATCH v9 00/15] Vhost: add support to packed ring layout
 2018-07-06  7:07 UTC  (16+ messages)
` [PATCH v9 01/15] vhost: add virtio packed virtqueue defines
` [PATCH v9 02/15] vhost: add helpers for packed virtqueues
` [PATCH v9 03/15] vhost: vring address setup for packed queues
` [PATCH v9 04/15] vhost: clear shadow used table index at flush time
` [PATCH v9 05/15] vhost: make indirect desc table copy desc type agnostic
` [PATCH v9 06/15] vhost: clear batch copy index at copy time
` [PATCH v9 07/15] vhost: extract split ring handling from Rx and Tx functions
` [PATCH v9 08/15] vhost: append shadow used ring function names with split
` [PATCH v9 09/15] vhost: add shadow used ring support for packed rings
` [PATCH v9 10/15] vhost: create descriptor mapping function
` [PATCH v9 11/15] vhost: add vector filling support for packed ring
` [PATCH v9 12/15] vhost: add Rx "
` [PATCH v9 13/15] vhost: add Tx "
` [PATCH v9 14/15] vhost: add notification "
` [PATCH v9 15/15] vhost: advertize packed ring layout support

[PATCH v2 0/4] mmc: {tmio,renesas_sdhi}: fix tuning behavior
 2018-07-06  7:07 UTC  (5+ messages)
` [PATCH v2 1/4] mmc: tmio: Fix tuning flow
` [PATCH v2 3/4] mmc: renesas_sdhi: Fix sampling clock position selecting

[PATCH linux-next v6 00/13] PECI device driver introduction
 2018-07-06  7:03 UTC  (3+ messages)
` [PATCH linux-next v6 03/13] peci: Add support for PECI bus driver core

[DIM DOCS PATCH 1/2] doc: update CI and pre-merge details in committer guidelines
 2018-07-06  7:02 UTC  (6+ messages)
` [DIM DOCS PATCH 2/2] doc: clarify what type of changes are acceptable at commit time

Bug report: some new bugs found by fuzzing
 2018-07-06  7:00 UTC  (4+ messages)

[PATCH] perf script python: Fix dict reference counting
 2018-07-06  6:53 UTC 

[GIT PULL] s390 patches for 4.18-rc4
 2018-07-06  6:58 UTC 

struggling with initramfs
 2018-07-06  6:56 UTC  (5+ messages)

[REGRESSION 4.17] Spurious wakeup / reboot with power button
 2018-07-06  6:55 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2018-07-06  6:54 UTC 

[Qemu-devel] [PATCH v2 0/2] vga: make stdvga the global default
 2018-07-06  6:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 2/2] vga: don't pick cirrus by default

post-receive: pub/scm/linux/kernel/git/peter.chen/usb
 2018-07-06  6:53 UTC 

[Qemu-devel] [PATCH v2 0/9] block: Fix dst reading after tail copy offloading
 2018-07-06  6:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 6/9] block: Use common req handling for discard

[layerindex-web][PATCH 0/7] Layer index fixes
 2018-07-06  6:49 UTC  (5+ messages)
` [layerindex-web][PATCH 5/7] update: ignore recommends when ordering layers

[PATCH v2 1/2] net: macb: Free RX ring for all queues
 2018-07-06  6:48 UTC  (2+ messages)
` [PATCH v2 2/2] net: macb: Allocate valid memory for TX and RX BD prefetch

post-receive: pub/scm/linux/kernel/git/s390/linux
 2018-07-06  6:48 UTC 

[PATCH 0/3] arm64: add support for loading kernel from FITimage
 2018-07-06  6:37 UTC  (2+ messages)

[BUG] i915 HDMI connector status is connected after disconnection
 2018-07-06  6:44 UTC  (3+ messages)

[PATCH] orangefs: Adding new return type vm_fault_t
 2018-07-06  6:44 UTC  (2+ messages)

[PATCH v8 0/2] app/testpmd implement VXLAN/NVGRE Encap/Decap
 2018-07-06  6:43 UTC  (4+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/2] app/testpmd: add VXLAN encap/decap support
  ` [PATCH v9 2/2] app/testpmd: add NVGRE "

[U-Boot] [PATCH v2 0/3] efi_loader: correctly initialize system table crc32
 2018-07-06  6:42 UTC  (4+ messages)
` [U-Boot] [PATCH v2 3/3] efi_selftest: unit test for CalculateCrc32()

[PATCH 1/4] eventdev: add eth Tx adapter APIs
 2018-07-06  6:42 UTC  (4+ messages)
` [PATCH 2/4] eventdev: add caps API and PMD callbacks for eth Tx adapter
` [PATCH 3/4] eventdev: add eth Tx adapter implementation
` [PATCH 4/4] eventdev: add auto test for eth Tx adapter

[PATCH] drm/i915/selftests: Skip over live context testing when wedged
 2018-07-06  6:42 UTC  (3+ messages)

[PATCH 01/10] bus/dpaa: fix phandle support for kernel 4.16
 2018-07-06  6:41 UTC  (6+ messages)
` [PATCH v2 01/16] "
  ` [PATCH v2 14/16] net/dpaa: move the push queue set to global init
  ` [PATCH v2 16/16] net/dpaa: implement scatter offload support

[PATCH] kbuild: add LDFLAGS_KERNEL to pass additional linker flags for vmlinux
 2018-07-06  6:34 UTC 

4.17.x won't boot due to "x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G"
 2018-07-06  6:37 UTC  (6+ messages)

[U-Boot] [PATCH v3] tegra: nyan-big: Update CONFIG_SYS_TEXT to the default in README.chromium
 2018-07-06  6:38 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Fail hangcheck testing if the GPU is wedged
 2018-07-06  6:37 UTC  (3+ messages)

[PATCH] fix license from Apache-2.0 to MIT
 2018-07-06  6:26 UTC 

[PATCH v2] x86: consolidate legacy FPU state loading
 2018-07-06  6:36 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/linusw/linux-gpio
 2018-07-06  6:36 UTC 

[PULL 0/1] vfio-ccw for 4.18-rc
 2018-07-06  6:35 UTC  (2+ messages)
` [PULL 1/1] MAINTAINERS: Remove myself as maintainer


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.