aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds17-393/+977
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds302-44889/+39077
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds3-4/+4
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds10-58/+50
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds35-759/+284
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds15-1372/+2390
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds9-22/+29
2010-10-22Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds13-286/+419
2010-10-22Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2-2/+3
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds230-52/+389
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+0
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds99-553/+614
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds20-233/+245
2010-10-22driver core: Display error codes when class suspend failsMark Brown1-4/+4
2010-10-22Driver core: Add section count to memory_block structNathan Fontenot1-6/+11
2010-10-22Driver core: Add mutex for adding/removing memory blocksNathan Fontenot1-0/+7
2010-10-22Driver core: Move find_memory_block routineNathan Fontenot1-33/+33
2010-10-22hpilo: Despecificate driver from iLO generationdann frazier2-6/+6
2010-10-22driver core: Convert link_mem_sections to use find_memory_block_hinted.Robin Holt1-3/+5
2010-10-22driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_hinted.Robin Holt1-10/+18
2010-10-22driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap1-0/+6
2010-10-22driver-core: base: change to new flag variablematt mooney1-3/+1
2010-10-22FW_LOADER: fix kconfig dependency warning on HOTPLUGRandy Dunlap1-1/+0
2010-10-22uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman1-35/+18
2010-10-22uio: Support 2^MINOR_BITS minorsEric W. Biederman1-6/+37
2010-10-22uio: Cleanup irq handling.Eric W. Biederman1-7/+7
2010-10-22uio: Don't clear driver dataEric W. Biederman1-14/+3
2010-10-22uio: Fix lack of locking in init_uio_classEric W. Biederman1-43/+15
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2-11/+19
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers5-214/+25
2010-10-22base/platform: Simplifications for NULL platform data/resources handlingAnton Vorontsov1-20/+12
2010-10-22base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov1-1/+8
2010-10-22pch_phub: fix build warningsGreg Kroah-Hartman1-5/+5
2010-10-22add Packet hub driver for Topcliff Platform controller hubMasayuki Ohtak3-0/+730
2010-10-22driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman1-0/+35
2010-10-22uio: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-6/+7
2010-10-22driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto1-2/+2
2010-10-22pcmcia: fix ni_daq_700 compilationDominik Brodowski1-1/+0
2010-10-22bluetooth: Fix missing NULL checkAlan Cox1-0/+7
2010-10-22xen-blkfront: disable barrier/flush write supportJens Axboe1-0/+7
2010-10-22fbdev: atafb - Remove undead ifdef ATAFB_FALCONChristian Dietrich1-2/+0
2010-10-22zorro: Fix device_register() error handlingVasiliy Kulikov1-0/+2
2010-10-22fbdev/m68k: Fix section mismatches in q40fb.cHenrik Kretzschmar1-2/+2
2010-10-22pcmcia: IOCARD is also required for using IRQsDominik Brodowski1-1/+3
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds4-12/+63
2010-10-21Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds28-601/+1634
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+2
2010-10-21pata_bf54x: fix return type of bfin_set_devctlMike Frysinger1-1/+1
2010-10-21Drivers: ata: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-21libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo2-3/+16