summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds54-731/+854
2009-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds8-14/+1011
2009-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds10-16/+371
2009-02-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-13/+51
2009-02-03Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-8/+81
2009-02-03virtio-pci: do not oops on config change if driver not loadedMark McLoughlin1-1/+1
2009-02-03modules: Use a better scheme for refcountingEric Dumazet2-19/+41
2009-02-02pxamci: enable DMA for write ops after CMD/RESPCliff Brake1-1/+15
2009-02-02pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())Cliff Brake1-5/+4
2009-02-02ricoh_mmc: Use suspend_late/resume_earlyphilipl@overt.org1-4/+4
2009-02-02mmci: Add support for ST Micro derivateLinus Walleij2-4/+61
2009-02-02mmc: Add a MX2/MX3 specific SDHC driverSascha Hauer4-0/+927
2009-02-02icside: fix PCB version 6 support (v2)Bartlomiej Zolnierkiewicz1-1/+1
2009-02-02tx4939ide: typo fix and minor cleanupAtsushi Nemoto1-2/+2
2009-02-02ide: add CS5536 host driver (v3)Bartlomiej Zolnierkiewicz3-0/+319
2009-02-02ide: Force VIA IDE legacy interrupts for AmigaOne boardsGerhard Pircher1-0/+5
2009-02-02IDE: Unregister and disable devices if initialization fails.Ian Campbell1-1/+2
2009-02-02ide: fix ide_register_port() failure handlingBartlomiej Zolnierkiewicz1-8/+32
2009-02-02ide: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-02-02ide-cd: fix DMA for non bio-backed requestsBorislav Petkov2-3/+9
2009-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel1376-10811/+24048
2009-02-02block: add text file detailing queue/ sysfs filesJens Axboe1-0/+63
2009-02-02bio.h: If they MUST be inlined, then use __always_inlineAlberto Bertogli1-2/+4
2009-02-02Fix misleading comment in bio.hAlberto Bertogli1-2/+2
2009-02-02block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULTJens Axboe1-1/+1
2009-02-02block: fix oops in blk_queue_io_stat()Jens Axboe2-3/+11
2009-02-01Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds1-45/+2
2009-02-01V4L/DVB (10411): s5h1409: Perform s5h1409 soft reset after tuningDevin Heitmueller1-3/+4
2009-02-01V4L/DVB (10403): saa7134-alsa: saa7130 doesn't support digital audioMauro Carvalho Chehab1-1/+5
2009-02-01Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds90-37/+125
2009-02-01Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+36
2009-02-01Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-02-01Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-8/+60
2009-02-01Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-22/+58
2009-02-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-10/+39
2009-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2-6/+2
2009-02-01Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds25-174/+287
2009-02-01Fix memory corruption in console selectionMikulas Patocka1-1/+1
2009-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds18-328/+313
2009-02-01Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds4-27/+29
2009-01-31igb: fix link reporting when using sgmiiAlexander Duyck1-2/+9
2009-01-31igb: prevent skb_over panic w/ mtu smaller than 1KAlexander Duyck1-4/+4
2009-01-31igb: Fix DCA errors and do not use context index for 82576Alexander Duyck2-15/+10
2009-01-31ipv6: compile fix for ip6mr.cDave Jones1-0/+1
2009-01-31x86 setup: fix asm constraints in vesa_store_edidAndreas Schwab1-6/+5
2009-01-31packet: Avoid lock_sock in mmap handlerHerbert Xu1-2/+7
2009-01-31sfc: Replace stats_enabled flag with a disable countBen Hutchings6-25/+57
2009-01-31sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings6-201/+141
2009-01-31sfc: SFT9001: Always enable XNP exchange on SFT9001 rev BBen Hutchings1-1/+1
2009-01-31sfc: Update board info for hardware monitor on SFN4111T-R5 and laterBen Hutchings1-2/+10