All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-19 08:36:16 to 2014-06-19 09:32:36 UTC [more...]

[PATCH] mm/mem-hotplug: replace simple_strtoul() with kstrtoul()
 2014-06-19  9:26 UTC  (3+ messages)

[PATCH linux-next] ARM: shmobile: rcar-gen2: update call to dma_contiguous_reserve_area
 2014-06-19  9:31 UTC  (3+ messages)

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

[PATCH v2 00/20] ARM: sunxi: Introduce Allwinner A23 (sun8i) support
 2014-06-19  9:28 UTC  (7+ messages)
` [PATCH v2 12/20] clk: sunxi: Add A23 APB0 support to sun6i-a31-apb0-clk

Cannot partition 32GB disk on a 32bit machine
 2014-06-19  9:30 UTC 

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

[RFC PATCH] [media] mt9v032: Add support for mt9v022 and mt9v024
 2014-06-19  9:28 UTC  (5+ messages)

[patch] trivial extranous comma in host.conf.5 tfix
 2014-06-19  9:27 UTC  (3+ messages)

[PATCH 01/10] ARM: shmobile: r8a7790: add DVC support on DTSI
 2014-06-19  9:26 UTC  (2+ messages)

[RFC] Tux3 for review
 2014-06-19  9:26 UTC  (11+ messages)

[PATCH] drm/radeon: fix race condition in radeon_crtc_page_flip
 2014-06-19  9:25 UTC  (3+ messages)

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

[qom-cpu PATCH 0/3] target-i386: Make most CPU models work with "enforce" out of the box
 2014-06-19  9:23 UTC  (4+ messages)
` [qom-cpu PATCH 3/3] target-i386: Don't enable nested VMX by default
  ` [Qemu-devel] "

[PATCH] drm/radeon: fix race condition in radeon_crtc_page_flip v2
 2014-06-19  9:23 UTC 

[PATCH 00/53] Execlists v3
 2014-06-19  9:23 UTC  (13+ 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
` [PATCH 09/53] drm/i915/bdw: Initialization for Logical Ring Contexts

[PATCH 1/3] ARM: dts: mbimxsd25: cmo-qvga: Fix lcd regulator
 2014-06-19  9:24 UTC  (3+ messages)
` [PATCH 3/3] video: imxfb: Fix lcd_ops .set_power on/off inversion

Vfio-on-arm: the device tree does not contain the DMA device
 2014-06-19  9:21 UTC  (5+ 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  (13+ messages)
` [PATCH 4/7] ARM: stih416-b2020e: Enable PWM on the B2020 Rev-E
  ` [STLinux Kernel] "
` [PATCH 6/7] pwm: st: Add new driver for ST's PWM IP
` [STLinux Kernel] [PATCH 1/7] ARM: stih407: Add DT nodes for for PWM

[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)

[PATCH][v3] crypto: caam - Correct definition of registers in memory map
 2014-06-19 14:35 UTC 

[BUG] nf: xt_LED: led-always-blink invisible
 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  (8+ messages)
` [Qemu-devel] [PATCH v6 for 2.1 01/10] block: Auto-generate node_names for each BDS entry
` [Qemu-devel] [PATCH v6 for 2.1 10/10] block: add QAPI command to allow live backing file change

[meta-oe][WIP][PATCH] libgsf, gnumeric, wv, goffice: Blacklist because of broken libgsf after glib upgrade
 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)

[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] xfstests: add test for ext4 fallocate collapse range check
 2014-06-19  9:12 UTC  (2+ messages)

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

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

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

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

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

[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] 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

[PATCH 1/1] passwd: Support passwd file custom directory
 2014-06-19  9:07 UTC 

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] "

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  (3+ 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 ARM v4 00/12] mini-os: initial ARM support
 2014-06-19  8:50 UTC  (7+ messages)
` [PATCH ARM v4 10/12] mini-os: get RAM base and size from the FDT
` [PATCH ARM v4 11/12] mini-os: get GIC addresses from FDT

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

[PATCH v3 RESEND] drm/i2c: tda998x: Fix lack of required reg in DT documentation
 2014-06-19  8:47 UTC  (3+ messages)

[PATCH v7 0/4] net: Add APM X-Gene SoC Ethernet driver support
 2014-06-19  8:46 UTC  (5+ messages)
` [PATCH v7 4/4] drivers: net: Add APM X-Gene SoC ethernet "

[Qemu-devel] [Bug 1331932] [NEW] qemu crash in x86 reload
 2014-06-19  8:40 UTC  (2+ messages)
` [Qemu-devel] [Bug 1331932] "

unable to create volume with openstack rhos 5 - cinder.api.middleware.fault
 2014-06-19  8:44 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/3] nbd: Adapt for dataplane
 2014-06-19  8:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/3] nbd: Drop nbd_can_read()

[PATCH 1/3] syslinux.bbclass: Ensure MLPREFIX is applied to depends flag
 2014-06-19  8:43 UTC  (3+ messages)
` [PATCH 2/3] grub-efi.bbclass: "
` [PATCH 3/3] gummiboot.bbclass: "

[Qemu-devel] monitor/mwait support for X86_64
 2014-06-19  8:41 UTC  (2+ messages)

Mapping of F11 and F12 on new lenovo laptops and Lenovo Compact Keyboard
 2014-06-19  8:41 UTC 

[PATCH net-next v5 0/3] Driver for TI CC2520 Radio
 2014-06-19  8:38 UTC  (4+ messages)
` [PATCH net-next v5 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio
` [PATCH net-next v5 2/3] ieee802154: cc2520: add driver to kernel build system
` [PATCH net-next v5 3/3] devicetree: add device tree bindings for cc2520 driver

[Bug 79823] New: Mozilla apps freeze on startup with nouveau-dri-10.2.1 libs on dual-screen
 2014-06-19  8:40 UTC  (2+ messages)
  ` [Bug 79823] [NV30/gallium] "

[PATCH] nouveau: dup fd before passing it to device
 2014-06-19  8:39 UTC 

[PATCHv4] monkey: new v1.5.1 release
 2014-06-19  8:39 UTC  (2+ messages)

[PATCH] EAL: add format(printf) attrib. to appropriate fns
 2014-06-19  8:37 UTC  (2+ messages)

[Qemu-devel] [PATCH] bitops: provide an inline implementation of find_first_bit
 2014-06-19  8:36 UTC  (2+ messages)

[ANNOUNCE] util-linux v2.25-rc1
 2014-06-19  8:36 UTC  (3+ messages)

[PATCH 0/9] Serial ATA support for NVIDIA Tegra124
 2014-06-19  8:36 UTC  (10+ messages)
` [PATCH 6/9] ARM: tegra: Export tegra_powergate_power_on


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.