aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-1/+0
2008-06-24enable bus mastering on i915 at resume timeJie Luo1-0/+1
2008-06-24Revert "[WATCHDOG] hpwdt: Add CFLAGS to get driver working"Wim Van Sebroeck1-1/+0
2008-06-23Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-7/+10
2008-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+5
2008-06-23removed unused var real_tty on n_tty_ioctl()Gustavo Fernando Padovan1-7/+0
2008-06-23IB/mthca: Clear ICM pages before handing to FWEli Cohen1-1/+5
2008-06-21Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds4-22/+44
2008-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-06-20pppoe: warning fixStephen Hemminger1-1/+1
2008-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds7-110/+21
2008-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds5-141/+180
2008-06-20Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds2-6/+5
2008-06-20Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds13-1070/+2604
2008-06-20Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds1-1/+1
2008-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds1-22/+18
2008-06-20Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds7-16/+67
2008-06-20[watchdog] hpwdt: fix use of inline assemblyLinus Torvalds1-75/+80
2008-06-20BAST: Remove old IDE driverBen Dooks3-98/+0
2008-06-20pcmcia ide kingston compactflash's have a new manufacturer idChristophe Niclaes1-0/+1
2008-06-20pcmcia: add another pata/ide IDKristoffer Ericson2-0/+2
2008-06-20pcmcia: add an pata/ide IDMatt Reimer2-0/+2
2008-06-20ide: increase timeout in wait_drive_not_busy()Bartlomiej Zolnierkiewicz1-3/+3
2008-06-20palm_bk3710: fix resource managementSergei Shtylyov1-9/+13
2008-06-20xen: Use wmb instead of rmb in xen_evtchn_do_upcall().Isaku Yamahata1-1/+1
2008-06-20x86: fix NULL pointer deref in __switch_toSuresh Siddha1-6/+9
2008-06-20Merge branch 'bugzilla-9761' into releaseLen Brown1-1/+2
2008-06-20Merge branch 'bugzilla-10695' into releaseLen Brown1-5/+3
2008-06-20drm: only trust core drm ioctls - driver ioctls are a mess.Dave Airlie1-4/+3
2008-06-20drm/i915: add support for Intel series 4 chipsets.Zhenyu Wang2-2/+12
2008-06-20[agp]: fixup chipset flush for new Intel G4x.Zhenyu Wang1-1/+1
2008-06-19hwmon: (lm75) sensor reading bugfixDavid Brownell1-5/+15
2008-06-19hwmon: (abituguru3) update driver detectionHans de Goede1-2/+13
2008-06-19hwmon: (abituguru3) Identify Abit AW8D board as suchHans de Goede1-1/+2
2008-06-19hwmon: (adt7473) Initialize max_duty_at_overheat before useJean Delvare1-0/+3
2008-06-19hwmon: (lm85) Fix function RANGE_TO_REG()Jean Delvare1-14/+11
2008-06-19Blackfin Serial Driver: Use timer to poll CTS PIN instead of workqueue.Sonic Zhang1-22/+18
2008-06-18agp: brown paper bag patch - put back two lines that got lostDave Airlie1-0/+2
2008-06-19agp: brown paper bag patch - put back the two lines it took out.Dave Airlie1-0/+2
2008-06-18Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds19-154/+229
2008-06-19agp/intel: cleanup some serious whitespace badnessDave Airlie1-68/+66
2008-06-19[AGP] intel_agp: Add support for Intel 4 series chipsetsZhenyu Wang1-10/+73
2008-06-19[AGP] intel_agp: extra stolen mem size available for IGD_GM chipsetZhenyu Wang1-2/+2
2008-06-19drm/radeon: add hier-z registers for r300 and r500 chipsetsDave Airlie2-59/+189
2008-06-19drm/radeon: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTATAlex Deucher2-8/+9
2008-06-19drm/radeon: switch IGP gart to use radeon_write_agp_base()Alex Deucher1-8/+4
2008-06-19drm/radeon: Restore sw interrupt on resumeDennis Kasprzyk3-1/+3
2008-06-19drm/r500: add support for AGP based cards.Dave Airlie2-3/+27
2008-06-19drm/radeon: fix texture uploads with large 3d textures (bug 13980)Roland Scheidegger1-3/+11
2008-06-19drm/radeon: add initial r500 support.Dave Airlie4-12/+135