aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-03ARM: OMAP: DMA: Remove __REG accessGravatar Tony Lindgren 1-36/+6
2008-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 5-16/+63
2008-07-02Merge branch 'i2c-fix' of git://aeryn.fluff.org.uk/bjdooks/linuxGravatar Linus Torvalds 1-14/+14
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbGravatar Linus Torvalds 11-0/+6877
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 4-1/+99
2008-07-02Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 2-21/+35
2008-07-02tty: Fix inverted logic in send_breakGravatar Alan Cox 1-1/+1
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 2-3/+21
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmGravatar Linus Torvalds 1-0/+1
2008-07-02Merge branch 'for-2.6.26' of git://neil.brown.name/mdGravatar Linus Torvalds 3-3/+12
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 35-155/+239
2008-07-02DRM/i915: only use tiled blits on 965+Gravatar Jesse Barnes 1-2/+2
2008-07-02drivers/input/ff-core.c needs <linux/sched.h>Gravatar Geert Uytterhoeven 1-0/+1
2008-07-02PCI: acpiphp: cleanup notify handler on all root bridgesGravatar Alex Chiang 1-3/+14
2008-07-02PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.Gravatar Benjamin Li 4-12/+48
2008-07-02V4L/DVB (8178): uvc: Fix compilation breakage for the other drivers, if uvc i...Gravatar Mauro Carvalho Chehab 1-1/+1
2008-07-02dm crypt: use cond_reschedGravatar Milan Broz 1-0/+1
2008-07-01PCI: Restrict VPD read permission to rootGravatar Ben Hutchings 1-1/+1
2008-07-01I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device.Gravatar Ben Dooks 1-0/+1
2008-07-01I2C: S3C2410: Fixup error codes returned rom a transfer.Gravatar Ben Dooks 1-3/+3
2008-07-01I2C: S3C2410: Check ACK on byte transmissionGravatar Ben Dooks 1-11/+10
2008-06-30V4L/DVB (8145a): USB Video Class driverGravatar Laurent Pinchart 11-0/+6877
2008-06-30hostap: fix sparse warningsGravatar Pavel Roskin 5-16/+15
2008-06-30hostap: don't report useless WDS frames by defaultGravatar Pavel Roskin 1-1/+1
2008-06-30ide: fix /proc/ide/ide?/mate reportingGravatar Bartlomiej Zolnierkiewicz 1-1/+1
2008-06-30Revert "BAST: Remove old IDE driver"Gravatar Bartlomiej Zolnierkiewicz 3-0/+98
2008-06-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-6/+11
2008-06-30Input: fix locking in force-feedback coreGravatar Dmitry Torokhov 1-6/+11
2008-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbGravatar Linus Torvalds 39-442/+599
2008-06-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 5-2/+20
2008-06-27CONNECTOR: add a proc entry to list connectorsGravatar Li Zefan 1-0/+40
2008-06-27hamradio: remove unused variableGravatar Andre Haupt 1-2/+0
2008-06-28Fix error paths if md_probe fails.Gravatar Neil Brown 1-2/+4
2008-06-28Don't acknowlege that stripe-expand is complete until it really is.Gravatar Neil Brown 1-0/+3
2008-06-28Ensure interrupted recovery completed properly (v1 metadata plus bitmap)Gravatar Neil Brown 2-1/+5
2008-06-27firewire: fw-sbp2: fix parsing of logical unit directoriesGravatar Richard Sharpe 1-1/+2
2008-06-27prism: islpci_eth.c endianness fixGravatar Harvey Harrison 1-1/+1
2008-06-27rt2x00: Fix lock dependency errrorGravatar Ivo van Doorn 3-15/+28
2008-06-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...Gravatar David S. Miller 8-70/+97
2008-06-27Hold RTNL while calling dev_close()Gravatar Ben Hutchings 1-0/+3
2008-06-27qla3xxx: Hold RTNL while calling dev_close()Gravatar Ben Hutchings 1-0/+2
2008-06-27[netdrvr] Fix IOMMU overflow checking in s2io.cGravatar Andi Kleen 2-27/+12
2008-06-27e1000: only enable TSO6 via ethtool when using correct hardwareGravatar Andy Gospodarek 1-1/+1
2008-06-27e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xxGravatar Kevin Hao 1-0/+2
2008-06-27[netdrvr] netxen: fix netxen_pci_tbl[] breakageGravatar Al Viro 1-7/+11
2008-06-27[netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enableGravatar Ingo Molnar 1-2/+3
2008-06-27ipg: use NULL, not zero, for pointersGravatar Pekka Enberg 1-1/+1
2008-06-27ipg: fix jumbo frame compilationGravatar Pekka Enberg 1-7/+7
2008-06-27drivers/net/r6040.c: Eliminate double sizeofGravatar Julia Lawall 1-1/+1
2008-06-27pcnet_cs, axnet_cs: clear bogus interrupt before request_irqGravatar Komuro 2-0/+5