summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds9-89/+408
2009-05-27Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2009-05-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds3-4/+10
2009-05-26lguest: fix on Intel when KVM loaded (unhandled trap 13)Rusty Russell1-9/+10
2009-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-111/+158
2009-05-26Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds3-19/+31
2009-05-26drm/i915: Add support for VGA load detection (pre-945).Ma Ling1-2/+147
2009-05-26[CPUFREQ] fix timer teardown in ondemand governorMathieu Desnoyers1-1/+4
2009-05-26[CPUFREQ] fix timer teardown in conservative governorMathieu Desnoyers1-1/+4
2009-05-26[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP callMathieu Desnoyers1-2/+2
2009-05-26Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-5/+30
2009-05-26r8169: avoid losing MSI interruptsDavid Dillow1-45/+57
2009-05-26mac8390: fix regression caused during net_device_ops conversionFinn Thain2-6/+6
2009-05-26md: don't use locked_ioctl.NeilBrown1-1/+1
2009-05-26md: don't update curr_resync_completed without also updating reshape_position.NeilBrown1-6/+7
2009-05-26md: raid5: avoid sector values going negative when testing reshape progress.NeilBrown1-3/+3
2009-05-26md: export 'frozen' resync state through sysfsNeilBrown1-2/+9
2009-05-26md: bitmap: improve bitmap maintenance code.NeilBrown1-6/+7
2009-05-26md: improve errno return when setting array_sizeNeilBrown1-1/+1
2009-05-26md: always update level / chunk_size / layout when writing v1.x metadata.NeilBrown1-0/+3
2009-05-25gianfar: fix BUG under load after introduction of skb recyclingLennert Buytenhek1-1/+10
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki1-0/+4
2009-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds43-9/+9203
2009-05-23icom: fix rmmod crashBreno Leitao1-1/+1
2009-05-23drm/i915: Use an I2C algo to do the flip to SDVO DDC bus.Ma Ling1-4/+63
2009-05-22drm/i915: Determine type before initialising connectorJonas Bonn1-19/+10
2009-05-22drm/i915: Return SDVO LVDS VBT mode if no EDID modes are detected.Ma Ling1-0/+41
2009-05-22drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve themMa Ling4-33/+93
2009-05-22i915: support 8xx desktop cursorsJesse Barnes3-8/+39
2009-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar...Linus Torvalds5-30/+33
2009-05-22Merge branch 'sh/for-2.6.30' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+6
2009-05-22ipmi: fix ipmi_si modprobe hangCorey Minyard1-6/+7
2009-05-22via82cxxx: Add VIA VX855 PCI Device IDHarald Welte1-0/+2
2009-05-22ide: report timeouts in ide_busy_sleep()Bartlomiej Zolnierkiewicz1-3/+6
2009-05-22ide: improve failed opcode reportingBartlomiej Zolnierkiewicz1-19/+4
2009-05-22ide: fix printk() levels in ide_dump_ata[pi]_error()Bartlomiej Zolnierkiewicz1-2/+2
2009-05-22ide: fix OOPS during ide-cd error recoveryBartlomiej Zolnierkiewicz1-2/+2
2009-05-22ide: fix 40-wire cable detection for TSST SH-S202* ATAPI devices (v2)Bartlomiej Zolnierkiewicz1-4/+17
2009-05-22wimax/i2400m: usb: fix device reset on autosuspend while not yet idleInaky Perez-Gonzalez1-5/+30
2009-05-22video: stop sh_mobile_lcdcfb only if startedMagnus Damm1-1/+6
2009-05-22gigaset: beyond ARRAY_SIZE of iwb->dataRoel Kluin1-1/+1
2009-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-1/+2
2009-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2-1/+9
2009-05-21Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-16/+20
2009-05-21[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini7-7/+7
2009-05-20drm: Copy back ioctl data to userspace regardless of return code.Michel Dänzer1-1/+1
2009-05-20wireless: beyond ARRAY_SIZE of intf->crypto_statsRoel Kluin1-1/+1
2009-05-20iwlwifi: update 5000 ucode support to version 2 of APIJay Sternberg1-1/+1
2009-05-20airo: fix airo_get_encode{,ext} buffer overflow like I mean it...John W. Linville1-9/+14
2009-05-20ath5k: fix interpolation with equal power levelsFabio Rossi1-21/+28