summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-06-17Staging: comedi: Remove COMEDI_MODULES_MACROArun Thomas97-7/+384
2010-06-17Staging: comedi: fix printk() coding style issue in ni_labpc.cMaurice Dawson1-13/+15
2010-06-17Staging: comedi: drivers: fix space coding style in am9513.hBob Beattie1-11/+11
2010-06-17Staging: comedi: fix code warnings in s626.cJohn Sheehan1-19/+19
2010-06-17Staging: comedi: fix code style errors in unioxx5.cJohn Sheehan1-3/+6
2010-06-17Staging: comedi: Fixed long lines in gsc_hpdi.cMark Rankilor1-10/+20
2010-06-17Staging: comedi: Checkpatch cleanups in adl_pci9111.cMark Rankilor1-46/+59
2010-06-17Staging: comedi: cleanup: remove unneeded null checksDan Carpenter5-10/+5
2010-06-17Staging: comedi: serial2002: Use NULL instead of 0 for pointersIan Abbott1-4/+4
2010-06-17Staging: comedi: serial2002: Reduce stack usage on 'open'Ian Abbott1-21/+23
2010-06-17Staging: comedi: serial2002: Fix memory leak on detachIan Abbott1-1/+1
2010-06-17Staging: comedi: serial2002: handle allocation failures on 'open'Ian Abbott1-8/+29
2010-06-17Staging: comedi: Allow 'open' driver method to failIan Abbott5-8/+23
2010-06-17Staging: comedi: ni_tio: fixed brace coding style issues and a few errorsCody Harmon1-30/+19
2010-06-17Staging: comedi: fixed brace coding style issue in ni_tio.cSamuel Richardson1-3/+2
2010-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-9/+63
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds4-90/+12
2010-06-11PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby1-0/+7
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes2-85/+0
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas1-5/+5
2010-06-11Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-1/+1
2010-06-11wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez1-1/+1
2010-06-11Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds3-10/+11
2010-06-10net8139: fix a race at the end of NAPIFigo.zhang2-2/+2
2010-06-10sata_sil24: Use memory barriers before issuing commandsCatalin Marinas1-0/+10
2010-06-10sata_sil24: memset() overflowDan Carpenter1-1/+1
2010-06-09r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs1-3/+9
2010-06-09gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov1-2/+1
2010-06-09phylib: Add support for the LXT973 phy.Richard Cochran1-1/+50
2010-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-205/+281
2010-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller12-204/+274
2010-06-09Merge branch 'msm-urgent' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds1-1/+1
2010-06-09mmc: msm: fix compile error on MSM7x30Daniel Walker1-1/+1
2010-06-09misc: Fix allocation 'borrowed' by vhost_netAlan Cox1-1/+1
2010-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-5/+19
2010-06-08Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Linus Torvalds1-0/+5
2010-06-08Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds27-105/+339
2010-06-08Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2010-06-08Merge branch 'bkl/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds1-1/+1
2010-06-08hp_sdc_rtc: fix broken ioctl conversionArnd Bergmann1-1/+1
2010-06-08iwlwifi: add missing rcu_read_lockJohannes Berg1-0/+2
2010-06-08[S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens1-1/+1
2010-06-08drm/radeon: don't poll tv dac if crtc2 is in use.Dave Airlie1-0/+11
2010-06-08drm/radeon: reset i2c valid to avoid incorrect tv-out polling.Dave Airlie1-0/+2
2010-06-08drm/nv50: fix iommu errors caused by device reading from address 0Ben Skeggs1-2/+8
2010-06-08drm/nouveau: off by one in init_i2c_device_find()Dan Carpenter1-1/+1
2010-06-08nouveau: off by one in nv50_gpio_location()Dan Carpenter1-1/+1
2010-06-08drm/nouveau: completely fail init if we fail to map the PRAMIN BARBen Skeggs1-12/+7
2010-06-08drm/nouveau: match U/DP script against SOR linkBen Skeggs1-3/+20
2010-06-07Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds3-27/+32