All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-07-26 11:08:30 to 2012-07-26 12:12:13 UTC [more...]

[Qemu-devel] [PATCH v2] qemu-iotests: add qed.py image manipulation utility
 2012-07-26 12:11 UTC  (3+ messages)

[PATCH 1/2] asus-wmi: record wlan status while controlled by userapp
 2012-07-26 12:11 UTC  (5+ messages)
` [PATCH 2/2] asus-wmi: update wlan LED through rfkill led trigger

[RFC] omap3-isp G_FMT & ENUM_FMT
 2012-07-26 12:10 UTC  (4+ messages)
` [PATCH 1/2] [media] omap3isp: implement ENUM_FMT
` [PATCH 2/2] [media] omap3isp: support G_FMT

qemu-kvm-1.1.0 crashing with kernel 3.5.0-rc6
 2012-07-26 12:09 UTC  (15+ messages)

[ANNOUNCE] Third release candidates for 4.0.4 and 4.1.3
 2012-07-26 12:09 UTC  (6+ messages)

[PATCH 0/8 v2] EXYNOS5: USB: Add USB 2.0 and USB 3.0 support for exynos5
 2012-07-26 12:08 UTC  (8+ messages)
` [PATCH 2/8 v2] ARM: EXYNOS5: Add machine data for USB 2.0
` [PATCH 4/8 v2] ARM: EXYNOS5: Add EHCI device from device tree
` [PATCH 5/8 v2] ARM: EXYNOS5: Add PHY initialization code for usb 2.0

[PATCH v3] dbus: include dbus-launch in the main dbus package
 2012-07-26 11:55 UTC  (11+ messages)

[PATCH for v3.6] v4l2-dev.c: Move video_put() after debug printk
 2012-07-26 12:06 UTC  (2+ messages)

[Ksummit-2012-discuss] Organising Mini Summits within the Kernel Summit
 2012-07-26 12:05 UTC  (5+ messages)
` [Workshop-2011] Media summit at the Kernel Summit - was: Fwd: "

bisected regression, v3.5 -> next-20120724: PCI PM causes USB hotplug failure
 2012-07-26 12:04 UTC  (9+ messages)

[PATCH 0 of 4 v7/leftover] Automatic NUMA placement for xl
 2012-07-26 12:03 UTC  (3+ messages)
` [PATCH 2 of 4 v7/leftover] libxl: enable automatic placement of guests on NUMA nodes

[PATCH] debug: Do not permit CONFIG_DEBUG_STACK_USAGE=y on IA64 or PARISC
 2012-07-26 12:01 UTC  (5+ messages)

[RESEND] ASoC: omap-abe-twl6040: Add device tree support
 2012-07-26 12:00 UTC  (2+ messages)

rpc_exit_task warning
 2012-07-26 12:00 UTC  (5+ messages)

[PATCH 00/36] AArch64 Linux kernel port
 2012-07-26 11:59 UTC  (2+ messages)

[Xenomai] Xenomai installation on P1020RDB
 2012-07-26 12:00 UTC  (9+ messages)

[PATCH] pnfs: mimic vanilla nfs4 stateid allocation in pNFS
 2012-07-26 11:59 UTC 

[PATCH 00/21] Some fixes and DT enablement for ux500 audio
 2012-07-26 11:58 UTC  (43+ messages)
` [PATCH 04/21] ASoC: ux500: Strengthen error checking after memory allocation
` [PATCH 05/21] ASoC: ux500: Include the correct header files
` [PATCH 06/21] ASoC: dapm: If one widget fails, do not force all subsequent widgets to fail too
` [PATCH 07/21] ASoC: io: Prevent use of regmap if request fails
` [PATCH 16/21] ASoC: Ux500: Enable MOP500 driver for Device Tree
` [PATCH 17/21] ASoC: Ux500: Enable ux500 PCM "
` [PATCH 19/21] ASoC: Ux500: Enable ux500 MSP "
` [PATCH 20/21] ASoC: codecs: Enable AB8500 CODEC "

r8169, 3.5.0, does't work at all
 2012-07-26 11:58 UTC 

[PATCH v5] mac80211: Remove control.sta from struct ieee80211_tx_info and restructure tx-path
 2012-07-26 11:57 UTC  (10+ messages)
              ` [ath9k-devel] "

[Qemu-devel] [PATCH v2 00/11]: qapi: generate qerrors from qapi-schema-errors.json
 2012-07-26 11:57 UTC  (15+ messages)
` [Qemu-devel] [PATCH 06/11] qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msg
` [Qemu-devel] [PATCH 07/11] qapi: qapi.py: allow the "'" character be escaped
` [Qemu-devel] [PATCH 09/11] qapi: add qapi-errors.py
` [Qemu-devel] [PATCH 10/11] qerror: switch to qapi generated error macros and table
` [Qemu-devel] [PATCH 11/11] scripts: update check-qerror.sh

Orion Pull request
 2012-07-26 11:57 UTC  (5+ messages)

[Qemu-devel] [RFC 00/27] Migration thread (WIP)
 2012-07-26 11:56 UTC  (4+ messages)

[PATCH v4 00/17] vfs: add the ability to retry on ESTALE to several syscalls
 2012-07-26 11:55 UTC  (22+ messages)
` [PATCH v4 01/17] vfs: add a retry_estale helper function to handle retries on ESTALE
` [PATCH v4 02/17] vfs: add a kern_path_at function
` [PATCH v4 03/17] vfs: make fstatat retry on ESTALE errors from getattr call
` [PATCH v4 04/17] vfs: fix readlinkat to retry on ESTALE
` [PATCH v4 05/17] vfs: remove user_path_at_empty
` [PATCH v4 06/17] vfs: turn "empty" arg in getname_flags into a bool
` [PATCH v4 07/17] vfs: add new "reval" argument to kern_path_create
` [PATCH v4 08/17] vfs: fix mknodat to retry on ESTALE errors
` [PATCH v4 09/17] vfs: fix mkdir "
` [PATCH v4 10/17] vfs: fix symlinkat "
` [PATCH v4 11/17] vfs: fix linkat "
` [PATCH v4 12/17] vfs: make rmdir "
` [PATCH v4 13/17] vfs: make do_unlinkat "
` [PATCH v4 14/17] vfs: fix renameat to "
` [PATCH v4 15/17] vfs: remove user_path_parent
` [PATCH v4 16/17] vfs: have do_sys_truncate retry once on an ESTALE error
` [PATCH v4 17/17] vfs: have faccessat "

[PATCH] properly enable the blc controller on the right pipe
 2012-07-26 11:55 UTC  (2+ messages)
` [PATCH] drm/i915 disable combination mode

[PATCH v2 1/3] mtd: nand: Include IMX6 in the list of supported SoCs
 2012-07-26 11:54 UTC  (13+ messages)
` [PATCH v2 3/3] ARM: imx_v6_v7_defconfig: Select MXS_DMA

After pairing, get "Link Key Request Negative Reply"
 2012-07-26 11:54 UTC  (2+ messages)

[PATCH] package.bbclass: don't error when the root doesn't exist in do_split_packages
 2012-07-26 11:41 UTC  (4+ messages)

i2c-mux-gpio platform device ID issue
 2012-07-26 11:49 UTC  (3+ messages)

one question about xfstests for ext4?
 2012-07-26 11:48 UTC  (3+ messages)

[Buildroot] [PATCH 0/2] qemu mips64 sample config
 2012-07-26 11:47 UTC  (3+ messages)

[Buildroot] (no subject)
 2012-07-26 11:44 UTC  (2+ messages)

[PATCH V3 0/4] [SCSI] ufs: Adds glue drivers to ufshcd
 2012-07-26 11:44 UTC  (5+ messages)

partner with me.!!! 26-07-2012
 2012-07-26 11:09 UTC 

[RFC 0/4] OMAP Cpuidle/Suspend Cleanups
 2012-07-26 11:43 UTC  (8+ messages)
` [RFC 2/4] ARM: OMAP: PM: Get rid of Powerdomain book-keeping from cpuidle

rcu: INFO: rcu_preempt detected stalls on CPUs/tasks on v3.6
 2012-07-26 11:42 UTC  (2+ messages)

dev manual has pretty outdated link to bitbake user manual
 2012-07-26 11:42 UTC 

[RFC 0/4]
 2012-07-26 11:40 UTC  (5+ messages)
` [RFC 0/4 v2]
  ` [RFC 1/4 v2] Implement a basic remote helper for svn in C

[PATCH] scsi_megaraid: addition spin_lock in megaraid_abort()
 2012-07-26 11:40 UTC 

[PATCH] regmap: Don't lock in regmap_reinit_cache()
 2012-07-26 11:45 UTC 

[PATCH] [CFT] drm/i915: Only set the down rps limit when at the loweset frequency
 2012-07-26 11:38 UTC  (4+ messages)
` [PATCH] drm/i915: rip out sanitize_pm again

[RFC PATCH 0/6] virtio-trace: Support virtio-trace
 2012-07-26 11:35 UTC  (4+ messages)
` [Qemu-devel] "

autoconf broken? (was [oe] gtk+-native configure fails)
 2012-07-26 11:24 UTC 

[PATCH 0/9 v3] extract an shdma base library from shdma.c
 2012-07-26 11:32 UTC  (7+ messages)
` [PATCH 9/9 v3] dma: shdma: convert to the shdma base library

proper way to report fetch failure?
 2012-07-26 11:20 UTC 

Triggering readpages operation
 2012-07-26 11:32 UTC  (2+ messages)

[PATCH 0/3] Incremental updates for da/difftool-updates
 2012-07-26 11:31 UTC  (3+ messages)
` [PATCH 3/3] difftool: Disable --symlinks on cygwin

[PATCH 0/2] virtio-scsi event changes for 3.6
 2012-07-26 11:31 UTC  (9+ messages)
` [PATCH 1/2] virtio-scsi: fix parsing of hotplug/hot-unplug LUN number

Question concerning merge behavior
 2012-07-26 11:30 UTC 

how to properly use "EXTRA_ASSUME_PROVIDED"?
 2012-07-26 11:18 UTC  (6+ messages)

Can't make RTL8188CE work with hostapd (rtl8192ce)
 2012-07-26 11:28 UTC  (15+ messages)
          ` Tr : "
                ` Tr : "

[PATCH V3 1/2] of: Add generic device tree DMA helpers
 2012-07-26 11:28 UTC  (6+ messages)

[PATCH v5 0/9] audit: overhaul audit_names handling to allow for retrying on path-based syscalls
 2012-07-26 11:21 UTC  (12+ messages)
` [PATCH v5 1/9] audit: remove unnecessary NULL ptr checks from do_path_lookup
` [PATCH v5 2/9] audit: pass in dentry to audit_copy_inode wherever possible
` [PATCH v5 3/9] audit: reverse arguments to audit_inode_child
` [PATCH v5 4/9] audit: add a new "type" field to audit_names struct
` [PATCH v5 5/9] audit: set the name_len in audit_inode for parent lookups
` [PATCH v5 6/9] audit: remove dirlen argument to audit_compare_dname_path
` [PATCH v5 7/9] audit: make audit_compare_dname_path use parent_len helper
` [PATCH v5 8/9] audit: optimize audit_compare_dname_path
` [PATCH v5 9/9] audit: overhaul __audit_inode_child to accomodate retrying

master - filters: move device_info_t definition to header
 2012-07-26 11:24 UTC 

[RFC PATCH] drivers: regulator: add error checks for exported APIs
 2012-07-26 11:23 UTC  (5+ messages)

[RFC PATCH 0/6] CPU hotplug: Reverse invocation of notifiers during CPU hotplug
 2012-07-26 11:22 UTC  (10+ messages)

[net] ixgbe: fix panic while dumping packets on Tx hang with IOMMU
 2012-07-26 11:21 UTC 

[PATCH 0/4] Fix clocks for i.MX27 in mx2_camera.c
 2012-07-26 11:20 UTC  (10+ messages)
` [PATCH 1/4] i.MX27: Fix emma-prp and csi clocks
` [PATCH 2/4] media: mx2_camera: Mark i.MX25 support as BROKEN
` [PATCH 3/4] Schedule removal of i.MX25 support in mx2_camera.c
` [PATCH 4/4] media: mx2_camera: Fix clock handling for i.MX27

[PATCH v2 0/4] Use dma_mmap_coherent to support IOMMU mapper
 2012-07-26 11:20 UTC  (19+ messages)
` [PATCH v2 1/4] ARM: dma-mapping: define ARCH_HAS_DMA_MMAP_COHERENT
` [PATCH v2 2/4] ALSA: pcm - Don't define ARCH_HAS_DMA_MMAP_COHERENT privately for ARM
` [PATCH v2 3/4] media: videobuf2-dma-contig: use dma_mmap_coherent if available
` [PATCH v2 4/4] fbdev: sh_mobile_lcdc: "

[PATCH] NEWS: Correct release version: s/2.12.0/2.20.0/
 2012-07-26 11:17 UTC  (2+ messages)

containers and cgroups mini-summit @ Linux Plumbers
 2012-07-26 11:16 UTC  (5+ messages)

[Qemu-devel] [PATCH V4 0/3] Show backing file depth in HMP
 2012-07-26 11:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH V4 1/3] block: create bdrv_get_backing_file_depth()
` [Qemu-devel] [PATCH V4 2/3] block: Use bdrv_get_backing_file_depth()
` [Qemu-devel] [PATCH V4 3/3] hmp: show the backing file depth

Adding default for m64/m32 handle
 2012-07-26 11:14 UTC  (3+ messages)

[PATCH v12 00/17] execute hotplug scripts from libxl
 2012-07-26 11:08 UTC  (3+ messages)
` [PATCH v12 10/17] libxl: set correct nic type depending on the guest


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.