summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2012-01-1028-323/+326
|\
| * ahci: support the STA2X11 I/O HubAlessandro Rubini2012-01-081-5/+21
| * pata_bf54x: fix BMIDE status register emulationSergei Shtylyov2012-01-081-18/+2
| * ata: add ata port hibernate callbacksLin Ming2012-01-081-4/+36
| * ata: update ata port's runtime status during system resumeLin Ming2012-01-081-2/+16
| * [SCSI] runtime resume parent for child's system-resumeLin Ming2012-01-081-1/+10
| * ahci: platform support for suspend/resumeBrian Norris2012-01-082-0/+70
| * libata-core: kill duplicate statement in ata_do_set_mode()Sergei Shtylyov2012-01-081-2/+2
| * pata_of_platform: remove direct dependency on OF_IRQRob Herring2012-01-082-10/+7
| * SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin2012-01-0812-158/+13
| * pata_cs5536: forward port changes from cs5536Bartlomiej Zolnierkiewicz2012-01-081-57/+42
| * libata-sff: use ATAPI_{COD|IO}Sergei Shtylyov2012-01-081-2/+2
| * ata: add ata port runtime PM callbacksLin Ming2012-01-083-0/+15
| * ata: add ata port system PM callbacksLin Ming2012-01-083-70/+76
| * [SCSI] sd: check runtime PM status in sd_shutdownLin Ming2012-01-081-0/+5
| * [SCSI] check runtime PM status in system PMLin Ming2012-01-081-1/+15
| * [SCSI] add flag to skip the runtime PM calls on the hostLin Ming2012-01-082-2/+6
| * ata: make ata port as parent device of scsi hostLin Ming2012-01-081-1/+1
| * ahci: start engine only during soft/hard resetsTejun Heo2012-01-081-4/+1
* | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-1044-265/+1513
|\ \
| * | xen/pciback: Expand the warning message to include domain id.Konrad Rzeszutek Wilk2012-01-091-2/+2
| * | xen/pciback: Fix "device has been assigned to X domain!" warningKonrad Rzeszutek Wilk2012-01-071-0/+2
| * | xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind"Konrad Rzeszutek Wilk2012-01-072-2/+2
| * | xen/xenbus: don't reimplement kvasprintf via a fixed size bufferIan Campbell2012-01-041-10/+7
| * | xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAXIan Campbell2012-01-041-1/+1
| * | xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell2012-01-042-0/+9
| * | Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-0413-92/+44
| * | xen-gntalloc: introduce missing kfreeJulia Lawall2012-01-031-0/+1
| * | xen/xenbus: Fix compile error - missing header for xen_initial_domain()Konrad Rzeszutek Wilk2011-12-211-0/+1
| * | xen/netback: Enable netback on HVM guestsDaniel De Graaf2011-12-201-1/+1
| * | xen/grant-table: Support mappings required by blkbackDaniel De Graaf2011-12-203-21/+8
| * | xenbus: Use grant-table wrapper functionsDaniel De Graaf2011-12-201-10/+7
| * | xenbus: Support HVM backendsDaniel De Graaf2011-12-203-21/+159
| * | Merge commit 'v3.2-rc3' into stable/for-linus-3.3Konrad Rzeszutek Wilk2011-12-20451-3317/+3845
| |\ \
| * | | xen/xenbus-frontend: Fix compile error with randconfigKonrad Rzeszutek Wilk2011-12-201-0/+1
| * | | xen/xenbus-frontend: Make error message more clearBastian Blank2011-12-161-1/+1
| * | | xen/privcmd: Remove unused support for arch specific privcmp mmapBastian Blank2011-12-161-2/+0
| * | | xen: Add xenbus_backend deviceBastian Blank2011-12-163-0/+131
| * | | xen: Add xenbus device driverBastian Blank2011-12-166-6/+42
| * | | xen: Add privcmd device driverBastian Blank2011-12-167-4/+53
| * | | xen/gntalloc: fix reference counts on multi-page mappingsDaniel De Graaf2011-12-161-13/+43
| * | | xen/gntalloc: release grant references on page freeDaniel De Graaf2011-12-161-0/+2
| * | | xen/events: prevent calling evtchn_get on invalid channelsDaniel De Graaf2011-12-161-0/+3
| * | | xen/granttable: Support transitive grantsAnnie Li2011-12-162-0/+82
| * | | xen/granttable: Support sub-page grantsAnnie Li2011-12-162-0/+85
| * | | xen/granttable: Improve comments for function pointersAnnie Li2011-12-161-24/+24
| * | | xen/ia64: fix build breakage because of conflicting u64 guest handlesLuck, Tony2011-11-301-1/+1
| * | | xen/granttable: Keep code format cleanAnnie Li2011-11-222-5/+4
| * | | xen/granttable: Grant tables V2 implementationAnnie Li2011-11-223-7/+209
| * | | xen/granttable: Refactor some codeAnnie Li2011-11-221-5/+10