summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lguest: switch segment-voodoo-numbers to readable symbolsJacek Galowicz2012-01-121-11/+17
* virtio: balloon: Add freeze, restore handlers to support S4Amit Shah2012-01-121-0/+47
* virtio: balloon: Move vq initialization into separate functionAmit Shah2012-01-121-18/+30
* virtio: net: Add freeze, restore handlers to support S4Amit Shah2012-01-121-0/+46
* virtio: net: Move vq and vq buf removal into separate functionAmit Shah2012-01-121-8/+12
* virtio: net: Move vq initialization into separate functionAmit Shah2012-01-121-19/+28
* virtio: blk: Add freeze, restore handlers to support S4Amit Shah2012-01-121-0/+44
* virtio: blk: Move vq initialization to separate functionAmit Shah2012-01-121-5/+14
* virtio: console: Disable callbacks for virtqueues at start of S4 freezeAmit Shah2012-01-121-0/+8
* virtio: console: Add freeze and restore handlers to support S4Amit Shah2012-01-121-0/+58
* virtio: console: Move vq and vq buf removal into separate functionsAmit Shah2012-01-121-28/+40
* virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroffAmit Shah2012-01-122-2/+97
* virtio: pci: switch to new PM APIAmit Shah2012-01-121-4/+12
* virtio_blk: fix config handler raceMichael S. Tsirkin2012-01-121-1/+21
* virtio: add debugging if driver doesn't kick.Rusty Russell2012-01-121-0/+31
* virtio: expose added descriptors immediately.Rusty Russell2012-01-121-6/+14
* virtio: avoid modulus operation.Rusty Russell2012-01-121-4/+6
* virtio: support unlocked queue kickRusty Russell2012-01-122-12/+52
* virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-1210-58/+44
* virtio: document functions better.Rusty Russell2012-01-122-48/+91
* virtio-balloon: Trivial cleanupsSasha Levin2012-01-121-3/+3
* virtio: harsher barriers for rpmsg.Rusty Russell2012-01-128-22/+35
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-1048-369/+124
|\
| * alpha: drop pci_iomap/pci_iounmap from pci-noop.cMichael S. Tsirkin2011-12-041-12/+0
| * mn10300: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-044-33/+2
| * mn10300: add missing __iomap markersMichael S. Tsirkin2011-12-041-8/+8
| * frv: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-044-31/+3
| * tile: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-043-22/+2
| * tile: don't panic on iomapMichael S. Tsirkin2011-12-041-1/+2
| * sparc: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-044-25/+3
| * sh: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-282-23/+1
| * powerpc: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-282-19/+1
| * parisc: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-282-23/+1
| * mips: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-282-26/+1
| * microblaze: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-282-19/+1
| * arm: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-283-22/+2
| * alpha: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-282-25/+2
| * lib: add GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-287-44/+85
| * lib: move GENERIC_IOMAP to lib/KconfigMichael S. Tsirkin2011-11-2412-36/+10
* | Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/li...Linus Torvalds2012-01-10125-5/+12989
|\ \
| * | C6X: replace tick_nohz_stop/restart_sched_tick callsMark Salter2012-01-081-2/+4
| * | C6X: add register_cpu callMark Salter2012-01-081-0/+15
| * | C6X: deal with memblock API changesMark Salter2012-01-082-7/+0
| * | C6X: fix timer64 initializationMark Salter2012-01-081-1/+9
| * | C6X: fix layout of EMIFA registersMark Salter2012-01-081-1/+0
| * | C6X: MAINTAINERSMark Salter2011-10-061-0/+8
| * | C6X: DSCR - Device State Configuration RegistersMark Salter2011-10-062-0/+632
| * | C6X: EMIF - External Memory InterfaceMark Salter2011-10-061-0/+88
| * | C6X: general SoC supportMark Salter2011-10-062-0/+126
| * | C6X: library codeAurelien Jacquiot2011-10-0619-0/+1349