aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08Fix container_of() usageAlexey Dobriyan1-1/+1
2008-02-08aoe: statically initialise devlist_lockAndrew Morton1-3/+1
2008-02-08aoe: update copyright dateEd L. Cashin7-7/+7
2008-02-08aoe: make error messages more specificEd L. Cashin1-8/+7
2008-02-08aoe: the aoeminor doesn't need a long formatEd L. Cashin2-5/+7
2008-02-08aoe: add module parameter for users who need more outstanding I/OEd L. Cashin1-3/+7
2008-02-08aoe: only install new AoE device onceEd L. Cashin1-0/+2
2008-02-08aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin3-41/+133
2008-02-08aoe: user can ask driver to forget previously detected devicesEd L. Cashin3-19/+74
2008-02-08aoe: eliminate goto and improve readabilityEd L. Cashin1-35/+34
2008-02-08aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin4-10/+9
2008-02-08aoe: handle multiple network paths to AoE deviceEd L. Cashin6-335/+653
2008-02-08aoe: bring driver version number to 47Ed L. Cashin1-1/+1
2008-02-08rd: support XIPNick Piggin2-2/+47
2008-02-08rewrite rdNick Piggin4-549/+550
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells6-5/+22
2008-02-08usb: net2280 can't have a function called show_registers()David Howells1-3/+3
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells1-1/+0
2008-02-08serial_core: bring mostly into line with coding styleAlan Cox1-27/+28
2008-02-088250: enable rate reporting via termiosAlan Cox1-0/+1
2008-02-08serial8250: coding styleAlan Cox1-9/+10
2008-02-088250_pci: coding styleAlan Cox1-55/+54
2008-02-088250_hub6: codding styleAlan Cox1-12/+12
2008-02-088250_hp300: coding styleAlan Cox1-20/+15
2008-02-088250_gsc: coding styleAlan Cox1-9/+8
2008-02-088250_early: coding styleAlan Cox1-8/+15
2008-02-08tty_ioctl: drag screaming into compliance with the coding styleAlan Cox1-182/+180
2008-02-08tty_io: drag screaming into coding style complianceAlan Cox1-278/+283
2008-02-08tty_audit: fix checkpatch complaintAlan Cox1-1/+1
2008-02-08rocket: don't let random users reset the controllerAlan Cox1-0/+3
2008-02-08rocket: first pass at termios reportingAlan Cox1-10/+8
2008-02-08n_tty: clean up old code to follow coding style and (mostly) checkpatchAlan Cox1-75/+73
2008-02-08moxa: first pass at termios reportingAlan Cox1-8/+15
2008-02-08intel-iommu: fault_reason index cleanupmark gross1-6/+5
2008-02-08intel-iommu: PMEN supportmark gross2-1/+24
2008-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds12-408/+1361
2008-02-07Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds48-1669/+3571
2008-02-07Convert SG from nopage to fault.Nick Piggin1-12/+11
2008-02-08dm raid1: report fault statusJonathan Brassow1-8/+36
2008-02-08dm raid1: handle read failuresJonathan Brassow1-45/+211
2008-02-08dm raid1: fix EIO after log failureJonathan Brassow1-11/+90
2008-02-08dm raid1: handle recovery failuresJonathan Brassow1-3/+20
2008-02-08dm raid1: handle write failuresJonathan Brassow1-26/+224
2008-02-08dm snapshot: combine consecutive exceptions in memoryMilan Broz2-16/+116
2008-02-08dm: stripe enhanced status returnBrian Wood1-1/+22
2008-02-08dm: stripe trigger event on failureBrian Wood1-1/+81
2008-02-08dm log: auto load modulesJonathan Brassow1-1/+50
2008-02-08dm: move deferred bio flushing to workqueueMilan Broz1-12/+67
2008-02-08dm crypt: use async cryptoMilan Broz1-59/+72
2008-02-08dm crypt: prepare async callback fnMilan Broz1-4/+41