All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-15 16:16:28 to 2011-07-15 17:42:00 UTC [more...]

[PATCH v2 0/1] Add unzip DEPENDS for .zip SRC_URI files
 2011-07-15 17:35 UTC  (2+ messages)
` [PATCH v2 1/1] Fixed concurrency problem for ZIP packed recipes

[PATCH] connector: add an event for monitoring process tracers
 2011-07-15 17:41 UTC  (3+ messages)

[PATCH 0000/0117] Staging: hv: Driver cleanup
 2011-07-15 17:47 UTC  (57+ messages)
` [PATCH 001/117] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
  ` [PATCH 025/117] Staging: hv: util: Get rid of the DMI signature in hv_util.c
  ` [PATCH 027/117] Staging: hv: blkvsc: Get rid of the dev_type guid from blkvsc_drv.c
  ` [PATCH 028/117] Staging: hv: storvsc: Get rid of the device type guid from storvsc_drv.c
  ` [PATCH 030/117] Staging: hv: netvsc: Initialize the driver name directly
  ` [PATCH 032/117] Staging: hv: netvsc: Get rid of the empty function netvsc_initialize()
  ` [PATCH 033/117] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver
  ` [PATCH 034/117] Staging: hv: mouse: Get rid of the dev_type guid in hv_mouse.c
  ` [PATCH 067/117] Staging: hv: netvsc: Cleanup error code in rndis_filter_query_device()
  ` [PATCH 068/117] Staging: hv: netvsc: Cleanup error return values in rndis_filter_set_packet_filter()
  ` [PATCH 069/117] Staging: hv: netvsc: Cleanup error returns in rndis_filter_init_device()
  ` [PATCH 071/117] Staging: hv: mouse: Change the jump label Cleanup to cleanup
  ` [PATCH 072/117] Staging: hv: mouse: Get rid of the unused PCI signature
  ` [PATCH 075/117] Staging: hv: storvsc: Inline free_stor_device()
  ` [PATCH 076/117] Staging: hv: storvsc: Do not aquire an unnecessary reference on stor_device
  ` [PATCH 077/117] Staging: hv: storvsc: Rename must_get_stor_device()
  ` [PATCH 078/117] Staging: hv: storvsc: Rename get_stor_device()
  ` [PATCH 079/117] Staging: hv: storvsc: Cleanup alloc_stor_device()
  ` [PATCH 080/117] Staging: hv: storvsc: Introduce state to manage the lifecycle of stor device
  ` [PATCH 081/117] Staging: hv: vmbus: Introduce a lock to protect the ext field in hv_device
  ` [PATCH 082/117] Staging: hv: storvsc: Use the newly introduced lock in accessing ext field
  ` [PATCH 083/117] Staging: hv: storvsc: Prevent outgoing traffic when stor dev is destroyed
  ` [PATCH 084/117] Staging: hv: storvsc: Get rid of release_stor_device() by inlining the code
  ` [PATCH 085/117] Staging: hv: storvsc: Get rid of final_release_stor_device() by inlining code
  ` [PATCH 086/117] Staging: hv: storvsc: Leverage the spinlock to manage ref_cnt
  ` [PATCH 087/117] Staging: hv: storvsc: Further cleanup reference counting of stor_device
  ` [PATCH 088/117] Staging: hv: netvsc: Inline the code for free_net_device()
  ` [PATCH 089/117] Staging: hv: netvsc: Cleanup alloc_net_device()
  ` [PATCH 090/117] Staging: hv: netvsc: Introduce state to manage the lifecycle of net device
  ` [PATCH 091/117] Staging: hv: netvsc: Use the newly introduced lock in accessing ext field
  ` [PATCH 092/117] Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev is destroyed
  ` [PATCH 093/117] Staging: hv: netvsc: Get rid of release_outbound_net_device() by inlining the code
  ` [PATCH 094/117] Staging: hv: netvsc: Get rid of release_inbound_net_device() "
  ` [PATCH 095/117] Staging: hv: netvsc: Leverage the spinlock to manage refcnt
  ` [PATCH 096/117] Staging: hv: netvsc: Further cleanup reference counting of netvsc_device
  ` [PATCH 097/117] Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driver
  ` [PATCH 098/117] Staging: hv: storvsc: Handle "
  ` [PATCH 099/117] Staging: hv: storvsc: Optimize bounce buffer handling for the "write" case
  ` [PATCH 100/117] Staging: hv: storvsc: Optimize the bounce buffer handling in the "read" case
  ` [PATCH 101/117] Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c
  ` [PATCH 102/117] Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of storvsc.c
  ` [PATCH 103/117] Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.c
  ` [PATCH 104/117] Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hyperv_storage.h
  ` [PATCH 105/117] Staging: hv: storvsc: Make some non static functions, static functions
  ` [PATCH 106/117] Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSE
  ` [PATCH 107/117] Staging: hv: storvsc: Fix a typo
  ` [PATCH 108/117] Staging: hv: storvsc: In case of scsi errors offline the device
  ` [PATCH 109/117] Staging: hv: storvsc: No need to copy from bounce buffer in case of a failure
  ` [PATCH 110/117] Staging: hv: vmbus: Change the signature of vmbus_child_driver_register()
  ` [PATCH 111/117] Staging: hv: vmbus: Change the signature of vmbus_child_driver_unregister()
  ` [PATCH 112/117] Staging: hv: util: Forcefully shutdown when shutdown is requested
  ` [PATCH 113/117] Staging: hv: util: Adjust guest time in a process context
  ` [PATCH 114/117] Staging: hv: vmbus: Check before invoking the channel callback
  ` [PATCH 115/117] Staging: hv: vmbus: Properly deal with de-registering "
  ` [PATCH 116/117] Staging: hv: vmbus: Add code to display modalias attribute
  ` [PATCH 117/117] Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is not used

[U-Boot] My partners and I need a good partner some one we can trust
 2011-07-15 17:40 UTC 

[PATCH] cifs-utils: manpages - Add contents for mount option cifsacl (try #2)
 2011-07-15 17:37 UTC 

[PATCH 2/4] voicecall: api for set/clear alpha and icon id
 2011-07-15 17:36 UTC  (4+ messages)

[PATCH v2] dt: Add id to AUXDATA structure
 2011-07-15 17:36 UTC 

[PATCH] ARM: move memory layout sanity checking before meminfo initialization
 2011-07-15 17:35 UTC  (9+ messages)

[PATCH 0/5] Driver support for cards based on Digital Devices bridge (ddbridge)
 2011-07-15 17:34 UTC  (8+ messages)

Should SUBLEVEL be removed for 3.x ?
 2011-07-15 17:33 UTC  (3+ messages)

[PATCH 0/3] ARM: tegra: paz00: Add Wifi and second serial port support
 2011-07-15 17:30 UTC  (14+ messages)
` [PATCH 1/3] ARM: tegra: paz00: add support serial port on JP1
` [PATCH 2/3] ARM: tegra: paz00: export the WIFI rfkill gpio
` [PATCH 3/3] ARM: tegra: paz00: enable wifi led

[PATCH] xen: update machine_to_phys_order on resume
 2011-07-15 17:30 UTC 

[PATCH -tip 00/13]tracing/kprobes: Dynamic events on module support
 2011-07-15 17:27 UTC  (3+ messages)
` [PATCH -tip 02/13] [CLEANUP]tracing/kprobes: merge trace probe enable/disable functions

last observations about quick start guide, then moving on
 2011-07-15 17:27 UTC  (2+ messages)

INFO: possible circular locking dependency detected
 2011-07-15 17:24 UTC  (16+ messages)

[Bug 39222] New: VDPAU not working on RV710
 2011-07-15 17:25 UTC  (3+ messages)
` [Bug 39222] "

[Qemu-devel] Wiki spam
 2011-07-15 17:24 UTC  (5+ messages)

[PATCH RFC 0/7] x86: convert ticketlocks to C and remove duplicate code
 2011-07-15 17:24 UTC  (5+ messages)

Announce: Sysprof 1.1.8 system-wide CPU profiler for Linux
 2011-07-15 17:15 UTC 

Mis-Design of Btrfs?
 2011-07-15 17:23 UTC  (17+ messages)

[U-Boot] at91rm9200 undef runtime error with eldk 5.0
 2011-07-15 17:22 UTC  (6+ messages)
      ` [U-Boot] eldk5.0 generate illegal instruction for at91rm9200

[Qemu-devel] [QAPI+QGA 3/3] QEMU Guest Agent (virtagent) v7
 2011-07-15 17:21 UTC  (6+ messages)
` [Qemu-devel] [PATCH v7 4/4] guest agent: add guest agent RPCs/commands

[PATCH] Fix xencommons for NetBSD
 2011-07-15 17:22 UTC  (13+ messages)

[PATCH V2 00/10]
 2011-07-15 17:22 UTC  (7+ messages)
` [PATCH V2 06/10] ARM: mxs: add saif device
          ` [alsa-devel] "

patch for Asus My Cinema PS3-100 (1043:48cd)
 2011-07-15 17:18 UTC  (3+ messages)

[PATCH] Fix xend restarting problem on NetBSD
 2011-07-15 17:17 UTC  (2+ messages)

(no subject)
 2011-07-15 17:07 UTC  (2+ messages)
` (unknown),

(unknown),
 2011-07-15 17:07 UTC 

(unknown),
 2011-07-15 17:07 UTC 

crash due to frequent access to csched_dom
 2011-07-15 17:14 UTC  (4+ messages)

r8712u driver for the rtl8192su chip
 2011-07-15 17:11 UTC  (4+ messages)
` [PATCH 0/2] staging: r8712u: Most return-values changed from -1 to
  ` [PATCH 1/2] staging: r8712u: Most return-values changed from -1 to proper errno macros
  ` [PATCH 2/2] staging: r8712u: checkpatch errors: trailing whitespace on 2 lines

[PATCH] pygrub: prefer Grub2 to Grub1
 2011-07-15 17:13 UTC  (2+ messages)

As we move to systemd, we are loosing some functionality from init scripts
 2011-07-15 17:10 UTC  (5+ messages)

[PATCH] xenbackendd: clean variable in loop
 2011-07-15 17:10 UTC  (6+ messages)

[Wishlist] could git tell which password it is asking when asking a password
 2011-07-15 17:08 UTC  (5+ messages)
  ` encrypted netrc for Git (was: [Wishlist] could git tell which password it is asking when asking a password.)
      ` encrypted netrc for Git

[PATCH 1/2] Add mkelfimage and support for generating kernel+initrd ELF payloads to OpenEmbedded
 2011-07-15 16:55 UTC 

[PATCH 2/2] Add mkelfimage and support for generating kernel+initrd ELF payloads to OpenEmbedded
 2011-07-15 16:55 UTC 

Add mkelfimage and support for generating kernel+initrd ELF payloads to OpenEmbedded
 2011-07-15 16:55 UTC 

[PATCH 01/15] gma500: Cursor interface
 2011-07-15 17:06 UTC  (16+ messages)
` [PATCH 02/15] gma500: Move the 2D operations into DRM
` [PATCH 03/15] gma500: add an mmap ioctl
` [PATCH 04/15] gma500: allow the creation of 'stolen' memory objects
` [PATCH 05/15] gma500: remove the legacy PM method
` [PATCH 06/15] gma500: Make crtc count a property of the device
` [PATCH 07/15] gma500: fix compile warnings when CONFIG_BACKLIGHT_CLASS_DEVICE is not defined
` [PATCH 08/15] gma500: skip getting modes via DDC on Moorestown
` [PATCH 09/15] gma500: Fix cdv warning on unused variable
` [PATCH 10/15] gma500: Add the Oaktrail HDMI support
` [PATCH 11/15] gma500: More Moorestown muddle meddling means MM maybe might modeset
` [PATCH 12/15] gma500@ Fix backlight range error
` [PATCH 13/15] gma500: Use the mrst helpers and power control for mode commit
` [PATCH 14/15] gma500: resync with Medfield progress
` [PATCH 15/15] gma500: Clean up the DPU config and make it runtime

RFC: seq_file: optimize memory re-alloc strategy for seq file sizes > PAGE_SIZE
 2011-07-15 17:02 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/5] Enable QEMU to handle more than 2GB with Xen
 2011-07-15 17:05 UTC  (6+ messages)
` [Qemu-devel] [PATCH 4/5] xen: Fix the memory registration to reflect of what is done by Xen
  `  "
` [PATCH 0/5] Enable QEMU to handle more than 2GB with Xen

Binary for carl9170
 2011-07-15 17:02 UTC  (3+ messages)

[PATCH 1/2] Kconfig: Allow disabling of CONFIG_DEVPORT
 2011-07-15 17:01 UTC  (10+ messages)

[PATCH 3/4] stk: Handle set up call in handled_notify
 2011-07-15 16:59 UTC  (4+ messages)

[PATCH] perf tools, x86: fix 32-bit compile on 64-bit system
 2011-07-15 15:38 UTC  (3+ messages)

[PATCH 1/2] gma500: Fix DPU build
 2011-07-15 16:47 UTC  (2+ messages)
` [PATCH 2/2] gma500: wire up the mrst i2c bus from chip_info

couple questions about toolchains from QS manual
 2011-07-15 16:55 UTC  (2+ messages)

[Qemu-devel] [PATCH] v6 revamp acpitable parsing and allow to specify complete (headerful) table
 2011-07-15 16:51 UTC  (5+ messages)

[PATCH 0/4] drivers:misc: ti-st: platform specifics
 2011-07-15 16:50 UTC 

[PATCH 0 of 4] xentrace fixes for xen-unstable
 2011-07-15 16:49 UTC  (7+ messages)
` [PATCH 2 of 4] xentrace: replace ASSERT with printk in __trace_var
` [PATCH 3 of 4] xentrace: reduce size of extradata in trace_irq_mask()
` [PATCH 4 of 4] Add a trace hypercall to allow tracing from dom0 or domU

[meta-oe] [PATCH 0/5] More meta-oe tidying
 2011-07-15 16:42 UTC  (6+ messages)
` [meta-oe] [PATCH 1/5] classes/kernel.bbclass: sync up with oe-core
` [meta-oe] [PATCH 2/5] Remove meta-oe/patches/
` [meta-oe] [PATCH 3/5] libgcrypt: turn into a bbappend
` [meta-oe] [PATCH 4/5] atk: switch over to "
` [meta-oe] [PATCH 5/5] libgpg-error: "

[PATCH 1/2] ARM: tegra: remove copy-and-pasted i2c platform data in boards
 2011-07-15 16:45 UTC  (6+ messages)
` [PATCH 2/2] ARM: tegra: remove copy-and-pasted usb platform data from boards

Is there a binding for IORESOURCE_DMA population?
 2011-07-15 16:45 UTC  (2+ messages)

[Qemu-devel] [RFC][PATCH 0/9] Use coroutines in the block layer
 2011-07-15 16:47 UTC  (10+ messages)
` [Qemu-devel] [RFC][PATCH 1/9] block: Add bdrv_co_readv/writev
` [Qemu-devel] [RFC][PATCH 2/9] block: Emulate AIO functions with bdrv_co_readv/writev
` [Qemu-devel] [RFC][PATCH 3/9] block: Add bdrv_co_readv/writev emulation
` [Qemu-devel] [RFC][PATCH 4/9] coroutines: Locks
` [Qemu-devel] [RFC][PATCH 5/9] qcow2: Use coroutines
` [Qemu-devel] [RFC][PATCH 6/9] qcow: "
` [Qemu-devel] [RFC][PATCH 7/9] async: Remove AsyncContext
` [Qemu-devel] [RFC][PATCH 8/9] coroutines: Use one global bottom half for CoQueue
` [Qemu-devel] [RFC][PATCH 9/9] block: Use bdrv_co_* instead of synchronous versions in coroutines

Git commit generation numbers
 2011-07-15 16:44 UTC  (17+ messages)

[PATCH 1/7] at91rm9200: emac move register header to drivers
 2011-07-15 16:44 UTC  (5+ messages)
` [PATCH 4/7] at91: remove non used at91_spi.h

[PATCHv5 00/11] PRCM chain handler
 2011-07-15 16:40 UTC  (3+ messages)
` [PATCHv5 01/11] OMAP: prcm: switch to a chained IRQ handler mechanism

[PATCH 1/1] powerpc/4xx: enable and fix pcie gen1/gen2 on the 460sx
 2011-07-15 16:40 UTC  (2+ messages)
` [v2 PATCH "

[PATCH] stk: Fix crash seen in stk_alpha_id_unset
 2011-07-15 16:35 UTC  (2+ messages)

[PATCH] bridge: mask forwarding of IEEE 802 local multicast groups
 2011-07-15 16:33 UTC  (7+ messages)

toolchain queries
 2011-07-15 16:28 UTC  (4+ messages)

[PATCH] gpio/tegra: dt: add binding for gpio polarity
 2011-07-15 16:29 UTC  (2+ messages)

[U-Boot] Greeting From Miss Sarah Kipkalya!!
 2011-07-15 16:26 UTC 

[PATCH v2] ARM: support XZ compressed kernels
 2011-07-15 16:25 UTC  (2+ messages)

Unnecessary cache-line flush on page table updates ?
 2011-07-15 16:24 UTC  (11+ messages)

[U-Boot] [RFC PATCH v1 3/9] Extend build-system for SPL framework
 2011-07-15 16:24 UTC  (2+ messages)
` [U-Boot] [RFC PATCH v2 "

[U-Boot] [RFC PATCH v1 2/9] spl: add initial support for a generic SPL framework
 2011-07-15 16:22 UTC  (2+ messages)
` [U-Boot] [RFC PATCH v2 "

Problems with hfsplus on ipods in 2.6.38+
 2011-07-15 16:21 UTC  (7+ messages)

[PATCH 0/4] mm, sparc64: Implement gup_fast()
 2011-07-15 16:21 UTC  (5+ messages)

APSM, AR9285 and bus hangs
 2011-07-15 16:18 UTC  (5+ messages)
    ` [ath9k-devel] "


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.