summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-01-30Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds30-85/+60
2007-01-30Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds10-40/+83
2007-01-30[PATCH] b44: src_desc->addr is little-endianAl Viro1-1/+1
2007-01-30[PATCH] pata_platform: fallout from set_mode() changeAl Viro1-1/+2
2007-01-30[PATCH] sym53c500_cs: remove bogus call fo free_dma()Al Viro1-2/+0
2007-01-30[PATCH] mtd/nand/cafe.c missing include of dma-mapping.hAl Viro1-0/+1
2007-01-30Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-4/+9
2007-01-30[PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.cRobert P. J. Day1-1/+1
2007-01-30Broadcom 4400 resume small fixDmitriy Monakhov1-2/+13
2007-01-30b44: src_desc->addr is little-endianAl Viro1-1/+1
2007-01-30e100: fix irq leak on suspend/resumeAuke Kok1-0/+2
2007-01-30bonding: ARP monitoring broken on x86_64Andy Gospodarek1-3/+4
2007-01-30ehea: Fixed missing tasklet_kill() callThomas Klein1-0/+1
2007-01-30ehea: Fixed wrong jumbo frames status queryThomas Klein2-8/+24
2007-01-3082596 warning fixesAndrew Morton1-3/+4
2007-01-30FS_ENET: OF-related fixup for FEC and SCC MAC'sVitaly Bordug3-7/+14
2007-01-30net: ifb error path loop fixMariusz Kozlowski1-2/+1
2007-01-30b44: Fix frequent link changesMichael Chan1-15/+20
2007-01-29[PATCH] sky2: revert IRQ dance on suspend/resumeStephen Hemminger1-25/+0
2007-01-27via82cxxx/pata_via: correct PCI_DEVICE_ID_VIA_SATA_EIDE ID and add support fo...Josepch Chan2-0/+4
2007-01-27ide: unregister idepnp driver on unloadTejun Heo2-0/+10
2007-01-27ide: add missing __init tags to IDE PCI host driversBartlomiej Zolnierkiewicz26-27/+26
2007-01-27ide/generic: Jmicron has its own drivers nowAlan Cox1-35/+0
2007-01-27atiixp.c: add cable detection support for ATI IDEConke Hu1-3/+11
2007-01-27atiixp.c: sb600 ide only has one channelConke Hu1-2/+9
2007-01-27atiixp.c: remove unused codeConke Hu1-20/+1
2007-01-27jmicron: fix warningAndrew Morton1-1/+2
2007-01-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+7
2007-01-26Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds13-49/+119
2007-01-26Fix Maple PATA IRQ assignment.David Woodhouse2-3/+7
2007-01-26ahci: use 0x80 as wait stat value instead of 0xffTejun Heo1-1/+1
2007-01-26sata_via: style clean up, no indirect method call in LLDTejun Heo1-1/+1
2007-01-26ahci: fix endianness in spurious interrupt messageTejun Heo1-1/+2
2007-01-26[PATCH] Fix race in efi variable delete codeMatt Domsch1-17/+12
2007-01-26[PATCH] md: remove unnecessary printk when raid5 gets an unaligned read.NeilBrown1-1/+1
2007-01-26[PATCH] md: fix potential memalloc deadlock in mdNeilBrown3-0/+34
2007-01-26[PATCH] remove __devinit markings from rtc_sysfs_add_device()Mike Frysinger1-1/+1
2007-01-26[PATCH] dm-multipath: fix stall on noflush suspend/resumeJun'ichi Nomura1-8/+19
2007-01-26[PATCH] md: avoid reading past the end of a bitmap fileNeilBrown1-4/+8
2007-01-26[PATCH] md: make sure the events count in an md array never returns to zeroNeilBrown1-1/+2
2007-01-26[PATCH] md: make 'repair' actually work for raid1NeilBrown1-0/+5
2007-01-26[PATCH] Gigaset ISDN driver error handling fixesTilman Schmidt1-28/+33
2007-01-26[PATCH] ACPI: fix cpufreq regressionIngo Molnar1-4/+0
2007-01-26[PATCH] SPI: alternative fix for spi_busnum_to_masterAtsushi Nemoto1-9/+14
2007-01-26[PATCH] spi: fix error setting the spi mode in pxa2xx_spi.cJustin Clacherty1-2/+3
2007-01-26[PATCH] S3C24XX: fix passing spi chipselect to select routineBen Dooks1-14/+14
2007-01-26[PATCH] KVM: SVM: Propagate cpu shutdown events to userspaceJoerg Roedel1-0/+15
2007-01-26[PATCH] KVM: MMU: Report nx faults to the guestAvi Kivity2-3/+18
2007-01-26[PATCH] KVM: MMU: Perform access checks in walk_addr()Avi Kivity2-40/+38
2007-01-26[PATCH] KVM: Emulate IA32_MISC_ENABLE msrAvi Kivity2-1/+17