summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-06Revert "ide: improve handling of Power Management requests"David S. Miller1-22/+32
2009-06-30ide: memory overrun in ide_get_identity_ioctl() on big endian machines using ...Christian Engelmayer1-1/+2
2009-06-30ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yBartlomiej Zolnierkiewicz3-42/+27
2009-06-26ide-cd: handle fragmented packet commands gracefullyBorislav Petkov1-2/+12
2009-06-26ide: always kill the whole request on errorBartlomiej Zolnierkiewicz5-16/+5
2009-06-26ide: fix ide_kill_rq() for special ide-{floppy,tape} driver requestsBartlomiej Zolnierkiewicz1-1/+1
2009-06-24ide cs5520: Initialize second port's interrupt number.David S. Miller1-0/+1
2009-06-24ide: improve handling of Power Management requestsBartlomiej Zolnierkiewicz1-32/+22
2009-06-24ide: add QUANTUM FIREBALLct20 30 with firmware APL.090 to ivb_list[]Bartlomiej Zolnierkiewicz1-0/+1
2009-06-24ide: relax DMA info validity checkingBartlomiej Zolnierkiewicz3-26/+0
2009-06-24ide-cd: Improve "weird block size" error messageFrans Pop1-3/+2
2009-06-24ide-cd: Don't warn on bogus block size unless it actually matters.David S. Miller1-1/+4
2009-06-24ide: fix handling of unexpected IRQs vs request_irq()Bartlomiej Zolnierkiewicz1-3/+20
2009-06-22ide cmd64x: Remove serialize setting.David S. Miller1-2/+1
2009-06-22ide: Take over as maintainer.David S. Miller1-3/+3
2009-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds11-6/+1929
2009-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-44/+107
2009-06-22Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-52/+99
2009-06-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds6-38/+110
2009-06-22Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds25-30/+30
2009-06-22Remove internal use of 'write_access' in mm/memory.cLinus Torvalds1-21/+21
2009-06-21ipc: unbreak 32-bit shmctl/semctl/msgctlJohannes Weiner1-0/+1
2009-06-21sdhci: remove needless double parenthesisPierre Ossman1-3/+3
2009-06-21sdhci: Specific quirk vor VIA SDHCI controller in VX855ESHarald Welte3-0/+29
2009-06-21s3cmci: fix dma configuration callBen Dooks1-1/+1
2009-06-21mmc: Add new via-sdmmc host controller driverHarald Welte4-0/+1382
2009-06-21sdhci: Add support for hosts that are only capable of 1-bit transfersAnton Vorontsov4-1/+11
2009-06-21MAINTAINERS: add myself as atmel-mci maintainer (sd/mmc interface)Nicolas Ferre1-0/+7
2009-06-21sdhci: Add SDHCI_QUIRK_NO_MULTIBLOCK quirkBen Dooks3-1/+6
2009-06-21sdhci: Add better ADMA error reportingBen Dooks1-1/+33
2009-06-21sdhci-s3c: Samsung S3C based SDHCI controller glueBen Dooks4-0/+458
2009-06-21Merge branch 'topic/hda' into for-linusTakashi Iwai3-33/+104
2009-06-21Merge branch 'topic/caiaq' into for-linusTakashi Iwai2-3/+4
2009-06-21Merge branch 'topic/asoc' into for-linusTakashi Iwai1-2/+2
2009-06-21ALSA: hda - Add model=6530g optionTakashi Iwai2-0/+2
2009-06-21ALSA: hda - Acer Inspire 6530G model for Realtek ALC888Tony Vroon1-1/+71
2009-06-21lockdep: Select frame pointers on x86Peter Zijlstra1-1/+1
2009-06-21mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner1-5/+4
2009-06-21x86, 64-bit: Clean up user address maskingLinus Torvalds4-12/+4
2009-06-20Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+3
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds40-892/+2321
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-9/+18
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds19-186/+332
2009-06-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+9
2009-06-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds37-597/+670
2009-06-20Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-7/+6
2009-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds3-4/+23
2009-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds52-244/+4256
2009-06-20Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds83-1300/+1391
2009-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+1