All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-29 17:18:13 to 2015-06-29 18:08:19 UTC [more...]

post-receive: pub/scm/linux/kernel/git/will/linux
 2015-06-29 18:08 UTC 

[PATCH v3 0/6] libxl: xs_restrict QEMU
 2015-06-29 18:07 UTC  (14+ messages)
` [PATCH v3 1/6] libxl: allow /local/domain/$LIBXL_TOOLSTACK_DOMID/device-model/$DOMID to be written by $DOMID
` [PATCH v3 2/6] libxl: do not add a vkb backend to hvm guests
` [PATCH v3 3/6] [WIP] libxl: xsrestrict QEMU

[PATCH v1 1/2] Bluetooth: Move address type check for hci_conn_params
 2015-06-29 18:05 UTC  (4+ messages)
` [PATCH v1 2/2] Bluetooth: Fix connection to already paired device

[Qemu-devel] [PATCH] raw-posix.c: cd_is_inserted() implementation for Mac OS X
 2015-06-29 18:04 UTC  (3+ messages)

[Qemu-devel] QEMU + KVM PSCI and VCPU creation / destruction
 2015-06-29 18:04 UTC  (2+ messages)

nftables: parser conflict between tokens & symbols
 2015-06-29 18:09 UTC  (4+ messages)

[PATCH v6 00/11] add options to for-each-ref
 2015-06-29 18:03 UTC  (8+ messages)
` [PATCH v6 01/11] t6302: for-each-ref tests for ref-filter APIs
  ` [PATCH v6 03/11] ref-filter: implement '--points-at' option
  ` [PATCH v6 04/11] for-each-ref: add "
  ` [PATCH v6 06/11] ref-filter: implement '--merged' and '--no-merged' options

[PATCH 8/8] Use udev rules to create dmraid /dev/mapper/ devices
 2015-06-29 18:02 UTC  (3+ messages)
  ` [PATCH] "

[PATCH net] uapi: fix compatability of linux/in.h with netinet/in.h
 2015-06-29 18:07 UTC  (2+ messages)

[PATCH v2 00/11] Chelsio Terminator 5 (T5) 10G/40G Poll Mode Driver
 2015-06-29 23:28 UTC  (18+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 2/9] cxgbe: add cxgbe poll mode driver
  ` [PATCH v3 3/9] cxgbe: add device configuration and RX support for cxgbe PMD
  ` [PATCH v4 0/9] Chelsio Terminator 5 (T5) 10G/40G Poll Mode Driver
    ` [PATCH v4 1/9] cxgbe: add hardware specific api for all supported Chelsio T5 series adapters
    ` [PATCH v4 2/9] cxgbe: add cxgbe poll mode driver
    ` [PATCH v4 3/9] cxgbe: add device configuration and RX support for cxgbe PMD
    ` [PATCH v4 4/9] cxgbe: add TX "
    ` [PATCH v4 5/9] cxgbe: add device related operations "
    ` [PATCH v4 6/9] cxgbe: add port statistics "
    ` [PATCH v4 7/9] cxgbe: add link related functions "
    ` [PATCH v4 8/9] cxgbe: add flow control "
    ` [PATCH v4 9/9] doc: add cxgbe PMD documentation under doc/guides/nics/cxgbe.rst

[PATCH v4 00/19] staging: sm750fb: checkpatch.pl fixes
 2015-06-29 17:55 UTC  (39+ messages)
` [PATCH v4 01/19] staging: sm750fb: use tabs for indentation
` [PATCH v4 02/19] staging: sm750fb: remove spacing after open parenthesis
` [PATCH v4 03/19] staging: sm750fb: remove space before close parenthesis
` [PATCH v4 04/19] staging: sm750fb: add space before open parenthesis
` [PATCH v4 05/19] staging: sm750fb: remove space between function name and parenthesis
` [PATCH v4 06/19] staging: sm750fb: add space before open brace
` [PATCH v4 07/19] staging: sm750fb: add space after close brace
` [PATCH v4 08/19] staging: sm750fb: add space after enum definition
` [PATCH v4 09/19] staging: sm750fb: add space after struct definition
` [PATCH v4 10/19] staging: sm750fb: add space after return type
` [PATCH v4 11/19] staging: sm750fb: consistent spacing around operators
` [PATCH v4 12/19] staging: sm750fb: add spaces "
` [PATCH v4 13/19] staging: sm750fb: add space after semicolon
` [PATCH v4 14/19] staging: sm750fb: remove trailing whitespace
` [PATCH v4 15/19] staging: sm750fb: remove unnecessary whitespace
` [PATCH v4 16/19] staging: sm750fb: fix brace placement
` [PATCH v4 17/19] staging: sm750fb: move while to follow do close brace
` [PATCH v4 18/19] staging: sm750fb: remove unnecessary braces
` [PATCH v4 19/19] staging: sm750fb: add missing blank line after declarations

xfs_iext_realloc_indirect and "XFS: possible memory allocation deadlock"
 2015-06-29 17:59 UTC  (5+ messages)

drm: imx: multi-display support questions
 2015-06-29 17:57 UTC  (9+ messages)

[U-Boot] [PATCH] x86: WIP: Enable D0 stepping microcode for MinnowMax
 2015-06-29 17:57 UTC  (10+ messages)

[PATCH] agp/intel: Fix typo in needs_ilk_vtd_wa()
 2015-06-29 17:55 UTC  (2+ messages)

[PATCH v2 00/12] Alternate p2m: support multiple copies of host p2m
 2015-06-29 17:55 UTC  (6+ messages)
` [PATCH v2 12/12] x86/altp2m: XSM hooks for altp2m HVM ops

[PATCH v5 0/7] refs backend preamble
 2015-06-29 17:54 UTC  (8+ messages)
` [PATCH v5 1/7] refs.c: add err arguments to reflog functions
` [PATCH v5 2/7] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs
` [PATCH v5 3/7] bisect: treat BISECT_HEAD as a ref
` [PATCH v5 4/7] refs: Break out check for reflog autocreation
` [PATCH v5 5/7] refs: new public ref function: safe_create_reflog
` [PATCH v5 6/7] git-reflog: add create and exists functions
` [PATCH v5 7/7] git-stash: use git-reflog instead of creating files

[patch] reiser4: port for Linux-4.1
 2015-06-29 17:54 UTC  (2+ messages)

[PATCH lib v2] Replace unsafe characters with _ in card name
 2015-06-29 17:53 UTC 

[PATCH] keystone: adds cpu_die implementation
 2015-06-29 17:52 UTC  (4+ messages)

[PATCH 0/5] btrfs: dedupe fixes, features V4
 2015-06-29 17:52 UTC  (4+ messages)
` [PATCH 5/5] btrfs: don't update mtime on deduped inodes

[PATCH] watchdog: omap: fix build error
 2015-06-29 17:51 UTC  (3+ messages)

[PATCH] arm64/kvm: Add generic v8 KVM target
 2015-06-29 17:52 UTC  (17+ messages)

[U-Boot] USE_HOSTCC in lib/rsa/rsa-verify.c
 2015-06-29 17:52 UTC  (2+ messages)

[PATCH, resend] kerneldoc: Convert error messages to GNU error message format
 2015-06-29 17:51 UTC  (2+ messages)

Help output inconsistency: -v vs. -V
 2015-06-29 17:50 UTC 

commit 4066c33d0308f8 breaks booting under KVM
 2015-06-29 17:50 UTC  (5+ messages)
      ` [PATCH] Fix kmalloc slab creation sequence

competime_assert failure without -O3 optimization flag expected ?
 2015-06-29 17:50 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2015-06-29 17:50 UTC 

[PATCH - v1] mtd: nand: davinci: add support for 4K page size nand devices
 2015-06-29 17:48 UTC  (2+ messages)

[PATCH 0/8] iommu/arm-smmu: bugfixs and add support for non-pci devices
 2015-06-29 17:49 UTC  (16+ messages)
` [PATCH 3/8] iommu/arm-smmu: fix the values of ARM64_TCR_IRGN0_SHIFT and ARM64_TCR_ORGN0_SHIFT
` [PATCH 4/8] iommu/arm-smmu: set EPD1 to disable TT1 translation table walk
` [PATCH 6/8] iommu/arm-smmu: add support for non-pci devices
` [PATCH 7/8] iommu/arm-smmu: enlarge STRTAB_L1_SZ_SHIFT to support larger sidsize
` [PATCH 8/8] iommu/arm-smmu: suppress fault information about CMD_PREFETCH_CONFIG execution

[PATCH 0/7 nft] cache consolidation
 2015-06-29 17:54 UTC  (8+ messages)
` [PATCH 1/7] src: consolidate table cache
` [PATCH 2/7] src: always allocate table object with no table block
` [PATCH 3/7] src: consolidate set cache
` [PATCH 4/7] src: early allocation of the set ID
` [PATCH 5/7] segtree: pass element expression as parameter to set_to_intervals()
` [PATCH 6/7] rule: use netlink_add_setelems() when creating literal sets
` [PATCH 7/7] rule: fix use of intervals in set declarations

[PATCH] drm/i915: Fix failure paths around initial fbdev allocation
 2015-06-29 17:48 UTC  (4+ messages)

[PATCH v2 0/5] drm: Add decoding for DRM/KMS and i915 ioctls
 2015-06-29 17:48 UTC  (7+ messages)
` [PATCH v2 4/5] drm: Add decoding of "
` [PATCH v2 5/5] drm: Add decoding of DRM and KMS ioctls

[Qemu-devel] [PATCH for-2.3] Revert seccomp tests that allow it to be used on non-x86 architectures
 2015-06-29 17:47 UTC  (5+ messages)

[Buildroot] [PATCH] uclibc: deprecate locale support
 2015-06-29 17:47 UTC  (5+ messages)

[Qemu-devel] reset strategy?
 2015-06-29 17:46 UTC  (7+ messages)

[PATCH RFC 0/2] iSER support for iWARP
 2015-06-29 17:46 UTC  (6+ messages)
` [PATCH RFC 2/2] RDMA/isert: Support iWARP transport

[PATCH] fs/file.c: __fget() and dup2() atomicity rules
 2015-06-29 17:46 UTC  (2+ messages)

[PATCH lib] Replace unsafe characters with _ in card name
 2015-06-29 17:44 UTC  (3+ messages)

dma_ops_domain_alloc causes kernel 4.1.0-next-20150626+ panic
 2015-06-29 17:44 UTC 

[U-Boot] [v2 0/6] stv0991: enable cadence qspi controller & spi flash
 2015-06-29 17:44 UTC  (3+ messages)

[RESEND][PATCH v4] hexdump: fix for non-aligned buffers
 2015-06-29 17:41 UTC 

[PATCH for-next V5 0/5] HW Device hot-removal support
 2015-06-29 17:40 UTC  (7+ messages)
` [PATCH for-next V5 1/5] IB/uverbs: Fix reference counting usage of event files

[PATCH] netfilter: nf_nat: Fix possible null dereference
 2015-06-29 17:40 UTC 

PRREMPT RCU stalls with 9edfbfed3f544a78 ("sched/core: Rework rq->clock update skips")
 2015-06-29 17:37 UTC 

[RFC PATCH] KVM: arm/arm64: Don't let userspace update CNTVOFF once guest is running
 2015-06-29 17:37 UTC  (10+ messages)

[net-next]vmxnet3: Bump up driver version number
 2015-06-29 17:35 UTC  (2+ messages)
` [Pv-drivers] "

[OSSTEST PATCH 00/13] Linux 4.1, and reporting improvements
 2015-06-29 17:14 UTC  (14+ messages)
` [OSSTEST PATCH 01/13] ts-leak-check: Report leaked loop block devices
` [OSSTEST PATCH 02/13] Test Linux 4.1
` [OSSTEST PATCH 03/13] Reporting: sg-report-flight: Fix undefined value in $worstrow[]
` [OSSTEST PATCH 04/13] Reporting: In report_run_getinfo, abstract code for returning
` [OSSTEST PATCH 05/13] Reporting: report_run_getinfo produces ColourAttr
` [OSSTEST PATCH 06/13] Reporting: sg-report-job-history: Honour --limit
` [OSSTEST PATCH 07/13] Reporting: report_run_getinfo produces Content
` [OSSTEST PATCH 08/13] Reporting: Break out report_blessingscond
` [OSSTEST PATCH 09/13] Reporting sg-report-job-history: support --max-flight
` [OSSTEST PATCH 10/13] Reporting: sg-report-host-history: Support --max-flight
` [OSSTEST PATCH 11/13] Reporting: In history tables, show multiple failure steps
` [OSSTEST PATCH 12/13] Reporting: Provide report_find_push_age_info
` [OSSTEST PATCH 13/13] Reporting: sg-report-flight: Put overall pushgate stats in email

[U-Boot] git fsck errors with u-boot
 2015-06-29 17:31 UTC 

[PATCH] clk: samsung: fix cpu clock's flags checking
 2015-06-29 17:29 UTC  (2+ messages)

[PATCH] Trivial: spell "distribution" correctly in a comment
 2015-06-29 17:30 UTC  (2+ messages)
` [PATCH v2] ath6kl: "

[PATCH v2 0/4] cpufreq: use generic cpufreq drivers for Exynos5250 platform
 2015-06-29 17:26 UTC  (10+ messages)
` [PATCH v2 1/4] clk: samsung: exynos5250: add cpu clock configuration data and instantiate cpu clock
` [PATCH v2 2/4] ARM: dts: Exynos5250: add CPU OPP and regulator supply property
` [PATCH v2 3/4] ARM: Exynos: switch to using generic cpufreq driver for Exynos5250
` [PATCH v2 4/4] cpufreq: exynos: remove Exynos5250 specific cpufreq driver support

[PATCH] Revert "drm/i915: Allocate context objects from stolen"
 2015-06-29 17:28 UTC 

Quick loans
 2015-06-29 17:12 UTC 

[PATCHv2] Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS
 2015-06-29 17:27 UTC  (2+ messages)

[Buildroot] [RFC v4 00/16] Add per-package staging feature
 2015-06-29 17:27 UTC  (6+ messages)

[PATCH 1/4] ovl: honor flag MS_SILENT at mount
 2015-06-29 17:19 UTC  (4+ messages)
` [PATCH 2/4] ovl: honor MS_NOEXEC flag at overlayfs mount
` [PATCH 3/4] ovl: honor MS_NOSUID "
` [PATCH 4/4] ovl: forbid overlayfs on top of overlayfs

[PATCH v7 0/7] arm64: Add kernel probes (kprobes) support
 2015-06-29 17:25 UTC  (18+ messages)
` [PATCH v7 1/7] arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature
` [PATCH v7 2/7] arm64: Add more test functions to insn.c
` [PATCH v7 3/7] arm64: Kprobes with single stepping support
` [PATCH v7 4/7] arm64: kprobes instruction simulation support
` [PATCH v7 5/7] arm64: Add trampoline code for kretprobes

[PATCH] cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mounts
 2015-06-29 17:25 UTC  (2+ messages)

[PATCH v6 0/7] CPUFreq driver using CPPC methods
 2015-06-29 17:23 UTC  (2+ messages)

[PATCH] arm64: KVM: Enable minimalistic support for Thunder
 2015-06-29 17:17 UTC  (5+ messages)

[Buildroot] [v2 1/6] package/nodejs: Bump version to 0.10.39
 2015-06-29 17:20 UTC  (5+ messages)
` [Buildroot] [v2 4/6] package/nodejs: Add /usr/lib/node_modules/.bin to PATH

[PATCH 1/2] drm/i915/skl: Remove of the DC5 code
 2015-06-29 17:19 UTC  (5+ messages)

[PATCH] crush: fix a bug in tree bucket decode
 2015-06-29 17:17 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.