All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-10-21 12:25:53 to 2011-10-21 14:18:48 UTC [more...]

[patch net-next V2] net: introduce ethernet teaming device
 2011-10-21 14:18 UTC  (3+ messages)

The controlD device
 2011-10-21 14:18 UTC  (2+ messages)

[PATCH 0/4 v2] Fixes and improvements
 2011-10-21 14:10 UTC  (5+ messages)
` [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building
` [PATCH 2/4] useradd.bbclass: check if a group already exists manually
` [PATCH 3/4] base-passwd: move initial criation of group and passwd to preinst
` [PATCH 4/4] dbus: use useradd class to allow use in read-only filesystems

[PATCH v2 00/17] fix mac80211 callback in brcmsmac and brcmfmac refactor
 2011-10-21 14:16 UTC  (18+ messages)
` [PATCH v2 01/17] brcm80211: fmac: allow wd timer to be disabled when bus down
` [PATCH v2 02/17] brcm80211: fmac: use brcmf_del_if for all net devices
` [PATCH v2 03/17] brcm80211: smac: removed MPC related code
` [PATCH v2 04/17] brcm80211: smac: removed MPC related variables
` [PATCH v2 05/17] brcm80211: smac: removed down-on-watchdog MPC functionality
` [PATCH v2 06/17] brcm80211: smac: removed down-on-rf-kill functionality
` [PATCH v2 07/17] brcm80211: smac: bugfix for tx mute in brcms_b_init()
` [PATCH v2 08/17] brcm80211: smac: fixed inconsistency in transmit mute
` [PATCH v2 09/17] brcm80211: smac: modified Mac80211 callback interface
` [PATCH v2 10/17] brcm80211: smac: mute transmit on ops_start
` [PATCH v2 11/17] brcm80211: smac: changed check to confirm STA only support
` [PATCH v2 12/17] brcm80211: smac: rename buffer endianess conversion functions
` [PATCH v2 13/17] brcm80211: smac: use sk_buff list for handling frames in receive path
` [PATCH v2 14/17] brcm80211: fmac: use brcmf_add_if for all net devices
` [PATCH v2 15/17] brcm80211: fmac: store brcmf_if in net device private data
` [PATCH v2 16/17] brcm80211: fmac: remove state from brcmf_if in fullmac
` [PATCH v2 17/17] brcm80211: smac: change buffer endianess convert function interface

[PATCH 1/2] drm/kms: Make i2c buses faster
 2011-10-21 14:16 UTC  (3+ messages)

[PATCH] Add SoundCard driver for OKI SEMICONDUCTOR ML7213 IOH
 2011-10-21 14:16 UTC  (2+ messages)

[PATCH] perf tools: Exit recording if events have non matching sample type
 2011-10-21 14:16 UTC  (4+ messages)

Hardware acceleration indication in af_alg
 2011-10-21 14:15 UTC  (3+ messages)

Error managing features
 2011-10-21 14:14 UTC  (3+ messages)

Question on RHEL 6 support
 2011-10-21 14:14 UTC  (13+ messages)

[Qemu-devel] [Question] dump memory when host pci device is used by guest
 2011-10-21 14:12 UTC  (4+ messages)

[Qemu-devel] [PATCH] Mark future contributions to GPLv2-only files as GPLv2+
 2011-10-21 14:11 UTC  (2+ messages)

[meta-oe][PATCH 0/5] SystemD fixes and improvements
 2011-10-21 14:04 UTC  (7+ messages)
` [meta-oe][PATCH 1/5] systemd-serialgetty: don't require systemd_git.bb
` [meta-oe][PATCH 2/5] systemd: add systemd-initramfs
` [meta-oe][PATCH 3/5] systemd: add lock group using useradd.bbclass
` [meta-oe][PATCH 4/5] systemd: do not recommend systemd-serialgetty
` [meta-oe][PATCH 5/5] task-basic: add "serial-console" machine feature

ath9k: irq storm after suspend/resume
 2011-10-21 14:10 UTC  (13+ messages)
                      ` [ath9k-devel] "

[RFC 1/2] staging:iio: Do not use bitmasks for channel info addresses
 2011-10-21 14:09 UTC  (6+ messages)
` [RFC PATCH 2/2] staging:iio: Introduce IIO_CHAN_INFO_*_MASK

[PATCH] spi/pl022: Enable clock in probe an use runtime_idle
 2011-10-21 14:08 UTC  (2+ messages)

Does NFS4 need st_gen?
 2011-10-21 13:54 UTC  (9+ messages)

Query regarding BLE GetPrimaryServices()
 2011-10-21 14:07 UTC  (6+ messages)

[PATCH 0 of 6] amd iommu: add ats device support
 2011-10-21 14:07 UTC  (12+ messages)
` [PATCH 1 of 6] Move some ats functions into vendor neutral directories
      ` [PATCH 1 of 6] Move some ats functions into vendor neutraldirectories
` [PATCH 2 of 6] Remove VTD prefix from debug output
` [PATCH 3 of 6] Fix iommu page size encoding when page order > 0
` [PATCH 4 of 6] Add new ATS helper functions
` [PATCH 5 of 6] Add iotlb invalidation command for amd iommu
` [PATCH 6 of 6] Enable ats devices on amd iommu systems

[PATCH 00/17] fix mac80211 callback in brcmsmac and brcmfmac refactor
 2011-10-21 14:07 UTC  (19+ messages)
` [PATCH 01/17] brcm80211: fmac: allow wd timer to be disabled when bus down
` [PATCH 02/17] brcm80211: fmac: use brcmf_del_if for all net devices
` [PATCH 03/17] brcm80211: smac: removed MPC related code
` [PATCH 04/17] brcm80211: smac: removed MPC related variables
` [PATCH 05/17] brcm80211: smac: removed down-on-watchdog MPC functionality
` [PATCH 06/17] brcm80211: smac: removed down-on-rf-kill functionality
` [PATCH 07/17] brcm80211: smac: bugfix for tx mute in brcms_b_init()
` [PATCH 08/17] brcm80211: smac: fixed inconsistency in transmit mute
` [PATCH 09/17] brcm80211: smac: modified Mac80211 callback interface
` [PATCH 10/17] brcm80211: smac: mute transmit on ops_start
` [PATCH 11/17] brcm80211: smac: changed check to confirm STA only support
` [PATCH 12/17] brcm80211: smac: rename buffer endianess conversion functions
` [PATCH 13/17] brcm80211: smac: use sk_buff list for handling frames in receive path
` [PATCH 14/17] brcm80211: fmac: use brcmf_add_if for all net devices
` [PATCH 15/17] brcm80211: fmac: store brcmf_if in net device private data
` [PATCH 16/17] brcm80211: fmac: remove state from brcmf_if in fullmac
` [PATCH 17/17] brcm80211: smac: change buffer endianess convert function interface

[PATCH] array_try_spare(): missing map_unlock()
 2011-10-21 14:07 UTC 

IVB fixes and 3 pipe support
 2011-10-21 14:02 UTC  (4+ messages)
` [PATCH 07/14] drm/i915: add PLL sharing support to handle 3 pipes

c/s 23990:1c8789852eaf: xen crashes
 2011-10-21 14:01 UTC  (4+ messages)

Breakage in master since 6d4bb3833c
 2011-10-21 14:01 UTC  (3+ messages)

[PATCH] x86/hpet: fix cpumask allocation after 23990:1c8789852eaf
 2011-10-21 14:00 UTC 

[PATCH] CIFS: Fix error handling in cifs_readv_complete
 2011-10-21 13:59 UTC  (2+ messages)

[Qemu-devel] [PATCH] [v3] hw/arm_gic.c: Fix save/load of irq_target array
 2011-10-21 13:58 UTC  (3+ messages)

[Buildroot] [RFC] Slides "Using Buildroot for real projects"
 2011-10-21 13:58 UTC  (6+ messages)

[PATCH] Fix s3c24xx build error if !CONFIG_PM
 2011-10-21 13:50 UTC  (4+ messages)
  ` [PATCH v2] Fix s3c24xx build errors "

[PATCH 2/2] submodule::module_clone(): silence die() message from module_name()
 2011-10-21 13:49 UTC  (4+ messages)
` [PATCH v2 0/2] submodule patches
  ` [PATCH v2 1/2] submodule: whitespace fix
    ` [PATCH v2 2/2] submodule::module_clone(): silence die() message from module_name()

[U-Boot] [PATCH 0/2] Replace nios2-generic's gpio.c with dedicated driver
 2011-10-21 13:49 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] gpio: Add driver for Altera's PIO core
      ` [U-Boot] [PATCH 1/2 v2] "
      ` [U-Boot] [PATCH 2/2 v2] board/nios2-generic: Use altera_pio driver and remove board specific driver

What's cooking in git.git (Oct 2011, #07; Wed, 19)
 2011-10-21 13:47 UTC  (2+ messages)

Perte de poids localisé
 2011-10-21 13:40 UTC 

[Qemu-devel] [PULL 00/35] SCSI uber-patch
 2011-10-21 13:36 UTC  (13+ messages)
` [Qemu-devel] [PATCH 11/35] scsi-disk: support READ DVD STRUCTURE
` [Qemu-devel] [PATCH 12/35] scsi-disk: report media changed via GET EVENT STATUS NOTIFICATION
` [Qemu-devel] [PATCH 15/35] scsi: remove devs array from SCSIBus

[RFC PATCHv5 0/7] HSI framework and drivers
 2011-10-21 13:36 UTC  (5+ messages)

RDMA_CM over RoCE
 2011-10-21 13:35 UTC  (4+ messages)

[PATCH v2 0/3] Fix mdadm vs udev race in Incremental and Assemble
 2011-10-21 13:33 UTC  (4+ messages)
` [PATCH 1/3] Remove race for starting container devices
` [PATCH 2/3] Don't tell sysfs to launch the container as we are doing it ourselves
` [PATCH 3/3] Hold the map lock while performing Assemble to avoid races with udev

[PATCH v8 3/3] ASoC: da7210: Add support for line input and mic
 2011-10-21 13:39 UTC 

[U-Boot] Adding USBH2 support for mx31pdk
 2011-10-21 13:28 UTC  (2+ messages)

Linux 3.0 oopses when pulling a USB CDROM
 2011-10-21 13:26 UTC  (7+ messages)

[PATCH 0/3] stupid git tricks
 2011-10-21 13:25 UTC  (3+ messages)
` [PATCH 3/3] completion: match ctags symbol names in grep patterns

[PATCH v8 2/3] ASoC: da7210: Add support for line out and DAC
 2011-10-21 13:36 UTC 

[PATCH v5] ASoC:Add support for cs42l73 codec
 2011-10-21 13:23 UTC  (12+ messages)

[PATCH 3/3] Add snappy interface to crypto API
 2011-10-21 13:24 UTC  (3+ messages)

rtl8192cu - fails to maintain connection to some Access Points
 2011-10-21 13:23 UTC  (4+ messages)

[PATCH] staging:iio:light:tsl2563 both intensity channels have same chan_spec
 2011-10-21 13:23 UTC 

XFS read hangs in 3.1-rc10
 2011-10-21 13:22 UTC  (3+ messages)

[PATCH] nestedhvm: handle l2 guest MMIO access
 2011-10-21 13:20 UTC 

[GIT PULL] sound fix for 3.1-final
 2011-10-21 13:19 UTC 

[PATCH] mmc: boot partition ro lock support
 2011-10-21 13:17 UTC 

[PATCH] base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URI
 2011-10-21 13:11 UTC  (2+ messages)
` [PATCH] subversion-1.6.15: add native support too

[meta-oe][PATCH 0/4] systemd fixes
 2011-10-21 13:09 UTC  (8+ messages)
` [meta-oe][PATCH 3/4] systemd: do not recommend systemd-serialgetty
` [meta-oe][PATCH 4/4] systemd-serialgetty: don't require systemd_git.bb

Kernel hard LOCKUP with v3.0.7
 2011-10-21 13:07 UTC  (2+ messages)

[PATCH v2] binutils-2.20.1: Change source package to binutils-2.20.1a
 2011-10-21 12:50 UTC 

[PATCH -V7 00/26] New ACL format for better NFSv4 acl interoperability
 2011-10-21 13:12 UTC  (11+ messages)
` [PATCH -V7 21/26] richacl: xattr mapping functions

how to check kernel is configured with preemption or not
 2011-10-21 13:11 UTC  (2+ messages)

Questions on interrupt routing / balancing (on x86)
 2011-10-21 13:07 UTC  (3+ messages)

Problem with a UDP server implements
 2011-10-21 13:07 UTC  (7+ messages)

[U-Boot] [PATCH 0/7] omap5: spl/u-boot: Add spl/u-boot support for omap5 soc
 2011-10-21 13:05 UTC  (7+ messages)
` [U-Boot] [PATCH 1/7] omap4: make omap4 code common for future reuse
` [U-Boot] [PATCH 3/7] omap5: Add minimal support for omap5430

Regarding bug 435682
 2011-10-21 13:03 UTC  (4+ messages)

[RFC][PATCH] KVM: Introduce direct MSI message injection for in-kernel irqchips
 2011-10-21 13:00 UTC  (5+ messages)

[PATCH 2/2] pinctrl: add a generic control interface
 2011-10-21 12:57 UTC  (12+ messages)

[Cluster-devel] GFS2 git trees
 2011-10-21 12:49 UTC 

[U-Boot] [PATCH v2] ATMEL: switch atmel_mci users to gen_atmel_mci
 2011-10-21 12:49 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] ATMEL: use generic mmc framework
` [U-Boot] [PATCH 2/2] ATMEL: remove old atmel_mci driver

git grep --no-index and absolute paths don't work?
 2011-10-21 12:44 UTC  (4+ messages)

kernel 3.0: BUG: soft lockup: find_get_pages+0x51/0x110
 2011-10-21 12:44 UTC  (4+ messages)

[PATCH] crypto: testmgr: add twofish tests
 2011-10-21 12:39 UTC  (2+ messages)

[PATCH] crypto: Make hifn_795x build depend on !ARCH_DMA_ADDR_T_64BIT
 2011-10-21 12:39 UTC  (3+ messages)

[PATCH] crypto: twofish-x86_64-3way: fix ctr blocksize to 1
 2011-10-21 12:39 UTC  (2+ messages)

[PATCH] crypto: blowfish-x86_64: fix ctr blocksize to 1
 2011-10-21 12:39 UTC  (2+ messages)

[PATCH] whirlpool: count rounds from 0
 2011-10-21 12:38 UTC  (2+ messages)

[PATCH v4 00/17] crypto user configuration api
 2011-10-21 12:38 UTC  (2+ messages)

[PATCH 1/3] crypto: tcrypt: add ctr(twofish) speed test
 2011-10-21 12:37 UTC  (3+ messages)
` [PATCH 3/3] crypto: twofish: add 3-way parallel x86_64 assembler implemention

[PATCH 1/2] crypto: blowfish-x86_64: improve x86_64 blowfish 4-way performance
 2011-10-21 12:37 UTC  (3+ messages)
` [PATCH 2/2] crypto: blowfish-x86_64: add credits

Please revert "debug: Make CONFIG_EXPERT select CONFIG_DEBUG_KERNEL to unhide debug options"
 2011-10-21 12:37 UTC  (12+ messages)

[PATCH v8 1/3] ASoC: da7210: Add support for DAPM
 2011-10-21 12:46 UTC 

[SPAM] 你好:税/票――代/开
 2011-10-21 12:34 UTC 

[PATCH 0/4] Fixes and improvements from O.S. Systems
 2011-10-21 12:27 UTC  (4+ messages)
` [PATCH 1/4] bootimg.bbclass: add support to disable HDD image building

[PATCH] intel-iommu:make identity_map default for crash dump
 2011-10-21 12:31 UTC  (2+ messages)

[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code
 2011-10-21 12:28 UTC  (4+ messages)
` [PATCH 1/4] crc32: Bolt on crc32c

[PATCH] Revert "MIPS: MTX-1: Make au1000_eth probe all PHY
 2011-10-21 12:25 UTC  (2+ messages)

[PATCH v3 0/3] CPU hotplug, Freezer: Fix bugs in CPU hotplug call path
 2011-10-21 12:25 UTC  (2+ messages)
` [PATCH v3 3/3] PM, Freezer, Docs: Update documentation about the new freezer notifiers


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.