summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] pnpacpi: reject ACPI_PRODUCER resourcesmatthieu castet2006-08-061-0/+8
* [PATCH] memory hotadd fixes: avoid registering res twiceKAMEZAWA Hiroyuki2006-08-061-0/+4
* [PATCH] memory hotadd fixes: avoid check in acpiKAMEZAWA Hiroyuki2006-08-061-8/+1
* [PATCH] ieee1394: sbp2: enable auto spin-up for Maxtor disksStefan Richter2006-08-061-0/+3
* [PATCH] eicon: fix define conflict with ptraceAlexey Dobriyan2006-08-061-1/+0
* [PATCH] pSeries: hvsi char driver janitorial cleanupLinas Vepstas2006-08-061-4/+1
* [PATCH] pSeries hvsi char driver null pointer derefLinas Vepstas2006-08-061-1/+2
* [PATCH] au1100fb: Fix startup sequenceRodolfo Giometti2006-08-061-8/+5
* [PATCH] au1100fb: info->var.rotate fixRodolfo Giometti2006-08-061-2/+3
* [PATCH] md: Fix a bug that recently crept into md/linearNeilBrown2006-08-061-3/+3
* [PATCH] omap-rng build fixDavid Brownell2006-08-061-27/+24
* [PATCH] crash in aty128_set_lcd_enable() on PowerBookOlaf Hering2006-08-061-7/+3
* [PATCH] drivers/edac/edac_mc.h must #include <linux/platform_device.h>Adrian Bunk2006-08-061-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-08-041-21/+54
|\
| * [CPUFREQ] [2/2] demand load governor modules.Jeremy Fitzhardinge2006-07-311-0/+17
| * [CPUFREQ] [1/2] add __find_governor helper and clean up some error handling.Jeremy Fitzhardinge2006-07-311-23/+34
| * [CPUFREQ] return error when failing to set minfreqMattia Dongili2006-07-311-0/+5
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-08-031-8/+2
|\ \
| * | [PATCH] ahci: skip protocol test altogether in spurious interrupt codeUnicorn Chang2006-08-031-8/+2
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-08-038-250/+215
|\ \ \
| * | | [PATCH] myri10ge - Fix spurious invokations of the watchdog reset handlerBrice Goglin2006-08-031-1/+4
| * | | [PATCH] myri10ge - Write the firmware in 256-bytes chunksBrice Goglin2006-08-031-12/+7
| * | | [PATCH] Stop calling phy_stop_interrupts() twiceSergei Shtylylov2006-08-031-6/+2
| * | | [PATCH] s2io driver bug fixes #2Ananda Raju2006-08-032-135/+98
| * | | [PATCH] s2io driver bug fixes #1Ananda Raju2006-08-032-78/+85
| * | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-08-034-18/+19
| |\ \ \ | | |/ / | |/| |
| | * | [PATCH] zd1211rw: Packet filter fix for managed (STA) modeUlrich Kunitz2006-08-023-9/+6
| | * | [PATCH] zd1211rw: Fixed endianess issue with length info tag detectionUlrich Kunitz2006-08-021-3/+3
| | * | [PATCH] zd1211rw: Remove bogus assertDaniel Drake2006-08-021-1/+0
| | * | [PATCH] zd1211rw: Fix software encryption/decryptionDaniel Drake2006-08-021-2/+3
| | * | [PATCH] zd1211rw: Pass more management frame types up to hostDaniel Drake2006-08-022-3/+7
| | * | [PATCH] zd1211rw: Fixes radiotap headerUlrich Kunitz2006-08-021-4/+4
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-08-037-35/+42
|\ \ \
| * | | PNP: Add missing casts in printk() argumentsPierre Ossman2006-08-031-6/+6
| * | | PCI: docking station: remove dock ueventsKristen Carlson Accardi2006-08-031-7/+6
| * | | PCI: Unhide the SMBus on Asus PU-DLSJean Delvare2006-08-031-0/+7
| * | | PCI Hotplug: add acpiphp to MAINTAINERSKristen Carlson Accardi2006-08-032-3/+2
| * | | PCI: pci/search: EXPORTs cannot be __devinitRandy Dunlap2006-08-031-1/+1
| * | | PCIE: cleanup on probe errorRandy Dunlap2006-08-031-1/+3
| * | | pcie: fix warnings when CONFIG_PM=nHenrik Kretzschmar2006-08-031-17/+17
| |/ /
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-08-031-1/+6
|\ \ \ | |/ / |/| |
| * | [IA64] add platform check to snsc driver initGreg Edwards2006-08-021-1/+6
* | | IB/uverbs: Avoid a crash on device hot removeJack Morgenstein2006-08-032-1/+9
* | | IB/ipoib: Remove broken link from Kconfig and documentationOr Gerlitz2006-08-031-2/+1
* | | IB/srp: Work around data corruption bug on Mellanox targetsIshai Rabinovitz2006-08-031-2/+15
* | | IB/srp: Fix crash in srp_reconnect_targetIshai Rabinovitz2006-08-031-0/+2
* | | IB/cm: Fix error handling in ib_send_cm_reqSean Hefty2006-08-031-1/+3
* | | IB/mthca: Clean up mthca array index maskRoland Dreier2006-08-031-8/+7
* | | IB/mthca: Fix mthca_array_clear() thinkoMichael S. Tsirkin2006-08-031-1/+3
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-08-024-27/+26
|\ \ \
OpenPOWER on IntegriCloud