All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-11-18 03:58:23 to 2008-11-18 08:30:18 UTC [more...]

[Bug #11308] tbench regression on each kernel release from 2.6.22 -> 2.6.28
 2008-11-18  8:30 UTC  (13+ messages)
  ` eth_type_trans(): "

[patch 2.6.28-rc5] SPI -- Freescale iMX SPI controller driver
 2008-11-18  8:30 UTC  (3+ messages)

SPI controller bugfixes needed (full duplex + DMA, data corruption)
 2008-11-18  8:30 UTC  (3+ messages)

[PATCH] Fix kunmap() argument in sg_miter_stop
 2008-11-18  8:27 UTC  (11+ messages)

[Qemu-devel] [PATCH v4 0/5] Support for S3 ACPI state (suspend to memory) in BIOS
 2008-11-18  8:27 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 2/5] Preserve memory content during SMM init
  ` [Qemu-devel] Re: [Bochs-developers] [PATCH v4 2/5] Preserve memory content duringSMM init

(no subject)
 2008-11-18  8:23 UTC  (7+ messages)
` [PATCH 1/6] usb: musb: add Blackfin specific configuration to MUSB (add missing file changes)
` [PATCH 2/6] usb: musb: Blackfin provides read/write I/O accessor in header files
` [PATCH 3/6] usb: musb: Kill some compiling warning in musb Blackfin part
` [PATCH 4/6] usb: musb: use static inline functions to replace the macros in Blackfin version
` [PATCH 5/6] usb: musb: tweak musb_read_fifo() to avoid unused warnings
` [PATCH 6/6] usb: musb: - kill the compile warning

several Qs about domain live migration
 2008-11-18  8:22 UTC  (3+ messages)

Assistance with error
 2008-11-18  7:59 UTC 

[PATCH] ath9k: Fix panic while unregistering rfkill
 2008-11-17 19:49 UTC 

(no subject)
 2008-11-18  8:18 UTC  (16+ messages)
` [PATCH 1/8] ASoC: Blackfin: updates Kconfig for SPORT
` [PATCH 2/8] ASoC: AD1980 codec: add multi-channel function support
` [PATCH 3/8] ASoC: Blackfin: "
` [PATCH 4/8] ASoC: Blackfin: fix bug - AD1980/1 SOC Audio driver fails to build in case MMAP support is turned off
` [PATCH 5/8] ASoC: Fix BUGS in Blackfin AC97 DAI
` [PATCH 6/8] ASoC: Blackfin: do not force TWI bus for ssm2602 codec
` [PATCH 7/8] ASoC: Blackfin: Simplify the MMAP_SUPPORT macros protected code
` [PATCH 8/8] ASoC: Blackfin: always set a default value for that GPIO range

[PATCH 00/12] x86: disable virt on kdump and emergency_restart (v4)
 2008-11-18  8:15 UTC  (4+ messages)

[lm-sensors] lm75: Convert to new-style I2C driver
 2008-11-18  8:15 UTC  (6+ messages)
` [patch 2.6.25-git] i2c: smbalert# support
  ` [patch 2.6.265-rc1] "
    ` [patch 2.6.27-rc7] "
        ` [lm-sensors] "

chris: struct device - replace bus_id with dev_name(), dev_set_name()
 2008-11-18  8:14 UTC  (4+ messages)

[PATCH] x86: Support always running TSC on Intel CPUs
 2008-11-18  8:09 UTC  (2+ messages)

[RESEND patch 2.6.28-rc4] isp1301_omap build fixes
 2008-11-18  8:09 UTC  (4+ messages)

[RFC] x86: save_args out of line
 2008-11-18  8:09 UTC  (3+ messages)
` [RFC,v2] x86_64: "

MTD/flash perfomance statistics
 2008-11-18  8:05 UTC  (2+ messages)

ConVirt 0.9.6 Released
 2008-11-18  8:06 UTC  (2+ messages)

iasl and SSDT disassembling limitations
 2008-11-18  8:00 UTC  (5+ messages)

git tree browsing in redmine
 2008-11-18  8:02 UTC  (2+ messages)

arch_flush_lazy_mmu_mode() in arch/x86/mm/highmem_32.c
 2008-11-18  8:03 UTC  (4+ messages)

[PATCH 0/2] Introduce SPI locking bus interface to SPI framework
 2008-11-18  7:57 UTC  (6+ messages)
` [PATCH 1/2] spi: Add two new APIs spi_lock_bus() and spi_unlock_bus() to spi framework
` [PATCH 2/2] Blackfin SPI Driver: implement spi_lock_bus(), spi_unlock_bus() in blackfin spi controller driver

busted CFS group load balancer?
 2008-11-18  7:52 UTC  (7+ messages)

(no subject)
 2008-11-18  7:52 UTC  (34+ messages)
` [PATCH 01/16] Blackfin SPI Driver: ensure cache coherency before doing DMA
` [PATCH 03/16] Blackfin SPI Driver: move bfin_addr_dcachable() and friends into the cacheflush header where it belongs
` [PATCH 04/16] Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes transferred
  ` [PATCH 02/16] Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculation
  ` [PATCH 05/16] Blackfin SPI Driver: pass DMA overflow error to the higher level
` [PATCH 06/16] Blackfin SPI Driver: unify duplicated code in dma read/write paths
` [PATCH 07/16] Blackfin SPI Driver: drop bogus cast and touchup dma label
` [PATCH 08/16] Blackfin SPI Driver: add a few more debug messages in useful places
` [PATCH 09/16] Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag any
` [PATCH 10/16] Blackfin SPI Driver: use the properl BIT_CTL_xxx defines
` [PATCH 11/16] Blackfin SPI Driver: remove duplicated MAX_SPI_SSEL and remove unnecessary array size
` [PATCH 12/16] Blackfin SPI Driver: get dma working for SPI flashes
` [PATCH 13/16] Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handler
` [PATCH 14/16] Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x
` [PATCH 15/16] Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert CS correctly
` [PATCH 16/16] Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change

linux-next: manual merge of the security-testing tree
 2008-11-18  7:55 UTC  (2+ messages)

[U-Boot] USB custodianship
 2008-11-18  7:50 UTC  (2+ messages)

two warns on slowpath
 2008-11-18  7:49 UTC  (6+ messages)
` [PATCH] softirq: Use local_irq_save() in local_bh_enable()

[PATCH] kernel/profile.c: Fix section mismatch warning
 2008-11-18  7:48 UTC  (2+ messages)

git-submodule/before-rebase hook
 2008-11-18  7:47 UTC  (2+ messages)

specified protocl number problem
 2008-11-18  7:47 UTC  (2+ messages)

Control Interface Question
 2008-11-18  7:46 UTC  (2+ messages)

[PATCH] cpuset: fix regression when failed to generate sched domains
 2008-11-18  7:45 UTC  (2+ messages)

[PATCH] x86: fix wakeup_cpu with numaq/es7000
 2008-11-18  7:43 UTC  (7+ messages)
` [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2

[patch 0/4] [RFC] Another proportional weight IO controller
 2008-11-18  7:42 UTC  (16+ messages)

Odd behaviour of device in response to idleimmediate with unload
 2008-11-18  7:37 UTC  (21+ messages)

(no subject)
 2008-11-18  7:33 UTC  (5+ messages)
` [PATCH 1/2] mtd/maps: blackfin async flash maps - fix bug: dont leak resources when initializing in case of errors
` [PATCH 2/2] mtd/maps: bfin-async mtd driver needs complex mappings

Large stack usage in fs code (especially for PPC64)
 2008-11-18  7:25 UTC  (6+ messages)

[PATCH] netdev/smc91x: unify Blackfin code a bit and use proper read/write functions
 2008-11-18  7:23 UTC 

[PATCH 001/002] snd-powermac: enable mic on iMac G4
 2008-11-18  7:18 UTC  (2+ messages)

[PATCH 0/3] HDMI ELD routines and proc interface
 2008-11-18  7:18 UTC  (5+ messages)
` [PATCH 1/3] introduce snd_print_pcm_rates()
` [PATCH 2/3] create hda_eld.c for ELD routines and proc interface
` [PATCH 3/3] ELD proc interface for HDMI sinks

git-bisect not working correctly in the kvm.git repository?
 2008-11-18  7:13 UTC  (7+ messages)

[PATCH] Ensure PSR.ac is cleared for early userspace
 2008-11-18  7:12 UTC  (3+ messages)

[PATCH] Parport driver: disable pc-style parport on Blackfin systems
 2008-11-18  7:12 UTC 

[PATCH] asm/generic: fix bug - kernel fails to build when enable some common audit code on Blackfin
 2008-11-18  7:03 UTC 

[PATCH] pcmcia: Blackfin: fix bug - add missing ; to MODULE macro
 2008-11-18  7:02 UTC 

[PATCH] genrtc: disable genrtc on Blackfin systems
 2008-11-18  7:00 UTC 

[PATCH V2 1/1] mm: introduce kvmalloc()/kvfree()
 2008-11-18  6:57 UTC  (2+ messages)

[PATCH] m68k: mac_esp asm fix
 2008-11-18  6:55 UTC  (3+ messages)

another DMAR error, this time on cdrom
 2008-11-18  6:53 UTC 

WARNING: at net/sched/sch_generic.c:219 dev_watchdog+0xfe/0x17e() with tg3 network
 2008-11-18  6:50 UTC  (4+ messages)

Jack insertion
 2008-11-18  6:46 UTC 

Some udbg questions
 2008-11-18  6:41 UTC  (3+ messages)

[REVIEW PATCH 0/9] DSS: Series description
 2008-11-18  6:40 UTC  (2+ messages)
` [Linux-fbdev-devel] "

[PATCH] ASoC: DaVinci: Fix audio stall when doing full duplex
 2008-11-18  5:31 UTC 

[PATCH v2.6.28] sh: sh_eth: Update to change of mii_bus
 2008-11-18  6:29 UTC  (2+ messages)

+ cpuset-fix-regression-when-failed-to-generate-sched-domains.patch added to -mm tree
 2008-11-18  6:21 UTC 

Support for ET1011C PHY using Phylib
 2008-11-18  6:21 UTC 

[PATCH] sharprom-compatible: update to reflect current toolchain classes
 2008-11-18  6:17 UTC 

linux-next: Tree for November 18
 2008-11-18  6:17 UTC 

Protocol not attached
 2008-11-18  6:14 UTC  (15+ messages)
              ` [RFC] dccp ccid-3: High-res or low-res timers?

[SPAM] 回复
 2008-11-18  6:05 UTC 

[patch] netfront: unregister net device at backend_changed() if network_connect() failed
 2008-11-18  6:01 UTC 

[PATCH 00/13] dmaengine redux
 2008-11-18  5:59 UTC  (4+ messages)
` [PATCH 04/13] dmaengine: centralize channel allocation, introduce dma_find_channel

[PATCH 0/7] xfs-cmds parallel build patches
 2008-11-18  4:03 UTC  (6+ messages)
` PATCH 3/7] xfsprogs parallel build
` [PATCH 4/7] dmapi "
` [PATCH 5/7] xfsdump "
` [PATCH 6/7] nfs4acl "
` [PATCH 7/7] xfstests "

jfs problem
 2008-11-18  5:47 UTC  (2+ messages)

Device tree and IRQ for chip on PCI
 2008-11-18  5:49 UTC  (2+ messages)

[PATCH] ACPI suspend: Blacklist boxes that require us to set SCI_EN directly on resume
 2008-11-18  5:45 UTC  (4+ messages)

Large stack usage in fs code (especially for PPC64)
 2008-11-18  5:40 UTC  (5+ messages)

[PATCH] i2c: i2c-omap: Fix standard and fast mode prescalers
 2008-11-18  5:36 UTC  (4+ messages)

e1000e mutex contention log spew on 2.6.27
 2008-11-18  5:33 UTC 

pci_map_sg() does not coalesce adjacent physical memory? x86
 2008-11-18  5:21 UTC  (3+ messages)

[PATCH 1/7] mm: introduce simple_malloc()/simple_free()
 2008-11-18  5:16 UTC  (5+ messages)

powerpc: udbg based backend for hvc_console
 2008-11-18  5:14 UTC  (5+ messages)

[DEBUG PATCH] for anybody who gets a panic due to ENOSPC
 2008-11-18  5:08 UTC  (3+ messages)

v2 [PATCH 0/4] dccp: Feature negotiation - conclusion of Part I
 2008-11-18  5:03 UTC  (6+ messages)
` net-next-2.6 [PATCH 0/5] dccp: Feature negotiation - begin of Part II (core)
  ` [PATCH 1/5] dccp: Mechanism to resolve CCID dependencies

[patch 00/16] Markers and Tracepoints Updates for -tip
 2008-11-18  4:44 UTC  (4+ messages)
` [patch 06/16] Markers auto enable tracepoints (new API : trace_mark_tp())

[PATCH/RFC v1 08/12] [MIPS] BCM63XX: Add USB EHCI support
 2008-11-18  4:43 UTC  (2+ messages)

[PATCH/RFC v1 07/12] [MIPS] BCM63XX: Add USB OHCI support
 2008-11-18  4:41 UTC  (2+ messages)

[PATCH] ath5k: set mac address in add_interface
 2008-11-18  4:40 UTC 

[PATCH] Register name fix for ov772x driver
 2008-11-14  6:40 UTC 

[PATCH] Add ov7725 ov7720 support to ov772x driver
 2008-11-18  4:12 UTC 

linux-next: Tree for November 6
 2008-11-18  4:33 UTC  (6+ messages)
` next-20081106: undefined reference to `__per_cpu_start'
        ` linux-next: cpu_alloc tree patch (Was: Re: next-20081106: undefined reference to `__per_cpu_start')

"secret key not available". "unable to sign the tag"
 2008-11-18  4:21 UTC  (2+ messages)

linux-next: lblnet tree build failure
 2008-11-18  4:11 UTC 

[PATCH net-next]netdevice hamradio: Convert directly reference of netdev->priv
 2008-11-18  4:03 UTC 

[linux-dvb] DigitalNow TinyTwin second tuner support
 2008-11-18  3:57 UTC  (3+ 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.