All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-19 07:40:58 to 2014-09-19 09:06:42 UTC [more...]

access nand flash and mmc card at the same time on xlp board, there will be many io errors and system will hung
 2014-09-19  9:06 UTC 

[PATCH bluetooth-next v2 0/3] cleanup for mrf24j40 driver
 2014-09-19  9:06 UTC  (2+ messages)

[PATCH for-4.5 v6 00/17] Mem_event and mem_access for ARM
 2014-09-19  9:05 UTC  (5+ messages)
` [PATCH for-4.5 v6 13/17] xen/arm: Data abort exception (R/W) mem_events

[PATCH 1/4] btrfs: correct empty compression property behavior
 2014-09-19  9:05 UTC  (4+ messages)
` [PATCH 2/4] btrfs: introduce new compression property to disable compression at all
  ` [PATCH 3/4] btrfs: export __btrfs_set_prop
    ` [PATCH 4/4] btrfs: Fix compression related ioctl to run atomic operations in one transaction

[Qemu-devel] [PATCH v3 0/3] block: Always compile virtio-blk dataplane
 2014-09-19  9:04 UTC  (2+ messages)

[Qemu-devel] [RFC] vfio: migration to trace points
 2014-09-19  9:03 UTC  (2+ messages)

Alsa Driver Scarlett
 2014-09-19  9:03 UTC  (7+ messages)

[QA 09/19 ww38] Testing report for `drm-intel-testing` (was: Updated -next)
 2014-09-19  9:01 UTC 

[PATCH v4 07/21] powerpc/8xx: DataAccess exception not generated by MPC8xx
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 08/21] powerpc/8xx: No need to restore registers and save them again
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 21/21] powerpc/8xx: Invalidate non present TLB as early as possible
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 10/21] powerpc/8xx: Duplicate two insns instead of branching
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 06/21] powerpc/8xx: No need to save r10 and r3 when not calling FixupDAR
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 09/21] powerpc/8xx: Optimize verification in FixupDAR
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 13/21] powerpc/8xx: Use PAGE size related consts
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v2 0/2] Move BTRFS RCU string to common library
 2014-09-19  9:01 UTC  (3+ messages)
` [PATCH v2 1/2] Return a value from printk_ratelimited
` [PATCH v2 2/2] Move BTRFS RCU string to common library

[PATCH] clk: s5pv210: add missing call to samsung_clk_of_add_provider()
 2014-09-19  9:00 UTC 

[PATCH 0/3] x86: structs for cpuid info in x86
 2014-09-19  8:59 UTC  (11+ messages)
` [RESEND PATCH "
  ` [RESEND PATCH 1/3] x86: Adding structs to reflect cpuid fields

[PATCH net] net: fix sysfs symlinks of adjacent devices
 2014-09-19  8:59 UTC  (2+ messages)

[PATCH 3/3] cgroup: remove CGRP_RELEASABLE flag
 2014-09-19  8:58 UTC  (4+ messages)

[PATCH 0/4] Add DSO symbol versioning to support backwards compatibility
 2014-09-19  8:57 UTC  (4+ messages)

New windows pv drivers question
 2014-09-19  8:54 UTC 

[Qemu-devel] [PATCH 0/2] serial: cleanups for physical serial port passthrough
 2014-09-19  8:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] serial: reset state at startup
` [Qemu-devel] [PATCH 2/2] serial: check if backed by a physical serial port at realize time

[PATCH 1/2] i2c: designware: Rework probe() to get clock a bit later
 2014-09-19  8:54 UTC  (3+ messages)

i2c-core.ko renamed to i2ccore.ko
 2014-09-19  8:53 UTC  (5+ messages)

[PATCH] perf/cgroup: Remove perf_put_cgroup()
 2014-09-19  8:53 UTC  (2+ messages)

[Bug 71051] Cannot suspend with radeon drivers
 2014-09-19  8:50 UTC 

[PATCH V5 00/15] arm64 EFI stub
 2014-09-19  8:49 UTC  (7+ messages)
` [PATCH V5 01/15] move x86 EFI boot/runtime code to common/efi
` [PATCH V5 02/15] Move x86 specific funtions/variables to arch header
` [PATCH V5 03/15] create arch functions to allocate memory for and process EFI memory map

ACPI defined devices not showing up under /sys/bus/platform/devices
 2014-09-19  8:47 UTC  (5+ messages)

[PATCH 0/2] perf kvm stat live: Copy events
 2014-09-19  8:48 UTC  (6+ messages)
` [PATCH 1/2] perf session: Add option to copy events when queueing

[meta-oe] [PATCH] mariadb: drop anonymous function
 2014-09-19  8:48 UTC  (4+ messages)

[PATCH v6 00/10] Add mrfld DSP topology and widgets
 2014-09-19  8:21 UTC  (9+ messages)
` [PATCH v6 05/10] ASoC: Intel: mrfld: add DSP core controls
    ` [alsa-devel] "

[U-Boot] [PATCH 0/5] Add EXT filesystem support to SPL
 2014-09-19  8:47 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] Rename some defines containing FAT in their name to be filesystem generic MMCSD_MODE_FAT => MMCSD_MODE_FS CONFIG_SPL_FAT_LOAD_ARGS_NAME => CONFIG_SPL_FS_LOAD_ARGS_NAME CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME => CONFIG_SPL_FS_LOAD_PAYLOAD_NAME CONFIG_SYS_MMC_SD_FAT_BOOT_PARTITION => CONFIG_SYS_MMC_SD_FS_BOOT_PARTITION
` [U-Boot] [PATCH 2/5] spl: Add EXT support to SPL
` [U-Boot] [PATCH 3/5] doc: Update documentation according to the EXT SPL support patch set
` [U-Boot] [PATCH 4/5] spl: do not hang in spl_register_fat_device but return error value. It allows to use both CONFIG_SPL_FAT_SUPPORT and CONFIG_SPL_EXT_SUPPORT
` [U-Boot] [PATCH 5/5] TI:OMAP4: enable EXT support in SPL for OMAP4 boards

[Qemu-devel] migration: qemu-coroutine-lock.c:141: qemu_co_mutex_unlock: Assertion `mutex->locked == 1' failed
 2014-09-19  8:47 UTC  (15+ messages)

netback oops in Linux 3.14 / 3.15
 2014-09-19  8:44 UTC  (5+ messages)

[PATCH] input: clps711x-keypad: Remove cond_resched() call
 2014-09-19  8:29 UTC 

[PATCH 0/9] ath10k: mostly cleanups
 2014-09-19  8:43 UTC  (6+ messages)
` [PATCH 6/9] ath10k: deduplicate wmi service ready logic

[Qemu-devel] [PATCH v2] ivshmem: use error_report
 2014-09-19  8:42 UTC  (3+ messages)

[PATCH v4 01/21] powerpc/8xx: Declare SPRG2 as a SCRATCH register
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 02/21] powerpc/8xx: Use SCRATCH0 and SCRATCH1 also for TLB handlers
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 04/21] powerpc/8xx: Remove loading of r10 at end of FixupDAR
 2014-09-19  8:36 UTC  (2+ messages)

snap_trimming + backfilling is inefficient with many purged_snaps
 2014-09-19  8:41 UTC  (8+ messages)

[PATCH v4 05/21] powerpc/8xx: Fix comment about DIRTY update
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH -next] gpio: Fix return value check in xgene_gpio_probe()
 2014-09-19  8:40 UTC  (2+ messages)

[PATCH v4 12/21] powerpc/8xx: Don't use MD_TWC for walk
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 15/21] powerpc/8xx: Implement 16k pages
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 11/21] powerpc/8xx: Use M_TW instead of M_TWB
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 18/21] powerpc/8xx: _PMD_PRESENT already set in level 1 entries
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH 1/2] cirrus: add missing drm_connector_register call
 2014-09-19  8:37 UTC  (6+ messages)
` [PATCH 2/2] bochs: "

[Buildroot] [PATCH v2] Add support for Flattened Image Trees
 2014-09-19  8:37 UTC  (9+ messages)

[PATCH v4 20/21] powerpc/8xx: Use DAR to save r3 for CPU6 ERRATA
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 17/21] powerpc/8xx: set PTE bit 22 off TLBmiss
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 19/21] powerpc/8xx: Don't restore regs to save them again
 2014-09-19  8:36 UTC  (2+ messages)

[RTF] [PATCH 00/26] gpio: use platform based module init
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 16/21] powerpc/8xx: Better readibility of ERRATA CPU6 handling
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 14/21] powerpc/8xx: Const for TLB RPN forced value
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 03/21] powerpc/8xx: exception InstructionAccess does not exist on MPC8xx
 2014-09-19  8:36 UTC  (2+ messages)

[PATCH v4 00/21] powerpc/8xx: Optimise MMU TLB handling and add support of 16k pages
 2014-09-19  8:36 UTC  (2+ messages)

[nightly] Core TISDK 2014.09 build 2014-09-19_01-00-30
 2014-09-19  8:13 UTC 

[PATCH] gpiolib: fix a few issues with gpiochip_remove
 2014-09-19  8:31 UTC  (2+ messages)

[v6][PATCH 1/2] xen:x86:mm:p2m: introduce set_identity_p2m_entry
 2014-09-19  8:30 UTC  (10+ messages)
` [v6][PATCH 2/2] xen:vtd: missing RMRR mapping while share EPT

[PATCH] cgroup: remove redundant check in cgroup_ino()
 2014-09-19  8:29 UTC  (2+ messages)

[Qemu-devel] [RFC v2 0/3] Q35/AHCI -cdrom/-hda desugaring
 2014-09-19  8:28 UTC  (3+ messages)
` [Qemu-devel] [RFC v2 1/3] blockdev: Add function to search for orphaned drives

[PATCH] iio: iadc: Qualcomm SPMI PMIC current ADC driver
 2014-09-19  8:27 UTC  (4+ messages)

6lowpan raw socket problems
 2014-09-19  8:27 UTC  (12+ messages)

[PATCH 0/8] Add enlightenments for vGPU
 2014-09-19 18:47 UTC  (14+ messages)
` [PATCH 2/8] drm/i915: Adds graphic address space ballooning logic
` [PATCH 4/8] drm/i915: Disable framebuffer compression for i915 driver in VM
` [PATCH 5/8] drm/i915: Add the display switch logic for vgpu in i915 driver
` [PATCH 6/8] drm/i915: Disable power management for i915 driver in VM
` [PATCH 7/8] drm/i915: Create vgpu specific write MMIO to reduce traps
` [PATCH 8/8] drm/i915: Support alias ppgtt in VM if ppgtt is enabled

git svn's performance issue and strange pauses, and other thing
 2014-09-19  8:25 UTC  (2+ messages)

[PATCH v2 0/6] mvebu multi SoC support
 2014-09-19  8:25 UTC  (5+ messages)

[PATCH for-next 0/2] Add creation flags for user space QPs
 2014-09-19  8:23 UTC  (5+ messages)
` [PATCH for-next 1/2] IB/uverbs: Add QP creation flags, allow blocking UD multicast loopback

[RFC PATCH v2 00/16] Add ACPI _DSD and unified device properties support
 2014-09-19  8:22 UTC  (5+ messages)
` [RFC PATCH v2 09/16] leds: leds-gpio: Add support for GPIO descriptors
` [RFC PATCH v2 12/16] input: gpio_keys_polled - "

turn off lowmemorykiller when running IGT on Android?
 2014-09-19  8:21 UTC  (3+ messages)

[PATCH 0/3] vb2 and omap3isp driver fixes
 2014-09-19  8:21 UTC  (5+ messages)
` [PATCH 1/3] vb2: Buffers returned to videobuf2 from start_streaming in QUEUED state

Creating am335x sdcard images with wic
 2014-09-19  8:21 UTC  (4+ messages)

drivers/net/wireless/ath/ath9k/ar9003_paprd.c:749:1: warning: the frame size of 1032 bytes is larger than 1024 bytes
 2014-09-19  8:19 UTC 

[PATCH] serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow control
 2014-09-19  7:46 UTC  (2+ messages)

[PATCH v3 6/5] AHCI: Do not read HOST_IRQ_STAT register in multi-MSI mode
 2014-09-19  8:25 UTC 

[PATCH] ath9k: Fix p2p address management
 2014-09-19  8:16 UTC  (2+ messages)

[PATCH] serial: imx: terminate the RX DMA when the UART is suspending
 2014-09-19  7:33 UTC 

[Qemu-devel] [PATCH 0/2] pflash (UEFI varstore) migration shortcut for libvirt
 2014-09-19  8:13 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] usb-serial: only check speed once at realize time
 2014-09-19  8:12 UTC  (3+ messages)

Perf event for Wall-time based sampling?
 2014-09-19  8:11 UTC  (4+ messages)

[meta-oe][PATCH] rsyslog: add UPDATE_ALTERNATIVE for syslog-service
 2014-09-19  8:11 UTC 

[PATCH 0/4] Fixes for syslog services in systemd
 2014-09-19  8:11 UTC  (5+ messages)
` [PATCH 1/4] systemd: enable syslog.socket by default
` [PATCH 2/4] busybox: fix for syslog service in systemd
` [PATCH 3/4] sysklogd: add systemd support
` [PATCH 4/4] sysklog: comment out configuration regarding xconsole

[U-Boot] [PATCH 0/3] ARM: atmel: add sama5d4ek board support
 2014-09-19  8:10 UTC  (2+ messages)

[Qemu-trivial] [PATCH v1] vl: Fix possible freed memory accessing
 2014-09-19  8:09 UTC  (5+ messages)
` [Qemu-devel] "
  ` [Qemu-trivial] "

[PATCH] serial: imx: change the wait even to interruptiable
 2014-09-19  7:42 UTC 

[PATCH 0/2 v2] Add OF match tables for the ChromeOs EC subdevices
 2014-09-19  8:08 UTC  (6+ messages)
  ` [PATCH 1/2 v2] i2c: cros-ec-tunnel: Add of match table
` [PATCH 2/2] input: cros_ec_keyb: "

[PATCH] serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow control
 2014-09-19  7:26 UTC 

[PATCH v2 0/4] ARM: meson: watchdog driver
 2014-09-19  8:07 UTC  (9+ messages)
` [PATCH v2 1/4] ARM: docs: add documentation binding for meson watchdog
` [PATCH v2 2/4] ARM: meson: add watchdog driver

[next:master 6630/6742] drivers/media/platform/coda/coda-bit.c:231:4: error: implicit declaration of function 'kmalloc'
 2014-09-19  8:06 UTC 

[LTP] [PATCH] pan/ltp-pan.c: TCONF testcases should not be written to failcmdfile
 2014-09-19  8:06 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] pc: bring ACPI table size below to 2.0 levels, try fixing -initrd for good
 2014-09-19  8:06 UTC  (3+ messages)

[PATCH net-next V2] net: keep original skb which only needs header checking during software GSO
 2014-09-19  8:04 UTC 

[PATCH 1/3] drm/radeon: use pointers instead of indexes for CS chunks
 2014-09-19  8:03 UTC  (6+ messages)
` [PATCH 2/3] drm/radeon: add command submission IDs

x86, microcode: BUG: microcode update that changes x86_capability
 2014-09-19  8:03 UTC  (10+ messages)

[PATCH v3 0/2] regulator: get voltage & duty table from dts for st-pwm
 2014-09-19  8:02 UTC  (3+ messages)
` [PATCH v3 1/2] regulator: st-pwm: get voltage and duty table from dts
` [PATCH v3 2/2] dt-bindings: add devicetree bindings for st-pwm regulator

Run xfstests for f2fs
 2014-09-19  7:59 UTC  (3+ messages)

[PATCH 0/2] Driver for 74xx-ICs with MMIO access
 2014-09-19  7:40 UTC  (3+ messages)
` [PATCH 1/2] GPIO: Add driver "
` [PATCH 2/2] GPIO: 74xx-mmio: Add DT bindings documentation

[net-next PATCH 00/29] Add support for the Intel FM10000 Ethernet Switch Host Interface
 2014-09-19  7:55 UTC  (2+ messages)

No sound captured with SGTL5000 on i.MX6 in I²S master mode
 2014-09-19  7:52 UTC  (13+ messages)

[PATCH v3 00/20] cleanup logs in main PMDs
 2014-09-19  7:52 UTC  (2+ messages)

[PATCH] ASoC: max98090: Fix missing free_irq (part 2)
 2014-09-19  7:51 UTC  (3+ messages)

Do these reiser4 patches apply and work properly with the linux-3.16.x series ?
 2014-09-19  7:50 UTC 

[PATCH net-next] net: keep original skb which only needs header checking during software GSO
 2014-09-19  7:49 UTC  (3+ messages)

ipsec: Remove obsolete MAX_AH_AUTH_LEN
 2014-09-19  7:48 UTC  (3+ messages)

[PATCH v7 0/29] Migration Stream v2
 2014-09-19  7:48 UTC  (7+ messages)
` [PATCH 22/29] tools/libxl: Allow limiting amount copied by datacopier
` [PATCH 23/29] tools/libxl: Extend datacopier to support reading into a buffer

Department of Public Works
 2014-09-19  7:42 UTC 

[PATCH] GPIO: gpiolib: trivial: Add missing carriage return
 2014-09-19  7:39 UTC 

[PATCHv2] serial: 8250: Add Quark X1000 to 8250 PCI driver
 2014-09-19  7:43 UTC 

[PATCH 0/3 v3] Fix Exynos USB on kernels with USB Gadget support
 2014-09-19  7:43 UTC  (3+ messages)

[PATCH 1/2] tests: Add drm_import_export
 2014-09-19  7:33 UTC  (2+ messages)
` [PATCH 2/2] tests/drm_import_export: Add subtest for prime


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.