summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gma500: Extract BIOSisy stuff from psb_drvAlan Cox2011-07-054-208/+260
* gma500: Move our other GEM helper into the bits want to push into GEMAlan Cox2011-07-053-56/+56
* gma500: Medfield supportAlan Cox2011-07-0536-49/+9005
* gma500: 2D polishAlan Cox2011-07-053-127/+74Star
* gma500: CodingStyle passAlan Cox2011-07-0515-1140/+1156
* gma500: Use the GEM tweaks to provide a GEM frame bufferAlan Cox2011-07-052-7/+15
* gma500: GEM glueAlan Cox2011-07-053-1/+53
* gma500: Kill spare krefAlan Cox2011-07-053-37/+6Star
* gma500: nuke the PSB debug stuffAlan Cox2011-07-0514-374/+87Star
* gma500: nuke the last bits of TTM codeAlan Cox2011-07-052-49/+19Star
* gma500: 2D acceleration tidyingAlan Cox2011-07-051-6/+13
* gma500: polish for completion of this phaseAlan Cox2011-07-0515-177/+67Star
* gma500: trim some of the debugAlan Cox2011-07-053-18/+1Star
* gma500: Do sane FB cleanupAlan Cox2011-07-052-10/+36
* gma500: revamp frame buffer creation and handlingAlan Cox2011-07-055-97/+133
* gma500: Ensure the frame buffer has a linear virtual mappingAlan Cox2011-07-054-29/+42
* Merge Linux 3.0-rc6 into staging-nextGreg Kroah-Hartman2011-07-05900-4978/+34253
|\
| * Linux 3.0-rc6Linus Torvalds2011-07-051-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2011-07-0540-7/+23622
| |\
| | * [SCSI] isci: fix checkpatch errorsJames Bottomley2011-07-035-42/+44
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isciJames Bottomley2011-07-0338-0/+23607
| | |\
| | | * isci: Device reset should request sas_phy_reset(phy, true)Jeff Skirvin2011-07-031-12/+6Star
| | | * isci: pare back error messsagesDan Williams2011-07-032-28/+28
| | | * isci: cleanup silicon revision detectionDan Williams2011-07-035-73/+31Star
| | | * isci: merge scu_unsolicited_frame.h into unsolicited_frame_control.hDan Williams2011-07-034-120/+44Star
| | | * isci: merge sata.[ch] into request.cDan Williams2011-07-037-378/+120Star
| | | * isci: kill 'get/set' macrosDan Williams2011-07-0315-478/+188Star
| | | * isci: retire scic_sds_ and scic_ prefixesDan Williams2011-07-0323-1943/+1449Star
| | | * isci: unify isci_host and scic_sds_controllerDan Williams2011-07-0316-985/+806Star
| | | * isci: unify isci_remote_device and scic_sds_remote_deviceDan Williams2011-07-0311-437/+365Star
| | | * isci: unify isci_port and scic_sds_portDan Williams2011-07-0310-581/+481Star
| | | * isci: fix scic_sds_remote_device_terminate_requestsDan Williams2011-07-031-2/+2
| | | * isci: unify isci_phy and scic_sds_phyDan Williams2011-07-038-652/+500Star
| | | * isci: unify isci_request and scic_sds_requestDan Williams2011-07-0313-615/+514Star
| | | * isci: rename / clean up scic_sds_stp_requestDan Williams2011-07-032-142/+89Star
| | | * isci: preallocate requestsDan Williams2011-07-036-139/+85Star
| | | * isci: combine request flagsDan Williams2011-07-033-47/+36Star
| | | * isci: unify can_queue tracking on the tci_pool, uplevel tag assignmentDan Williams2011-07-037-687/+303Star
| | | * isci: Terminate dev requests on FIS err bit rx in NCQJeff Skirvin2011-07-035-7/+73
| | | * isci: fix frame received lockingDan Williams2011-07-031-0/+5
| | | * isci: possible buffer overflow in isci_parse_oem_parameters fixedMaciej Patelczyk2011-07-031-1/+1
| | | * isci: fix isci_task_execute_tmf completionDan Williams2011-07-031-12/+8Star
| | | * isci: fix support for arbitrarily large smp requestsDan Williams2011-07-033-85/+65Star
| | | * isci: fix dma_unmap_sg usageDan Williams2011-07-032-90/+18Star
| | | * isci: fix smp response frame overrunDan Williams2011-07-031-1/+1
| | | * isci: kill device_sequenceDan Williams2011-07-035-36/+0Star
| | | * isci: kill isci_remote_device_change_state()Dan Williams2011-07-034-97/+27Star
| | | * isci: atomic device lookup and reference countingDan Williams2011-07-039-237/+187Star
| | | * isci: fix ssp response iu buffer size in isci_tmfDan Williams2011-07-031-1/+2
| | | * isci: cleanup request allocationDan Williams2011-07-033-223/+121Star