summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* block: make virtio device id constantMárton Németh2010-01-111-1/+1
* block: make xenbus device id constantMárton Németh2010-01-111-1/+1
* block: make Open Firmware device id constantMárton Németh2010-01-111-1/+1
* block: make USB device id constantMárton Németh2010-01-111-1/+1
* block: make PCI device id constantMárton Németh2010-01-112-2/+2
* DM: Fix device mapper topology stackingMartin K. Petersen2010-01-111-15/+5
* Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linusJens Axboe2009-12-314-6/+8
|\
| * drbd: Silenced an assert that could triggered after changing write ordering m...Philipp Reisner2009-12-311-4/+5
| * drbd: Kconfig fixJohannes Thoma2009-12-291-1/+1
| * drbd: Fix for a race between IO and a detach operation [Bugz 262]Philipp Reisner2009-12-291-0/+1
| * drbd: Use drbd_crypto_is_hash() instead of an open coded checkPhilipp Reisner2009-12-291-1/+1
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-309-35/+150
|\ \
| * \ Merge branch 'resume-sci-force-bootparam' into releaseLen Brown2009-12-301-12/+17
| |\ \
| | * | ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui2009-12-301-12/+17
| * | | Merge branch 'video-error-case' into releaseLen Brown2009-12-301-1/+3
| |\ \ \
| | * | | ACPI video: correct error-handling codeZhang Rui2009-12-301-1/+3
| | |/ /
| * | | Merge branch 'bugzilla-13671' into releaseLen Brown2009-12-301-0/+4
| |\ \ \
| | * | | ACPI video: no warning message if "acpi_backlight=vendor" is usedZhang Rui2009-12-301-0/+4
| | |/ /
| * | | Merge branch 'thinkpad' into releaseLen Brown2009-12-302-14/+73
| |\ \ \
| | * | | thinkpad-acpi: improve Kconfig help textHenrique de Moraes Holschuh2009-12-261-0/+5
| | * | | thinkpad-acpi: make volume subdriver optionalHenrique de Moraes Holschuh2009-12-262-0/+49
| | * | | thinkpad-acpi: don't fail to load the entire module due to ALSA problemsHenrique de Moraes Holschuh2009-12-261-13/+18
| | * | | thinkpad-acpi: don't take the first ALSA slot by defaultHenrique de Moraes Holschuh2009-12-261-1/+1
| | |/ /
| * | | Merge branch 'wmi' into releaseLen Brown2009-12-304-14/+58
| |\ \ \
| | * | | ACPI: WMI: Survive BIOS with duplicate GUIDsCarlos Corbacho2009-12-301-0/+30
| | * | | dell-wmi - fix condition to abort driver loadingDmitry Torokhov2009-12-301-1/+1
| | * | | wmi: check find_guid() return value to prevent oopsPaul Rolland2009-12-301-4/+2
| | * | | dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return valueLen Brown2009-12-303-3/+18
| | * | | ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an a...Len Brown2009-12-302-2/+2
| | * | | dell-wmi: sys_init_module: 'dell_wmi'->init suspiciously returned 21, it shouldLen Brown2009-12-301-4/+5
| | |/ /
| * | | ACPI: fix ACPI=n allmodconfig buildIngo Molnar2009-12-301-2/+2
| |/ /
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2009-12-3011-159/+334
|\ \ \
| * \ \ Merge branch 'ioat' into fixesDan Williams2009-12-22364-2457/+4605
| |\ \ \
| | * | | ioat2,3: put channel hardware in known state at initDan Williams2009-12-196-32/+114
| | * | | ioat3: fix p-disabled q-continuationDan Williams2009-12-171-2/+4
| * | | | drivers/dma: Correct use after freeJulia Lawall2009-12-221-1/+1
| * | | | drivers/dma: drop unnecesary memsetJulia Lawall2009-12-221-2/+0
| * | | | sh: fix DMA driver's descriptor chaining and cookie assignmentGuennadi Liakhovetski2009-12-172-120/+213
| * | | | dma: at_hdmac: correct incompatible type for argument 1 of 'spin_lock_bh'Nicolas Ferre2009-12-161-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-12-3017-36/+117
|\ \ \ \ \
| * | | | | PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt2009-12-162-1/+6
| * | | | | PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann2009-12-164-6/+6
| * | | | | PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann2009-12-1610-20/+20
| * | | | | PCI: add Intel 82599 Virtual Function specific reset methodDexuan Cui2009-12-161-0/+22
| * | | | | PCI: add Intel USB specific reset methodDexuan Cui2009-12-161-0/+24
| * | | | | PCI: support device-specific reset methodsDexuan Cui2009-12-163-0/+36
| * | | | | PCI: Handle case when no pci device can provide cache line size hintCsaba Henk2009-12-161-1/+1
| * | | | | PCI/PM: Propagate wake-up enable for PCIe devices tooRafael J. Wysocki2009-12-161-8/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-308-26/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | aoe: switch to the new bio_flush_dcache_pages() interfaceAndrew Morton2009-12-221-16/+1
OpenPOWER on IntegriCloud