All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-27 17:02:39 to 2019-02-27 17:27:05 UTC [more...]

post-receive: pub/scm/linux/kernel/git/device-mapper/linux-dm
 2019-02-27 17:27 UTC 

[PATCH v2] mm/page_ext: fix an imbalance with kmemleak
 2019-02-27 17:26 UTC  (2+ messages)

Removing busybox
 2019-02-27 17:25 UTC  (3+ messages)

[PATCHv2 0/5] Update Stratix10 EDAC Bindings
 2019-02-27 17:27 UTC  (6+ messages)
` [PATCHv2 1/5] Documentation: dt: edac: Fix Stratix10 IRQ bindings
` [PATCHv2 2/5] Documentation: dt: edac: Add Stratix10 Peripheral bindings
` [PATCHv2 3/5] EDAC, altera: Skip DB IRQ for Stratix10
` [PATCHv2 4/5] arm64: dts: stratix10: Use new Stratix10 EDAC bindings
` [PATCHv2 5/5] EDAC, altera: Remove Stratix10 Machine compatible check

About PureBoot and TPM based DRM's
 2019-02-27 17:25 UTC  (3+ messages)

linux-next: Tree for Feb 27
 2019-02-27 17:25 UTC  (2+ messages)
` linux-next: Tree for Feb 27 (mshyperv)

[PATCH] PCI: dwc: skip MSI init if MSIs have been explicitly disabled
 2019-02-27 17:25 UTC  (2+ messages)

[PATCH] Btrfs: fix file corruption after snapshotting
 2019-02-27 17:26 UTC  (8+ messages)
` [PATCH v2] Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writes

KASAN caught amdgpu / HMM use-after-free
 2019-02-27 17:24 UTC  (6+ messages)

[Qemu-devel] [PATCH 00/20] qcow2: External data files
 2019-02-27 17:22 UTC  (21+ messages)
` [Qemu-devel] [PATCH 01/20] qemu-iotests: Test qcow2 preallocation modes
` [Qemu-devel] [PATCH 02/20] qcow2: Simplify preallocation code
` [Qemu-devel] [PATCH 03/20] qcow2: Extend spec for external data files
` [Qemu-devel] [PATCH 04/20] qcow2: Basic definitions "
` [Qemu-devel] [PATCH 05/20] qcow2: Pass bs to qcow2_get_cluster_type()
` [Qemu-devel] [PATCH 06/20] qcow2: Prepare qcow2_get_cluster_type() for external data file
` [Qemu-devel] [PATCH 07/20] qcow2: Prepare count_contiguous_clusters() "
` [Qemu-devel] [PATCH 08/20] qcow2: Don't assume 0 is an invalid cluster offset
` [Qemu-devel] [PATCH 09/20] qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()
` [Qemu-devel] [PATCH 10/20] qcow2: Prepare qcow2_co_block_status() for data file
` [Qemu-devel] [PATCH 11/20] qcow2: External file I/O
` [Qemu-devel] [PATCH 12/20] qcow2: Return error for snapshot operation with data file
` [Qemu-devel] [PATCH 13/20] qcow2: Support external data file in qemu-img check
` [Qemu-devel] [PATCH 14/20] qcow2: Add basic data-file infrastructure
` [Qemu-devel] [PATCH 15/20] qcow2: Creating images with external data file
` [Qemu-devel] [PATCH 16/20] qcow2: Store data file name in the image
` [Qemu-devel] [PATCH 17/20] qcow2: Implement data-file-raw create option
` [Qemu-devel] [PATCH 18/20] qemu-iotests: Preallocation with external data file
` [Qemu-devel] [PATCH 19/20] qemu-iotests: General tests for qcow2 "
` [Qemu-devel] [PATCH 20/20] qemu-iotests: amend "

DRAM usage on AST2500 with OpenBMC and Redfish
 2019-02-27 17:24 UTC  (3+ messages)

[PATCH v3 00/34] Convert x86 & arm64 to use generic page walk
 2019-02-27 17:06 UTC  (72+ messages)
` [PATCH v3 01/34] alpha: mm: Add p?d_large() definitions
` [PATCH v3 02/34] arc: "
` [PATCH v3 03/34] arm: "
` [PATCH v3 04/34] arm64: "
` [PATCH v3 05/34] c6x: "
` [PATCH v3 06/34] csky: "
` [PATCH v3 07/34] hexagon: "
` [PATCH v3 08/34] ia64: "
` [PATCH v3 09/34] m68k: "
` [PATCH v3 10/34] microblaze: "
` [PATCH v3 11/34] mips: "
` [PATCH v3 12/34] nds32: "
` [PATCH v3 13/34] nios2: "
` [PATCH v3 14/34] openrisc: "
  ` [OpenRISC] "
` [PATCH v3 15/34] parisc: "
` [PATCH v3 16/34] powerpc: "
` [PATCH v3 17/34] riscv: "
` [PATCH v3 18/34] s390: "
` [PATCH v3 19/34] sh: "
` [PATCH v3 20/34] sparc: "
` [PATCH v3 21/34] um: "
` [PATCH v3 22/34] unicore32: "
` [PATCH v3 23/34] xtensa: "
` [PATCH v3 24/34] mm: Add generic p?d_large() macros
` [PATCH v3 25/34] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v3 26/34] mm: pagewalk: Allow walking without vma
` [PATCH v3 27/34] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v3 28/34] mm: pagewalk: Add test_p?d callbacks
` [PATCH v3 29/34] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v3 30/34] x86/mm: Point to struct seq_file from struct pg_state
` [PATCH v3 31/34] x86/mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v3 32/34] x86/mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v3 33/34] x86/mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v3 34/34] x86: mm: Convert dump_pagetables to use walk_page_range

[PATCH net-next 0/8] devlink: add PF and VF port flavours
 2019-02-27 17:23 UTC  (5+ messages)
` [PATCH net-next 2/8] "

Max IPMI buffer size
 2019-02-27 17:22 UTC  (5+ messages)

[OSSTEST PATCH] jessie: Drop use of jessie-updates
 2019-02-27 17:21 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] imx-mkimage: Add patch to satisfy unused version generation
 2019-02-27 17:21 UTC  (2+ messages)

[PATCH] mm/page_ext: fix an imbalance with kmemleak
 2019-02-27 17:21 UTC  (2+ messages)

[PATCH v4] lib/metrics: add unregister api for metrics
 2019-02-27 17:19 UTC  (2+ messages)
` [PATCH v5] "

[Buildroot] [PATCH next 1/1] package/libwebsockets: bump version to 3.1.0
 2019-02-27 17:19 UTC  (3+ messages)

[PATCH 1/1] tools/ocaml: Dup2 /dev/null to stdin in daemonize()
 2019-02-27 17:18 UTC  (3+ messages)

[Buildroot] [PATCH-for-master 0/2] misc fixes for 2019.02
 2019-02-27 17:18 UTC  (5+ messages)
` [Buildroot] [PATCH-for-master 1/2] package/meson: don't install cross-compilation.conf during target-finalize

[PATCH 00/13] lightnvm: bugfixes and improvements
 2019-02-27 17:14 UTC  (14+ messages)
` [PATCH 01/13] lightnvm: pblk: Line reference fix in GC
` [PATCH 02/13] lightnvm: pblk: Gracefully handle GC data malloc fail
` [PATCH 03/13] lightnvm: pblk: Fix put line back behaviour
` [PATCH 04/13] lightnvm: pblk: Rollback in gc read
` [PATCH 05/13] lightnvm: pblk: Count all read errors in stats
` [PATCH 06/13] lightnvm: pblk: Ensure that erase is chunk aligned
` [PATCH 07/13] lightnvm: pblk: Cleanly fail when there is not enough memory
` [PATCH 08/13] lightnvm: pblk: Set proper read stutus in bio
` [PATCH 09/13] lightnvm: pblk: Kick writer for flush requests
` [PATCH 10/13] lightnvm: pblk: Reduce L2P DRAM footprint
` [PATCH 11/13] lightnvm: pblk: Remove unused smeta_ssec field
` [PATCH 12/13] lightnvm: pblk: close opened chunks
` [PATCH 13/13] lightnvm: Inherit mdts from the parent nvme device

[PATCH 0/5] x86/percpu semantics and fixes
 2019-02-27 17:17 UTC  (5+ messages)
` [PATCH 1/5] x86/percpu: Differentiate this_cpu_{}() and __this_cpu_{}()

[PATCH 1/3] configure.ac: more carefully detect availability of res_querydomain(3)
 2019-02-27 17:16 UTC  (6+ messages)
` [PATCH 2/3] file: fix missing include for PATH_MAX constant
` [PATCH 3/3] svc_socket: fix use of undefined macro HAVE_GETRPCBYNUMBER_R

[PATCH 1/3] drm/i915: Use intel_engine_stop_cs when stopping ringbuffer
 2019-02-27 17:15 UTC  (8+ messages)
` [PATCH 2/3] drm/i915: Introduce intel_engine_stop_ringbuffer
` [PATCH 3/3] drm/i915: Disable PSMI idle messaging when stopping ring

[PATCH i-g-t] lib: Incrementally mlock()
 2019-02-27 17:15 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

Need multibyte advice - Shift-JIS
 2019-02-27 17:14 UTC  (10+ messages)

[PATCH 1/2] drm/edid: If no preferred mode is found assume the first mode is preferred
 2019-02-27 17:14 UTC  (2+ messages)
` [PATCH 2/2] drm/edid: Remove defunct EDID_QUIRK_FIRST_DETAILED_PREFERRED

[Qemu-devel] [RFC PATCH 0/4] ARM virt: ACPI memory hotplug support
 2019-02-27 17:14 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 3/4] hw/arm/virt: Enable pc-dimm "

[PATCH net] sctp: get sctphdr by offset in sctp_compute_cksum
 2019-02-27 17:13 UTC  (9+ messages)

[PATCH] ALSA: usb-audio: Add quirk for MOTU MicroBook II
 2019-02-27 17:14 UTC  (2+ messages)

[Buildroot] [git commit] package/imx-mkimage: add patch to satisfy unused version generation
 2019-02-27 17:14 UTC 

[Buildroot] [git commit branch/next] package/imx-mkimage: add patch to satisfy unused version generation
 2019-02-27 17:14 UTC 

[PATCH] generic: skip dm-log-writes tests on XFS v5 superblock filesystems
 2019-02-27 17:13 UTC  (7+ messages)

[Qemu-devel] [PATCH] qmp: add query-qemu-capabilities
 2019-02-27 17:12 UTC  (8+ messages)

[PATCH 0/3] drm/virtio: improve prime support
 2019-02-27 17:11 UTC  (12+ messages)
` [PATCH 1/3] drm/virtio: implement prime mmap
` [PATCH 2/3] drm/virtio: implement prime pin/unpin
` [PATCH 3/3] drm/virtio: implement prime export

[Qemu-devel] [PATCH v3] spapr-rtas: add ibm, get-vpd RTAS interface
 2019-02-27 17:10 UTC 

[PATCH v2 00/10] MIPS: SGI-IP27 rework
 2019-02-27 17:10 UTC  (4+ messages)
` [PATCH v2 08/10] MIPS: SGI-IP27: use generic PCI driver

[PATCH v2] Staging: vt6655: Modify comment style for SPDX License Identifier
 2019-02-27 17:10 UTC  (5+ messages)

GO runtime crashes
 2019-02-27 17:10 UTC 

[Qemu-devel] [PATCH v1 0/3] qdev: Hotplug handler chaining
 2019-02-27 17:09 UTC  (2+ messages)

[PATCH] selinux: use kernel linux/socket.h definitions for PF_MAX
 2019-02-27 14:36 UTC  (2+ messages)

[PATCH 1/2] drm/i915/icl: Default to Thread Group preemption for compute workloads
 2019-02-27 17:09 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/2] "

[PATCH v2 0/4] Add debug messages to v4l2-ctrls
 2019-02-27 17:07 UTC  (5+ messages)
` [PATCH v2 1/4] media: v4l: Simplify dev_debug flags
` [PATCH v2 2/4] media: v4l: Improve debug dprintk macro
` [PATCH v2 3/4] media: v4l: Add a module parameter to control global debugging
` [PATCH v2 4/4] media: v4l: ctrls: Add debug messages

[PATCH 0/2] Reset xHCI port PHY on disconnect
 2019-02-27 17:08 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: usb-xhci: Add usb-phy-port-reset property
          ` [1/2] "

[patch V5 00/14] MDS basics 0
 2019-02-27 17:07 UTC  (3+ messages)
` [patch V5 07/14] MDS basics 7
  ` [MODERATED] "

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-02-27 17:07 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-02-27 17:07 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-02-27 17:07 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-02-27 17:06 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-02-27 17:06 UTC 

[virtio-comment] [PATCH v2 0/3] Large shared memory regions
 2019-02-27 17:06 UTC  (6+ messages)
` [virtio-comment] [PATCH v2 3/3] shared memory: Define mmio registers
  ` [virtio-comment] "

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-02-27 17:06 UTC 

[PATCH v2] btrfs: extent_io: Always return error pointer for extent buffer allocation failure
 2019-02-27 17:06 UTC  (2+ messages)

[linux-lvm] Filesystem corruption with LVM's pvmove onto a PV with a larger physical block size
 2019-02-27 17:05 UTC  (5+ messages)

[RFC v3] /net: memory interface (memif)
 2019-02-27 17:04 UTC  (3+ messages)
` [RFC v4] "

[meta-security][PATCH] xmlsec1: add PACKAGECONFIG disable-des
 2019-02-27 17:03 UTC  (2+ messages)

[PATCH v3 0/7] drm/tinydrm: Remove tinydrm_device
 2019-02-27 17:03 UTC  (4+ messages)
` [PATCH v3 5/7] drm/tinydrm: Drop using tinydrm_device

post-receive: pub/scm/linux/kernel/git/ulfh/mmc
 2019-02-27 17:02 UTC 


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.