summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)AuthorLines
2008-04-24xen: add balloon driverJeremy Fitzhardinge-0/+732
2008-04-24xen: Module autoprobing support for frontend driversMark McLoughlin-2/+25
2008-04-24xen blkfront: Delay wait for block devices until after the disk is addedChristian Limpach-1/+4
2008-04-24xen: import arch generic part of xencommIsaku Yamahata-0/+233
2008-04-24xen: make grant table arch portableIsaku Yamahata-32/+3
2008-04-24xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata-4/+4
2008-04-24xen: add resend_irq_on_evtchn() definition into events.cIsaku Yamahata-0/+16
2008-04-24Xen: make events.c portable for ia64/xen supportIsaku Yamahata-6/+7
2008-04-24xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata-1/+658
2008-04-24xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata-1/+30
2008-04-24xen: add missing definitions for xen grant table which ia64/xen needsIsaku Yamahata-1/+1
2008-04-04xen: fix grant table bugMichael Abd-El-Malek-6/+10
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches-2/+3
2007-07-26xenbus_xs.c: fix a use-after-freeAdrian Bunk-1/+1
2007-07-18xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge-0/+2726
2007-07-18xen: Add grant table supportJeremy Fitzhardinge-0/+583