aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-01-261-5/+7
|\
| * [BNX2]: Fix 2nd port's MAC address.Michael Chan2007-01-251-5/+7
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-01-2613-49/+119
|\ \
| * | Fix Maple PATA IRQ assignment.David Woodhouse2007-01-262-3/+7
| * | ahci: use 0x80 as wait stat value instead of 0xffTejun Heo2007-01-261-1/+1
| * | sata_via: style clean up, no indirect method call in LLDTejun Heo2007-01-261-1/+1
| * | ahci: fix endianness in spurious interrupt messageTejun Heo2007-01-261-1/+2
| * | libata-sff: Don't call bmdma_stop on non DMA capable controllersAlan2007-01-251-1/+2
| * | libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uliTejun Heo2007-01-252-5/+10
| * | ahci: improve and limit spurious interrupt messages, take#3Tejun Heo2007-01-251-8/+49
| * | sata_via: don't diddle with ATA_NIEN in ->freezeTejun Heo2007-01-251-1/+11
| * | libata: set_mode, Fix the FIXMEAlan2007-01-246-20/+19
| * | libata hpt3xn: Hopefully sort out the DPLL logic versus the vendor codeAlan2007-01-241-3/+3
| * | libata cmd64x: whack into a shape that looks like the documentationAlan2007-01-241-7/+16
| |/
* | [PATCH] Fix race in efi variable delete codeMatt Domsch2007-01-261-17/+12
* | [PATCH] md: remove unnecessary printk when raid5 gets an unaligned read.NeilBrown2007-01-261-1/+1
* | [PATCH] md: fix potential memalloc deadlock in mdNeilBrown2007-01-263-0/+34
* | [PATCH] remove __devinit markings from rtc_sysfs_add_device()Mike Frysinger2007-01-261-1/+1
* | [PATCH] dm-multipath: fix stall on noflush suspend/resumeJun'ichi Nomura2007-01-261-8/+19
* | [PATCH] md: avoid reading past the end of a bitmap fileNeilBrown2007-01-261-4/+8
* | [PATCH] md: make sure the events count in an md array never returns to zeroNeilBrown2007-01-261-1/+2
* | [PATCH] md: make 'repair' actually work for raid1NeilBrown2007-01-261-0/+5
* | [PATCH] Gigaset ISDN driver error handling fixesTilman Schmidt2007-01-261-28/+33
* | [PATCH] ACPI: fix cpufreq regressionIngo Molnar2007-01-261-4/+0
* | [PATCH] SPI: alternative fix for spi_busnum_to_masterAtsushi Nemoto2007-01-261-9/+14
* | [PATCH] spi: fix error setting the spi mode in pxa2xx_spi.cJustin Clacherty2007-01-261-2/+3
* | [PATCH] S3C24XX: fix passing spi chipselect to select routineBen Dooks2007-01-261-14/+14
* | [PATCH] KVM: SVM: Propagate cpu shutdown events to userspaceJoerg Roedel2007-01-261-0/+15
* | [PATCH] KVM: MMU: Report nx faults to the guestAvi Kivity2007-01-262-3/+18
* | [PATCH] KVM: MMU: Perform access checks in walk_addr()Avi Kivity2007-01-262-40/+38
* | [PATCH] KVM: Emulate IA32_MISC_ENABLE msrAvi Kivity2007-01-262-1/+17
* | [PATCH] KVM: SVM: Fix SVM idt confusionLeonard Norrgard2007-01-261-4/+4
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-01-244-66/+29
|\
| * [IRDA] vlsi_ir.{h,c}: remove kernel 2.4 codeAdrian Bunk2007-01-232-41/+8
| * [IrDA]: Removed incorrect IRDA_ASSERT()Samuel Ortiz2007-01-231-2/+0
| * [IrDA]: irda-usb TX path optimization (was Re: IrDA spams logfiles - since 2....Samuel Ortiz2007-01-232-23/+21
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-01-241-2/+9
|\ \
| * | Merge branch 'master' into upstream-fixesJeff Garzik2007-01-2497-1035/+4630
| |\|
| * | mv643xx_eth: Fix race condition in mv643xx_eth_free_tx_descsDale Farnsworth2007-01-231-2/+9
| * | s2io bogus memsetAl Viro2007-01-231-2/+1
* | | libata: Fixup n_elem initializationBrian King2007-01-241-1/+1
* | | ahci: don't enter slumber on power downTejun Heo2007-01-241-27/+10
* | | sata_nv: don't rely on NV_INT_DEV indication with ADMARobert Hancock2007-01-241-8/+6
* | | ahci: make ULi M5288 ignore interface fatal error bitTejun Heo2007-01-241-1/+1
| |/ |/|
* | V4L/DVB (5123): Buf_qbuf: fix: videobuf_queue->stream corruption and lockupOleg Nesterov2007-01-231-0/+1
* | [PATCH] email change for shemminger@osdl.orgStephen Hemminger2007-01-233-3/+3
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-01-231-62/+52
|\ \
| * | [MIPS] Vr41xx: Fix after GENERIC_HARDIRQS_NO__DO_IRQ changeYoichi Yuasa2007-01-231-62/+52
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-01-233-2/+26
|\ \ \
| * | | IB/ehca: Fix mismatched spin_unlock in irq handlerHoang-Nam Nguyen2007-01-221-1/+2