All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-12 12:52:42 to 2018-12-12 13:32:42 UTC [more...]

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2018-12-12 13:32 UTC 

[PATCH] perf tools: Link libperf-jvmti.so with LDFLAGS variable
 2018-12-12 13:32 UTC  (2+ messages)

[PATCH] clk: tegra: fix SMP build
 2018-12-12 13:31 UTC  (4+ messages)

[PATCH] arm64: add <asm/asm-prototypes.h>
 2018-12-12 13:29 UTC  (4+ messages)

[PATCHv2] gianfar: Add gfar_change_carrier() for Fixed PHYs
 2018-12-12 13:30 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: meson: add specific simplefb bindings
 2018-12-12 13:28 UTC  (5+ messages)

[Qemu-devel] [PULL 00/41] Block layer patches
 2018-12-12 13:27 UTC  (42+ messages)
` [Qemu-devel] [PULL 01/41] block: adding lzfse decompressing support as a module
` [Qemu-devel] [PULL 02/41] configure: adding support to lzfse library
` [Qemu-devel] [PULL 03/41] dmg: including dmg-lzfse module inside dmg block driver
` [Qemu-devel] [PULL 04/41] dmg: exchanging hardcoded dmg UDIF block types to enum
` [Qemu-devel] [PULL 05/41] block/replication: drop extra synchronization
` [Qemu-devel] [PULL 06/41] block/backup: drop unused synchronization interface
` [Qemu-devel] [PULL 07/41] qcow2: use Z_OK instead of 0 for deflateInit2 return code check
` [Qemu-devel] [PULL 08/41] qcow2: make more generic interface for qcow2_compress
` [Qemu-devel] [PULL 09/41] qcow2: move decompression from qcow2-cluster.c to qcow2.c
` [Qemu-devel] [PULL 10/41] qcow2: refactor decompress_buffer
` [Qemu-devel] [PULL 11/41] qcow2: use byte-based read in qcow2_decompress_cluster
` [Qemu-devel] [PULL 12/41] qcow2: aio support for compressed cluster read
` [Qemu-devel] [PULL 13/41] qcow2: do decompression in threads
` [Qemu-devel] [PULL 14/41] file-posix: Reorganise RawPosixAIOData
` [Qemu-devel] [PULL 15/41] file-posix: Factor out raw_thread_pool_submit()
` [Qemu-devel] [PULL 16/41] file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATE
` [Qemu-devel] [PULL 17/41] file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGE
` [Qemu-devel] [PULL 18/41] file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROES
` [Qemu-devel] [PULL 19/41] file-posix: Avoid aio_worker() for QEMU_AIO_DISCARD
` [Qemu-devel] [PULL 20/41] file-posix: Avoid aio_worker() for QEMU_AIO_FLUSH
` [Qemu-devel] [PULL 21/41] file-posix: Move read/write operation logic out of aio_worker()
` [Qemu-devel] [PULL 22/41] file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE
` [Qemu-devel] [PULL 23/41] file-posix: Remove paio_submit_co()
` [Qemu-devel] [PULL 24/41] file-posix: Switch to .bdrv_co_ioctl
` [Qemu-devel] [PULL 25/41] file-posix: Avoid aio_worker() for QEMU_AIO_IOCTL
` [Qemu-devel] [PULL 26/41] block: Add bdrv_reopen_set_read_only()
` [Qemu-devel] [PULL 27/41] block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()
` [Qemu-devel] [PULL 28/41] block: Use bdrv_reopen_set_read_only() in commit_start/complete()
` [Qemu-devel] [PULL 29/41] block: Use bdrv_reopen_set_read_only() in bdrv_commit()
` [Qemu-devel] [PULL 30/41] block: Use bdrv_reopen_set_read_only() in stream_start/complete()
` [Qemu-devel] [PULL 31/41] block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file()
` [Qemu-devel] [PULL 32/41] block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()
` [Qemu-devel] [PULL 33/41] block: Use bdrv_reopen_set_read_only() in the mirror driver
` [Qemu-devel] [PULL 34/41] block: Drop bdrv_reopen()
` [Qemu-devel] [PULL 35/41] qemu-io: Put flag changes in the options QDict in reopen_f()
` [Qemu-devel] [PULL 36/41] block: Clean up reopen_backing_file() in block/replication.c
` [Qemu-devel] [PULL 37/41] block: Remove flags parameter from bdrv_reopen_queue()
` [Qemu-devel] [PULL 38/41] block: Stop passing flags to bdrv_reopen_queue_child()
` [Qemu-devel] [PULL 39/41] block: Remove assertions from update_flags_from_options()
` [Qemu-devel] [PULL 40/41] block: Assert that flags are up-to-date in bdrv_reopen_prepare()
` [Qemu-devel] [PULL 41/41] iotests: make 235 work on s390 (and others)

[PATCH v2 00/18] drm/qxl: ttm fixes, cleanups, allocation tweaks, multihead, fbdev
 2018-12-12 13:21 UTC  (55+ messages)
` [PATCH v2 01/18] drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()
` [PATCH v2 02/18] drm/qxl: drop unused qxl_fb_virtual_address
` [PATCH v2 03/18] drm/qxl: simplify slot management
` [PATCH v2 04/18] drm/qxl: change the way slot is detected
` [PATCH v2 05/18] drm/qxl: drop unused fields from struct qxl_device
` [PATCH v2 06/18] drm/qxl: use separate offset spaces for the two slots / ttm memory types
` [PATCH v2 07/18] drm/qxl: allow both PRIV and VRAM placement for QXL_GEM_DOMAIN_SURFACE
` [PATCH v2 08/18] drm/qxl: use QXL_GEM_DOMAIN_SURFACE for shadow bo
` [PATCH v2 09/18] drm/qxl: use QXL_GEM_DOMAIN_SURFACE for dumb gem objects
` [PATCH v2 10/18] drm/qxl: move qxl_primary_apply_cursor to correct place
` [PATCH v2 11/18] drm/qxl: drop unused offset parameter from qxl_io_create_primary()
` [PATCH v2 12/18] drm/qxl: track primary bo
` [PATCH v2 13/18] drm/qxl: use shadow bo directly
` [PATCH v2 14/18] drm/qxl: cover all crtcs in shadow bo
` [PATCH v2 15/18] drm/qxl: use qxl_num_crtc directly
` [PATCH v2 16/18] drm/qxl: implement prime kmap/kunmap
` [PATCH v2 17/18] drm/qxl: use generic fbdev emulation
` [PATCH v2 18/18] drm/qxl: remove dead qxl fbdev emulation code

[PATCH v3 perf, bpf-next 0/4] reveal invisible bpf programs
 2018-12-12 13:27 UTC  (4+ messages)
` [PATCH v3 perf, bpf-next 1/4] perf, bpf: Introduce PERF_RECORD_BPF_EVENT

[PATCH 0/8] introduce no-overlay and cached mode in git checkout
 2018-12-12 13:26 UTC  (5+ messages)
` [PATCH 1/8] move worktree tests to t24*

Can we drop upstream Linux x32 support?
 2018-12-12 13:27 UTC  (3+ messages)

post-receive: pub/scm/utils/util-linux/util-linux
 2018-12-12 13:26 UTC 

name hash mismatch
 2018-12-12 13:26 UTC  (3+ messages)

[PATCH] [RFC] MAINTAINERS: Daniel for drm co-maintainer
 2018-12-12 13:25 UTC  (2+ messages)

[RFC 0/6] dma: Add Synopsys eDMA IP driver (version 0)
 2018-12-12 13:25 UTC  (4+ messages)
` [RFC,4/6] dma: Add Synopsys eDMA IP PCIe glue-logic
  ` [RFC 4/6] "

[SPDK] Snapshot issue when deleting last clone
 2018-12-12 13:24 UTC 

[PATCH v3] btrfs: improve error handling of btrfs_add_link()
 2018-12-12 13:22 UTC  (3+ messages)

[PATCH] VSOCK: bind to random port for VMADDR_PORT_ANY
 2018-12-12 13:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/8] btrfs: Refactor delayed ref parameter list
 2018-12-12 13:21 UTC  (3+ messages)

[PATCH v3 0/7] btrfs: qgroup: Delay subtree scan to reduce overhead
 2018-12-12 13:20 UTC  (3+ messages)

[PATCH] printk: Remove print_prefix() calls with NULL buffer
 2018-12-12 13:20 UTC  (4+ messages)

[Qemu-devel] [PATCH] vhost-vsock: support parse mergeable feature
 2018-12-12 13:19 UTC  (2+ messages)

[LINUX PATCH v12 0/3] Add support for Arasan NAND Flash controller
 2018-12-12 13:18 UTC  (16+ messages)
` [LINUX PATCH v12 3/3] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

[PATCH 0/4] Allow using external memory without malloc
 2018-12-12 13:17 UTC  (6+ messages)

[PATCH] Btrfs: use nofs context when initializing security xattrs to avoid deadlock
 2018-12-12 13:15 UTC  (2+ messages)

[PATCH 00/10] fix coding style for ext2 filesystem
 2018-12-12 13:15 UTC  (2+ messages)

[PATCHv2 0/6] tools: Various build flags fixes
 2018-12-12 13:15 UTC  (3+ messages)
` [PATCH 6/6] tools gpio: Override CFLAGS assignments

post-receive: pub/scm/linux/kernel/git/zohar/linux-integrity
 2018-12-12 13:15 UTC 

post-receive: pub/scm/linux/kernel/git/zohar/linux-integrity
 2018-12-12 13:13 UTC 

[PATCH net-next 0/9] Pass extack to SWITCHDEV_PORT_OBJ_ADD
 2018-12-12 13:12 UTC  (9+ messages)
` [PATCH net-next 2/9] net: bridge: Propagate extack to switchdev
` [PATCH net-next 3/9] net: switchdev: Add extack argument to switchdev_port_obj_add()
` [PATCH net-next 4/9] net: switchdev: Add extack to struct switchdev_notifier_info
` [PATCH net-next 5/9] net: switchdev: Add extack to switchdev_handle_port_obj_add() callback

[PATCH v3 00/14] Sound Open Firmware (SOF) core
 2018-12-12 13:12 UTC  (4+ messages)
` [PATCH v3 05/14] ASoC: SOF: Add PCM operations support

[PATCH 1/2] scripts/spdxcheck.py: Always open files in binary mode
 2018-12-12 13:12 UTC  (2+ messages)
` [PATCH 2/2] scripts: Add spdxcheck.py self test

[PATCH] treewide: replace RETPOLINE with CONFIG_RETPOLINE
 2018-12-12 13:10 UTC  (2+ messages)

[PATCH] drm/amd: Compile fix for amdgpu_dm.c
 2018-12-12 13:10 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] libbpf: adding AF_XDP support
 2018-12-12 13:09 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] libbpf: add support for using AF_XDP sockets
` [PATCH bpf-next v2 2/2] samples/bpf: convert xdpsock to use libbpf for AF_XDP access

Enlarging w/ xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Inappropriate ioctl for device
 2018-12-12 13:09 UTC  (11+ messages)

[PATCH] x86/hyper-v: Stop caring about EOI for direct stimers
 2018-12-12 13:09 UTC  (3+ messages)

[PATCH v4 1/8] dt-bindings: stmpe: reformatting parameter list and use tabs only
 2018-12-12 13:06 UTC  (16+ messages)
` [PATCH v4 2/8] mfd: stmpe: Move ADC related defines to header of mfd
` [PATCH v4 3/8] mfd: stmpe: preparations for STMPE ADC driver
` [PATCH v4 4/8] Input: stmpe-ts: "
` [PATCH v4 5/8] iio: adc: add STMPE ADC driver using IIO framework
` [PATCH v4 6/8] iio: adc: add STMPE ADC devicetree bindings
` [PATCH v4 7/8] ARM: dts: Add stmpe-adc DT node to Toradex iMX6 modules
` [PATCH v4 8/8] ARM: dts: Add stmpe-adc DT node to Toradex T30 modules

[Qemu-devel] [PATCH v3 0/2] intel-iommu: add support for 5-level virtual IOMMU
 2018-12-12 13:05 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] intel-iommu: differentiate host address width from IOVA address width
` [Qemu-devel] [PATCH v3 2/2] intel-iommu: extend VTD emulation to allow 57-bit "

[PATCH net] soreuseport: use RCU_INIT_POINTER() when NULLing
 2018-12-12 13:08 UTC  (2+ messages)

[PATCH v3 1/2] drm/sched: Refactor ring mirror list handling
 2018-12-12 13:08 UTC  (6+ messages)
` [PATCH v3 2/2] drm/sched: Rework HW fence processing

[PATCH v6 0/2] media: usb: pwc: Don't use coherent DMA buffers for ISO transfer
 2018-12-12 13:07 UTC  (5+ messages)
` [PATCH v6 2/2] "

[PATCH] powerpc/8xx: hide itlbie and dtlbie symbols
 2018-12-12 13:05 UTC  (3+ messages)

[PATCH v5 13/25] m68k: add asm/syscall.h
 2018-12-12 13:07 UTC  (13+ messages)

[PATCH 01/10] dma-buf: add new dma_fence_chain container v4
 2018-12-12 13:06 UTC  (8+ messages)
` [PATCH 03/10] drm/syncobj: add new drm_syncobj_add_point interface v2
  ` [Intel-gfx] "

[PATCH] sched/cpufreq: Add the SPDX tags
 2018-12-12 13:05 UTC  (4+ messages)
` [PATCH RESEND] "

[meta-oe][PATCH] cpprest: inherit pkg-config to find brotli library
 2018-12-12 13:04 UTC  (3+ messages)

[PATCH 0/2] Graph fixes for using multiple endpoints per port
 2018-12-12 13:05 UTC  (11+ messages)

[RFC PATCH ghak100 V1 0/2] audit: avoid umount hangs on missing mount
 2018-12-12 13:03 UTC  (2+ messages)

[PATCH 1/7] drm/i915: Avoid a full port detection in the first eDP short pulse
 2018-12-12 13:02 UTC  (5+ messages)
` [PATCH 7/7] drm/i915/psr: Disable DRRS if enabled when enabling PSR from debugfs

[PATCH] iommu/io-pgtable-arm-v7s: Don't check PHYS_OFFSET if RAMDOMIZE_BASE is enabled
 2018-12-12 13:02 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/kvmarm/kvmarm
 2018-12-12 13:02 UTC 

post-receive: pub/scm/linux/kernel/git/rafael/linux-pm
 2018-12-12 13:01 UTC 

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2018-12-12 13:00 UTC 

[U-Boot] [RFC PATCH] usb: composite: Fix max packet size for USB3.0
 2018-12-12 12:58 UTC  (3+ messages)

[PATCH ghak59 V3 0/4] audit: config_change normalizations and event record gathering
 2018-12-12 12:57 UTC  (6+ messages)

[PATCH -fixes] drm/vmwgfx: Protect from excessive execbuf kernel memory allocations
 2018-12-12 12:56 UTC  (3+ messages)

[PATCH 0/2 RESEND] vfs: Fix crashes when reading /proc/mounts
 2018-12-12 12:56 UTC  (5+ messages)
` [PATCH 2/2] proc: Protect readers of /proc/mounts from remount

[meta-oe][PATCH] cpprest: inherit pkg-config to find brotli library
 2018-12-12 12:56 UTC 

[U-Boot] [PATCH] poplar: fix boot failure caused by serial driver change
 2018-12-12 12:54 UTC  (2+ messages)

[Qemu-devel] [PULL 00/24] Machine queue post-3.1.0 (including 4.0 machine-types)
 2018-12-12 12:52 UTC  (4+ messages)
` [Qemu-devel] [PULL 13/24] q35/440fx/arm/spapr: Add QEMU 4.0 machine type

[PATCH] mm, page_alloc: enable pcpu_drain with zone capability
 2018-12-12 12:52 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.