All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-27 16:45:53 to 2019-02-27 17:19:03 UTC [more...]

[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] Btrfs: fix file corruption after snapshotting
 2019-02-27 17:19 UTC  (6+ messages)

[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] mm/page_ext: fix an imbalance with kmemleak
 2019-02-27 17:15 UTC 

[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 

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

[PATCH v3 00/34] Convert x86 & arm64 to use generic page walk
 2019-02-27 17:06 UTC  (70+ 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] 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 

Removing busybox
 2019-02-27 17:06 UTC  (2+ messages)

[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 

[PATCH 1/3] btrfs: Initialize btrfs_io_ctl instead of memsetting it
 2019-02-27 17:02 UTC  (3+ messages)

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

kernel panic: MAC Initialization failed
 2019-02-27 17:02 UTC 

[PATCH] dm snapshot: don't define direct_access if we don't support it
 2019-02-27 17:02 UTC 

[PATCH V2] mmc: align max segment size with logical block size
 2019-02-27 17:00 UTC  (2+ messages)

[PATCH v3 0/3] drm/i915: introduce macros to define register contents
 2019-02-27 17:02 UTC  (4+ messages)
` [PATCH v3 1/3] drm/i915: introduce REG_BIT() and REG_GENMASK() "
` [PATCH v3 2/3] drm/i915: deprecate _SHIFT in favor of _MASK passed to accessors
` [PATCH v3 3/3] drm/i915: use REG_FIELD_PREP() to define register bitfield values

[PATCH 0/5] ocxl: OpenCAPI Cleanup
 2019-02-27 13:53 UTC  (3+ messages)
` [PATCH 1/5] ocxl: Rename struct link to ocxl_link

[RESEND PATCH V3] perf/x86/intel/uncore: Fix client IMC events return huge result
 2019-02-27 16:57 UTC 

[BUG] net/sched : qlen can not really be per cpu ?
 2019-02-27 16:59 UTC  (5+ messages)

[PATCH v4 2/2] drivers/misc: Add Aspeed P2A control driver
 2019-02-27 16:59 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-blk: dataplane: release AioContext before blk_set_aio_context
 2019-02-27 16:52 UTC 

[PATCH v4 1/2] dt-bindings: misc: aspeed-p2a-ctrl: add support
 2019-02-27 16:58 UTC  (2+ messages)

[PATCH] gspca: Kill URBs on USB device disconnect
 2019-02-27 16:56 UTC 

About PureBoot and TPM based DRM's
 2019-02-27 16:57 UTC  (2+ messages)

IMX6 dwc PCI regression through switch - unable to request (legacy) interrupt (pci=nomsi)
 2019-02-27 16:57 UTC  (5+ messages)

[PATCH v2 00/10] irqdomain, gic-v3-its: Implement late irq domain initialization
 2019-02-27 16:56 UTC  (6+ messages)

Truncate regression due to commit 69b6c1319b6
 2019-02-27 16:55 UTC  (5+ messages)

[PATCH 0/3] mwait support for AMD processors
 2019-02-27 16:54 UTC  (7+ messages)

[PATCH] bpf: drop refcount if bpf_map_new_fd() fails in map_create()
 2019-02-27 16:52 UTC  (2+ messages)

[PATCH v2] Remove abuse of ai_canonname
 2019-02-27 16:53 UTC  (2+ messages)

[PATCH] PCI: dwc: skip MSI init if MSIs have been explicitly disabled
 2019-02-27 16:52 UTC 

[PATCH] drm/amdgpu: Set VM_L2_CNTL.PDE_FAULT_CLASSIFICATION to 0
 2019-02-27 16:52 UTC  (5+ messages)

[Qemu-devel] possible ahci/migrate fix
 2019-02-27 16:51 UTC  (3+ messages)

[PATCH v2] ARM: socfpga_defconfig: enable support for large block devices
 2019-02-27 16:50 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/3] nbd: support for authorization control on TLS connections
 2019-02-27 16:50 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 1/3] qemu-nbd: add support for authorization of TLS clients

[PATCH v2] nfs-utils: fix addrinfo usage with musl-1.1.21
 2019-02-27 16:50 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: Cleanup during exit
 2019-02-27 16:49 UTC 

[PATCH 1/3] qemu: split the native version into usermode and system parts
 2019-02-27 16:47 UTC  (2+ messages)

Trace routing path
 2019-02-27 16:47 UTC  (2+ messages)

[PATCH] scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached
 2019-02-27 16:46 UTC  (2+ messages)

stable-rc/linux-4.9.y boot: 91 boots: 0 failed, 77 passed with 14 offline (v4.9.161)
 2019-02-27 16:46 UTC 

alsa utility
 2019-02-27 16:45 UTC 

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

[RFC] nasty corner case in unix_dgram_sendmsg()
 2019-02-27 16:45 UTC  (8+ 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.