All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-16 16:47:21 to 2017-10-16 17:34:24 UTC [more...]

[PATCH 1/2] systemctl-native: add target.wants to target regex
 2017-10-16 16:31 UTC  (2+ messages)
` [PATCH 2/2] systemctl-native: explicitly check target validity

[PATCH 0/4] char-TPM: Adjustments for ten function implementations
 2017-10-16 17:33 UTC  (8+ messages)
` [PATCH 1/4] char/tpm: Delete an error message for a failed memory allocation in tpm_ascii_bios_measurements_show()
  ` [PATCH 1/4] char/tpm: Delete an error message for a failed memory allocation in tpm_ascii_bios_measu
` [PATCH 2/4] char/tpm: Delete an error message for a failed memory allocation in tpm_ibmvtpm_probe()
` [PATCH 3/4] char/tpm: Improve a size determination in nine functions

post-receive: pub/scm/linux/kernel/git/mark/linux
 2017-10-16 17:34 UTC 

[RFC PATCH 3/3] mm/map_contig: Add mmap(MAP_CONTIG) support
 2017-10-16 17:33 UTC  (12+ messages)

[PATCH] zram: make function zram_page_end_io static
 2017-10-16 17:33 UTC  (2+ messages)

[PATCH] can: check for null sk before deferencing it via the call to sock_net
 2017-10-16 17:32 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/automake: bump version to 1.15.1
 2017-10-16 17:32 UTC 

[PATCH v2] linux/types.h: Restore the ability to disable sparse endianness checks
 2017-10-16 17:26 UTC  (2+ messages)

raid1: freeze_array/wait_all_barriers deadlock
 2017-10-16 17:30 UTC  (7+ messages)

[PATCH] fluidsynth: update 1.1.6 -> 1.1.8
 2017-10-16 17:40 UTC  (2+ messages)

[PATCH v5 1/3] wayland : Bump to version 1.14.0
 2017-10-16 17:30 UTC  (6+ messages)
` [PATCH v5 2/3] wayland-protocols: Fix installation patch issue
` [PATCH v5 3/3] weston: Bump version to 3.0.0
` ✗ patchtest: failure for "[v5] wayland : Bump to version..." and 2 more

[Qemu-devel] [PULL 00/26] pc, pci, virtio: fixes, features
 2017-10-16 17:29 UTC  (2+ messages)

[Cluster-devel] [gfs2:dev 3/12] bmap.c:undefined reference to `__umoddi3'
 2017-10-16 17:28 UTC 

Is it safe to use btrfs on top of different types of devices?
 2017-10-16 17:27 UTC  (5+ messages)

[Qemu-devel] [PATCH v6 00/50] tcg tb_lock removal
 2017-10-16 17:26 UTC  (51+ messages)
` [Qemu-devel] [PATCH v6 01/50] tcg: Merge opcode arguments into TCGOp
` [Qemu-devel] [PATCH v6 02/50] tcg: Propagate args to op->args in optimizer
` [Qemu-devel] [PATCH v6 03/50] tcg: Propagate args to op->args in tcg.c
` [Qemu-devel] [PATCH v6 04/50] tcg: Propagate TCGOp down to allocators
` [Qemu-devel] [PATCH v6 05/50] tcg: Introduce arg_temp
` [Qemu-devel] [PATCH v6 06/50] tcg: Add temp_global bit to TCGTemp
` [Qemu-devel] [PATCH v6 07/50] tcg: Return NULL temp for TCG_CALL_DUMMY_ARG
` [Qemu-devel] [PATCH v6 08/50] tcg: Introduce temp_arg
` [Qemu-devel] [PATCH v6 09/50] tcg: Use per-temp state data in liveness
` [Qemu-devel] [PATCH v6 10/50] tcg: Avoid loops against variable bounds
` [Qemu-devel] [PATCH v6 11/50] tcg: Change temp_allocate_frame arg to TCGTemp
` [Qemu-devel] [PATCH v6 12/50] tcg: Remove unused TCG_CALL_DUMMY_TCGV
` [Qemu-devel] [PATCH v6 13/50] tcg: Export temp_idx
` [Qemu-devel] [PATCH v6 14/50] tcg: Use per-temp state data in optimize
` [Qemu-devel] [PATCH v6 15/50] tcg: Push tcg_ctx into generator functions
` [Qemu-devel] [PATCH v6 16/50] tcg: Push tcg_ctx into tcg_gen_callN
` [Qemu-devel] [PATCH v6 17/50] tcg: Introduce index_arg
` [Qemu-devel] [PATCH v6 18/50] tcg: Reserve temporary index 0
` [Qemu-devel] [PATCH v6 19/50] target/alpha: Avoid translate_init unless tcg_enabled
` [Qemu-devel] [PATCH v6 20/50] qom: Introduce CPUClass.tcg_initialize
` [Qemu-devel] [PATCH v6 21/50] tcg: Use pointers in TCGOp->args
` [Qemu-devel] [PATCH v6 22/50] tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
` [Qemu-devel] [PATCH v6 23/50] hack dump tb->flags and tb->cflags
` [Qemu-devel] [PATCH v6 24/50] tcg: Add CPUState step_next_tb
` [Qemu-devel] [PATCH v6 25/50] tcg: Include CF_COUNT_MASK in CF_HASH_MASK
` [Qemu-devel] [PATCH v6 26/50] tcg: convert tb->cflags reads to tb_cflags(tb)
` [Qemu-devel] [PATCH v6 27/50] target/arm: check CF_PARALLEL instead of parallel_cpus
` [Qemu-devel] [PATCH v6 28/50] target/hppa: "
` [Qemu-devel] [PATCH v6 29/50] target/i386: "
` [Qemu-devel] [PATCH v6 30/50] target/m68k: "
` [Qemu-devel] [PATCH v6 31/50] target/s390x: "
` [Qemu-devel] [PATCH v6 32/50] target/sh4: "
` [Qemu-devel] [PATCH v6 33/50] target/sparc: "
` [Qemu-devel] [PATCH v6 34/50] tcg: "
` [Qemu-devel] [PATCH v6 35/50] cpu-exec: lookup/generate TB outside exclusive region during step_atomic
` [Qemu-devel] [PATCH v6 36/50] tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
` [Qemu-devel] [PATCH v6 37/50] tcg: Remove CF_IGNORE_ICOUNT
` [Qemu-devel] [PATCH v6 38/50] translate-all: use a binary search tree to track TBs in TBContext
` [Qemu-devel] [PATCH v6 39/50] exec-all: rename tb_free to tb_remove
` [Qemu-devel] [PATCH v6 40/50] translate-all: report correct avg host TB size
` [Qemu-devel] [PATCH v6 41/50] tcg: take tb_ctx out of TCGContext
` [Qemu-devel] [PATCH v6 42/50] tcg: define tcg_init_ctx and make tcg_ctx a pointer
` [Qemu-devel] [PATCH v6 43/50] gen-icount: fold exitreq_label into TCGContext
` [Qemu-devel] [PATCH v6 44/50] tcg: introduce **tcg_ctxs to keep track of all TCGContext's
` [Qemu-devel] [PATCH v6 45/50] tcg: distribute profiling counters across TCGContext's
` [Qemu-devel] [PATCH v6 46/50] tcg: allocate optimizer temps with tcg_malloc
` [Qemu-devel] [PATCH v6 47/50] osdep: introduce qemu_mprotect_rwx/none
` [Qemu-devel] [PATCH v6 48/50] translate-all: use qemu_protect_rwx/none helpers
` [Qemu-devel] [PATCH v6 49/50] tcg: introduce regions to split code_gen_buffer
` [Qemu-devel] [PATCH v6 50/50] tcg: enable multiple TCG contexts in softmmu

import a layer directory problem
 2017-10-16 17:27 UTC  (5+ messages)

1 Unread Message
 2017-10-16 17:26 UTC 

[PATCH for-4.10] xen/dom0: Fix latent dom0 construction bugs on all architectures
 2017-10-16 17:26 UTC  (2+ messages)

[PATCH] Btrfs: avoid losing data raid profile when deleting a device
 2017-10-16 17:26 UTC  (6+ messages)
` [PATCH v2] "

[Qemu-devel] using which notification for guest about GHES error
 2017-10-16 17:25 UTC  (5+ messages)
          ` [Qemu-devel] 答复: "

[PATCH 0/2] qla2xxx: Couple bug fixes for FC-NVMe
 2017-10-16 17:24 UTC  (3+ messages)
` [PATCH 1/2] qla2xxx: Use ql2xnvmeenable to enable Q-Pair "

[PATCH rdma-next v1 0/6] RDMA core and mlx5 fixes and refactoring for 4.15
 2017-10-16 17:24 UTC  (3+ messages)
` [PATCH rdma-next v1 4/6] IB/core: Fix use workqueue without WQ_MEM_RECLAIM

Detecting execution of files in rwtab
 2017-10-16 17:21 UTC 

[PATCH v2] i2c: riic: remove fixed clock restriction
 2017-10-16 17:21 UTC  (6+ messages)

[Qemu-devel] Key signing party at KVM Forum 2017
 2017-10-16 17:19 UTC 

[kbuild:kbuild 15/16] /bin/sh: 1: cannot create arch/arm64/kernel/vdso/.cache.mk: Directory nonexistent
 2017-10-16 17:18 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] monitor: increase the refcount of the current CPU
 2017-10-16 17:16 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/2] monitor: add proper reference counting "

[PATCH v2 0/9] protocol transition
 2017-10-16 17:18 UTC  (5+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 10/10] ssh: introduce a 'simple' ssh variant

[PATCH] mm, soft_offline: improve hugepage soft offlining error log
 2017-10-16 17:17 UTC 

[Qemu-devel] [RFC 0/6] enable numa configuration before machine_init() from HMP/QMP
 2017-10-16 17:17 UTC  (7+ messages)
` [Qemu-devel] [RFC 4/6] CLI: add -paused option

[PATCH 1/2] KVM: VMX: Don't advertise EPT switching if EPT itself is not exposed
 2017-10-16 17:16 UTC  (2+ messages)

[PATCH v6 0/3] drm/i915/guc : Removing enable_guc_loading module and Decoupling logs and ADS from submission
 2017-10-16 17:12 UTC  (4+ messages)
` [PATCH v6 1/3] drm/i915/guc : Unifying seq_puts messages for feature support

[PATCH v4 07/11] dmaengine: sun6i: Retrieve channel count/max request from devicetree
 2017-10-16 17:15 UTC  (6+ messages)

[PATCH] EDAC, sb_edac: mark expected switch fall-through
 2017-10-16 16:50 UTC  (5+ messages)
      `  "

Does Git build things during 'make install"?
 2017-10-16 17:13 UTC  (4+ messages)

[PATCH v4 0/2] kbuild: Cache exploratory calls to the compiler
 2017-10-16 17:12 UTC  (3+ messages)
` [PATCH v4 1/2] kbuild: Add a cache for generated variables
` [PATCH v4 2/2] kbuild: Cache a few more calls to the compiler

[PATCH v2 5/9] ARM: dts: rockchip: Add gmac support for rk3288-vyasa board
 2017-10-16 17:13 UTC  (3+ messages)

[PATCH net-next] tools: bpftool: use more common tag format
 2017-10-16 17:12 UTC 

[B.A.T.M.A.N.] [PATCH 1/3] batman-adv: Add extack to ndo_add_slave
 2017-10-16 17:12 UTC  (3+ messages)

[GIT PULL] gvt fix for 4.14-rc1
 2017-10-16 17:12 UTC  (3+ messages)
  ` [GIT PULL] gvt fix for 4.14-rc5

[Qemu-devel] [PATCH] s390x/event-facility: variable-length event masks
 2017-10-16 17:11 UTC  (3+ messages)

[Qemu-devel] host physical address width issues/questions for x86_64
 2017-10-16 17:11 UTC  (7+ messages)

[PATCH] drm/i915/gvt: Fix error handling bug in perform_bb_shadow
 2017-10-16 17:11 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[B.A.T.M.A.N.] [PATCH] batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementation
 2017-10-16 17:11 UTC  (2+ messages)

[PATCH libdrm] modetest: Allow full testing of primary planes
 2017-10-16 17:10 UTC 

[PATCH v3 15/20] KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2
 2017-10-16 17:09 UTC  (6+ messages)

[Buildroot] [RFC v2 1/4] package/go: fixing crosscompilation settings
 2017-10-16 17:08 UTC  (4+ messages)
` [Buildroot] [RFC v2 2/4] package/pkg-golang: new package infrastructure
` [Buildroot] [RFC v2 3/4] docs/manual: adding documentation for the golang infrastructure
` [Buildroot] [RFC v2 4/4] package/flannel: converting to "

[PATCH] Bluetooth: hci_ldisc: Allow sleeping while proto locks are held
 2017-10-16 17:08 UTC  (2+ messages)

[RFC PATCH] powerpc: add tests for XICS
 2017-10-16 17:08 UTC  (4+ messages)
` [RFC kvm-unit-tests "

[PATCH v2] NFSv4.1: Fix up replays of interrupted requests
 2017-10-16 17:07 UTC  (3+ messages)

[PATCH v7] x86/altp2m: Added xc_altp2m_set_mem_access_multi()
 2017-10-16 17:07 UTC 

[U-Boot] [PATCH v2] DW SPI: Get clock value from Device Tree
 2017-10-16 17:07 UTC  (2+ messages)

[PATCH net] bpf: disallow arithmetic operations on context pointer
 2017-10-16 17:06 UTC  (5+ messages)

[patch net v2 0/4] net/sched: Fix a system panic when deleting filters
 2017-10-16 17:06 UTC  (3+ messages)
` [patch net v2 1/4] net/sched: Change tc_action refcnt and bindcnt to atomic

[RFC 0/2] KVM "fake DAX" device flushing
 2017-10-16 17:04 UTC  (8+ messages)
` [RFC 2/2] KVM: add virtio-pmem driver
        ` [Qemu-devel] "

[U-Boot] [PATCH] spi: kirkwood_spi: implement workaround for FE-9144572
 2017-10-16 17:04 UTC  (2+ messages)

[PATCH for-4.10] libxl: annotate s to be nonnull in libxl__enum_from_string
 2017-10-16 17:02 UTC  (4+ messages)

[PATCH rdma-next] RDMA: Remove Sean's and Hal's emails from MAINTAINER file
 2017-10-16 17:04 UTC  (2+ messages)

[PATCHv3 1/2] Add device tree bindings for Altera FPGA Manager GPIO
 2017-10-16 17:04 UTC  (3+ messages)

[PATCH for-next] xen/pv: Construct d0v0's GDT properly
 2017-10-16 17:03 UTC  (3+ messages)

[GIT PULL] gvt fix for 4.14-rc5
 2017-10-16 17:03 UTC 

[PATCH] libxc: don't fail domain creation when unpacking initrd fails
 2017-10-16 17:01 UTC  (6+ messages)

[Qemu-devel] [PATCH] hw/pci: Add e1000e NIC as command line argument
 2017-10-16 17:02 UTC  (2+ messages)

Reminder: Linux Foundation Technical Advisory Board Elections -- Call for nominations
 2017-10-16 17:01 UTC 

[PATCH] virtio: avoid possible OOM lockup at virtballoon_oom_notify()
 2017-10-16 17:01 UTC  (7+ messages)

[Buildroot] [RFC 1/4] package/go: fixing crosscompilation settings
 2017-10-16 17:01 UTC  (3+ messages)

Btrfs progs release 4.13.3
 2017-10-16 16:58 UTC 

[Tech-board-discuss] Reminder: Linux Foundation Technical Advisory Board Elections -- Call for nominations
 2017-10-16 17:00 UTC 

[U-Boot] [PATCH v2 0/5] solve issues in gpt management
 2017-10-16 17:00 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/5] test/py: gpt: copy persistent file
` [U-Boot] [PATCH v2 2/5] test/py: gpt: add test for sub-command read/verify/write
` [U-Boot] [PATCH v2 4/5] test/py: gpt: test start LBA for sub-command rename and swap

[Ksummit-discuss] Reminder: Linux Foundation Technical Advisory Board Elections -- Call for nominations
 2017-10-16 16:58 UTC 

[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-16 16:58 UTC  (12+ messages)
` [PATCH v3 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths

[PATCH net-next v3 0/5] net: dsa: remove .set_addr
 2017-10-16 16:57 UTC  (7+ messages)

[Bug 98981] [IVB] igt/gem_exec_suspend/basic-s3 hangs when used with intel-ci/fast-feedback.testlist
 2017-10-16 16:57 UTC  (2+ messages)

[PATCH v2 0/4] trace-cmd: Fixes for four minor bugs
 2017-10-16 16:55 UTC  (5+ messages)
` [PATCH v2 1/4] trace-cmd: Fix incorrect malloc size arg: *item instead of item
` [PATCH v2 2/4] trace-cmd: Fix NULL pointer being passed to memcpy
` [PATCH v2 3/4] trace-cmd: Add UL suffix to MISSING_EVENTS since ints shouldn't be left shifted by 31
` [PATCH v2 4/4] trace-cmd: Use unsigned values in Hsieh's trace_hash fast hash function

[PATCH] ARM: dts: imx: add ZII RDU1 board
 2017-10-16 16:55 UTC 

Yocto security responses
 2017-10-16 16:55 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/13] nbd minimal structured read
 2017-10-16 16:54 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 13/13] nbd: Minimal structured read for client

[Qemu-devel] [PATCH v9 00/12] Multifd
 2017-10-16 16:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH v9 01/12] qapi: Fix grammar in x-multifd-page-count descriptions

[Buildroot] Discussion on per-package logging
 2017-10-16 16:52 UTC  (3+ messages)
` [Buildroot] [PATCH RFC] core: enable per-package log files

post-receive: pub/scm/linux/kernel/git/kdave/btrfs-progs
 2017-10-16 16:51 UTC 

[xen-4.8-testing test] 114505: regressions - FAIL
 2017-10-16 16:51 UTC  (4+ messages)

[RFC] bsg-lib interface cleanup
 2017-10-16 16:50 UTC  (4+ messages)
` [PATCH 8/9] block: pass full fmode_t to blk_verify_command

[Bug 96620] build failure in igt_fb.c due to missing inttypes.h
 2017-10-16 16:50 UTC 

[PATCH] linux/types.h: Restore the ability to disable sparse endianness checks
 2017-10-16 16:50 UTC  (10+ messages)

[PATCH 3.18 00/19] 3.18.76-stable review
 2017-10-16 16:12 UTC  (4+ messages)
` [PATCH 3.18 06/19] usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet
` [PATCH 3.18 14/19] fix unbalanced page refcounting in bio_map_user_iov
` [PATCH 3.18 17/19] USB: serial: qcserial: add Dell DW5818, DW5819

post-receive: pub/scm/linux/kernel/git/kdave/btrfs-progs
 2017-10-16 16:49 UTC 

[PATCH v5 00/10] NFSD support for asynchronous COPY
 2017-10-16 16:49 UTC  (5+ messages)

Line ending normalization doesn't work as expected
 2017-10-16 16:49 UTC  (2+ messages)
` [PATCH v1 1/1] Introduce git add --renormalize

[PATCH] irqchip: irq-omap-intc: Do not statically initialize variables
 2017-10-16 16:13 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.