All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-10 21:32:12 to 2017-10-10 22:32:05 UTC [more...]

[PATCH v3 01/12] fuzz/x86_emulate: Clear errors after each iteration
 2017-10-10 17:26 UTC  (21+ messages)
` [PATCH v3 02/12] fuzz/x86_emulate: Improve failure descriptions in x86_emulate harness
` [PATCH v3 03/12] fuzz/x86_emulate: Implement input_read() and input_avail()
` [PATCH v3 04/12] fuzz/x86_emulate: Rename the file containing the wrapper code
` [PATCH v3 05/12] fuzz/x86_emulate: Add 'afl-cov' target
` [PATCH v3 06/12] fuzz/x86_emulate: Take multiple test files for inputs
` [PATCH v3 07/12] fuzz/x86_emulate: Move all state into fuzz_state
` [PATCH v3 08/12] fuzz/x86_emulate: Move definitions into a header
` [PATCH v3 09/12] fuzz/x86_emulate: Make input more compact
` [PATCH v3 10/12] fuzz/x86_emulate: Add --rerun option to try to track down instability
` [PATCH v3 11/12] fuzz/x86_emulate: Set and fuzz more CPU state
` [PATCH v3 12/12] fuzz/x86_emulate: Add an option to limit the number of instructions executed

[Qemu-devel] [PATCH 00/42] TPM: code cleanup & CRB device
 2017-10-10 22:31 UTC  (11+ messages)
` [Qemu-devel] [PATCH 27/42] tpm: remove unused opened code
` [Qemu-devel] [PATCH 33/42] tpm-passthrough: remove error cleanup from handle_device_opts
` [Qemu-devel] [PATCH 37/42] tpm: lookup the the TPM interface instead of TIS device

[U-Boot] [PATCH 00/11] efi_loader: patches for Shell.efi
 2017-10-10 22:31 UTC  (5+ messages)
` [U-Boot] [PATCH 10/11] efi_loader: Add mem-mapped for fallback
` [U-Boot] [PATCH 11/11] efi_loader: exclude openrd devices

How to use same user in two recipes?
 2017-10-10 22:31 UTC  (2+ messages)

+ mm-consolidate-page-table-accounting.patch added to -mm tree
 2017-10-10 22:31 UTC 

+ mm-introduce-wrappers-to-access-mm-nr_ptes.patch added to -mm tree
 2017-10-10 22:31 UTC 

[PATCH v8 00/10] block, scsi, md: Improve suspend and resume
 2017-10-10 22:30 UTC  (3+ messages)
` [PATCH v8 03/10] md: Neither resync nor reshape while the system is frozen

meshctl: set-pub fails
 2017-10-10 22:30 UTC  (2+ messages)

[RFC v5 0/8] PMC/PUNIT IPC driver cleanup
 2017-10-10 22:28 UTC  (7+ messages)
` [RFC v5 4/8] platform: x86: Add generic Intel IPC driver
` [RFC v5 6/8] platform/x86: intel_punit_ipc: Use generic intel ipc device calls

[PATCH] page_alloc.c: inline __rmqueue()
 2017-10-10 22:27 UTC  (10+ messages)
    ` [PATCH v2] mm/page_alloc.c: "

[PATCH] EVM: Only complain about a missing HMAC key once
 2017-10-10 22:26 UTC 

[PATCH] EVM: Allow userspace to signal an RSA key has been loaded
 2017-10-10 22:26 UTC 

+ proc-do-not-show-vmexe-bigger-than-total-executable-virtual-memory.patch added to -mm tree
 2017-10-10 22:25 UTC 

[PATCH] proc: do not show VmExe bigger than total executable virtual memory
 2017-10-10 22:25 UTC  (3+ messages)

[PATCH] IMA: Add support for IMA validation after credentials are committed
 2017-10-10 22:24 UTC  (2+ messages)

Contributing to Linux-wireless drivers
 2017-10-10 22:23 UTC  (2+ messages)

SMART detects pending sectors; take offline?
 2017-10-10 22:23 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 0/*] xen: xen-domid-restrict improvements
 2017-10-10 17:21 UTC  (6+ messages)
  ` [Qemu-devel] [Xen-devel] "
        `  "

[linux-3.18 test] 114225: regressions - FAIL
 2017-10-10 22:23 UTC 

[PATCH] fs, mm: account filp and names caches to kmemcg
 2017-10-10 22:21 UTC  (10+ messages)

[PATCH v8 0/2] tracing: Add trace events for preemption and irq disable/enable
 2017-10-10 22:19 UTC  (3+ messages)
` [PATCH v8 1/2] tracing: Prepare to add preempt and irq trace events

[PATCH v7 0/7] document types of hardware control for V4L2
 2017-10-10 22:18 UTC  (8+ messages)
` [PATCH v7 1/7] media: add glossary.rst with a glossary of terms used at V4L2 spec

+ kmemleak-clear-stale-pointers-from-task-stacks.patch added to -mm tree
 2017-10-10 22:18 UTC 

NULL pointer dereference in SMB2_tcon on 4.14-rc4
 2017-10-10 22:16 UTC  (4+ messages)

+ kmemleak-change-sys-kernel-debug-kmemleak-permissions-from-0444-to-0644.patch added to -mm tree
 2017-10-10 22:16 UTC 

[PATCH v2 00/16] gpio: Tight IRQ chip integration and banked infrastructure
 2017-10-10 22:12 UTC  (6+ messages)
` [PATCH v2 14/16] gpio: Add support for banked GPIO controllers

[PATCH v10 00/11] x86: guest resource mapping
 2017-10-10 16:31 UTC  (9+ messages)
` [PATCH v10 01/11] x86/hvm/ioreq: maintain an array of ioreq servers rather than a list
` [PATCH v10 02/11] x86/hvm/ioreq: simplify code and use consistent naming
` [PATCH v10 04/11] x86/hvm/ioreq: defer mapping gfns until they are actually requsted
` [PATCH v10 06/11] x86/hvm/ioreq: add a new mappable resource type
` [PATCH v10 08/11] tools/libxenforeignmemory: add support for resource mapping
` [PATCH v10 09/11] tools/libxenforeignmemory: reduce xenforeignmemory_restrict code footprint
` [PATCH v10 10/11] common: add a new mappable resource type: XENMEM_resource_grant_table
` [PATCH v10 11/11] tools/libxenctrl: use new xenforeignmemory API to seed grant table

[Intel-wired-lan] [jkirsher-net-queue:master] BUILD SUCCESS befc7a3324b45b7478b29861f2a77f8b2bc17922
 2017-10-10 22:10 UTC 

[PATCH v2 00/16] IOMMU driver support for SVM virtualization
 2017-10-10 22:09 UTC  (13+ messages)
` [PATCH v2 01/16] iommu: introduce bind_pasid_table API function
` [PATCH v2 03/16] iommu: introduce iommu invalidate "
` [PATCH v2 08/16] iommu: introduce device fault data

[PATCH v2 1/3] drm/i915: Fix eviction when the GGTT is idle but full
 2017-10-10 22:09 UTC  (4+ messages)
` [PATCH v2 2/3] drm/i915: Wrap a timer into a i915_sw_fence
` [PATCH v2 3/3] drm/i915/selftests: Exercise adding requests to a full GGTT
` ✓ Fi.CI.BAT: success for series starting with [v2,1/3] drm/i915: Fix eviction when the GGTT is idle but full

[PATCH] hdlc: Convert timers to use timer_setup()
 2017-10-10 22:08 UTC 

[PATCH 1/2 v2] fdmap(2)
 2017-10-10 22:08 UTC  (3+ messages)
` [1/2,v2] fdmap(2)

Basic question: "core-image-minimal" v.s "core-image-base" ?
 2017-10-10 22:07 UTC  (2+ messages)

Basic question: "core-image-minimal" v.s "core-image-base" ?
 2017-10-10 22:07 UTC  (2+ messages)

[PATCH] sparc/led: Convert timers to use timer_setup()
 2017-10-10 22:07 UTC  (2+ messages)

HP-UX for C8000
 2017-10-10 22:06 UTC  (12+ messages)

[PATCH] scsi: ibmvscsi: Convert timers to use timer_setup()
 2017-10-10 22:06 UTC 

[PATCH net-next] net: dst: move cpu inside ifdef to avoid compilation warning
 2017-10-10 22:05 UTC 

[PATCH] mips: ip22/32: Convert timers to use timer_setup()
 2017-10-10 22:04 UTC 

[v11 0/6] cgroup-aware OOM killer
 2017-10-10 22:04 UTC  (8+ messages)
` [v11 3/6] mm, oom: "

+ kmemcheck-rip-it-out.patch added to -mm tree
 2017-10-10 22:02 UTC 

+ kmemcheck-remove-whats-left-of-notrack-flags.patch added to -mm tree
 2017-10-10 22:02 UTC 

+ kmemcheck-stop-using-gfp_notrack-and-slab_notrack.patch added to -mm tree
 2017-10-10 22:02 UTC 

+ kmemcheck-remove-annotations.patch added to -mm tree
 2017-10-10 22:02 UTC 

[PATCH] devtool: standard: Expand SRCREV before using it in _update_recipe_srcrev
 2017-10-10 22:01 UTC 

[PATCH] x86emul: handle address wrapping for VMASKMOVP{S, D}
 2017-10-10 12:43 UTC  (2+ messages)

[PATCH v2 1/2] ARM: cpuidle: Correct driver unregistration if init fails
 2017-10-10 22:00 UTC  (2+ messages)

[PATCH] i40e: only redistribute MSI-X vectors when needed
 2017-10-10 21:56 UTC  (2+ messages)
` [Intel-wired-lan] "

[Qemu-trivial] [PATCH 00/88] use g_new() family of functions
 2017-10-10 15:55 UTC  (4+ messages)
` [Qemu-trivial] [PATCH 40/88] hw/xen: "
  ` [Qemu-devel] "

[Patch net-next] tcp: add a tracepoint for tcp_retransmit_skb()
 2017-10-10 21:58 UTC  (4+ messages)

[PATCH 0/2] Add support for ZSTD-compressed kernel
 2017-10-10 21:55 UTC  (2+ messages)

hung grow
 2017-10-10 21:56 UTC  (19+ messages)

+ lib-test-delete-five-error-messages-for-a-failed-memory-allocation.patch added to -mm tree
 2017-10-10 21:55 UTC 

[PATCH] Bluetooth: Add support for advertising intervals
 2017-10-10 21:55 UTC 

[RFC PATCH kernel] vfio-pci: Allow write combining
 2017-10-10 21:55 UTC  (2+ messages)

[PATCH v2 2/3] Makefile: support flag -fsanitizer-coverage=trace-cmp
 2017-10-10 21:53 UTC  (2+ messages)

[PATCH] scsi: be2iscsi: Use kasprintf
 2017-10-10 21:54 UTC  (2+ messages)

[PATCH v2 2/6] cx25840: describe standard for 0b1100 value in AFD_FMT_STAT bits
 2017-10-10 21:34 UTC 

[PATCH v2 5/6] [media] cxusb: implement Medion MD95700 digital / analog coexistence
 2017-10-10 21:36 UTC 

[PATCH v2 3/6] cx25840: fix a possible divide by zero in set_fmt callback
 2017-10-10 21:35 UTC 

[PATCH v2 1/6] cx25840: add pin to pad mapping and output format configuration
 2017-10-10 21:34 UTC 

[PATCH v2 6/6] [media] cxusb: add analog mode support for Medion MD95700
 2017-10-10 21:37 UTC 

[PATCH v2 0/6] [media] Add analog mode support for Medion MD95700
 2017-10-10 21:34 UTC 

[PATCH v2 4/6] tuner-simple: allow setting mono radio mode
 2017-10-10 21:36 UTC 

[PATCH] NFSv4.1: Fix up replays of interrupted requests
 2017-10-10 21:52 UTC 

[Bug 102955] HyperZ related rendering issue in ARK: Survival Evolved
 2017-10-10 21:51 UTC  (2+ messages)

[PATCH] drm/i915: Simplify intel_sanitize_enable_ppgtt
 2017-10-10 21:51 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[CI 01/12] drm/i915: Separate RPS and RC6 handling for gen6+
 2017-10-10 21:50 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [CI,01/12] "

[PATCH] KVM: remove printing of token address
 2017-10-10 21:49 UTC  (7+ messages)

[kernel-hardening] [PATCH] lib/vsprintf: add default case to 'i' specifier
 2017-10-10 21:47 UTC  (4+ messages)
` [kernel-hardening] "
  `  "

[PATCH] Allow layers to be added relative to topdir
 2017-10-10 21:47 UTC 

[patch net-next 0/4] net: sched: get rid of cls_flower->egress_dev
 2017-10-10 21:47 UTC  (7+ messages)
` [patch net-next 3/4] net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infra

[PATCH 1/4] drm/ttm: don't use compound pages for now
 2017-10-10 21:47 UTC  (3+ messages)
` [PATCH 4/4] drm/ttm: add transparent huge page support for wc or uc allocations v2

[Qemu-devel] [PATCH] tcg: Initialize cpu_env generically
 2017-10-10 21:45 UTC 

[FOR STABLE] ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
 2017-10-10 21:44 UTC  (3+ messages)

[PATCH 1/3] srcu: use cpu_online() instead custom check
 2017-10-10 21:43 UTC  (6+ messages)
` [PATCH 2/3] srcu: queue work without holding the lock

[Qemu-devel] [PATCH RFC] file-posix: make lock_fd read-only
 2017-10-10 21:42 UTC  (4+ messages)

[Buildroot] [PATCH] flatbuffers: new package
 2017-10-10 21:43 UTC  (2+ messages)

[Buildroot] [PATCH] python-zeep: new package
 2017-10-10 21:40 UTC  (3+ messages)

[PATCH 0/8] Documentation: fix invalid Documentation refs (1)
 2017-10-10 21:40 UTC  (5+ messages)
` [PATCH 1/8] Documentation: fix driver-api doc refs
` [PATCH 2/8] Documentation: fix admin-guide "

[PATCH v2 nf-next] netfilter: x_tables: speed up iptables-restore
 2017-10-10 21:39 UTC  (3+ messages)
` [PATCH v2 nf-next 1/2] netfilter: x_tables: make xt_replace_table wait until old rules are not used anymore
` [PATCH v2 nf-next 2/2] netfilter: x_tables: don't use seqlock when fetching old counters

[PATCH] hfsplus: fix segfault when deleting all attrs of a file
 2017-10-10 21:39 UTC  (6+ messages)

[Qemu-devel] [PULL v2 00/27] vhost-user patches
 2017-10-10 21:35 UTC  (28+ messages)
` [Qemu-devel] [PULL v2 01/27] glib-compat: move G_SOURCE_CONTINUE/REMOVE there
` [Qemu-devel] [PULL v2 02/27] build-sys: fix libvhost-user.a build
` [Qemu-devel] [PULL v2 03/27] build-sys: make vhost-user-scsi depend on libvhost-user.a
` [Qemu-devel] [PULL v2 04/27] libvhost-user: drop dependency on glib
` [Qemu-devel] [PULL v2 05/27] libvhost-user: improve vu_queue_pop() doc
` [Qemu-devel] [PULL v2 06/27] vhost-user-scsi: use g_strdup()
` [Qemu-devel] [PULL v2 07/27] vhost-user-scsi: connect unix socket before allocating
` [Qemu-devel] [PULL v2 08/27] vhost-user-scsi: code style fixes
` [Qemu-devel] [PULL v2 09/27] vhost-user-scsi: use glib allocation
` [Qemu-devel] [PULL v2 10/27] vhost-user-scsi: glib calls that allocate don't return NULL
` [Qemu-devel] [PULL v2 11/27] vhost-user-scsi: also free the gtree
` [Qemu-devel] [PULL v2 12/27] vhost-user-scsi: remove vdev_scsi_find_by_vu()
` [Qemu-devel] [PULL v2 13/27] vhost-user-scsi: simplify unix path cleanup
` [Qemu-devel] [PULL v2 14/27] vhost-user-scsi: use NULL pointer
` [Qemu-devel] [PULL v2 15/27] vhost-user-scsi: assert() in iscsi_add_lun()
` [Qemu-devel] [PULL v2 16/27] vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()
` [Qemu-devel] [PULL v2 17/27] vhost-user-scsi: remove VUS_MAX_LUNS
` [Qemu-devel] [PULL v2 18/27] vhost-user-scsi: remove unimplemented functions
` [Qemu-devel] [PULL v2 19/27] vhost-user-scsi: rename VUS types
` [Qemu-devel] [PULL v2 20/27] vhost-user-scsi: avoid use of iscsi_ namespace
` [Qemu-devel] [PULL v2 21/27] vhost-user-scsi: don't copy iscsi/scsi-lowlevel.h
` [Qemu-devel] [PULL v2 22/27] vhost-user-scsi: drop extra callback pointer
` [Qemu-devel] [PULL v2 23/27] vhost-user-scsi: simplify source handling
` [Qemu-devel] [PULL v2 24/27] vhost-user-scsi: use glib logging
` [Qemu-devel] [PULL v2 25/27] libvhost-user: add glib source helper
` [Qemu-devel] [PULL v2 26/27] vhost-user-scsi: use libvhost-user glib helper
` [Qemu-devel] [PULL v2 27/27] vhost-user-scsi: remove server_sock from VusDev

[PATCH v2] XDP Program for Ip forward
 2017-10-10 21:37 UTC  (5+ messages)
` [PATCH v2] xdp: Sample xdp program implementing ip forward

[U-Boot] Please pull u-boot-dm (take 2)
 2017-10-10 21:37 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] linuxptp: bump to the latest version
 2017-10-10 21:36 UTC  (2+ messages)

[Qemu-devel] [PATCH] cirrus: keep vga vram pointer within bounds
 2017-10-10 21:36 UTC 

[PATCHv2 01/11] simutil: Added app type to application parser
 2017-10-10 21:36 UTC  (11+ messages)
` [PATCHv2 02/11] simutil: Added authenticate builder/parser API
` [PATCHv2 03/11] unit: add gsm and umts parse/build unit tests
` [PATCHv2 04/11] sim: new API to check for a UST service only
` [PATCHv2 05/11] sim-auth: prep simauth/dbus headers
` [PATCHv2 06/11] sim-auth: implementation of core sim-auth atom
` [PATCHv2 07/11] atmodem: implemented sim-auth functionality in atmodem
` [PATCHv2 08/11] xmm7xxx: add sim-auth driver to xmm7xxx plugin
` [PATCHv2 09/11] phonesim: Added sim-auth to phonesim plugin
` [PATCHv2 10/11] test: added tests for GSM/UMTS auth algorithms
` [PATCHv2 11/11] doc: documentation for SimAuth dbus interfaces

[dm-crypt] cryptsetup --veracrypt opens legacy TrueCrypt volumes
 2017-10-10 21:36 UTC  (3+ messages)

[Buildroot] [git commit] linuxptp: bump to the latest version
 2017-10-10 21:35 UTC 

[Buildroot] [PATCH] hostapd: fix upstream URL
 2017-10-10 21:34 UTC  (2+ messages)

[Buildroot] [git commit] hostapd: fix upstream URL
 2017-10-10 21:34 UTC 

[PATCH v3] mm, sysctl: make NUMA stats configurable
 2017-10-10 21:34 UTC  (13+ messages)

[Buildroot] [PATCH] support/run-tests: export download dir
 2017-10-10 21:33 UTC  (2+ messages)

[PATCH V3] PCI/portdrv: Fix MSI/MSI-X bug for PCIe port service drivers
 2017-10-10 21:32 UTC  (4+ messages)

[PATCH net-next v2 6/7] bpf: don't rely on the verifier lock for metadata_dst allocation
 2017-10-10 21:33 UTC  (2+ messages)

[PATCH] i-g-t/tests: Drop gem_seqno_wrap, gem_pin, gem_hangcheck_forcewake
 2017-10-10 21:33 UTC  (4+ messages)

[Buildroot] [git commit] support/run-tests: export download dir
 2017-10-10 21:33 UTC 

[PATCH v2 0/9] protocol transition
 2017-10-10 21:32 UTC  (9+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 03/10] protocol: introduce protocol extention mechanisms

[SPDK] "context" of a bdev module
 2017-10-10 21:32 UTC 

[PATCH v2] dts: display5: Device tree description of LWN's DISPLAY5 board
 2017-10-10 21:32 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.