All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-19 08:48:34 to 2014-06-19 09:23:49 UTC [more...]

post-receive: pub/scm/linux/kernel/git/bluetooth/bluetooth-next
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:23 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:22 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:22 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:22 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:22 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:22 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:22 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:22 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:22 UTC 

Vfio-on-arm: the device tree does not contain the DMA device
 2014-06-19  9:21 UTC  (5+ messages)

CEPH IOPS Baseline Measurements with MemStore
 2014-06-19  9:21 UTC  (2+ messages)

[Qemu-devel] where can I find the latest memory hot plugging patch for Qemu?
 2014-06-19  9:21 UTC  (2+ messages)

[PATCH v2 0/9] arm/arm64: KVM: dynamic VGIC sizing
 2014-06-19  9:21 UTC  (20+ messages)
` [PATCH v2 1/9] KVM: ARM: vgic: plug irq injection race
` [PATCH v2 2/9] arm/arm64: KVM: vgic: switch to dynamic allocation
` [PATCH v2 3/9] arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQS
` [PATCH v2 4/9] arm/arm64: KVM: vgic: kill VGIC_MAX_CPUS
` [PATCH v2 5/9] arm/arm64: KVM: vgic: handle out-of-range MMIO accesses
` [PATCH v2 6/9] arm/arm64: KVM: vgic: kill VGIC_NR_IRQS
` [PATCH v2 7/9] arm/arm64: KVM: vgic: delay vgic allocation until init time
` [PATCH v2 8/9] arm/arm64: KVM: vgic: make number of irqs a configurable attribute
` [PATCH v2 9/9] arm64: KVM: vgic: deal with GIC sub-page alignment

[PATCH 1/7] ARM: stih407: Add DT nodes for for PWM
 2014-06-19  9:20 UTC  (6+ messages)
` [PATCH 4/7] ARM: stih416-b2020e: Enable PWM on the B2020 Rev-E
  ` [STLinux Kernel] "

[RFC PATCH 1/1] Move two pinned pages to non-movable node in kvm
 2014-06-19  9:20 UTC  (5+ messages)

[PATCH][meta-oe v2] dialog: inherit brokensep and use pkg-config to detect ncurses
 2014-06-19  9:20 UTC 

[PATCH v5 00/20] arm64: GICv3 support
 2014-06-19  9:19 UTC  (42+ messages)
` [PATCH v5 01/20] ARM: GIC: move some bits of GICv2 to a library-type file
` [PATCH v5 02/20] arm64: initial support for GICv3
` [PATCH v5 03/20] arm64: GICv3 device tree binding documentation
` [PATCH v5 04/20] arm64: boot protocol documentation update for GICv3
` [PATCH v5 05/20] KVM: arm/arm64: vgic: move GICv2 registers to their own structure
` [PATCH v5 06/20] KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives
` [PATCH v5 07/20] KVM: ARM: vgic: abstract access to the ELRSR bitmap
` [PATCH v5 08/20] KVM: ARM: vgic: abstract EISR bitmap access
` [PATCH v5 09/20] KVM: ARM: vgic: abstract MISR decoding
` [PATCH v5 10/20] KVM: ARM: vgic: move underflow handling to vgic_ops
` [PATCH v5 11/20] KVM: ARM: vgic: abstract VMCR access
` [PATCH v5 12/20] KVM: ARM: vgic: introduce vgic_enable
` [PATCH v5 13/20] KVM: ARM: introduce vgic_params structure
` [PATCH v5 14/20] KVM: ARM: vgic: split GICv2 backend from the main vgic code
` [PATCH v5 15/20] KVM: ARM: vgic: revisit implementation of irqchip_in_kernel
` [PATCH v5 16/20] arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S
  ` [PATCH v5 16/20] arm64: KVM: remove __kvm_hyp_code_{start, end} "
` [PATCH v5 17/20] arm64: KVM: split GICv2 world switch from hyp code
` [PATCH v5 18/20] arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch code
  ` [PATCH v5 18/20] arm64: KVM: move HCR_EL2.{IMO, FMO} "
` [PATCH v5 19/20] KVM: ARM: vgic: add the GICv3 backend
` [PATCH v5 20/20] arm64: KVM: vgic: add GICv3 world switch

[Qemu-devel] [PATCH v10 0/4] Quorum maintainance operations
 2014-06-19  9:19 UTC  (3+ messages)
` [Qemu-devel] [PATCH v10 3/4] block: Add replaces argument to drive-mirror

[PATCH v5 0/14] Migration Stream v2
 2014-06-19  9:19 UTC  (11+ messages)
` [PATCH v5 RFC 01/14] docs: libxc migration stream specification
` [PATCH v5 RFC 13/14] tools/libxc: noarch save code
` [PATCH v5 RFC 14/14] tools/libxc: noarch restore code

[PATCH] alloc.c: remove alloc_raw_commit_node() function
 2014-06-19  9:19 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:18 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:18 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:18 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:18 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

[Qemu-devel] [PATCH v6 for 2.1 00/10] Modify block jobs to use node-names
 2014-06-19  9:17 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 for 2.1 01/10] block: Auto-generate node_names for each BDS entry

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

[meta-oe][WIP][PATCH] libgsf, gnumeric, wv, goffice: Blacklist because of broken libgsf after glib upgrade
 2014-06-19  9:16 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:17 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:16 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:16 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:16 UTC 

[PATCH v3] ARM: shmobile: Mark all SoCs in shmobile as CPUFreq, capable
 2014-06-19  9:16 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:15 UTC 

[PATCH 0/7] random bugfixes
 2014-06-19  9:15 UTC  (3+ messages)
` [PATCH 6/7] Btrfs: fix deadlock when mounting a degraded fs

[usb resume regression] in 3.16-rc1
 2014-06-19  9:15 UTC 

[RFD] sched/deadline: EDF dynamic quota design
 2014-06-19  9:13 UTC  (7+ messages)

[PATCH] mm: slab.h: wrap the whole file with guarding macro
 2014-06-19  9:13 UTC  (5+ messages)

[oe] [meta-oracle-java][PATCH] Version update and Java for ARM
 2014-06-19  9:12 UTC  (2+ messages)
` [meta-oracle-java][PATCH] java: version "

[PATCH 0/5] ASoC: Fix trival sparse warnings
 2014-06-19  9:12 UTC  (5+ messages)
` [PATCH 4/5] ASoC: rcar: Fix dma direction type
` [PATCH 5/5] ASoC: sh/fsi: Make one-bit bitfields unsigned

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:12 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:12 UTC 

[PATCH] xfstests: add test for ext4 fallocate collapse range check
 2014-06-19  9:12 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:12 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:11 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:11 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:11 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:11 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:11 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:11 UTC 

[PATCH v2] clocksource: exynos-mct: Register the timer for stable udelay
 2014-06-19  9:11 UTC  (3+ messages)

[PATCH][meta-oe] dialog: use pkg-config to detect ncurses
 2014-06-19  9:11 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:11 UTC 

btrfs on whole disk (no partitions)
 2014-06-19  9:11 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:11 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:11 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:10 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:10 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:10 UTC 

[PATCH] ALSA: compress: fix the struct alignment to 4 bytes
 2014-06-19  9:11 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:10 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:10 UTC 

MMC error on Exynos4210 board
 2014-06-19  9:10 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:10 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:10 UTC 

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:10 UTC 

[meta-oe][WIP][PATCH 1/4] libsocketcan: Fix build with B!=S
 2014-06-19  9:09 UTC  (4+ messages)
` [meta-oe][WIP][PATCH 2/4] libftdi: Blacklist, because of libusb-config
` [meta-oe][WIP][PATCH 3/4] libusbg: Blacklist, because of B!=S
` [meta-oe][WIP][PATCH 4/4] glmark2: Add virtual/libx11 dependency

[Qemu-devel] [PATCH block v1 1/2] block: m25p80: sync_page(): Deindent function body
 2014-06-19  9:08 UTC  (3+ messages)
` [Qemu-devel] [PATCH block v1 2/2] block: m25p80: Support read only bdrvs

[PATCH 1/3] fork/exec: cleanup mm initialization
 2014-06-19  9:07 UTC  (6+ messages)
` [PATCH 2/3] fork: reset mm->pinned_vm
` [PATCH 3/3] fork: copy mm's vm usage counters under mmap_sem

[PATCH v4 0/6] ARM generic idle states
 2014-06-19  9:08 UTC  (5+ messages)
` [PATCH v4 5/6] drivers: cpuidle: CPU idle ARM64 driver

[PATCH] clocksource: exynos-mct: Register the timer for stable udelay
 2014-06-19  9:07 UTC  (4+ messages)

[PATCH v9 0/9] Implement vcpu soft affinity for credit1 (toolstack side)
 2014-06-19  9:07 UTC  (7+ messages)
` [PATCH v9 6/9] libxl/xl: deprecate the build_info->cpumap field

lockdep splat in hacked 3.14.7+, ipv6 related?
 2014-06-19  9:06 UTC  (2+ messages)
` [PATCH] cxgb4: disable BH when hold the adap_rcu_lock lock

[PATCH 0/2] dropping manual malloc calculations
 2014-06-19  9:05 UTC  (4+ messages)
` [PATCH 1/2] strbuf: add xstrdup_fmt helper

[PATCH 0/2] drivers/media/rc/ir-nec-decode : add toggle feature
 2014-06-19  9:05 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH 00/53] Execlists v3
 2014-06-19  9:04 UTC  (10+ messages)
` [PATCH 06/53] drm/i915/bdw: Introduce one context backing object per engine
` [PATCH 07/53] drm/i915/bdw: New file for Logical Ring Contexts and Execlists
` [PATCH 08/53] drm/i915/bdw: Macro for LRCs and module option for Execlists

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2014-06-19  9:00 UTC 

clk: hisilicon: ARCH_HIP04 and ARCH_HIX5HD2?
 2014-06-19  9:00 UTC  (2+ messages)

ubifs: replay log error
 2014-06-19  8:57 UTC  (2+ messages)

3.15-rc5 deadlocked a 2nd time after I was copying photos from an sdcard + common code path that deadlocks all btrfs filesystems
 2014-06-19  8:56 UTC  (7+ messages)
  ` frustrations with handling of crash reports

[PATCH 5/5] arm: exynos: Add MCPM call-back functions
 2014-06-19  8:56 UTC  (10+ messages)
` [PATCH v2 2/3] "

[Qemu-devel] [PATCH v2] w32: Fix regression caused by new g_poll implementation
 2014-06-19  8:55 UTC 

[PATCH v3 0/5] cleanup duplicate name_compare() functions
 2014-06-19  8:54 UTC  (4+ messages)

Is net-next open?
 2014-06-19  8:51 UTC  (2+ messages)

[PATCH 1/2] flexcan: add err_irq handler for flexcan
 2014-06-19  8:28 UTC  (4+ messages)
` [PATCH 2/2] flexcan: add err interrupt for p1010rdb

[PATCH ARM v4 00/12] mini-os: initial ARM support
 2014-06-19  8:50 UTC  (4+ messages)
` [PATCH ARM v4 11/12] mini-os: get GIC addresses from FDT

xfs_freeze
 2014-06-19  8:48 UTC  (4+ messages)
  ` 答复: xfs_freeze


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.