aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-08dm crypt: add completion for asyncMilan Broz1-0/+21
2008-02-08dm crypt: add async request mempoolMilan Broz1-2/+43
2008-02-08dm crypt: extract scatterlist processingMilan Broz1-24/+39
2008-02-08dm crypt: tidy io ref countingMilan Broz1-12/+8
2008-02-08dm crypt: introduce crypt_write_io_loopMilan Broz1-5/+11
2008-02-08dm crypt: abstract crypt_write_doneMilan Broz1-16/+25
2008-02-08dm crypt: store sector mapping in dm_crypt_ioMilan Broz1-7/+7
2008-02-08dm crypt: move queue functionsAlasdair G Kergon1-28/+26
2008-02-08dm crypt: adjust io processing functionsMilan Broz1-15/+25
2008-02-08dm crypt: tidy crypt_endioMilan Broz1-11/+6
2008-02-08dm crypt: move error setting outside crypt_dec_pendingMilan Broz1-11/+25
2008-02-08dm crypt: remove unnecessary crypt_context write parmMilan Broz1-6/+4
2008-02-08dm crypt: move convert_context inside dm_crypt_ioMilan Broz1-20/+21
2008-02-08dm mpath: add missing staticAlasdair G Kergon1-1/+1
2008-02-08dm: targets no longer experimentalAlasdair G Kergon1-12/+12
2008-02-08dm: refactor dm_suspend completion waitMilan Broz1-16/+27
2008-02-08dm: split dm_suspend io_lock hold into twoMilan Broz1-1/+2
2008-02-08dm: tidy dm_suspendMilan Broz1-10/+11