All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-23 14:12:08 to 2019-08-23 14:54:50 UTC [more...]

[Qemu-devel] cross-project patches: Add NBD Fast Zero support
 2019-08-23 14:40 UTC  (13+ messages)
` [Qemu-devel] [PATCH 0/1] NBD protocol change to add fast zero support
  ` [Qemu-devel] [PATCH 1/1] protocol: Add NBD_CMD_FLAG_FAST_ZERO
` [Qemu-devel] [PATCH 0/5] Add NBD fast zero support to qemu client and server
  ` [Qemu-devel] [PATCH 1/5] nbd: Improve per-export flag handling in server
  ` [Qemu-devel] [PATCH 2/5] nbd: Prepare for NBD_CMD_FLAG_FAST_ZERO
  ` [Qemu-devel] [PATCH 3/5] nbd: Implement client use of NBD FAST_ZERO
  ` [Qemu-devel] [PATCH 4/5] nbd: Implement server "
  ` [Qemu-devel] [PATCH 5/5] nbd: Tolerate more errors to structured reply request
` [Qemu-devel] [libnbd PATCH 0/1] libnbd support for new fast zero
` [Qemu-devel] [nbdkit PATCH 0/3] nbdkit support for new NBD "
  ` [Qemu-devel] [nbdkit PATCH 1/3] server: Add internal support for NBDKIT_FLAG_FAST_ZERO
  ` [Qemu-devel] [nbdkit PATCH 3/3] plugins: Add .can_fast_zero hook

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2019-08-23 14:54 UTC 

[RFC 1/9] dt-bindings: arm: samsung: Convert Samsung board/soc bindings to json-schema
 2019-08-23 14:53 UTC  (7+ messages)
` [RFC 2/9] dt-bindings: arm: samsung: Document missing S5Pv210 boards bindings
` [RFC 3/9] dt-bindings: arm: samsung: Document missing Exynos7 "
` [RFC 4/9] dt-bindings: arm: samsung: Convert Exynos Chipid bindings to json-schema
` [RFC 5/9] dt-bindings: arm: samsung: Convert Exynos PMU "

[PATCH v5 00/10] Add Support for MediaTek PMIC MT6358
 2019-08-23 14:53 UTC  (4+ messages)
` [PATCH v5 02/10] mfd: mt6397: extract irq related code from core driver

(unknown)
 2019-08-23 14:53 UTC  (12+ messages)
` [PATCH v2 1/8] drm/panfrost: Fix possible suspend in panfrost_remove
` [PATCH v2 3/8] drm/panfrost: Hold runtime PM reference until jobs complete
` [PATCH v2 5/8] drm/shmem: Use mutex_trylock in drm_gem_shmem_purge
` [PATCH v2 8/8] drm/panfrost: Remove unnecessary flushing from tlb_inv_context

[PATCH] arm64: Add support for the Transactional Memory Extension (TME)
 2019-08-23 14:52 UTC 

[PATCH v2 0/2] Simplify mtty driver and mdev core
 2019-08-23 14:53 UTC  (14+ messages)

[PATCH v2 0/3] arm64: KPROBES_ON_FTRACE
 2019-08-23 14:51 UTC  (8+ messages)
` [PATCH v2 1/3] kprobes/x86: use instruction_pointer and instruction_pointer_set

Setting up siw devices
 2019-08-23 14:50 UTC  (5+ messages)

[BOOTWRAPPER PATCH] Enable TME for lower exception levels
 2019-08-23 14:50 UTC 

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

[dpdk-dev] [PATCH 00/15] sched: subport level configuration of pipe nodes
 2019-08-23 14:46 UTC  (16+ messages)
` [dpdk-dev] [PATCH 01/15] sched: add pipe config params to subport struct
` [dpdk-dev] [PATCH 02/15] sched: modify internal structs for subport config
` [dpdk-dev] [PATCH 03/15] sched: remove pipe params config from port level
` [dpdk-dev] [PATCH 04/15] shced: add pipe config to subport level
` [dpdk-dev] [PATCH 05/15] sched: modify pipe functions for config flexibility
` [dpdk-dev] [PATCH 06/15] sched: modify pkt enqueue for subport "
` [dpdk-dev] [PATCH 07/15] sched: update memory compute to support flexiblity
` [dpdk-dev] [PATCH 08/15] sched: update grinder functions for config flexibility
` [dpdk-dev] [PATCH 09/15] sched: update pkt dequeue for subport "
` [dpdk-dev] [PATCH 10/15] sched: update queue stats read for "
` [dpdk-dev] [PATCH 11/15] test/sched: modify tests for subport "
` [dpdk-dev] [PATCH 12/15] net/softnic: add subport config flexibility to TM function
` [dpdk-dev] [PATCH 13/15] ip_pipeline: "
` [dpdk-dev] [PATCH 14/15] examples/qos_sched: add subport configuration flexibility
` [dpdk-dev] [PATCH 15/15] sched: remove redundant code

[PATCH -next v2] sched/fair: fix -Wunused-but-set-variable warnings
 2019-08-23 14:48 UTC  (3+ messages)

[Resubmit] Read battery voltage from Logitech Gaming mice
 2019-08-23 14:48 UTC  (6+ messages)

[CI] drm/i915/gtt: Preallocate Braswell top-level page directory
 2019-08-23 14:48 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gtt: Preallocate Braswell top-level page directory (rev2)
` ✗ Fi.CI.BAT: failure "

[Qemu-devel] [PATCH v2 0/6] hw/arm: Use ARM_CPU_TYPE_NAME() and object_initialize_child()
 2019-08-23 14:32 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/6] hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriate
` [Qemu-devel] [PATCH v2 2/6] hw/arm: Use object_initialize_child for correct reference counting
` [Qemu-devel] [PATCH v2 3/6] hw/arm: Use sysbus_init_child_obj "
` [Qemu-devel] [PATCH v2 4/6] hw/arm/fsl-imx: Add the cpu as child of the SoC object
` [Qemu-devel] [PATCH v2 5/6] hw/dma/xilinx_axi: Use object_initialize_child for correct ref. counting
` [Qemu-devel] [PATCH v2 6/6] hw/net/xilinx_axi: "

[PATCH v1 0/8] MIPS: Drop boot_mem_map
 2019-08-23 14:45 UTC  (2+ messages)

[PATCH] drm/amdgpu: set adev->num_vmhubs for gmc6,7,8
 2019-08-23 14:45 UTC 

post-receive: pub/scm/linux/kernel/git/mips/linux
 2019-08-23 14:44 UTC 

[RESEND PATCH 00/13] KVM: x86: Remove emulation_result enums
 2019-08-23 14:44 UTC  (7+ messages)
` [RESEND PATCH 01/13] KVM: x86: Relocate MMIO exit stats counting
` [RESEND PATCH 07/13] KVM: x86: Add explicit flag for forced emulation on #UD

BUG: devm_regulator_get returns EPROBE_DEFER (5.3-rc5..next-20190822) for bpi-r2/mt7623/mt7530
 2019-08-23 14:43 UTC  (6+ messages)
  ` Aw: "
      ` Aw: "

phosphor-ipmi-flash: A problem in BMC FW update over LPC
 2019-08-23 14:42 UTC  (2+ messages)

[PATCH kernel] vfio/spapr_tce: Fix incorrect tce_iommu_group memory free
 2019-08-23 14:40 UTC  (5+ messages)

[PATCH v3] RDMA/siw: Fix 64/32bit pointer inconsistency
 2019-08-23 14:42 UTC  (5+ messages)

[PATCH] drm/komeda: Add missing of_node_get() call
 2019-08-23 14:41 UTC  (4+ messages)

[PATCH] drm/i915: Call dma_set_max_seg_size() in i915_ggtt_probe_hw()
 2019-08-23 14:42 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

KASAN: use-after-free Read in rxrpc_release_call
 2019-08-23 14:42 UTC 

[kvm-unit-tests PATCH v2 0/4] s390x: More emulation tests
 2019-08-23 14:41 UTC  (4+ messages)
` [kvm-unit-tests PATCH] s390x: Add diag308 subcode 0 testing

[U-Boot] [PATCH] cmd: pxe: Use internal FDT if external one cannot be retrieved
 2019-08-23 14:40 UTC 

[GIT PULL] Allwinner Device Tree Changes for 5.4
 2019-08-23 14:38 UTC 

[RFCv4 0/7] interconnect: Add imx support via devfreq
 2019-08-23 14:37 UTC  (24+ messages)
` [RFCv4 1/7] PM / devfreq: Add devfreq_get_devfreq_by_node
` [RFCv4 2/7] interconnect: Add of_icc_add_proxy
` [RFCv4 3/7] dt-bindings: devfreq: imx: Describe interconnect properties
` [RFCv4 4/7] interconnect: Add imx core driver
` [RFCv4 5/7] interconnect: imx: Add platform driver for imx8mm
` [RFCv4 6/7] soc: imx8mm: Register interconnect platform device
` [RFCv4 7/7] arm64: dts: imx8mm: Add interconnect properties

[PATCH 1/3] distcc: upgrade 3.3.2 -> 3.3.3
 2019-08-23 14:37 UTC  (6+ messages)
` [PATCH 3/3] elfutils: 0.176 -> 0.177

[PATCH] systemd: Print a buildtime warning about the status with musl
 2019-08-23 14:37 UTC 

[PATCH] linux-dtb.inc: Remove
 2019-08-23 14:37 UTC 

[PATCH] systemd: Update to the latest 242 branch
 2019-08-23 14:37 UTC 

[PATCH net-next] r8152: saving the settings of EEE
 2019-08-23 14:37 UTC  (3+ messages)
` [PATCH net-next v4 0/2] r8152: save EEE

post-receive: pub/scm/linux/kernel/git/sunxi/linux
 2019-08-23 14:37 UTC 

[PATCH] t_stripealign: Fix fibmap error handling
 2019-08-23 14:36 UTC  (2+ messages)

[PATCH v2] drm/i915: add port info to debugfs
 2019-08-23 14:36 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH] drm/amdgpu: introduce vram lost paramter for reset function
 2019-08-23 14:36 UTC  (9+ messages)

[Qemu-devel] [PATCH v2 00/68] target/arm: Convert aa32 base isa to decodetree
 2019-08-23 14:33 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 15/68] target/arm: Convert BX, BXJ, BLX (register)
` [Qemu-devel] [PATCH v2 18/68] target/arm: Convert the rest of A32 Miscelaneous instructions

[MPTCP] [RFC PATCH] mptcp:pm: sysctl to announce an addr
 2019-08-23 14:36 UTC 

[Qemu-devel] [PATCH v2] job: drop job_drain
 2019-08-23 14:32 UTC 

[PATCH] drm/powerplay: Fix Vega20 power reading again
 2019-08-23 14:35 UTC  (2+ messages)

[GIT PULL] Allwinner Drivers Changes for 5.4
 2019-08-23 14:33 UTC 

[PATCH] ltp/fsx: avoid infinite loop while finding offset2 in clone/dedupe/copy range ops
 2019-08-23 14:33 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/sunxi/linux
 2019-08-23 14:33 UTC 

WARNING in sk_msg_check_to_free
 2019-08-23 14:33 UTC 

Different package versions between host SDK and target image
 2019-08-23 14:32 UTC 

post-receive: pub/scm/linux/kernel/git/sunxi/linux
 2019-08-23 14:32 UTC 

[PATCH] tty/serial: atmel: remove unneeded atmel_get_lines_status function
 2019-08-23 14:32 UTC  (2+ messages)

remove various unused set_memory_* related functions and exports
 2019-08-23 14:31 UTC  (4+ messages)
` [PATCH 4/6] x86: remove set_memory_x and set_memory_nx

[PATCH v2 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-08-23 14:27 UTC  (5+ messages)
` [PATCH v2 08/10] PCI: layerscape: Add EP mode support for ls1088a and ls2088a

[GIT PULL] Allwinner arm64 Defconfig Changes for 5.4
 2019-08-23 14:31 UTC 

[igt-dev] [PATCH i-g-t v12 4/6] tests/i915/i915_pm_dc: Added test for DC5 during DPMS
 2019-08-23 14:30 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/sunxi/linux
 2019-08-23 14:30 UTC 

[Qemu-devel] [PATCH 0/4] Support disabling TCG on ARM (part 2)
 2019-08-23 14:28 UTC  (3+ messages)
` [Qemu-devel] [PATCH 3/4] RFC target/arm: Do not build pre-ARMv7 cpus when using KVM

sof/hda rework to share more of patch_hdmi.c logic
 2019-08-23 14:29 UTC  (3+ messages)

[PATCH 5.2 000/135] 5.2.10-stable review
 2019-08-23 14:29 UTC  (2+ messages)

[GIT PULL] Allwinner Clock Changes for 5.4
 2019-08-23 14:29 UTC 

[PATCH 7/8] build: Add DNSNames to the test server cert
 2019-08-23 14:29 UTC  (2+ messages)

A potential Xenomai Mutex issue
 2019-08-23 14:29 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/sunxi/linux
 2019-08-23 14:29 UTC 

[PATCH 4.19 00/85] 4.19.68-stable review
 2019-08-23 14:28 UTC  (2+ messages)

[PATCH 4.14 00/71] 4.14.140-stable review
 2019-08-23 14:28 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/2] Add dbus-vmstate
 2019-08-23 14:26 UTC  (9+ messages)

[PATCH 1/8] tls: Implement l_tls_set_domain_mask
 2019-08-23 14:28 UTC  (2+ messages)

[PATCH 4.9 000/103] 4.9.190-stable review
 2019-08-23 14:27 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/2] tools/intel_vbt_decode: dump backlight data for all panels
 2019-08-23 14:27 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 2/2] tools/intel_vbt_decode: dump all backlight data

[RFC PATCH v4 0/9] printk: new ringbuffer implementation
 2019-08-23 14:27 UTC  (9+ messages)
` [RFC PATCH v4 1/9] printk-rb: add a new printk "
  ` comments style: "

[PATCH 4.4 00/78] 4.4.190-stable review
 2019-08-23 14:27 UTC  (2+ messages)

[PATCH 6/8] tls: Validate peer certificate's DNSNames against mask
 2019-08-23 14:27 UTC  (2+ messages)

[PATCH v2 7/7] bug: Move WARN_ON() "cut here" into exception handler
 2019-08-23 14:26 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v12 1/6] lib/igt_pm: igt lib helper routines to support DC5/6 tests
 2019-08-23 14:25 UTC  (3+ messages)

[RFC] drm/i915/tgl: Advanced preparser support for GPU relocs
 2019-08-23 14:26 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] trace: Clarify DTrace/SystemTap help message
 2019-08-23 14:22 UTC 

[Xen-devel] [PATCH] MAINTAINERS: Fold SVM into x86
 2019-08-23 14:25 UTC 

[PATCH] powerpc/mm/radix: remove useless kernel messages
 2019-08-23 14:22 UTC  (2+ messages)

[PATCH][rtc-next] rtc: fsl: fix spelling mistake: "memery" -> "memory"
 2019-08-23 14:25 UTC  (3+ messages)

[1/3] rtc/fsl: support flextimer for lx2160a
 2019-08-23 14:25 UTC  (2+ messages)

[PATCH net-next] bnxt_en: Fix allocation of zero statistics block size regression
 2019-08-23 14:24 UTC  (2+ messages)

[PATCH] rdma/siw: Use proper enumerated type in map_cqe_status
 2019-08-23 14:24 UTC  (8+ messages)

[Qemu-devel] [PULL 0/6] Podman patches
 2019-08-23 14:15 UTC  (2+ messages)

[PATCH v3 00/10] arm64: Stolen time support
 2019-08-23 14:22 UTC  (6+ messages)
` [PATCH v3 10/10] arm64: Retrieve stolen time as paravirtualized guest

[Qemu-devel] [Bug 1724590] [NEW] Usermode networking hostfwd only listens on IPv4
 2019-08-23 14:15 UTC  (2+ messages)
` [Qemu-devel] [Bug 1724590] "

Lacie Rugged USB3-FW does not work with UAS
 2019-08-23 14:21 UTC  (4+ messages)

[RESEND, PATCH v13 00/12] support gce on mt8183 platform
 2019-08-23 14:21 UTC  (4+ messages)
` [RESEND, PATCH v13 11/12] soc: mediatek: cmdq: add cmdq_dev_get_client_reg function

post-receive: pub/scm/linux/kernel/git/abelloni/linux
 2019-08-23 14:21 UTC 

[Qemu-devel] [PATCH] modules-test: fix const cast
 2019-08-23 14:13 UTC  (2+ messages)

[Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
 2019-08-23 14:21 UTC  (3+ messages)

[PATCH v1 3/3] watchdog/aspeed: add support for dual boot
 2019-08-23 14:19 UTC  (3+ messages)

[RFC DO-NOT-MERGE PATCH] arm64: dts: renesas: R8A77961: Add Renesas M3-W+ (M3 ES3.0) SoC support
 2019-08-23 14:18 UTC  (2+ messages)

[Xen-devel] [PATCH v6 00/10] use stashed domain create flags
 2019-08-23 14:16 UTC  (3+ messages)
` [Xen-devel] [PATCH v6 10/10] introduce a 'passthrough' configuration option to xl.cfg

[PATCH v2] Ext4 documentation fixes
 2019-08-23 14:16 UTC  (2+ messages)

[Xen-devel] [PATCH v4 0/2] More typesafe conversion of common interface
 2019-08-23 14:16 UTC  (3+ messages)
` [Xen-devel] [PATCH v4 2/2] xen/domain: Use typesafe gfn in map_vcpu_info

[PATCH 5/8] strv: Implement l_strv_copy
 2019-08-23 14:16 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2019-08-23 14:15 UTC 

[Qemu-devel] [PATCH] modules-test: ui-spice-app is not built as module
 2019-08-23 14:13 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2019-08-23 14:15 UTC 

[PATCH 02/15] drm/i915/gtt: Preallocate Braswell top-level page directory
 2019-08-23 14:14 UTC  (4+ messages)
` [PATCH v3] Do we need to posting-read after ggtt insert-page?
` [PATCH v3] drm/i915/gtt: Preallocate Braswell top-level page directory

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2019-08-23 14:13 UTC 

AF_XDP integration with FDio VPP? (Was: Questions about XDP)
 2019-08-23 14:12 UTC  (3+ 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.