summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds59-836/+1816
2009-01-09Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-13/+4
2009-01-09RTC: Remove the BKL.David John1-13/+4
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds3-190/+300
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds93-10776/+1234
2009-01-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-4/+6
2009-01-09Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds9-235/+401
2009-01-09libata: clean up the SFF code for coding styleAlan Cox1-65/+67
2009-01-09libata: Add 32bit PIO supportAlan Cox6-9/+63
2009-01-09[libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATAShane Huang1-2/+6
2009-01-09md: don't retry recovery of raid1 that fails due to error on source drive.NeilBrown2-3/+10
2009-01-09md: Allow md devices to be created by name.NeilBrown1-18/+101
2009-01-09md: make devices disappear when they are no longer needed.NeilBrown1-12/+49
2009-01-09md: centralise all freeing of an 'mddev' in 'md_free'NeilBrown1-9/+11
2009-01-09md: move allocation of ->queue from mddev_find to md_probeNeilBrown1-11/+17
2009-01-09md: need another print_sb for mdp_superblock_1Cheng Renquan1-6/+60
2009-01-09md: use list_for_each_entry macro directlyCheng Renquan9-87/+56
2009-01-09md: raid0: make hash_spacing and preshift sector-based.Andre Noll1-29/+29
2009-01-09md: raid0: Represent the size of strip zones in sectors.Andre Noll1-13/+13
2009-01-09md: raid0 create_strip_zones(): Add KERN_INFO/KERN_ERR to printk's.Andre Noll1-21/+25
2009-01-09md: raid0 create_strip_zones(): Make two local variables sector-based.Andre Noll1-14/+13
2009-01-09md: raid0: Represent zone->zone_offset in sectors.Andre Noll1-6/+6
2009-01-09md: raid0: Represent device offset in sectors.Andre Noll1-5/+4
2009-01-09md: raid0_make_request(): Replace local variable block by sector.Andre Noll1-7/+6
2009-01-09md: raid0_make_request(): Remove local variable chunk_size.Andre Noll1-4/+3
2009-01-09md: raid0_make_request(): Replace chunksize_bits by chunksect_bits.Andre Noll1-5/+5
2009-01-09md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown1-7/+13
2009-01-09md: fix bitmap-on-external-file bug.NeilBrown1-3/+5
2009-01-09pata_hpt366: reimplement mode programmingTejun Heo1-65/+44
2009-01-09[libata] pata_hpt3x3: correct _freeze() function declarationJeff Garzik1-2/+2
2009-01-09libata: Add special ata_pio_need_iordy() handling for Compact Flash.David Daney1-0/+4
2009-01-09pata_platform: __pata_platform_remove() shouldn't be in discard sectionSonic Zhang1-1/+1
2009-01-09sata_sil24: remove unused sil24_port_multiplierGrant Grundler1-7/+0
2009-01-09[libata] ahci: Add SATA GEN3 related messagesShane Huang2-0/+3
2009-01-09ata_piix: save, use saved and restore IOCFGTejun Heo1-15/+34
2009-01-09pata_ali: Fix and workaround for FIFO DMA bugAlan Cox1-2/+30
2009-01-09pata_ali: force initialise a few bitsAlan Cox1-33/+38
2009-01-09pata_hpt3x3: Workarounds for chipsetAlan Cox1-6/+45
2009-01-08regulator: catch some registration errorsDavid Brownell1-0/+14
2009-01-08regulator: Fix some kerneldoc rendering issuesMark Brown1-7/+11
2009-01-08regulator: Add missing kerneldocMark Brown1-0/+1
2009-01-08regulator: Clean up kerneldoc warningsMark Brown1-22/+22
2009-01-08regulator: Remove extraneous kerneldoc annotationsMark Brown1-2/+2
2009-01-08regulator: init/link earlierDavid Brownell1-1/+3
2009-01-08regulator: move set_machine_constraints after regulator device initializationMike Rapoport1-5/+5
2009-01-08regulator: da903x: make da903x_is_enabled return 0 or 1Mike Rapoport1-1/+1
2009-01-08regulator: da903x: add '\n' to error messagesMike Rapoport1-5/+5
2009-01-08regulator: sysfs attribute reduction (v2)David Brownell1-48/+148
2009-01-08regulator: code shrink (v2)David Brownell1-67/+44
2009-01-08regulator: improved mode error checksDavid Brownell1-2/+13