summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Add asm/syscall.h with the tracehook entry pointsRoland McGrath2008-07-282-0/+85
* powerpc: Make syscall tracing use tracehook.h helpersRoland McGrath2008-07-283-27/+34
* powerpc: Call tracehook_signal_handler() when setting up signal framesRoland McGrath2008-07-281-1/+7
* powerpc: Update cpu_sibling_maps dynamicallyNathan Lynch2008-07-283-30/+29
* powerpc: register_cpu_online should be __cpuinitNathan Lynch2008-07-281-1/+1
* powerpc: kill useless SMT code in prom_hold_cpusNathan Lynch2008-07-281-36/+3
* powerpc: Fix 8xx build failureKumar Gala2008-07-281-0/+3
* powerpc: Fix vio build warningsNathan Lynch2008-07-281-2/+2
* powerpc/booke: Clean up the hardware watchpoint supportKumar Gala2008-07-284-11/+12
* powerpc: Removed duplicated include in stacktrace.cHuang Weiyi2008-07-281-1/+0
* Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt2008-07-289-105/+317
|\
| * spi: Add OF binding support for SPI bussesGrant Likely2008-07-254-0/+118
| * spi: split up spi_new_device() to allow two stage registration.Grant Likely2008-07-252-44/+107
| * of: adapt of_find_i2c_driver() to be usable by SPI alsoGrant Likely2008-07-253-61/+92
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-07-277-70/+66
|\ \
| * | firewire: state userland requirements in Kconfig helpStefan Richter2008-07-251-2/+7
| * | firewire: avoid memleak after phy config transmit failureStefan Richter2008-07-251-37/+21
| * | firewire: fw-ohci: TSB43AB22/A dualbuffer workaroundStefan Richter2008-07-252-13/+25
| * | firewire: queue the right number of dataJiSheng Zhang2008-07-201-3/+3
| * | firewire: warn on unfinished transactions during card removalStefan Richter2008-07-141-1/+1
| * | firewire: small fw_fill_request cleanupStefan Richter2008-07-141-7/+5
| * | firewire: fully initialize fw_transaction before marking it pendingStefan Richter2008-07-141-5/+4
| * | firewire: fix race of bus reset with request transmissionStefan Richter2008-07-141-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-2791-1028/+3945
|\ \ \
| * | | [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-2749-235/+235
| * | | [SCSI] extend the last_sector_bug flag to cover more sectorsAlan Jenkins2008-07-273-7/+23
| * | | [SCSI] qla2xxx: Update version number to 8.02.01-k6.Andrew Vasquez2008-07-261-1/+1
| * | | [SCSI] qla2xxx: Additional NPIV corrections.Andrew Vasquez2008-07-266-12/+19
| * | | [SCSI] qla2xxx: suppress uninitialized-var warningAndrew Morton2008-07-261-1/+1
| * | | [SCSI] qla2xxx: use memory_read_from_buffer()Akinobu Mita2008-07-261-35/+9
| * | | [SCSI] qla2xxx: Issue proper ISP callbacks during stop-firmware.Andrew Vasquez2008-07-261-2/+2
| * | | [SCSI] ch: fix ch_remove oopsFUJITA Tomonori2008-07-261-0/+1
| * | | [SCSI] 3w-9xxx: add MSI support and misc fixesadam radford2008-07-262-14/+35
| * | | [SCSI] scsi_lib: use blk_rq_tagged in scsi_request_fnMike Christie2008-07-261-1/+1
| * | | [SCSI] ibmvfc: Update driver version to 1.0.1Brian King2008-07-261-2/+2
| * | | [SCSI] ibmvfc: Add ADISC supportBrian King2008-07-262-0/+171
| * | | [SCSI] ibmvfc: Miscellaneous fixesBrian King2008-07-261-1/+2
| * | | [SCSI] ibmvfc: Fix hang on module removalBrian King2008-07-261-4/+7
| * | | [SCSI] ibmvfc: Target refcounting fixesBrian King2008-07-261-20/+28
| * | | [SCSI] ibmvfc: Reduce unnecessary log noiseBrian King2008-07-261-2/+5
| * | | [SCSI] sym53c8xx: free luntbl in sym_hcb_freeMike Anderson2008-07-261-0/+2
| * | | [SCSI] scsi_scan.c: Release mutex in error handling codeJulia Lawall2008-07-261-0/+1
| * | | [SCSI] scsi_eh_prep_cmnd should save scmd->underflowAlan Stern2008-07-262-0/+3
| * | | [SCSI] sd: Support for SCSI disk (SBC) Data Integrity FieldMartin K. Petersen2008-07-265-40/+647
| * | | [SCSI] sd: Identify DIF protection type and application tag ownershipMartin K. Petersen2008-07-262-4/+141
| * | | [SCSI] Do not retry a request whose data integrity check failedMartin K. Petersen2008-07-262-2/+10
| * | | [SCSI] Support devices with protection informationMartin K. Petersen2008-07-265-3/+84
| * | | [SCSI] Command protection operationMartin K. Petersen2008-07-263-0/+70
| * | | [SCSI] Host protection capabilitiesMartin K. Petersen2008-07-262-0/+88
| * | | [SCSI] scsi_dh: create lookup cacheHannes Reinecke2008-07-261-24/+105