All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-16 14:16:17 to 2019-09-16 15:05:00 UTC [more...]

[Qemu-devel] [PULL 00/29] Misc patches for 2019-09-16
 2019-09-16 14:41 UTC  (3+ messages)
` [Qemu-devel] [PULL 02/29] exec.c: replace hwaddr with uint64_t for better understanding
` [Qemu-devel] [PULL 03/29] exec.c: get nodes_nb_alloc with one MAX calculation

[Qemu-devel] [PULL 00/16] Block patches
 2019-09-16 14:22 UTC  (7+ messages)
` [Qemu-devel] [PULL 03/16] tests/qemu-iotests/check: Replace "tests" with "iotests" in final status text
` [Qemu-devel] [PULL 04/16] tests/Makefile: Do not print the name of the check-block.sh shell script
` [Qemu-devel] [PULL 08/16] curl: Check completion in curl_multi_do()
` [Qemu-devel] [PULL 11/16] curl: Handle success in multi_check_completion
` [Qemu-devel] [PULL 12/16] curl: Check curl_multi_add_handle()'s return code
` [Qemu-devel] [PULL 16/16] qemu-iotests: Add test for bz #1745922

post-receive: pub/scm/linux/kernel/git/riscv/linux
 2019-09-16 15:05 UTC 

[PATCH net-next v3 0/3] mlxsw: spectrum_buffers: Add the ability to query the CPU port's shared buffer
 2019-09-16 15:04 UTC  (4+ messages)
` [PATCH net-next v3 1/3] mlxsw: spectrum_buffers: Prevent changing CPU port's configuration
` [PATCH net-next v3 2/3] mlxsw: spectrum: Register CPU port with devlink
` [PATCH net-next v3 3/3] mlxsw: spectrum_buffers: Add the ability to query the CPU port's shared buffer

[RESEND v4 0/7] mm, slab: Make kmalloc_info[] contain all types of names
 2019-09-16 15:04 UTC  (7+ messages)
` [RESEND v4 1/7] "
` [RESEND v4 6/7] mm, slab_common: Initialize the same size of kmalloc_caches[]

[PATCH 00/11] drm/nouveau: Enable GP10B by default
 2019-09-16 15:04 UTC  (12+ messages)
` [PATCH 03/11] drm/nouveau: secboot: Read WPR configuration from GPU registers
` [PATCH 04/11] drm/nouveau: gp10b: Add custom L2 cache implementation
  ` [PATCH 01/11] drm/nouveau: tegra: Avoid pulsing reset twice
  ` [PATCH 02/11] drm/nouveau: tegra: Set clock rate if not set
  ` [PATCH 05/11] drm/nouveau: gp10b: Use correct copy engine
  ` [PATCH 06/11] drm/nouveau: gk20a: Set IOMMU bit for DMA API if appropriate
  ` [PATCH 07/11] drm/nouveau: gk20a: Implement custom MMU class
  ` [PATCH 08/11] drm/nouveau: tegra: Skip IOMMU initialization if already attached
  ` [PATCH 09/11] drm/nouveau: tegra: Fall back to 32-bit DMA mask without IOMMU
  ` [PATCH 10/11] arm64: tegra: Enable GPU on Jetson TX2
` [PATCH 11/11] arm64: tegra: Enable SMMU for GPU on Tegra186

[PATCH net v3 00/11] net: fix nested device bugs
 2019-09-16 15:03 UTC  (5+ messages)
` [PATCH net v3 03/11] bonding: fix unexpected IFF_BONDING bit unset

blame --ignore-rev - add place to specify defaults at repo level
 2019-09-16 15:03 UTC  (2+ messages)

[Xen-devel] [PATCH V4 0/8] iommu/arm: Add Renesas IPMMU-VMSA support + Linux's iommu_fwspec
 2019-09-16 15:03 UTC  (4+ messages)
` [Xen-devel] [PATCH V4 4/8] xen/common: Introduce _xrealloc function

[PATCH] selftests/net: replace AF_MAX with INT_MAX in socket.c
 2019-09-16 15:03 UTC 

Please revert upstream commit e4849aff1e16 ("MIPS: SiByte: Enable swiotlb ...") in v4.4.y and v4.14.y
 2019-09-16 15:03 UTC  (4+ messages)

[alsa-devel] [PATCH] ASoC: Intel: cht_bsw_rt5645: Add quirk for boards using pmc_plt_clk_0
 2019-09-16 15:02 UTC  (2+ messages)

[Xen-devel] [PATCH v12 6/6] introduce a 'passthrough' configuration option to xl.cfg
 2019-09-16 15:02 UTC  (3+ messages)

[Bug 202445] New: amdgpu/dc: framerate dropping below adaptive sync range causes screen flickering
 2019-09-16 15:02 UTC  (3+ messages)
` [Bug 202445] "

[PATCH 0/1] block, bfq: remove bfq prefix from cgroups filenames
 2019-09-16 15:01 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/arm/arm-soc
 2019-09-16 15:01 UTC 

post-receive: pub/scm/linux/kernel/git/soc/soc
 2019-09-16 15:01 UTC 

[Qemu-devel] [PATCH v2 00/15] target/arm: Implement semihosting v2.0
 2019-09-16 14:15 UTC  (16+ messages)
` [Qemu-devel] [PATCH v2 01/15] target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()
` [Qemu-devel] [PATCH v2 02/15] target/arm/arm-semi: Always set some kind of errno for failed calls
` [Qemu-devel] [PATCH v2 03/15] target/arm/arm-semi: Correct comment about gdb syscall races
` [Qemu-devel] [PATCH v2 04/15] target/arm/arm-semi: Make semihosting code hand out its own file descriptors
` [Qemu-devel] [PATCH v2 05/15] target/arm/arm-semi: Restrict use of TaskState*
` [Qemu-devel] [PATCH v2 06/15] target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functions
` [Qemu-devel] [PATCH v2 07/15] target/arm/arm-semi: Factor out implementation of SYS_CLOSE
` [Qemu-devel] [PATCH v2 08/15] target/arm/arm-semi: Factor out implementation of SYS_WRITE
` [Qemu-devel] [PATCH v2 09/15] target/arm/arm-semi: Factor out implementation of SYS_READ
` [Qemu-devel] [PATCH v2 10/15] target/arm/arm-semi: Factor out implementation of SYS_ISTTY
` [Qemu-devel] [PATCH v2 11/15] target/arm/arm-semi: Factor out implementation of SYS_SEEK
` [Qemu-devel] [PATCH v2 12/15] target/arm/arm-semi: Factor out implementation of SYS_FLEN
` [Qemu-devel] [PATCH v2 13/15] target/arm/arm-semi: Implement support for semihosting feature detection
` [Qemu-devel] [PATCH v2 14/15] target/arm/arm-semi: Implement SH_EXT_EXIT_EXTENDED extension
` [Qemu-devel] [PATCH v2 15/15] target/arm/arm-semi: Implement SH_EXT_STDOUT_STDERR extension

RTDM open, open_rt, and open_nrt
 2019-09-16 14:59 UTC  (3+ messages)

how to use spi flash BIOS/Host firmware??
 2019-09-16 14:58 UTC  (5+ messages)
`  "
        ` Re: how "

[PATCH v6 1/2] block: use symbolic constants for t10_pi type
 2019-09-16 14:57 UTC  (4+ messages)

[PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2019-09-16 14:57 UTC  (8+ messages)
` [PATCH v4 15/25] ibnbd: private headers with IBNBD protocol structs and helpers
` [PATCH v4 17/25] ibnbd: client: main functionality

[PATCH v3 0/3] null_blk: fixes around nr_devices and log improvements
 2019-09-16 14:55 UTC  (2+ messages)

[PATCH] x86/mm: Enable 5-level paging support by default
 2019-09-16 14:54 UTC  (4+ messages)
` [tip: x86/mm] "

[bisected] UDP / xfrm: NAT-T packets with bad UDP checksum get dropped
 2019-09-16 14:45 UTC  (2+ messages)

[PATCH net-next] net: phylink: clarify where phylink should be used
 2019-09-16 14:54 UTC  (2+ messages)

[PATCH] locking: locktorture: Do not include rwlock.h directly
 2019-09-16 14:54 UTC 

[patch net-next 00/15] devlink: allow devlink instances to change network namespace
 2019-09-16 14:54 UTC  (5+ messages)
` [patch net-next 02/15] net: fib_notifier: make FIB notifier per-netns

[Patch 00/13] media: am437x-vpfe: overdue maintenance
 2019-09-16 14:53 UTC  (5+ messages)
` [Patch 05/13] media: am437x-vpfe: Streamlined vb2 buffer cleanup

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2019-09-16 14:53 UTC 

[dpdk-dev] [RFC PATCH 0/9] security: add software synchronous crypto process
 2019-09-16 14:53 UTC  (10+ messages)
` [dpdk-dev] [RFC PATCH 1/9] security: introduce CPU Crypto action type and API

[PATCH v2] usbip: vhci_hcd indicate failed message
 2019-09-16 15:09 UTC  (3+ messages)
` [PATCH v3] "

[Qemu-devel] [PATCH 0/4] bitmaps: some refactoring
 2019-09-16 14:19 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] block/dirty-bitmap: drop meta
` [Qemu-devel] [PATCH 2/4] block/dirty-bitmap: add bs link
` [Qemu-devel] [PATCH 3/4] block/dirty-bitmap: drop BdrvDirtyBitmap.mutex
` [Qemu-devel] [PATCH 4/4] block/dirty-bitmap: refactor bdrv_dirty_bitmap_next

[GIT PULL] Block changes for 5.4
 2019-09-16 14:52 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2019-09-16 14:51 UTC 

post-receive: pub/scm/linux/kernel/git/tip/tip
 2019-09-16 14:51 UTC 

[PATCH net] ibmvnic: Warn unknown speed message only when carrier is present
 2019-09-16 14:50 UTC 

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2019-09-16 14:50 UTC 

[Xen-devel] Regression with vcpu runstate info and XEN_RUNSTATE_UPDATE
 2019-09-16 14:50 UTC 

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2019-09-16 14:50 UTC 

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2019-09-16 14:50 UTC 

[patch iproute2-next v4 0/2] devlink: couple forgotten flash patches
 2019-09-16 14:49 UTC  (6+ messages)

post-receive: pub/scm/network/iproute2/iproute2-next
 2019-09-16 14:49 UTC 

[PATCH v1] pinctrl: intel: Allocate IRQ chip dynamic
 2019-09-16 14:47 UTC 

IMA on remote file systems
 2019-09-16 14:47 UTC  (3+ messages)

[PATCH v5 0/7] mm, slab: Make kmalloc_info[] contain all types of names
 2019-09-16 14:45 UTC  (8+ messages)
` [PATCH v5 1/7] "
` [PATCH v5 2/7] mm, slab: Remove unused kmalloc_size()
` [PATCH v5 3/7] mm, slab_common: Use enum kmalloc_cache_type to iterate over kmalloc caches
` [PATCH v5 4/7] mm, slab: Return ZERO_SIZE_ALLOC for zero sized kmalloc requests
` [PATCH v5 5/7] mm, slab_common: Make kmalloc_caches[] start at size KMALLOC_MIN_SIZE
` [PATCH v5 6/7] mm, slab_common: Initialize the same size of kmalloc_caches[]
` [PATCH v5 7/7] mm, slab_common: Modify kmalloc_caches[type][idx] to kmalloc_caches[idx][type]

[PATCH v2 1/1] libsepol: do not dereference a failed allocated pointer
 2019-09-16 14:48 UTC  (3+ messages)
  ` [Non-DoD Source] "

[Xen-devel] [PATCH 00/11] OvmfPkg/XenBusDxe: Fix ExitBootServices handler to avoid allocation
 2019-09-16 14:45 UTC  (9+ messages)
` [Xen-devel] [PATCH 01/11] OvmfPkg/XenBusDxe: Fix missing \n in DEBUG messages
  ` [Xen-devel] [edk2-devel] "
` [Xen-devel] [PATCH 02/11] OvmfPkg/XenBusDxe: Have XenStoreFindWatch take a pointer
  ` [Xen-devel] [edk2-devel] "
` [Xen-devel] [PATCH 03/11] OvmfPkg/XenBusDxe: Rework watch events reception
  ` [Xen-devel] [edk2-devel] "
` [Xen-devel] [PATCH 04/11] OvmfPkg/XenBusDxe: Avoid Allocate in XenStoreVSPrint
  ` [Xen-devel] [edk2-devel] "

blocking ops in drm_sched_cleanup_jobs()
 2019-09-16 14:44 UTC  (4+ messages)

[PATCH] selinux: optimize MLS context to string conversion
 2019-09-16 14:43 UTC  (2+ messages)

[PATCH V3 1/2] SUNRPC: Fix buffer handling of GSS MIC without slack
 2019-09-16 14:43 UTC  (2+ messages)

page_alloc.shuffle=1 + CONFIG_PROVE_LOCKING=y = arm64 hang
 2019-09-16 14:42 UTC  (7+ messages)

[PATCH for 5.3 3/3] rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30
 2019-09-16 14:42 UTC  (2+ messages)

[PATCH v3 00/11] *** SUBJECT HERE ***
 2019-09-16 14:37 UTC  (10+ messages)
` [PATCH v3 09/11] PCI: layerscape: Add EP mode support for ls1088a and ls2088a

[PATCH for-4.14 0/2] btrfs compression type validation fix
 2019-09-16 14:40 UTC  (2+ messages)

[Xen-devel] [PATCH v2] xen/sched: rework and rename vcpu_force_reschedule()
 2019-09-16 14:39 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2019-09-16 14:40 UTC 

[PATCH v5 1/2] tcp: Add TCP_INFO counter for packets received out-of-order
 2019-09-16 14:39 UTC  (4+ messages)
` [PATCH v5 2/2] tcp: Add snd_wnd to TCP_INFO

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2019-09-16 14:39 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2019-09-16 14:39 UTC 

[PATCH v6 00/12] Device property improvements, add %pfw format specifier
 2019-09-16 14:37 UTC  (10+ messages)
` [PATCH v6 01/12] tools lib traceevent: Convert remaining %p[fF] users to %p[sS]

[Qemu-devel] [PATCH v3 00/29] s390x/tcg: mem_helper: Fault-safe handling
 2019-09-16 13:58 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 14/29] s390x/tcg: MVST: Fix storing back the addresses to registers
` [Qemu-devel] [PATCH v3 16/29] s390x/tcg: Fault-safe memset
` [Qemu-devel] [PATCH v3 17/29] s390x/tcg: Fault-safe memmove
` [Qemu-devel] [PATCH v3 19/29] s390x/tcg: MVC: Fault-safe handling on destructive overlaps
` [Qemu-devel] [PATCH v3 20/29] s390x/tcg: MVCLU: Fault-safe handling
` [Qemu-devel] [PATCH v3 22/29] s390x/tcg: XC: "
` [Qemu-devel] [PATCH v3 24/29] s390x/tcg: MVCIN: "
` [Qemu-devel] [PATCH v3 25/29] s390x/tcg: MVN: "
` [Qemu-devel] [PATCH v3 26/29] s390x/tcg: MVZ: "
` [Qemu-devel] [PATCH v3 27/29] s390x/tcg: MVST: "
` [Qemu-devel] [PATCH v3 28/29] s390x/tcg: MVO: "

[PATCH 0/3] spi: dw: Add basic runtime PM support
 2019-09-16 14:36 UTC  (3+ messages)
` [PATCH 2/3] "

[PATCH 0/2] drm/nouveau: Two more fixes
 2019-09-16 14:36 UTC  (3+ messages)
  ` [PATCH 1/2] drm/nouveau: tegra: Fix NULL pointer dereference
` [PATCH 2/2] drm/nouveau: tegra: Do not try to disable PCI device

[Buildroot] [PATCH] package/python-validators: bump version to 0.12.6
 2019-09-16 14:34 UTC 

[PATCH v2 0/2] dts: arm64: imx8mq: Enable gpu passive throttling
 2019-09-16 14:33 UTC  (9+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] dt-bindings: etnaviv: Add #cooling-cells

[RESEND] drm/i915: stop conflating HAS_DISPLAY() and disabled display
 2019-09-16 14:33 UTC  (6+ messages)

Sharing ext4 on target storage to multiple initiators using NVMeoF
 2019-09-16 14:33 UTC 

[PATCH] arm: fix page faults in do_alignment
 2019-09-16 14:31 UTC  (11+ messages)

[PATCH] ARM: dts: dir685: Drop spi-cpol from the display
 2019-09-16 14:31 UTC  (2+ messages)

[Xen-devel] Looking for Semester long Project
 2019-09-16 14:31 UTC  (5+ messages)

[PATCH v3 0/2] partial-clone: fix two issues with sparse filter handling
 2019-09-16 14:31 UTC  (9+ messages)
` [PATCH v3 1/2] list-objects-filter: only parse sparse OID when 'have_git_dir'
            ` [PATCH 0/3] clone --filter=sparse:oid bugs

[PATCH 0/4] Fix UART DMA freezes for iMX6
 2019-09-16 14:30 UTC  (13+ messages)
` [PATCH 1/4] dmaengine: imx-sdma: fix buffer ownership
` [PATCH 2/4] dmaengine: imx-sdma: fix dma freezes
` [PATCH 3/4] serial: imx: adapt rx buffer and dma periods
` [PATCH 4/4] dmaengine: imx-sdma: drop redundant variable

[PATCH] selftest/trustedkeys: TPM 1.2 trusted keys test
 2019-09-16 14:28 UTC  (9+ messages)

[RFC PATCH v4 0/9] printk: new ringbuffer implementation
 2019-09-16 14:28 UTC  (12+ messages)
          ` printk meeting at LPC

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2019-09-16 14:28 UTC 

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2019-09-16 14:27 UTC 

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2019-09-16 14:27 UTC 

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2019-09-16 14:26 UTC 

[PATCH] x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area
 2019-09-16 14:25 UTC  (9+ messages)

diff.renames not working?
 2019-09-16 14:25 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2019-09-16 14:25 UTC 

[PATCH] v4l2-ctl: Print UVC meta info
 2019-09-16 14:23 UTC  (7+ messages)
` [PATCH v2] "
  ` [Linux-kernel-mentees] "

Unmountable degraded BTRFS RAID6 filesystem
 2019-09-16 14:22 UTC  (9+ messages)

[U-Boot] Workaround for SPL modifying the DTB before use
 2019-09-16 14:22 UTC 

[PATCH] dm: introduce DM_GET_TARGET_VERSION
 2019-09-16 14:21 UTC  (3+ messages)
`  "

[PATCH 1/2] jbd2: add new tracepoint jbd2_sleep_on_shadow
 2019-09-16 14:20 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/brauner/linux
 2019-09-16 14:20 UTC 

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2019-09-16 14:19 UTC 

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2019-09-16 14:19 UTC 

[PATCH 0/4] drm/nouveau: Miscellaneous fixes
 2019-09-16 14:19 UTC  (5+ messages)
` [PATCH 2/4] drm/nouveau: prime: Extend DMA reservation object lock
  ` [PATCH 1/4] drm/nouveau: Fix fallout from reservation object rework
  ` [PATCH 3/4] drm/nouveau: Fix ordering between TTM and GEM release
  ` [PATCH 4/4] drm/nouveau: gm20b: Avoid BAR1 teardown during init

[Qemu-devel] [PATCH v7 0/3] Fix qcow2+luks corruption introduced by commit 8ac0f15f335
 2019-09-16 13:59 UTC  (3+ messages)

[PATCH] x86_64: new and improved memset()
 2019-09-16 14:18 UTC  (2+ messages)

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.73)
 2019-09-16 14:17 UTC 

[Bug 109628] WARNING at dcn10_hw_sequencer.c:868 dcn10_verify_allow_pstate_change_high()
 2019-09-16 14:17 UTC  (2+ messages)

[PATCH v3 0/2] fix double page fault on arm64
 2019-09-16 14:16 UTC  (6+ messages)
` [PATCH v3 2/2] mm: fix double page fault on arm64 if PTE_AF is cleared

[U-Boot] U-Boot on ppc405gp, slow ethernet
 2019-09-16 14:16 UTC  (2+ 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.