summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-12-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-22/+151
2009-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+0
2009-12-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-0/+19
2009-12-22media video cx23888 driver: ported to new kfifo APIStefani Seibold1-25/+19
2009-12-22kfifo: fix warn_unused_resultStefani Seibold6-14/+49
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold12-53/+54
2009-12-22kfifo: cleanup namespaceStefani Seibold10-41/+41
2009-12-22kfifo: move out spinlockStefani Seibold13-71/+87
2009-12-22kfifo: move struct kfifo in placeStefani Seibold18-208/+186
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki1-0/+45
2009-12-22pohmelfs needs I_LOCKEvgeniy Polyakov1-2/+0
2009-12-21pata_bf54x: handle portmuxing of pins through GPIO PORTsSonic Zhang1-0/+19
2009-12-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-109/+9
2009-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-76/+79
2009-12-20bnx2: Fix bnx2_netif_stop() merge error.Michael Chan1-1/+1
2009-12-21PM: Use pm_runtime_put_sync in system resumeAlan Stern1-2/+2
2009-12-20pata_cmd64x: fix overclocking of UDMA0-2 modesBartlomiej Zolnierkiewicz1-1/+1
2009-12-20Revert "pata_cmd64x: implement serialization as per notes"Jeff Garzik1-108/+8
2009-12-19Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-51/+163
2009-12-19Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds20-49/+71
2009-12-18gianfar: Fix bit definitions of IMASK_GRSC and IMASK_GTSCSandeep Gopalpet1-2/+2
2009-12-18gianfar: Fix stats supportSandeep Gopalpet2-6/+46
2009-12-18gianfar: Fix a filer bugSandeep Gopalpet2-1/+11
2009-12-18bnx2: fixing a timout error due not refreshing TX timers correctlyBreno Leitao1-1/+9
2009-12-18can/at91: don't check platform_get_irq's return value against zeroUwe Kleine-König1-1/+1
2009-12-18mISDN: use DECLARE_COMPLETION_ONSTACK for non-constant completionYong Zhang1-1/+1
2009-12-18bnx2: reset_task is crashing the kernel. Fixing it.Breno Leitao1-1/+1
2009-12-18TI DaVinci EMAC: Fix MDIO bus frequency configurationNageswari Srinivasan1-1/+1
2009-12-18e100: Fix broken cbs accounting due to missing memset.Roger Oksanen1-1/+1
2009-12-18broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxrefclk()Roel Kluin1-1/+2
2009-12-18e1000e: LED settings in EEPROM ignored on 82571 and 82572Bruce Allan1-6/+0
2009-12-18netxen: use module parameter correctlyStephen Hemminger1-54/+3
2009-12-18watchdog: update geodewdt for new MFGPT APIAndres Salomon2-22/+20
2009-12-18[S390] Use strim instead of strstrip to avoid false warnings.Heiko Carstens1-1/+1
2009-12-18[S390] qdio: add counter for input queue full conditionJan Glauber3-1/+5
2009-12-18[S390] qdio: remove superfluous log entries and WARN_ONs.Jan Glauber1-9/+1
2009-12-18[S390] cio: fix channel path varyPeter Oberparleiter3-14/+19
2009-12-18[S390] drivers: Correct size given to memsetJulia Lawall1-2/+2
2009-12-18[S390] tape: Add pr_fmt() macro to all tape source filesMichael Holzheu8-0/+18
2009-12-18[S390] tty: PTR_ERR return of wrong pointer in fs3270_open()Roel Kluin1-1/+1
2009-12-18[S390] dasd: PTR_ERR return of wrong pointer inRoel Kluin1-1/+1
2009-12-18[S390] dasd: move dasd-diag kmsg to dasdStefan Haberland1-20/+22
2009-12-18[S390] cio: fix drvdata usage for the console subchannelSebastian Ott1-0/+1
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings1-0/+19
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann20-138/+86
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-7/+10
2009-12-17Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-15/+15
2009-12-18PM: Measure device suspend and resume timesRafael J. Wysocki1-0/+27
2009-12-18PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki1-20/+77
2009-12-17Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-30/+706