All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-05 08:58:13 to 2011-08-05 10:39:47 UTC [more...]

[PATCH 1/6] SRC_URI: Using BPN instaed of PN
 2011-08-05 10:37 UTC  (3+ messages)
` [PATCH 0/6] Variable fixes for multilib
  ` [PATCH 2/6] tcp-wrappers: Using ${PN} in PACKAGES

[PATCH] KVM-test: Add subtest: usb v4
 2011-08-05 10:39 UTC  (2+ messages)

[PATCH] mlx4: decreasing ref count when removing mac
 2011-08-05 10:36 UTC  (3+ messages)

[PATCH 0/2] x86, MCE: Use MCE decoder notifier chain
 2011-08-05 10:35 UTC  (5+ messages)

[net 0/6][pull request] Intel Wired LAN Driver Update
 2011-08-05 10:35 UTC  (2+ messages)

[U-Boot] [PATCH v2] ARM926ejs: Add routines to invalidate D-Cache
 2011-08-05 10:33 UTC  (8+ messages)

[PATCH] Remove CLOCK_TICK_RATE from tsc code
 2011-08-05 10:33 UTC  (2+ messages)

[PATCH] Remove CLOCK_TICK_RATE from acpi_pm clocksource driver
 2011-08-05 10:32 UTC  (2+ messages)

[PATCH 0/2]: mpt2sas bug fixes
 2011-08-05 10:32 UTC  (2+ messages)

Grub-install, superblock corrupted/erased and other animals
 2011-08-05 10:32 UTC  (8+ messages)

[PATCH 1/1] Add driver support for ITE IT9135 device
 2011-08-05 10:24 UTC 

[PATCH] netfilter: avoid double free in nf_reinject
 2011-08-05 10:36 UTC 

[PATCH 0/3] sendmmsg fixes
 2011-08-05 10:31 UTC  (2+ messages)

[RFC PATCH 0/3] If an IRQ is a GPIO, request and configure it
 2011-08-05 10:30 UTC  (6+ messages)

git-fast-export is returning streams with source code inside
 2011-08-05 10:30 UTC  (8+ messages)

[GIT] Networking
 2011-08-05 10:29 UTC  (8+ messages)
  ` [forcedeth bug] "
    ` [PATCH, REVERT] "

[U-Boot] [PATCH v 0/3] arm: changes in cache handling
 2011-08-05 10:29 UTC  (2+ messages)

[GIT] IDE
 2011-08-05 10:28 UTC 

kvm PCI assignment & VFIO ramblings
 2011-08-05 10:26 UTC  (6+ messages)

[PATCHv2 NEXT 0/1] netxen: update
 2011-08-05 10:26 UTC  (5+ messages)
` [PATCHv2 NEXT 1/1] netxen: add vlan accel support

[PATCH] mach-sa1100: fix PCI build problem
 2011-08-05 10:24 UTC 

how to freeze the 2.6 kernel on SMP m/c
 2011-08-05 10:24 UTC 

[PATCH] Remove CLOCK_TICK_RATE from ACTHZ definition
 2011-08-05 10:21 UTC  (2+ messages)

[PATCH] mmc: dw_mmc: Fix DDR mode support
 2011-08-05 10:20 UTC  (2+ messages)

INSTALL hint: create device btrfs-control
 2011-08-05 10:19 UTC  (2+ messages)

[PATCH 2/2] powerpc: Fix build without CONFIG_PCI
 2011-08-05 10:16 UTC  (3+ messages)

Systems Alert!!
 2011-08-05 10:34 UTC 

[Qemu-devel] Organic SEO Services
 2011-08-05 10:06 UTC 

[tip:perf/urgent] perf python: Add PERF_RECORD_{LOST,READ,SAMPLE} routine tables
 2011-08-05 10:07 UTC 

[PATCH] sparc: Size mondo queues more sanely
 2011-08-05 10:09 UTC 

[RFC PATCH 0/2] ARM: CSR: add rtciobrg and PM sleep entry
 2011-08-05 10:09 UTC  (3+ messages)
` [RFC PATCH 1/2] ARM: CSR: add rtc i/o bridge interface for SiRFprimaII

[PATCH] ARM: GIC: Add device tree interrupt specifier translation support
 2011-08-05 10:08 UTC  (5+ messages)

[tip:perf/urgent] perf report: Use ui__warning in some more places
 2011-08-05 10:08 UTC 

[tip:perf/urgent] perf evlist: Introduce 'disable' method
 2011-08-05 10:07 UTC 

[PATCH V3 00/20] dmaengine/amba-pl08x updates
 2011-08-05 10:02 UTC  (42+ messages)
` [PATCH V3 01/20] ARM: asm/pl080.h: Protect against multiple inclusion of header file
` [PATCH V3 02/20] dmaengine/amba-pl08x: Resolve formatting issues
` [PATCH V3 03/20] dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending order
` [PATCH V3 04/20] dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz)
` [PATCH V3 05/20] dmaengine/amba-pl08x: Complete doc comment for struct pl08x_txd
` [PATCH V3 06/20] dmaengine/amba-pl08x: Remove redundant comment and rewrite original
` [PATCH V3 07/20] dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info
` [PATCH V3 08/20] dmaengine/amba-pl08x: support runtime PM
` [PATCH V3 09/20] dmaengine/amba-pl08x: Simplify pl08x_ensure_on()
` [PATCH V3 10/20] dmaengine/amba-pl08x: No need to check "ch->signal < 0"
` [PATCH V3 11/20] dmaengine/amba-pl08x: Schedule tasklet in case of error interrupt
` [PATCH V3 12/20] dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary()
` [PATCH V3 13/20] dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN(width))
` [PATCH V3 14/20] dmaengine/amba-pl08x: Add prep_single_byte_llis() routine
` [PATCH V3 15/20] dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width)
` [PATCH V3 16/20] dmaengine/amba-pl08x: Choose peripheral bus as master bus
` [PATCH V3 17/20] dmaengine/amba-pl08x: Pass flow controller information with slave channel data
` [PATCH V3 18/20] dmaengine/amba-pl08x: Add support for sg len greater than one for slave transfers
` [PATCH V3 19/20] dmaengine/amba-pl08x: Check txd->llis_va before freeing dma_pool
` [PATCH V3 20/20] dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly

[Qemu-devel] Welcome to the "Qemu-devel" mailing list (Digest mode)
 2011-08-05 10:08 UTC  (2+ messages)

[PATCH] perf: buildid-cache zero out buffer of filenames when adding/remoing buildid
 2011-08-05 10:06 UTC  (2+ messages)
` [tip:perf/urgent] perf buildid-cache: Zero out buffer of filenames when adding/removing buildid

[git pull drm fixes
 2011-08-05 10:07 UTC  (8+ messages)

[PATCH] fix cpuidle_xxx functions name mismatch
 2011-08-05 10:06 UTC  (2+ messages)

[PATCH -v3 0/3] xen-blkback: refactor vbd remove/disconnect
 2011-08-05  9:42 UTC  (4+ messages)
` [PATCH -v3 2/3] xen-blkback: repleace check kthread_should_stop() to remove_requested in xen_blkif_schedule() loop
    ` [Xen-devel] "

[Qemu-devel] [PATCH] introduce environment variables for all qemu-user options
 2011-08-05 10:04 UTC  (3+ messages)

[Qemu-devel] [PATCH v3] qcow2: Fix L1 table size after bdrv_snapshot_goto
 2011-08-05 10:06 UTC 

[Qemu-devel] Professional Web Design and Web Development agency
 2011-08-05  8:19 UTC 

Shouldn't DT preserve pdev name and id to allow platform_match to work?
 2011-08-05 10:02 UTC  (4+ messages)

[Qemu-devel] master doesn't build on mingw32
 2011-08-05  9:57 UTC 

[PATCH 0/7] perf, x86: Implement AMD IBS
 2011-08-05  9:55 UTC  (7+ messages)
` [PATCH 4/7] perf, x86: Implement IBS interrupt handler

[Qemu-devel] Safely reopening image files by stashing fds
 2011-08-05  9:55 UTC  (7+ messages)

[PATCH 1/2] Add stop playing ringtone to maemo6 telephony driver
 2011-08-05  9:54 UTC  (3+ messages)

[perf] enable raw OFFCORE_EVENTS for non-perf userspace
 2011-08-05  9:49 UTC  (3+ messages)

[PATCH v3 11/13] ath9k_hw: Disable Walsh spatial spreading for 2 chains
 2011-08-05  9:48 UTC  (5+ messages)

[PATCH 1/5] mrst_pmu: driver for Intel Moorestown Power Management Unit
 2011-08-05  9:48 UTC  (6+ messages)
` idle patch queue for Linux 3.1
  ` [PATCH 5/5] cpuidle: stop depending on pm_idle
      ` [linux-pm] "

btrfs-progs repository
 2011-08-05  9:48 UTC  (4+ messages)

[PATCH v2 00/17] Introduce a led trigger for CPU activity and consolidate LED driver in ARM
 2011-08-05  9:48 UTC  (7+ messages)
` [PATCH 01/17] leds: create a trigger for CPU activity

[PATCH 2/2] mac80211: Don't use a buf_size=0 in ADDBA requests
 2011-08-05  9:46 UTC  (2+ messages)
` [PATCHv2 "

[U-Boot] [PATCH] drivers: add the support for Silicon Image SATA controller
 2011-08-05  9:45 UTC 

[PATCH 0/2] Forcibly enable some MISC_ENABLE features on Intel
 2011-08-05  9:43 UTC  (10+ messages)
` [PATCH 2/2] x86: Enable monitor/mwait on Intel if BIOS hasn't already

Hello My Dear, My name is Grace Adam,i read through your profile today and i became interested in you,i will also like to know you the more,and i want you to send an e-mail to my e-mail address so i can give you my picture for you to know whom i am and for the both of us to know each other very well and better in life,and we can achieve it in future because ture love and feeling means alot in future.Here is my private e-mail address you can contact me with it.(graceadam@gala.net)I am waiting for your mail to my e-mail address above and aslo, Remember the distance or colour does not matter but love,feeling,e-motions and sympathetic love matters alot in life. Thanks,and i promise to be honest and to keep a very good relationship with you. Grace. graceadam@gala.net
 2011-08-05  9:33 UTC 

[Qemu-devel] [PATCH 0.15.0] qcow2: Fix L1 table size after bdrv_snapshot_goto
 2011-08-05  9:37 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 "

[Qemu-devel] a newbie question: code patches
 2011-08-05  9:37 UTC  (7+ messages)

[PATCH 0/5] OMAP: DSS2: Miscellaneous DISPC Patches
 2011-08-05  9:46 UTC  (6+ messages)
` [PATCH 5/5] OMAP4: DSS2: VIDEO3 pipeline support

[Qemu-devel] Build broken
 2011-08-05  9:37 UTC  (6+ messages)

[U-Boot] (no subject)
 2011-08-05  9:37 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style

[Q] SW-ECC to HW-ECC (OMAP3)
 2011-08-05  9:33 UTC  (2+ messages)

[PATCH] sparc: Access kernel TSB using physical addressing when
 2011-08-05  9:33 UTC  (3+ messages)
` [PATCH] sparc: Access kernel TSB using physical addressing

ISP CCDC freeze-up on STREAMON
 2011-08-05  9:33 UTC  (3+ messages)

list corruption in the last few days. (block ? crypto ?)
 2011-08-05  9:33 UTC  (6+ messages)

[PATCH 2/2] Btrfs: fix uninitialized sync_pending
 2011-08-05  9:32 UTC 

[PATCH 1/2] Btrfs: fix wrong free space information
 2011-08-05  9:32 UTC 

[ANNOUNCE] 3.0-rt6
 2011-08-05  9:28 UTC  (6+ messages)

[PATCH obexd 2/2] Fix several issues in FTP action support
 2011-08-05  9:29 UTC  (3+ messages)
` [PATCH obexd v2 "

[Qemu-devel] [PATCH] linux-user: Fix indirect syscall handling for MIPS
 2011-08-05  9:27 UTC  (4+ messages)

[PATCH 0/1] Add libSDL.so into Sato image
 2011-08-05  9:21 UTC  (3+ messages)
` [PATCH 1/1] libsdl: "

[PATCH 0/8] VME Driver Fixes
 2011-08-05  9:24 UTC  (10+ messages)
` [PATCH 5/8] staging: vme: add functions for bridge module refcounting

[Qemu-devel] [PATCH 0/2] Support for i_generation / st_gen in 9p server
 2011-08-05  9:24 UTC  (11+ messages)
` [Qemu-devel] [PATCH 2/2] i_generation / st_gen support for handle based fs driver

Security level for Primary Services discovery during pairing
 2011-08-05  9:24 UTC  (3+ messages)

[PATCH 01/12] ARM: Remove LATCH reference for time-acorn.c
 2011-08-05  9:23 UTC  (3+ messages)

[PATCH] add slice by 8 algorithm to crc32.c
 2011-08-05  9:22 UTC  (4+ messages)

[Qemu-devel] [PATCH] pcie/aer: fix inject aer error command
 2011-08-05  9:22 UTC 

[Qemu-devel] [PATCH] pcie/slot: fix hotplug event
 2011-08-05  9:22 UTC 

[Cluster-devel] GFS2: Fix bug trap and journaled data fsync
 2011-08-05  9:21 UTC 

[PATCH] ASoC: OMAP4: mcpdm: Fix IRQ handling
 2011-08-05  9:21 UTC  (2+ messages)

LVM2/lib/metadata lv_manip.c
 2011-08-05  9:21 UTC 

[PATCH 1/2] Add watch for RFCOMM disconnect to HFP HF role
 2011-08-05  9:20 UTC  (2+ messages)

kernel BUG at mm/vmscan.c:1114
 2011-08-05  9:19 UTC  (7+ messages)

virtio-win - 10Gbit network drivers?
 2011-08-05  9:11 UTC 

2011.03-maintenance: eglibc-binary-localedata packages missing on image
 2011-08-05  9:09 UTC  (3+ messages)

[ANNOUNCE] 3.0-rt7
 2011-08-05  9:12 UTC  (2+ messages)

[PATCH 0/8] overlay filesystem: request for inclusion
 2011-08-05  9:11 UTC  (3+ messages)

Autofs dump map option
 2011-08-05  9:11 UTC 

[PATCH NEXT 1/1] netxen: add vlan accel support
 2011-08-05  8:59 UTC 

Using EPT to map guest MMIO to host MMIO
 2011-08-05  9:08 UTC  (4+ messages)

[RFC][PATCH] of: add a dummy implementation of of_get_property() in of.h
 2011-08-05  9:05 UTC  (3+ messages)

[patch 0/3] rtc: Assorted bug fixes
 2011-08-05  9:04 UTC  (6+ messages)
` [patch 3/3] rtc: Limit frequency
    ` [stable] "

[Qemu-devel] -vga qxl
 2011-08-05  9:03 UTC  (6+ messages)

[PATCH] [media] omap3isp: queue: fail QBUF if buffer is too small
 2011-08-05  8:59 UTC  (2+ messages)

[PATCH 0/5] Export the sock's security context to proc
 2011-08-05  8:58 UTC  (7+ messages)
` [PATCH 3/5] Export the udp "
` [PATCH 4/5] Export the unix "
` [PATCH 5/5] Export the tcp "

[RFC PATCH] mmc: at91_mci: remove the use of irq_to_gpio
 2011-08-05  8:58 UTC  (2+ messages)


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.