All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-01 07:40:53 to 2011-08-01 09:37:44 UTC [more...]

[RFC PATCH v2 0/3] separate thread for VM migration
 2011-08-01  9:37 UTC  (3+ messages)
` [RFC PATCH v2 1/3] "

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

[PATCH] arm: introduce arm_add_mem_device to register dram device
 2011-08-01  9:19 UTC  (5+ messages)

Assembling array with missing members
 2011-08-01  9:37 UTC  (2+ messages)

2011.03-maintenance: eglibc-binary-localedata packages missing on image
 2011-08-01  9:31 UTC 

[PATCH 00/39] Memory API, batch 2: PCI devices
 2011-08-01  9:35 UTC  (6+ messages)
` [PATCH 20/39] virtio-pci: convert to memory API
    ` [Qemu-devel] "

nand write.yaffs2
 2011-08-01  9:33 UTC 

[PATCH] Staging: cx25821: fix coding style issues
 2011-08-01  9:33 UTC 

[PATCH 0/6] adjust array index
 2011-08-01  9:27 UTC  (8+ messages)
` [PATCH 1/6] net: "
` [PATCH 3/6] drivers/net/niu.c: "

[U-Boot] Build failure for ARM devices
 2011-08-01  9:33 UTC 

unnecessary dependencies?
 2011-08-01  9:29 UTC  (8+ messages)

[PATCHv2 1/2] mac80211: Fill in skb->protocol information for injected frames
 2011-08-01  9:32 UTC  (2+ messages)
` [PATCHv2 2/2] mac80211: Don't use EAPOL frames for rate sampling

[PATCH] memory: synchronize dirty bitmap before unmapping a range
 2011-08-01  9:32 UTC  (12+ messages)
  ` [Qemu-devel] "

[ath9k-devel] Some novice questions
 2011-08-01  9:30 UTC  (3+ messages)

libnfnetlink patches
 2011-08-01  9:30 UTC  (2+ messages)

Some more on MSI GX740 and HDA Intel (bug 5321)
 2011-08-01  9:30 UTC 

[PATCH] Add sched_clock to AT91 TCB clocksource driver
 2011-08-01  9:28 UTC  (6+ messages)

[Bugme-new] [Bug 39372] New: Problems with HFSC Scheduler
 2011-08-01  9:27 UTC  (4+ messages)

[PATCH 0/2] cbs: send topics one by one for ZTE modem
 2011-08-01  9:27 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] zte: specify the vendor to send cbs topics one by one

[PATCH] MAINTAINERS: Remove Pekka Savola from ipv6
 2011-08-01  9:23 UTC 

Copy ALSA buffer to the buffer allocated in my driver
 2011-08-01  9:28 UTC 

[PATCH RFC] kconfig.h fix extraneous dependencies
 2011-08-01  9:24 UTC  (4+ messages)

[linux-lvm] Question, what is the first 384 cyclinder in the PV?
 2011-08-01  9:24 UTC  (2+ messages)

linux-next: Tree for July 29
 2011-08-01  9:25 UTC  (7+ messages)
` [PATCH -next] regulator: aat2870-regulator.c needs module.h

[RFC net-next v2 00/71] Organize/Move of the Ethernet drivers in drivers/net/
 2011-08-01  9:21 UTC  (4+ messages)
` [net-next v2 02/71] 3c*/acenic/typhoon: Move 3Com Ethernet drivers

[v5 PATCH 0/5] Simplify demultiplex thread
 2011-08-01  9:19 UTC  (6+ messages)
  ` [v5 PATCH 1/5] CIFS: Move buffer allocation to a separate function
  ` [v5 PATCH 2/5] CIFS: Simplify socket reading in demultiplex thread
  ` [v5 PATCH 3/5] CIFS: Move RFC1002 check to a separate function
  ` [v5 PATCH 4/5] CIFS: Move mid search "
  ` [v5 PATCH 5/5] CIFS: Cleanup demupltiplex thread exiting code

PLEASE REPLY, ITS A BUSINESS PROPOSAL
 2011-08-01  8:46 UTC 

[RFC PATCH]vhost-blk: In-kernel accelerator for virtio block device
 2011-08-01  9:18 UTC  (16+ messages)
` [RFC PATCH] vhost-blk: An in-kernel accelerator for virtio-blk

help: the question about relative path in the objects/info/alternates
 2011-08-01  9:16 UTC 

PROBLEM: BUG (NULL ptr dereference in ipv4_dst_check)
 2011-08-01  9:15 UTC  (8+ messages)

Bond, round robin mis-config​uration
 2011-08-01  9:15 UTC  (5+ messages)
    `  "
      `  "

Your email id has wonn
 2011-08-01  9:08 UTC 

[CONSOLIDATED PATCH 00/22] Fixes Multi-Lib & M3
 2011-08-01  9:09 UTC  (13+ messages)
` [PATCH 09/22] tune/arch-powerpc64: Remove support for soft-float from ppc64
` [PATCH 13/22] sanity: Dont throw a warning if TUNE_PKGARCH is in PACKAGE_ARCHS twice
` [PATCH 15/22] tune/powerpc: Cleanup setting of TUNE_PKGARCH
` [PATCH 17/22] bitbake.conf: Add default tune-${DEFAULTTUNE} override
` [PATCH 18/22] rootfs_rpm.bbclass: Fix multilib configurations to use DEFAULTTUNE
` [PATCH 19/22] package_{deb, rpm, ipk}.bbclass: fix 'lingusa' typo
` [PATCH 20/22] arch-armv7a.inc: fix armv7a-vfp-neon -> armv7a compat case
` [PATCH 21/22] external-*toolchain: remove glibc-utils provide
` [PATCH 22/22] feature-arm-thumb: Take ARM_INSTRUCTION_SET into account to decide thumb mode

[U-Boot] [PATCH v2 6/7] ARMV7: OMAP: I2C driver: Write more than 1 byte at a time in i2c_write
 2011-08-01  9:12 UTC  (3+ messages)
` [U-Boot] [PATCH v3] "

understanding the SCSI Specification
 2011-08-01  9:11 UTC  (2+ messages)

[ath9k-devel] Ubiquity SR71-E: direct probe timed out
 2011-08-01  9:07 UTC  (11+ messages)

[PATCH] iio: impedance-analyzer: New driver for AD5933/4 Impedance Converter, Network Analyzer
 2011-08-01  9:14 UTC  (6+ messages)

crownbay-noemgd poky-image-minimal fails to build
 2011-08-01  9:04 UTC  (7+ messages)

[PATCH] Sound: AudioScience HPI: Don't leak firmware if mem alloc fails
 2011-08-01  9:04 UTC  (6+ messages)

[PATCH] sched: Remove rq->avg_load_per_task
 2011-08-01  9:03 UTC 

[RFC v2]: Issues implementing clock handling mechanism within UART driver
 2011-08-01  9:03 UTC  (11+ messages)

xl miss the logic of memory allocation on NUMA platform
 2011-08-01  9:03 UTC  (4+ messages)

rados callbacks
 2011-08-01  9:03 UTC 

[U-Boot] [PATCH] AT91: Small fix on AT91 USART initialization code
 2011-08-01  9:01 UTC 

рассылки от 1451 руб
 2011-08-01  8:59 UTC 

[PATCH 1/2] ipg: Use current logging styles
 2011-08-01  8:57 UTC  (4+ messages)
` [PATCH 2/2] ipg: Use const

[PATCH 1/2] bna: Remove Unnecessary CNA Check
 2011-08-01  8:56 UTC  (4+ messages)
` [PATCH 2/2] bna: HW Interface Init Update

[PATCH net-next 1/5] qlcnic: Fix enviroment variable for udev event generation during FW dump
 2011-08-01  8:57 UTC  (3+ messages)
` [PATCH net-next 0/5] qlcnic: Fixes and debug support

[PATCH] ip6tnl: avoid touching dst refcount in ip6_tnl_xmit2()
 2011-08-01  8:56 UTC  (2+ messages)

[PATCH] ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()
 2011-08-01  8:55 UTC  (2+ messages)

[PATCH] ipv6: use RCU in inet6_csk_xmit()
 2011-08-01  8:55 UTC  (2+ messages)

[PATCH] ipv6: some RCU conversions
 2011-08-01  8:55 UTC  (2+ messages)

[PATCH net-next-2.6 0/2] be2net: 64-bit stats
 2011-08-01  8:55 UTC  (5+ messages)
` [PATCH net-next-2.6 1/2] be2net: cleanup and refactor stats code
` [PATCH net-next-2.6 2/2] be2net: use stats-sync to read/write 64-bit stats

[PULL] final switch to resoruce
 2011-08-01  8:53 UTC  (8+ messages)
` [PATCH 21/23] mci-core: switch to resource

[PATCH] leds: led-bd2802: bd2802_unregister_led_classdev should unregister all registered leds
 2011-08-01  8:53 UTC 

[RFC/PATCH 0/7] decouple platform_device from omap_device
 2011-08-01  8:52 UTC  (11+ messages)
` [RFC/PATCH 2/7] OMAP3: beagle: don't touch omap_device internals

[PATCH] [RFC] nor: Add SPI flash chips driver
 2011-08-01  8:52 UTC  (2+ messages)

[RFC PATCH] libxl: basic virtio disk / nic configuration support
 2011-08-01  8:51 UTC  (4+ messages)

EeePC 1005PE microphone is "stereo only", silent in mono
 2011-08-01  8:50 UTC  (2+ messages)

PLEASE REPLY, ITS A BUSINESS PROPOSAL
 2011-08-01  8:23 UTC 

[GIT PULL] sh updates for 3.1-rc1
 2011-08-01  8:49 UTC  (2+ messages)

Machine check exception
 2011-08-01  8:48 UTC  (11+ messages)

[U-Boot] [PATCH] AT91: Board fix for AT91SAM9261-EK
 2011-08-01  8:49 UTC 

RCU: how to suppress warnings from rcu_assign_pointer?
 2011-08-01  8:47 UTC  (5+ messages)

[PATCH] ext3: fix message in ext3_remount for rw-remount case
 2011-08-01  8:45 UTC  (2+ messages)

[PATCH v3] V4L: add two new ioctl()s for multi-size videobuffer management
 2011-08-01  8:42 UTC  (5+ messages)

[ANNOUNCE] 3.0-rt6
 2011-08-01  8:42 UTC  (2+ messages)

[PATCH] kbuild: honor the ARCH setting of the existing configuration
 2011-08-01  8:42 UTC  (6+ messages)

[PATCH hcidump 00/13] AVRCP 1.3 pdus
 2011-08-01  8:42 UTC  (14+ messages)
` [PATCH hcidump 01/13] Don't parse response AVRCP pdu if ctype is NOT_IMPLETED
` [PATCH hcidump 02/13] Add parsing for command type rejected AVRCP responses
` [PATCH hcidump 03/13] Add parsing for AVRCP ListPlayerApplicationSettingAttributes pdu
` [PATCH hcidump 04/13] Add parsing for AVRCP ListPlayerApplicationSettingValues pdu
` [PATCH hcidump 05/13] Add parsing for AVRCP GetCurrentPlayerApplicationSettingValue pdu
` [PATCH hcidump 06/13] Add parsing for AVRCP SetPlayerApplicationSettingValue pdu
` [PATCH hcidump 07/13] Add parsing for AVRCP GetPlayerApplicationSettingAttributeText pdu
` [PATCH hcidump 08/13] Add parsing for AVRCP GetPlayerApplicationSettingValueText pdu
` [PATCH hcidump 09/13] Add parsing for AVRCP InformDisplayableCharacterSet pdu
` [PATCH hcidump 10/13] Add parsing for AVRCP InformBatteryStatusOfCT pdu
` [PATCH hcidump 11/13] Add parsing for AVRCP GetElementAttributes pdu
` [PATCH hcidump 12/13] Add parsing for AVRCP GetPlayStatus pdu
` [PATCH hcidump 13/13] Add parsing for AVRCP RegisterNotification pdu

[U-Boot] [PATCH] AT91: SoC fix at91sam9261_matrix.h
 2011-08-01  8:37 UTC 

[PATCH] Remove remaining references of CONFIG_GENERIC_TIME
 2011-08-01  8:36 UTC  (3+ messages)

[PATCH] nios2: Add Altera SPI master driver
 2011-08-01  8:35 UTC  (4+ messages)

[PATCH]blk-throttle: correctly determine sync bio
 2011-08-01  8:31 UTC  (2+ messages)

[Qemu-trivial] [PATCH] Correctly assign PCI domain numbers
 2011-08-01  8:31 UTC  (3+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

[U-Boot] AWARDN WINNER RPOMO
 2011-08-01  8:29 UTC 

[PATCH v2 00/07] enable devicetree on arch-mmp
 2011-08-01  8:27 UTC  (12+ messages)
` [PATCH v2 1/7] ARM: mmp: parse irq from DT
  ` [PATCH v2 2/7] ARM: mmp: parse timer configuration "
    ` [PATCH v2 3/7] ARM: mmp: support DT on both dkb and brownstone
      ` [PATCH v2 4/7] tty: serial: support device tree in pxa

v3.0: WARNING: at fs/sysfs/dir.c:455 sysfs_add_one
 2011-08-01  8:27 UTC 

[U-Boot] openrd_ultimate GigEth ports not working
 2011-08-01  8:22 UTC  (6+ messages)

[RFC PATCH v9 0/4] Consolidating GIC per-cpu interrupts
 2011-08-01  8:20 UTC  (3+ messages)

[Q] No message from Kernel (Howto start debug?)
 2011-08-01  8:15 UTC  (6+ messages)

[Feature request] Multiple X servers on one graphics card?
 2011-08-01  8:14 UTC  (3+ messages)

[U-Boot] [PATCH 1/2 V3] AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/master
 2011-08-01  8:13 UTC  (3+ messages)

[linux-lvm] lvm_t handles and thread-safety
 2011-08-01  8:12 UTC 

rdma ioengine
 2011-08-01  8:03 UTC  (3+ messages)

[PATCH] i.MX25 GPT clock fix: ensure correct the clock source
 2011-08-01  8:02 UTC 

[U-Boot] [PATCH] fpga: constify to fix build warning
 2011-08-01  8:00 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/4] Fix subsection ambiguity in the migration format
 2011-08-01  7:54 UTC  (11+ messages)

[GIT PULL for v3.0] media updates for v3.1
 2011-08-01  7:45 UTC  (5+ messages)

POKY_DISTRO_VERSION or OECORE_DISTRO_VERSION?
 2011-08-01  7:44 UTC 

[Qemu-devel] [PATCH 09/39] Integrate I/O memory regions into qemu
 2011-08-01  7:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 "
  `  "


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.