aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Pull auto-load-modules into release branchLen Brown2007-07-2526-91/+296
|\
| * ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-2321-35/+169
| * ACPI: autoload modules - Create ACPI alias interfaceThomas Renninger2007-07-232-52/+123
| * ACPI: autoload modules - ACPICA modificationsThomas Renninger2007-07-233-4/+4
* | Pull d-states into release branchLen Brown2007-07-256-42/+175
|\ \
| * | ACPI: Remove references to ACPI_STATE_S2 from acpi_pm_enterRafael J. Wysocki2007-07-241-5/+4
| * | ACPI: ignore _PSx method for hotplugable PCI devicesShaohua Li2007-07-221-0/+4
| * | ACPI: Use ACPI methods to select PCI device suspend stateShaohua Li2007-07-223-9/+25
| * | ACPI, PNP: hook ACPI D-state to PNP suspend/resumeShaohua Li2007-07-222-0/+19
| * | ACPI: Add acpi_pm_device_sleep_state helper routineShaohua Li2007-07-221-0/+75
| * | ACPI: Implement the set_target() callback from pm_opsRafael J. Wysocki2007-07-221-32/+52
* | | Pull kconfig into release branchLen Brown2007-07-256-55/+39
|\ \ \
| * | | ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown2007-07-255-13/+7
| * | | ACPI: Kconfig: always enable CONFIG_ACPI_SLEEP on X86Len Brown2007-07-241-17/+4
| * | | ACPI: Kconfig: fold /proc/acpi/sleep under CONFIG_ACPI_PROCFSLen Brown2007-07-243-20/+16
| * | | ACPI: Kconfig: CONFIG_ACPI_PROCFS now defaults to NLen Brown2007-07-241-10/+17
| | |/ | |/|
* | | ACPI: quiet ACPI Exceptions due to no _PTC or _TSSLen Brown2007-07-251-16/+37
* | | ACPI: asus-laptop: Fix failure exitsAl Viro2007-07-231-11/+21
* | | ACPI: fix oops due to typo in new throttling codeLuming Yu2007-07-231-2/+4
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-07-2221-715/+802
|\ \
| * | IB/ehca: Support small QP queuesStefan Roscher2007-07-2010-159/+378
| * | IB/ehca: Make internal_create/destroy_qp() staticJoachim Fenkes2007-07-201-8/+9
| * | IB/ehca: Move ehca2ib_return_code() out of lineHoang-Nam Nguyen2007-07-202-18/+18
| * | IB/ehca: Generate async event when SRQ limit reachedHoang-Nam Nguyen2007-07-201-14/+28
| * | IB/ehca: Support large page MRsHoang-Nam Nguyen2007-07-205-63/+357
| * | IB/mlx4: Fix error path in create_qp_common()Roland Dreier2007-07-201-3/+5
| * | mlx4_core: Change command token on timeoutRoland Dreier2007-07-201-2/+1
| * | IB/mthca: Change command token on timeoutMichael S. Tsirkin2007-07-201-2/+1
| * | IB/ipath: Remove ipath_layer dead codeArthur Jones2007-07-204-439/+0
| * | IB/mlx4: Fix leaks in __mlx4_ib_modify_qpFlorin Malita2007-07-201-7/+5
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-2261-1236/+3525
|\ \ \
| * | | [SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley2007-07-225-397/+417
| * | | [SCSI] bsg: make class backlinksJames Bottomley2007-07-212-15/+19
| * | | [SCSI] 3w-9xxx: add support for 9690SAadam radford2007-07-212-27/+45
| * | | [SCSI] ESP: Increase ESP_BUS_TIMEOUT to 275.David Miller2007-07-201-1/+1
| * | | [SCSI] libsas: fix scr_read/write users and update the libata documentationJames Bottomley2007-07-201-8/+16
| * | | [SCSI] mpt fusion: update Kconfig helpGwendal Grignou2007-07-201-0/+1
| * | | [SCSI] scsi_transport_sas: add destructor for bsgJames Bottomley2007-07-201-1/+35
| * | | [SCSI] iscsi_tcp: buggered kmalloc()Al Viro2007-07-201-1/+1
| * | | [SCSI] qla2xxx: Update version number to 8.02.00-k2.Andrew Vasquez2007-07-201-1/+1
| * | | [SCSI] qla2xxx: Add ISP25XX support.Andrew Vasquez2007-07-2011-218/+1137
| * | | [SCSI] qla2xxx: Use pci_try_set_mwi().Andrew Vasquez2007-07-201-6/+3
| * | | [SCSI] qla2xxx: Use PCI-X/PCI-Express read control interfaces.Andrew Vasquez2007-07-201-21/+4
| * | | [SCSI] qla2xxx: Re-factor isp_operations to static structures.Andrew Vasquez2007-07-209-196/+244
| * | | [SCSI] qla2xxx: Validate mid-layer 'underflow' during check-condition handling.Shyam Sundar2007-07-201-0/+19
| * | | [SCSI] qla2xxx: Correct setting of 'current' and 'supported' speeds during FD...Andrew Vasquez2007-07-202-9/+28
| * | | [SCSI] qla2xxx: Generalize iIDMA support.Andrew Vasquez2007-07-205-5/+9
| * | | [SCSI] qla2xxx: Generalize FW-Interface-2 support.Andrew Vasquez2007-07-209-54/+60
| * | | [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley2007-07-191-0/+13
| * | | [SCSI] Make scsi_host_template::proc_name const char * instead of char *.Kristian Høgsberg2007-07-192-2/+2