summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-09Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman2-20/+0
2009-01-09Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman2-30/+13
2009-01-09Revert "driver core: move knode_driver into private structure"Greg Kroah-Hartman3-22/+8
2009-01-09Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman2-31/+13
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds7-296/+340
2009-01-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds73-579/+5503
2009-01-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds195-2800/+10493
2009-01-09libata: use WARN_ON_ONCE on hot pathsTejun Heo2-20/+20
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds9-21/+14
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds11-532/+757
2009-01-09[MTD] [MAPS] Fix printk format warning in nettel.cDavid Woodhouse1-2/+2
2009-01-09[MTD] [NAND] add cmdline parsing (mtdparts=) support to cafe_nandPhilip Rakity1-2/+5
2009-01-09[MTD] CFI: remove major/minor version check for command set 0x0002Wolfgang Grandegger1-0/+10
2009-01-09Merge branch 'drivers-platform' into releaseLen Brown25-382/+409
2009-01-09Merge branch 'simplify_PRT' into releaseLen Brown2-394/+168
2009-01-09Merge branch 'linus' into releaseLen Brown3214-117203/+680043
2009-01-09Merge branch 'suspend' into releaseLen Brown1-8/+59
2009-01-09Merge branch 'misc' into releaseLen Brown4-6/+16
2009-01-09Merge branch 'fujitsu-laptop' into releaseLen Brown1-126/+293
2009-01-09Merge branch 'fluff' into releaseLen Brown3-5/+5
2009-01-09Merge branches 'release', 'bugzilla-11880', 'bugzilla-12037' and 'bugzilla-12...Len Brown2-21/+37
2009-01-09Merge branch 'battery' into releaseLen Brown1-2/+3
2009-01-09Merge branch 'asus-eeepc' into releaseLen Brown1-3/+3
2009-01-09Merge branch 'alarm' into releaseLen Brown1-21/+32
2009-01-09ACPICA: hide private headersLen Brown129-349/+7765
2009-01-09ACPICA: create acpica/ directoryLen Brown124-101/+53
2009-01-09ACPI: fix build warningLen Brown1-2/+2
2009-01-09ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui1-1/+2
2009-01-09fujitsu-laptop: Simplify SBLL/SBL2 backlight handlingTony Vroon1-93/+21
2009-01-09fujitsu-laptop: Add BL power, LED control and radio state informationTony Vroon1-33/+272
2009-01-08ACPICA: delete utcache.cLen Brown2-316/+1
2009-01-08ACPICA: delete acdisasm.hLen Brown1-0/+2
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds59-836/+1816
2009-01-08Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-13/+4
2009-01-08RTC: Remove the BKL.David John1-13/+4
2009-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds3-190/+300
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds93-10776/+1234
2009-01-08Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-4/+6
2009-01-08Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds9-235/+401
2009-01-08libata: clean up the SFF code for coding styleAlan Cox1-65/+67
2009-01-08libata: Add 32bit PIO supportAlan Cox6-9/+63
2009-01-08[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