All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-05 14:17:08 to 2018-02-05 14:58:17 UTC [more...]

[PATCH 4.4 00/74] 4.4.114-stable review
 2018-02-05 14:58 UTC  (4+ messages)
` [PATCH 4.4 02/74] usbip: prevent vhci_hcd driver from leaking a socket pointer address

[linux-next:master 12436/12894] drivers//perf/arm_dsu_pmu.c:661:2: error: implicit declaration of function 'bitmap_from_u32array'; did you mean 'bitmap_from_arr32'?
 2018-02-05 14:57 UTC 

[PATCH v2] Correct use of IBRS_ATT name, should be IBRS_ALL
 2018-02-05 11:02 UTC 

[Qemu-devel] [RFC] exec: eliminate ram naming issue as migration
 2018-02-05 14:58 UTC 

[U-Boot] [PATCH] usb: dwc2: make casts of ep->dma_buf consistent
 2018-02-05 14:56 UTC  (2+ messages)

[PATCH v3 00/25] x86: emulator enhancements
 2018-02-05 14:56 UTC  (6+ messages)
` [PATCH v3 21/25] x86emul: add read-modify-write hook

[PATCH 0/5] [RFC] add video controls to SUR40 driver
 2018-02-05 14:56 UTC  (8+ messages)
` [PATCH 1/5] add missing blob structure tag field
` [PATCH 2/5] add video control register definitions
` [PATCH 3/5] add video control register handlers
` [PATCH 4/5] add V4L2 control functions
` [PATCH 5/5] add default control values as module parameters

[PATCH v7 00/31] Add directory rename detection to git
 2018-02-05 14:56 UTC  (6+ messages)
` [PATCH v7 17/31] merge-recursive: add a new hashmap for storing directory renames

[Buildroot] [PATCH 1/1] core: rename FOO_BASE_NAME to FOO_BASENAME to avoid clashes
 2018-02-05 14:54 UTC  (2+ messages)

[CI 1/2] drm/i915/selftests: Flush old resets between engines
 2018-02-05 14:54 UTC  (3+ messages)
` [CI 2/2] drm/i915/selftests: Use a sacrificial context for hang testing
` ✗ Fi.CI.BAT: warning for series starting with [CI,1/2] drm/i915/selftests: Flush old resets between engines

[Qemu-devel] [PATCH RFC 00/21] Modularize generated QAPI code
 2018-02-05 14:53 UTC  (11+ messages)
` [Qemu-devel] [PATCH RFC 12/21] qapi: Concentrate QAPISchemaParser.exprs updates in .__init__()
` [Qemu-devel] [PATCH RFC 14/21] qapi: Generate in source order
` [Qemu-devel] [PATCH RFC 20/21] Include less of qapi-types.h

[Qemu-devel] [PATCH v8 00/14] ARM SMMUv3 Emulation Support
 2018-02-05 14:53 UTC  (2+ messages)

Save the date: Xen Project Developer Summit, Nanjing, China, June 20-22 (Wednesday - Friday)
 2018-02-05 14:52 UTC 

[PATCH v1] net/tap: fix report on multi segments capability
 2018-02-05 14:53 UTC  (2+ messages)

[PATCH] drm/crc: Add support for polling on the data fd
 2018-02-05 14:52 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH 01/20] oe-selftest: add a test for recipes without maintainers
 2018-02-05 14:52 UTC  (6+ messages)
` [PATCH 16/20] dtc: upgrade to 1.4.6

[PATCH 1/3] maintainers.inc: update ownership
 2018-02-05 14:51 UTC  (5+ messages)
` [PATCH 2/3] libva: upgrade to 2.0.0
` [PATCH 3/3] libva-utils: "

[PATCH v1] net/tap: fix eBPF handling of non-RSS flows
 2018-02-05 14:51 UTC  (4+ messages)
` [PATCH v2] fix eBPF handling for non-RSS rules
  ` [PATCH v2] net/tap: fix eBPF handling of non-RSS flows

[Qemu-devel] [PATCH v4 00/39] Allow configuring the qcow2 L2 cache entry size
 2018-02-05 14:33 UTC  (40+ messages)
` [Qemu-devel] [PATCH v4 01/39] qcow2: Fix documentation of get_cluster_table()
` [Qemu-devel] [PATCH v4 02/39] qcow2: Add table size field to Qcow2Cache
` [Qemu-devel] [PATCH v4 03/39] qcow2: Remove BDS parameter from qcow2_cache_get_table_addr()
` [Qemu-devel] [PATCH v4 04/39] qcow2: Remove BDS parameter from qcow2_cache_get_table_idx()
` [Qemu-devel] [PATCH v4 05/39] qcow2: Remove BDS parameter from qcow2_cache_table_release()
` [Qemu-devel] [PATCH v4 06/39] qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()
` [Qemu-devel] [PATCH v4 07/39] qcow2: Remove BDS parameter from qcow2_cache_put()
` [Qemu-devel] [PATCH v4 08/39] qcow2: Remove BDS parameter from qcow2_cache_destroy()
` [Qemu-devel] [PATCH v4 09/39] qcow2: Remove BDS parameter from qcow2_cache_clean_unused()
` [Qemu-devel] [PATCH v4 10/39] qcow2: Remove BDS parameter from qcow2_cache_discard()
` [Qemu-devel] [PATCH v4 11/39] qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()
` [Qemu-devel] [PATCH v4 12/39] qcow2: Add offset_to_l1_index()
` [Qemu-devel] [PATCH v4 13/39] qcow2: Add l2_slice_size field to BDRVQcow2State
` [Qemu-devel] [PATCH v4 14/39] qcow2: Add offset_to_l2_slice_index()
` [Qemu-devel] [PATCH v4 15/39] qcow2: Update l2_load() to support L2 slices
` [Qemu-devel] [PATCH v4 16/39] qcow2: Prepare l2_allocate() for adding L2 slice support
` [Qemu-devel] [PATCH v4 17/39] qcow2: Update l2_allocate() to support L2 slices
` [Qemu-devel] [PATCH v4 18/39] qcow2: Refactor get_cluster_table()
` [Qemu-devel] [PATCH v4 19/39] qcow2: Update get_cluster_table() to support L2 slices
` [Qemu-devel] [PATCH v4 20/39] qcow2: Update qcow2_get_cluster_offset() "
` [Qemu-devel] [PATCH v4 21/39] qcow2: Update qcow2_alloc_cluster_link_l2() "
` [Qemu-devel] [PATCH v4 22/39] qcow2: Update handle_copied() "
` [Qemu-devel] [PATCH v4 23/39] qcow2: Update handle_alloc() "
` [Qemu-devel] [PATCH v4 24/39] qcow2: Update discard_single_l2() "
` [Qemu-devel] [PATCH v4 25/39] qcow2: Update zero_single_l2() "
` [Qemu-devel] [PATCH v4 26/39] qcow2: Prepare qcow2_update_snapshot_refcount() for adding L2 slice support
` [Qemu-devel] [PATCH v4 27/39] qcow2: Update qcow2_update_snapshot_refcount() to support L2 slices
` [Qemu-devel] [PATCH v4 28/39] qcow2: Read refcount before L2 table in expand_zero_clusters_in_l1()
` [Qemu-devel] [PATCH v4 29/39] qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice support
` [Qemu-devel] [PATCH v4 30/39] qcow2: Update expand_zero_clusters_in_l1() to support L2 slices
` [Qemu-devel] [PATCH v4 31/39] qcow2: Update qcow2_truncate() "
` [Qemu-devel] [PATCH v4 32/39] qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()
` [Qemu-devel] [PATCH v4 33/39] qcow2: Rename l2_table in count_contiguous_clusters()
` [Qemu-devel] [PATCH v4 34/39] qcow2: Rename l2_table in count_contiguous_clusters_unallocated()
` [Qemu-devel] [PATCH v4 35/39] qcow2: Rename l2_table in count_cow_clusters()
` [Qemu-devel] [PATCH v4 36/39] qcow2: Allow configuring the L2 slice size
` [Qemu-devel] [PATCH v4 37/39] iotests: Test valid values of l2-cache-entry-size
` [Qemu-devel] [PATCH v4 38/39] iotests: Test downgrading an image using a small L2 slice size
` [Qemu-devel] [PATCH v4 39/39] iotests: Add l2-cache-entry-size to iotest 137

[PATCH v3 0/2] nvme: Add fault injection feature
 2018-02-05 14:49 UTC  (2+ messages)

[resend, PATCH v2] perf tools: substitute yet another strtoull()
 2018-02-05 14:48 UTC  (3+ messages)

[PATCH 0/2] Fixes in drm/i915/cmdparser
 2018-02-05 14:48 UTC  (4+ messages)
` [PATCH 1/2] drm/i915/cmdparser: Check reg_table_count before derefencing
` [PATCH 2/2] drm/i915/cmdparser: Do not check past the cmd length

[PATCH] net/null: add set MAC address dev op
 2018-02-05 14:46 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/4] arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
 2018-02-05 14:46 UTC  (8+ messages)
` [PATCH 2/4] arm64: dts: qcom: msm8916: Probe the APCS mailbox driver
` [PATCH 3/4] arm64: dts: qcom: msm8916: Add clock properties to the APCS node
` [PATCH 4/4] arm64: dts: qcom: msm8916: Add CPU frequency scaling support

[PATCH v3 0/2] drm/virtio: Add window server support
 2018-02-05 14:46 UTC  (8+ messages)
` [PATCH v3 1/2] "

[PATCH v3 0/3] Fix host side state machine
 2018-02-05 14:46 UTC  (2+ messages)

[Qemu-devel] rate limiting issues
 2018-02-05 14:45 UTC  (3+ messages)

[PATCH 1/3] Make credit2 the default scheduler
 2018-02-05 14:45 UTC  (8+ messages)
` [PATCH 2/3] xen: Fix credit1 Kconfig entry
` [PATCH 3/3] xen: Disable ARINC653 scheduler by default for non-DEBUG builds

[Qemu-devel] [PATCH v4] s390x/cpu: expose the guest crash information
 2018-02-05 14:43 UTC  (2+ messages)

[PATCH] clk: samsung: Add git tree entry to MAINTAINERS
 2018-02-05 14:41 UTC 

[Qemu-devel] [PATCH v5 0/6] Add a valid_cpu_types property
 2018-02-05 14:42 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 1/6] machine: Convert the valid cpu types to use cpu_model

[PATCH] kpartx: Improve finding loopback device by file
 2018-02-05 14:41 UTC  (5+ messages)

[PATCH (skiboot)] dt: add /cpus/ibm, powerpc-cpu-features device tree bindings
 2018-02-05 14:41 UTC  (4+ messages)

coalescing in polling mode in 4.9
 2018-02-05 14:40 UTC  (3+ messages)

Bug Report: Subtrees and GPG Signed Commits
 2018-02-05 14:40 UTC  (9+ messages)

[Qemu-devel] [PATCH v5 0/5] coroutine-lock: polymorphic CoQueue
 2018-02-05 14:39 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/5] lockable: add QemuLockable

[PATCH 0/5] backlight: document sysfs interfaces
 2018-02-05 14:39 UTC  (8+ messages)
` [PATCH 1/5] backlight: lp8788: document sysfs attributes

[PATCH 00/18] [ANNOUNCE] Dynamically created function based events
 2018-02-05 14:39 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t 9/9] tests/perf_pmu: Use short batches from hotplug test
 2018-02-05 14:37 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2 "

[PATCH] [PATCH] tty/serial: atmel: add new version check for usart
 2018-02-05 14:37 UTC  (5+ messages)

[PATCH v1 0/4] net/mlx: enhance rdma-core glue configuration
 2018-02-05 14:37 UTC  (6+ messages)
` [PATCH v2 3/4] net/mlx: version rdma-core glue libraries

[Qemu-devel] [PATCH v3 0/2] s390x: support zpci in tcg
 2018-02-05 14:35 UTC  (2+ messages)

[PATCH 1/2] net/mlx5: increase async EQ to avoid EQ overrun
 2018-02-05 14:36 UTC  (4+ messages)
` [PATCH 2/2] net/mlx5: fix affinity mask for completion vectors

[PATCH] doc: update info on multi crypto instances
 2018-02-05 14:35 UTC 

[PATCH 0/4] Finally remove userspace transaction support
 2018-02-05 14:27 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: Remove userspace transaction ioctls

[PATCH 0/9] drm/rockchip: hdmi support for rk3328
 2018-02-05 14:34 UTC  (20+ messages)
` [PATCH 1/9] dt-bindings: add binding for Rockchip hdmi phy using an Innosilicon IP
` [PATCH 2/9] phy: add Rockchip Innosilicon hdmi phy
` [PATCH 3/9] drm/bridge: dw-hdmi: allow overriding of phy-type reading
` [PATCH 4/9] drm/bridge: dw-hdmi: export hotplug functions
` [PATCH 5/9] drm/rockchip: dw_hdmi: Allow outputs that don't need output switching
` [PATCH 6/9] dt-bindings: allow optional phys in Rockchip dw_hdmi binding
` [PATCH 7/9] drm/rockchip: dw_hdmi: allow including external phys
` [PATCH 8/9] drm/rockchip: dw_hdmi: store rockchip_hdmi reference in phy_data object
` [PATCH 9/9] drm/rockchip: dw_hdmi: add dw-hdmi support for the rk3328

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-02-05 14:34 UTC  (4+ messages)
` [PATCH v3 02/41] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init

[virtio] [PATCH v6 0/5] packed ring layout spec
 2018-02-05 14:33 UTC  (5+ messages)
` [virtio] [PATCH v7 08/11] packed virtqueues: more efficient virtqueue layout
    ` [virtio] Re: [virtio-dev] "

All scsi_debug devices in the scsi_debug driver share the same RAM space
 2018-02-05 14:32 UTC  (2+ messages)

[PATCH] doc: update multiple instance info for NULL crypto
 2018-02-05 14:31 UTC 

[Qemu-devel] [PATCH v8 00/14] Remove some of the fprintf(stderr, "*
 2018-02-05 14:31 UTC  (6+ messages)
` [Qemu-devel] [PATCH v8 14/14] target: Use qemu_log() instead of fprintf(stderr, ...)

[PATCH 1/1] vb2: core: Finish buffers at the end of the stream
 2018-02-05 14:31 UTC  (3+ messages)

[TODO] Potential Staging Clean-up: accel:adis16201
 2018-02-05 14:30 UTC  (3+ messages)

media_device.c question: can this workaround be removed?
 2018-02-05 14:30 UTC  (4+ messages)

DPAA Ethernet traffice troubles with Linux kernel
 2018-02-05 14:29 UTC  (11+ messages)
            ` PA Semi PWRficient Gigabit Ethernet doesn't work anymore since the first networking updates for the kernel 4.16

[PATCH 1/7] drm/i915/selftests: Flush old resets between engines
 2018-02-05 14:27 UTC  (2+ messages)

[PATCH] mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
 2018-02-05 14:28 UTC  (4+ messages)

[PATCH] platform/x86: thinkpad_acpi: suppress warning about palm detection
 2018-02-05 14:27 UTC  (8+ messages)

[Qemu-devel] [PATCH 00/10] cuda: various fixes, and move 6522 to separate device
 2018-02-05 14:27 UTC  (5+ messages)
` [Qemu-devel] [PATCH 01/10] cuda: do not use old_mmio accesses
` [Qemu-devel] [PATCH 02/10] cuda: don't allow writes to port output pins

[PATCH i-g-t 1/2] tests/testdisplay: Explicitly use GLIB_CFLAGS
 2018-02-05 14:27 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/2] "

[PATCH v12 0/9] LPC: legacy ISA I/O support
 2018-02-05 14:25 UTC  (7+ messages)
` [PATCH v12 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning

[mainline][Memory off/on][83e3c48] kernel Oops with memory hot-unplug on ppc
 2018-02-05 14:24 UTC 

libs / so without a link to xxx.so.1
 2018-02-05 14:24 UTC  (5+ messages)

[RFC PATCH] ima: force the re-evaluation of files on untrusted file systems
 2018-02-05 14:24 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: Add reg property for USB OTG node in sun8i-a83t.dtsi
 2018-02-05 14:24 UTC  (2+ messages)

[PATCH 1/3] clk: exynos5433: Extend list of available AUD_PLL output frequencies
 2018-02-05 14:22 UTC  (6+ messages)
    ` [PATCH 2/3] clk: exynos5433: Allow audio subsystem clock rate propagation
    ` [PATCH 3/3] clk: exynos5433: Add CLK_IGNORE_UNUSED flag to sclk_ioclk_i2s1_bclk

[PATCH - alsa-lib 1/1] Patch for another bug in snd_pcm_area_silence()
 2018-02-05 14:22 UTC  (4+ messages)

[PATCH 2/2] drm/sun4i: Handle DRM_MODE_FLAG_**SYNC_POSITIVE correctly
 2018-02-05 14:21 UTC  (13+ messages)

[PATCH] examples/vhost_scsi: drop unimplemented EVENT_IDX feature bit
 2018-02-05 14:21 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/2] Add git-publish config file
 2018-02-05 14:21 UTC  (2+ messages)

[PATCH 0/2] vhost: fix VIRTIO_NET_F_MQ vhost_scsi breakage
 2018-02-05 14:20 UTC  (3+ messages)

[Qemu-devel] virtio-blk discard support
 2018-02-05 14:19 UTC 

[PATCH] x86/kvm: clear RSB before VMENTER to obscure host addresses
 2018-02-05 14:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 01/22] RISC-V Maintainers
 2018-02-05 14:19 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 22/22] RISC-V Build Infrastructure

[PATCH 00/24] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2018-02-05 14:19 UTC  (10+ messages)
` [PATCH 05/24] ibtrs: client: main functionality

[PATCH 1/2] SUPPORT.md: increment version number
 2018-02-05 14:18 UTC  (2+ messages)

Regression: Connect-X5 doesn't connect with NVME-of
 2018-02-05 14:18 UTC  (6+ messages)

[PATCH] x86/speculation: Use Indirect Branch Prediction Barrier in context switch
 2018-02-05 14:18 UTC  (3+ messages)
` [tip:x86/pti] "

[PATCH 2/2] scsi_debug: reset injection flags for every_nth > 0
 2018-02-05 14:17 UTC 

[PATCH] xen: hypercall: fix out-of-bounds memcpy
 2018-02-05 14:18 UTC  (7+ messages)

[PATCH] kpartx: print "loop deleted" to stdout, not stderr
 2018-02-05 14:17 UTC  (4+ 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.