summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/blkback: Move it from drivers/xen to drivers/blockKonrad Rzeszutek Wilk2011-04-188-1822/+0
* block, xen/blkback: remove blk_[get|put]_queue calls.Konrad Rzeszutek Wilk2011-04-181-6/+0
* xen/blkback: Get the 'requeust_queue' properly.Konrad Rzeszutek Wilk2011-04-181-0/+3
* xen/blkback: Move the check for misaligned I/O once more.Konrad Rzeszutek Wilk2011-04-181-6/+11
* xen/blkback: Change fast_flush_area to xen_blkbk_unmap, and tweak xen_blk_map...Konrad Rzeszutek Wilk2011-04-151-7/+7
* xen/blkback: Move the check for misaligned I/O higher.Konrad Rzeszutek Wilk2011-04-151-7/+7
* xen/blkback: Shuffle code around (vbd_translate moved higher).Konrad Rzeszutek Wilk2011-04-151-59/+70
* xen/blkback: Cleanup move the code a bit around.Konrad Rzeszutek Wilk2011-04-151-50/+47
* xen/blkback: Seperate the bio allocation and the bio submission.Konrad Rzeszutek Wilk2011-04-151-22/+23
* xen/blkback: remove per-queue pluggingKonrad Rzeszutek Wilk2011-04-142-36/+9
* xen/blkback: Fix checkpatch warnings in blkback.cKonrad Rzeszutek Wilk2011-04-141-34/+47
* xen/blkback: Fix checkpatch warnings of xenbus.cKonrad Rzeszutek Wilk2011-04-141-9/+12
* xen/blkback: Fix interface.c checkpatch warnings .. exceptKonrad Rzeszutek Wilk2011-04-141-4/+5
* xen/blkback: Fix checkpatch warnings in vbd.cKonrad Rzeszutek Wilk2011-04-141-5/+6
* xen/blkback: blkif->struct blkif_stKonrad Rzeszutek Wilk2011-04-145-37/+38
* xen/blkback: Add some comments.Konrad Rzeszutek Wilk2011-04-145-24/+71
* xen/blkback: Fix the WRITE_BARRIERTom Goetz2011-04-141-4/+6
* xen/blkback: Use kzalloc's, and GFP_KERNEL for data structures.Konrad Rzeszutek Wilk2011-04-141-8/+9
* xen/blkback: Utilize the M2P override mechanism for GNTMAP_host_mapKonrad Rzeszutek Wilk2011-04-141-4/+19
* xen/blkback: Use 'vzalloc' for page arrays and pre-allocate pages.Konrad Rzeszutek Wilk2011-04-141-7/+16
* xen/blkback: Union the blkif_request request specific fieldsKonrad Rzeszutek Wilk2011-04-141-7/+7
* xen/blkback: Move global/static variables into struct xen_blkbk.Konrad Rzeszutek Wilk2011-04-141-34/+48
* xen/blkback: simplify address translationsJan Beulich2011-04-141-4/+6
* xen/blkback: Update to use blkdev_get_by_dev instead of open_by_devnum.Konrad Rzeszutek Wilk2011-04-141-2/+2
* xen/blkback: Replace WRITE_BARRIER with (REQ_FLUSH | REQ_FUA)Konrad Rzeszutek Wilk2011-04-141-4/+4
* blkback: Fix CVE-2010-3699Keir Fraser2011-04-141-0/+6
* xen/blkback: Print additional information when a vbd is resized.K. Y. Srinivasan2011-04-141-0/+2
* xen/blkback: Flush blkback data when connecting.Chris Lalancette2011-04-141-0/+7
* xen/blkback: add accessor for xenbus backend deviceJeremy Fitzhardinge2011-04-143-1/+8
* xen/blkback: Propagate changed size of VBDsK. Y. Srinivasan2011-04-143-0/+48
* xen/blkback: use drv_get/set_drvdata rather than directly accessing driver_data.Jeremy Fitzhardinge2011-04-141-5/+5
* xen: rename blkbk module xen-blkback.Ian Campbell2011-04-141-2/+2
* Fix compile warnings: ignoring return value of 'xenbus_register_backend' ..Konrad Rzeszutek Wilk2011-04-144-11/+22
* xen/blkback: little cleanupsJeremy Fitzhardinge2011-04-141-1/+1
* xen/blkback: remove spurious debug output noiseJeremy Fitzhardinge2011-04-141-1/+0
* xen/blkback: deal with hardsect_size to logical_block_size renameJeremy Fitzhardinge2011-04-142-2/+2
* blkback: Fix potential resource leak.Keir Fraser2011-04-141-4/+4
* xen/blkback: don't include xen/evtchn.hJeremy Fitzhardinge2011-04-141-1/+0
* xen-blkback-portingJeremy Fitzhardinge2011-04-145-33/+36
* xen: add blkback supportKonrad Rzeszutek Wilk2011-04-148-0/+1647
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* xen: Use new irq_move functionsThomas Gleixner2011-03-291-2/+2
* xen: Convert genirq namespaceThomas Gleixner2011-03-291-11/+11
* xen-gntdev: unlock on error path in gntdev_mmap()Dan Carpenter2011-03-241-1/+3
* xen-gntdev: return -EFAULT on copy_to_user failureDan Carpenter2011-03-241-1/+1
* Merge branch 'stable/xen.pm.bug-fixes' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-03-174-13/+29
|\
| * xen: use freeze/restore/thaw PM events for suspend/resume/chkptShriram Rajagopalan2011-03-162-11/+13
| * xen: xenbus PM events supportKazuhiro SUZUKI2011-03-163-5/+19
| |
| \
*-. \ Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:...Linus Torvalds2011-03-171-178/+261
|\ \ \
| | * | xen: events: Fix compile error if CONFIG_SMP is not defined.Konrad Rzeszutek Wilk2011-03-151-0/+2
OpenPOWER on IntegriCloud