aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-0/+1
2010-10-20virtio: console: Don't block entire guest if host doesn't read dataAmit Shah1-3/+14
2010-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-2/+2
2010-10-19SERIAL: ioc3_serial: Return -ENOMEM on memory allocation failureJulia Lawall1-0/+1
2010-10-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-16/+12
2010-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+7
2010-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds2-26/+1
2010-10-18mxc_nand: do not depend on disabling the irq in the interrupt handlerSascha Hauer1-9/+83
2010-10-18Merge branch 'for-linus/i2c/2636-rc8' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2-18/+18
2010-10-18Input: evdev - fix EVIOCSABS regressionDaniel Mack1-1/+1
2010-10-18Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABSDaniel Mack1-0/+6
2010-10-18i2c-imx: do not allow interruptions when waiting for I2C to completeMarc Kleine-Budde1-9/+3
2010-10-18i2c-davinci: Fix TX setup for more SoCsJon Povey1-9/+15
2010-10-18drm/radeon/kms: avivo cursor workaround applies to evergreen as wellAlex Deucher1-16/+12
2010-10-17firewire: ohci: fix TI TSB82AA2 regression since 2.6.35Stefan Richter2-26/+1
2010-10-15v4l1: fix 32-bit compat microcode loading translationLinus Torvalds1-11/+21
2010-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-0/+13
2010-10-15mmc: sdio: fix SDIO suspend/resume regressionOhad Ben-Cohen1-0/+13
2010-10-15Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds5-0/+17
2010-10-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-73/+100
2010-10-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+1
2010-10-13Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds12-30/+40
2010-10-13ioat2: fix performance regressionDan Williams1-1/+1
2010-10-13ehea: Fix a checksum issue on the receive pathBreno Leitao2-1/+9
2010-10-13net: allow FEC driver to use fixed PHY supportGreg Ungerer1-14/+27